{"info":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","description":"<html><head></head><body><p><strong>Test API Server and Base URL:</strong><br>All Test API endpoints can be accessed with the base URL of <a href=\"https://superpharm-pipe-uat.tengingapp.is\">https://superpharm-pipe-uat.tengingapp.is</a><br><strong>Production API Server and Base URL:</strong><br>All Production API endpoints will be shared once a working version of frontend solution will be presented and tested in full.</p>\n<p><strong>HTTP Methods:</strong><br>The data from the API can be retrieved using <code>GET</code> or <code>POST</code> HTTP request methods. With <code>GET</code>, <code>query string</code> is sent to the request <code>URL</code>.</p>\n<p><strong>Authentication:</strong><br>Public methods, available for anonymous users do not require any authentication.</p>\n<p>All customer related methods, as well as order processing - require user to be logged in. These methods are protected with JWT token. JWT Token is returned in <code>token</code> field of <code>UserLogin</code> method.</p>\n<p>Authorized users should send their JWT Token as HTTP:<br><code>Authorization: Bearer {token}</code></p>\n<p><strong>List of Protected Methods</strong></p>\n<ul>\n<li>GetProfileInfo</li>\n<li>UpdateProfileInfo</li>\n<li>ChangeProfilePassword</li>\n<li>AddDeliveryAddress</li>\n<li>GetCustomerOrder</li>\n<li>RequestProfilePasswordReset</li>\n<li>Ping</li>\n<li>ConfirmOrder</li>\n<li>CustomerOrderCreate</li>\n<li>UpdateDeliveryAddress</li>\n<li>CalculateBasket</li>\n</ul>\n<p><strong>HTTP Status Codes:</strong><br><strong>200 - OK</strong> The request was successfully received, understood, and accepted.<br><strong>400 - Bad Request</strong> The request contains bad syntax or is missing query strings.<br><strong>401 - Unauthorized</strong> The APIKey header was not provided or is invalid.<br><strong>404 - Not Found</strong> Endpoint cannot be found.<br><strong>5</strong>** <strong>- Server Error</strong> Server error.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15839303","collectionId":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","publishedId":"2s8YsxtqVx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-03T14:34:53.000Z"},"item":[{"name":"Ecom App","item":[{"name":"Customer Account","item":[{"name":"Login","item":[{"name":"RegistrationFormEcom","id":"15394543-4b44-4165-89b7-1d393d4efba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"RegistrationFormEcom\",\r\n    \"request\": \"\",\r\n    \"jwtPayload\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BCURL}}","description":"<p><strong>RegistrationFormEcom</strong> is a request sent to BC that returns the fields from the Registration Form Template. The fields are reflected in the e-commerce app and are either mandatory or optional based on the configuration.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>AppID value of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language value of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>sections</strong></td>\n<td></td>\n<td>Section information details. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>id</td>\n<td>Text</td>\n<td>Id number of the section.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Text</td>\n<td>Name of the section.</td>\n</tr>\n<tr>\n<td>skippable</td>\n<td>Boolean</td>\n<td>Boolean whether the section is skippable on the app or not.</td>\n</tr>\n<tr>\n<td><strong>form</strong></td>\n<td></td>\n<td>A form of information that contains fields. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>fieldName</td>\n<td>Text</td>\n<td>Name of the field.</td>\n</tr>\n<tr>\n<td>fieldCaption</td>\n<td>Text</td>\n<td>The caption of the field that is displayed on the app.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Code</td>\n<td>Type of the field.</td>\n</tr>\n<tr>\n<td>subtype</td>\n<td>Code</td>\n<td>Subtype of the field.</td>\n</tr>\n<tr>\n<td>maxLength</td>\n<td>Integer</td>\n<td>Max length of the field.</td>\n</tr>\n<tr>\n<td>minLength</td>\n<td>Integer</td>\n<td>Min length of the field.</td>\n</tr>\n<tr>\n<td>mandatory</td>\n<td>Boolean</td>\n<td>Boolean whether the field is mandatory on the app or not.</td>\n</tr>\n<tr>\n<td>validate</td>\n<td>Boolean</td>\n<td>Boolean whether the field needs to be validated on the app or not.</td>\n</tr>\n<tr>\n<td>section</td>\n<td>Code</td>\n<td>A field that indicates to which section it belongs.</td>\n</tr>\n<tr>\n<td>values</td>\n<td>Array</td>\n<td>An array of values per field. Applicable only for fields with \"type\" = \"select\".</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code of the field value.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Text</td>\n<td>Description of the field value.</td>\n</tr>\n<tr>\n<td>countryRegionCode</td>\n<td>Code</td>\n<td>Country region code of the field value. Applicable only for \"fieldName\" = \"city\".</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"host":["{{BCURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15394543-4b44-4165-89b7-1d393d4efba5"},{"name":"ProfileRegister","id":"bc48ec98-aaa6-4c96-bc7d-fddf1cee7030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"atai.omorov+1234567@tenging.is\",\r\n    \"phoneNumber\": \"\",\r\n    \"mobilePhoneNumber\": \"18681112222\",\r\n    \"firstName\": \"Atai\",\r\n    \"middleName\": \"API\",\r\n    \"lastName\": \"Omorov\",\r\n    \"password\": \"Qwerty1234!\",\r\n    \"gender\": \"Male\",\r\n    \"dateOfBirth\": \"1997-02-13\",\r\n    \"hasPets\": true,\r\n    \"children\": true,\r\n    \"city\": \"Arena\",\r\n    \"address\": \"address1\",\r\n    \"address2\": \"address2\",\r\n    \"membershipCardNo\": \"super\",\r\n    \"illnesses\": [\"ASTHMA\", \"BLOODSUGAR\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/ProfileRegister","description":"<p>The method allows new customers to create an account in the system. Upon successful registration, a verification link is sent to the customer's email to confirm their identity.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App ID of the request.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language ID of the request.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Text</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Text</td>\n<td>Last name of the customer.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Option</td>\n<td>Gender of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Text</td>\n<td>Email of the customer.</td>\n</tr>\n<tr>\n<td>password</td>\n<td>Text</td>\n<td>Password of the customer.</td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>Date</td>\n<td>Date of birth of the customer.</td>\n</tr>\n<tr>\n<td>mobilePhoneNumber</td>\n<td>Text</td>\n<td>Mobile phone number of the customer.</td>\n</tr>\n<tr>\n<td>membershipCardNo</td>\n<td>Text</td>\n<td>Membership card number of the customer.</td>\n</tr>\n<tr>\n<td>illnesses</td>\n<td>Option</td>\n<td>Illnesses of the customer.</td>\n</tr>\n<tr>\n<td>hasChildren</td>\n<td>Boolean</td>\n<td>Boolean if the customer has children.</td>\n</tr>\n<tr>\n<td>hasPets</td>\n<td>Boolean</td>\n<td>Boolean if the customer has pets.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Text</td>\n<td>City of the customer.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Text</td>\n<td>Address of the customer.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Text</td>\n<td>Address2 of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>globalPayCustomerKey</td>\n<td>Code</td>\n<td>Customer key.</td>\n</tr>\n<tr>\n<td>login</td>\n<td>Text</td>\n<td>Login id of the customer.</td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>Boolean</td>\n<td>Boolean if the customer has a verified email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Text</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>Text</td>\n<td>Middle name of the customer.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Text</td>\n<td>Last name of the customer.</td>\n</tr>\n<tr>\n<td>isPharmacyUser</td>\n<td>Boolean</td>\n<td>Boolean if the customer has a pharmacy user account.</td>\n</tr>\n<tr>\n<td>mobilePhoneNumber</td>\n<td>Text</td>\n<td>Mobile phone number of the customer.</td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>Date</td>\n<td>Date of birth of the customer.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Option</td>\n<td>Gender of the customer.</td>\n</tr>\n<tr>\n<td>hasPets</td>\n<td>Boolean</td>\n<td>Boolean if the customer has children.</td>\n</tr>\n<tr>\n<td>hasChildren</td>\n<td>Boolean</td>\n<td>Boolean if the customer has pets.</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>Code</td>\n<td>Customer type.</td>\n</tr>\n<tr>\n<td>doNotSendNotificationCustomerOrders</td>\n<td>Boolean</td>\n<td>Boolean if the customer orders notifications need to be sent.</td>\n</tr>\n<tr>\n<td>doNotSendWithdraw</td>\n<td>Boolean</td>\n<td>Boolean if the withdraw notifications need to be sent.</td>\n</tr>\n<tr>\n<td>membershipCardNo</td>\n<td>Text</td>\n<td>Membership card of the customer.</td>\n</tr>\n<tr>\n<td>membershipCardBarcode</td>\n<td>Text</td>\n<td>Membership barcode of the customer.</td>\n</tr>\n<tr>\n<td>illnesses</td>\n<td>Option</td>\n<td>Illnesses of the customer.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Illnesses code numbers of the customer.</td>\n</tr>\n<tr>\n<td>uploadedDocuments</td>\n<td>Code</td>\n<td>Attachments of the customer.</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Code</td>\n<td>Customer code.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Code</td>\n<td>Customer number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Text</td>\n<td>Email of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Text</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td>billingAddress</td>\n<td>Text</td>\n<td>Billing address of the customer.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Text</td>\n<td>Address of the customer.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Text</td>\n<td>Address 2 of the customer.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Text</td>\n<td>City of the customer.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Code</td>\n<td>Zip code of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["ProfileRegister"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc48ec98-aaa6-4c96-bc7d-fddf1cee7030"},{"name":"SendConfirmEmail","id":"d92e7311-9982-4532-b214-599ec087cf5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"mindaugas.zideckis@tenging.is\",\n   \"registrationCode\":\"123test\",\n   \"userName\":\"Mindaugas Zideckis\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/account/ResendVerificationEmail","description":"<p>The method sends the email with a confirmation link to the recently registered customers.</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App ID of the request.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code number of the request.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Text</td>\n<td>Message text of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code number of the response.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Text</td>\n<td>Message text of the response.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"protocol":"https","path":["api","account","ResendVerificationEmail"],"host":["superpharm-pipe-dev","tengingapp","is"],"query":[],"variable":[]}},"response":[],"_postman_id":"d92e7311-9982-4532-b214-599ec087cf5e"},{"name":"ConfirmEmail","id":"06305dc8-9feb-4a6f-8987-ffa0308fde65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationToken\" : \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2RlIjoiNUZBNUYiLCJpYXQiOjE2NzcwMTgzMzgsImV4cCI6MTY3NzEwNDczOH0.00Vg_JPxoaZOyfYGEnwKt9lqEtzXSYN75t0BGqZc-GY\",\n    \"email\": \"vladimir.terekhov+presto1@tengingapp.is\",\n    \"appID\" : \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/ConfirmEmail","description":"<p>The method is executed when a customer clicks the <strong>registration confirmation URL</strong> in the email letter recevied. After the succesful method request, <strong>a Customer Card</strong> is created in <strong>the LSCentral.</strong></p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>confirmationToken</td>\n<td>LoyaltyLogin.\"Registration Code\" (Text[50])</td>\n<td>Confirmation token received when clicking on the link in the email.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Email (Text [50])</td>\n<td>Email address where the confirmation link was sent to.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App Id of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the confirmation was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Result (boolean)</td>\n<td>Verification if the method was successful.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Result message (Text[])</td>\n<td>The succesful response message. It returns <strong>\"Success! Your email has been confirmed.\"</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p>If the confirmation was <strong>unsuccessful</strong> due to the <strong>expired registration code</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Result (boolean)</td>\n<td>Verification if the method was successful.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Result message (Text[])</td>\n<td>Error message. It returns <strong>\"Registration code has expired.\"</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p>If the confirmation was <strong>unsuccessful</strong> due to the <strong>already verified email</strong>, the error will be shown.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Result (boolean)</td>\n<td>Verification if the method was successful.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Result message (Text[])</td>\n<td>Error message. It returns <strong>\"Email has been already verified.\"</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p>If the confirmation was <strong>unsuccessful</strong> due to the <strong>wrong</strong> <strong>registration code</strong>, the error will be shown.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Result (boolean)</td>\n<td>Verification if the method was successful.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Result message (Text[])</td>\n<td>Error message. It returns <strong>\"Registration code is incorrect, please use another registration code.\"</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["ConfirmEmail"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/account"],"query":[],"variable":[]}},"response":[{"id":"e38fb86a-f0c2-4b8a-87c3-fcbaeed69fb1","name":"TC_ConfirmEmail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationToken\" : \"388CF\",\n    \"appID\" : \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/ConfirmEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 08:25:04 GMT"},{"key":"x-amzn-RequestId","value":"aa141c5f-8f6b-40b2-b956-5d98d7d08c26"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"68"},{"key":"x-amz-apigw-id","value":"AHTWyG3zFiAFQzg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"44-Jx45UK5VPpqKq/uVFiscaL6Vxno\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e5ff5e-0e47880c730767ad0c0005c1;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 930c2e58be2ae5a0faf6f308189d2776.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"lA-ZH1AYvIFoZRkj5XCEwp_EMA99MTeF2a7bnQi6QfLkkQq9lpSxFg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success! Your email has been confirmed.\"\n}"},{"id":"7d7311e4-a67a-46b1-a984-e2c0845575df","name":"TC_ConfirmEmail_incorrectCode_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationToken\" : \"388C\",\n    \"appID\" : \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/ConfirmEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 08:49:30 GMT"},{"key":"x-amzn-RequestId","value":"31783a08-1f4e-420c-a573-0f262e397553"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"100"},{"key":"x-amz-apigw-id","value":"AHW8JHQlliAFWHQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"64-AHEtITrnZih/jLgGmWQYq0Onkdo\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6051a-51db2e9336e63690529366eb;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d913eed4ff9d3ba68bce11280aa7e1b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"pzOewo6Ex4htkC9wXJ9XQiMF_-ztBU_-jZsG0W3lv1DWvYGsJ9mb7g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \" Registration code is incorrect, please use another registration code.\"\n}"},{"id":"d5de58bb-c21f-467e-8c81-d512089814db","name":"TC_ConfirmEmail_existingEmail_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationToken\" : \"388CF\",\n    \"appID\" : \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/ConfirmEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 08:54:22 GMT"},{"key":"x-amzn-RequestId","value":"3de79e50-52c6-4186-b97c-d4e038d6e42f"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"62"},{"key":"x-amz-apigw-id","value":"AHXp0EabFiAFa7A="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"3e-PFFTDz4vgADDrgmfSG72Mk7lnXM\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6063e-38c0dd6f7441dc405ccd9a0c;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 eddbc5f97ff2aa6a4fb8714754b065e0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"fHYryT68aU0GdIodvrYs4SE4GgA-7EQ4sle-BvJbpi4U0U4EcIbGvA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Email has been already verified.\"\n}"},{"id":"4ec39eac-cae0-46d6-9f4b-383a618e42a0","name":"ConfirmEmail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationToken\" : \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2RlIjoiRDY0NzIiLCJpYXQiOjE2NzkwNDkxNzAsImV4cCI6MTY3OTEzNTU3MH0.sYkORNBCupQaAXcCY3OHx0KjYOdxYVSKVd7UzwpvBvg&id=YXRhaS5vbW9yb3YrMTVAdGVuZ2luZy5pcw\",\n    \"email\": \"atai.omorov+15@tenging.is\",\n    \"appID\" : \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/ConfirmEmail"},"code":498,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Mar 2023 10:42:16 GMT"},{"key":"x-amzn-RequestId","value":"4a5a3f69-8966-46a8-a8d8-1fdc4a5199e4"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"54"},{"key":"x-amz-apigw-id","value":"B6-RUFxkoAMF_mQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"36-uvQqaSKwB0oxhJvwPdosMAed0h4\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-64144408-514e335a40b855454696aafc;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 4bc1976da553dde6dd59c4ea33001b72.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"PRG50-C1"},{"key":"X-Amz-Cf-Id","value":"ZEI60LglVKVXBOeTP7ZDVBlnoqpChY_bJzLfoX73SHyxpAbNxDJt3A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Validation token is invalid\"\n}"},{"id":"6d701268-9b0d-424b-964d-6c1f62ed9f68","name":"ConfirmEmail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationToken\" : \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2RlIjoiRTkxMDciLCJpYXQiOjE2NzkwNTA5MTIsImV4cCI6MTY3OTEzNzMxMn0.MpOxdPLnU4ATjj2h5yvdfiIbheiClLEEOPBGO1nwnCw\",\n    \"email\": \"atai.omorov+17@tenging.is\",\n    \"appID\" : \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/ConfirmEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Mar 2023 12:20:51 GMT"},{"key":"x-amzn-RequestId","value":"639d72b1-c42c-48dd-b4a2-9f2a667a7132"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"68"},{"key":"x-amz-apigw-id","value":"B7MtWGYzoAMFaiw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"44-Jx45UK5VPpqKq/uVFiscaL6Vxno\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-64145b21-20559d287972b4532b24fc4b;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 017ac0aeeb057314a9b1c06f8b97ba34.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"PRG50-C1"},{"key":"X-Amz-Cf-Id","value":"X_8o35L6TpSmE9IP4Qi-AP8Evfs_UrT2ygHIypc4ruWL2MAZFFPGCw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success! Your email has been confirmed.\"\n}"},{"id":"9865966d-ae46-47af-980d-227e0c232153","name":"ConfirmEmail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"confirmationToken\" : \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2RlIjoiRkI2NjciLCJpYXQiOjE2ODAyMDE0MDMsImV4cCI6MTY4MDI4NzgwM30.2IST490X0bAoR2SFVqKKJRRzBJkWgm6MU6P1PSbMeG4\",\n    \"email\": \"atai.omorov+5@tenging.is\",\n    \"appID\" : \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/ConfirmEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 30 Mar 2023 19:03:05 GMT"},{"key":"x-amzn-RequestId","value":"a9eb3be7-12b9-4bc0-b0c8-844b68fb7f2c"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"68"},{"key":"x-amz-apigw-id","value":"Cm90OF7zIAMF-gw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"44-Jx45UK5VPpqKq/uVFiscaL6Vxno\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6425dce7-3f0718655e9076756be85618;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 da638d87f8ab43a61f74ca34a51fd8b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"LbaIAK0_4DR2c_ErIGo4Er0gXXFdivBypNCPVuMXcG5VQLnVLDhoGw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Success! Your email has been confirmed.\"\n}"}],"_postman_id":"06305dc8-9feb-4a6f-8987-ffa0308fde65"},{"name":"RequestProfilePasswordReset","id":"ca3a904b-be6d-4cf7-bfb3-7a91d1e88ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"lea.kirindas@tenging.is\",\n    \"appID\" : \"1\",\n    \"changePasswordOption\": \"email\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/RequestProfilePasswordReset","description":"<p>The <strong>RequestProfilePasswordReset</strong> method provides the ability to reset customer's password. To reset the password, the reset verification link is sent to either email or phone number. It is available only for <strong>registered customers</strong>.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginId</td>\n<td>Email (Text [50])</td>\n<td>Email address of the customer account that needs password resetting.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>changePasswordOption</td>\n<td>email/textMessage (Text[])</td>\n<td>Option to receive the information to reset the password. It is either via email or text message.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the password reset was successful, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE for <strong>changePasswordOption=textMessage</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>messageSent</td>\n<td>boolean</td>\n<td>Verification If the message was sent.</td>\n</tr>\n<tr>\n<td>customerNumber</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td><strong>smsInfo</strong></td>\n<td></td>\n<td>Text message that contains the information to reset the password. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>\"Member Login\".\"Phone No.\" (Text[30])</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td>resetCode</td>\n<td>\"Member Login\"\"Password reset code\" (Text[50])</td>\n<td>Reset code that the customerreceived as text message.</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>Customer.Name (Text[100])</td>\n<td>Name of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the password reset was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE for <strong>changePasswordOption=email</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>emailSent</td>\n<td>boolean</td>\n<td>Verification if the message was sent.</td>\n</tr>\n<tr>\n<td>customerNumber</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number of the user.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td><strong>mailInfo</strong></td>\n<td></td>\n<td>Email letter that contains the information to reset the password. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>email</td>\n<td>\"Member Login\".\"e-mail.\" (Text[30])</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>resetCode</td>\n<td>\"Member Login\"\"Password reset code\" (Text[50])</td>\n<td>Eeset code that the customer receives as an email letter.</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>Customer.Name (Text[100])</td>\n<td>Name of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["RequestProfilePasswordReset"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/account"],"query":[],"variable":[]}},"response":[{"id":"f61ad98a-9f2b-455a-85a4-dcc427673616","name":"TC_RequestProfilePasswordReset_email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerNumber\": \"C00081\",\n    \"appID\" : \"1\",\n    \"changePasswordOption\": \"email\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RequestProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:42:37 GMT"},{"key":"x-amzn-RequestId","value":"e4b1034d-cde5-40b2-9924-42bad07fb4b4"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"143"},{"key":"x-amz-apigw-id","value":"AHeuFH3QFiAFcIw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"8f-ly6umRg5Yd8Ug6flf8nXE/C0w4M\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6118d-12107bc50833e0cc49089ff5;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"BmvWNcEjp0VGyvy0zoUfJLq_GeJFk9XT9ByIYgsPXFiRaJR2K8rPOQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"emailSent\": true,\n    \"customerNumber\": \"C00081\",\n    \"mailInfo\": {\n        \"email\": \"TESTCASEUSER@TT.COM\",\n        \"resetCode\": \"7F869DF197234B2C95E7\",\n        \"customerName\": \"a a\"\n    }\n}"},{"id":"d530ac8b-8d47-4e2f-b4cc-1d719ee5c81f","name":"TC_RequestProfilePasswordReset_text","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerNumber\": \"C00081\",\n    \"appID\" : \"1\",\n    \"changePasswordOption\": \"textMessage\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RequestProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:42:56 GMT"},{"key":"x-amzn-RequestId","value":"52bc0ded-8a9c-46c5-be8d-7e9aae6121be"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"145"},{"key":"x-amz-apigw-id","value":"AHexKEVfliAFZ2w="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"91-V1WBJhWnintlAR4IRnQWT/guSPs\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e611a0-39524f2804d5f4341ba5bbcf;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"OjqaBo8WFf5dteLsX919ud8gMAVWmQiDXQ4qOEM2KeQdwUEZbrkkOg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"messageSent\": true,\n    \"customerNumber\": \"C00081\",\n    \"smsInfo\": {\n        \"phoneNumber\": \"1-123-123-1234\",\n        \"resetCode\": \"E0056F5074B84B53985F\",\n        \"customerName\": \"a a\"\n    }\n}"},{"id":"3660a6ed-4c18-4335-b2e1-754e32090426","name":"TC_RequestProfilePasswordReset_invalidOption","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerNumber\": \"C00081\",\n    \"appID\" : \"1\",\n    \"changePasswordOption\": \"text\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RequestProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:43:18 GMT"},{"key":"x-amzn-RequestId","value":"964cf503-08c8-4a45-bf34-2f78964812c8"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"120"},{"key":"x-amz-apigw-id","value":"AHe0gFTUliAFqWg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"78-zkNfEzgThDo2rQ5WgaHpuY+EiJ0\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e611b6-3b51094a16875aa3081d1644;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"xkHSRY9NAtEX3t3fW-j6Xe5BEkvEDLgu3J-MIg_cx9poReqjil-W0Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"PROGRAM_ERR\",\n        \"Error_Messsage\": \"ChangePasswordOption value should be <email> or <textMessage>.\"\n    }\n}"},{"id":"de006353-fbcc-4217-b9a9-d58ae9591f7d","name":"TC_RequestProfilePasswordReset_notFound_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerNumber\": \"C000\",\n    \"appID\" : \"1\",\n    \"changePasswordOption\": \"email\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RequestProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:43:43 GMT"},{"key":"x-amzn-RequestId","value":"a29250fb-dcba-48bb-bbfb-3504ea116b9f"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"106"},{"key":"x-amz-apigw-id","value":"AHe4hEjhliAFYaw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"6a-16TKN2NPFJ2qvrld/iEVvaUkVtw\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e611cf-73029f765e51b2e350627bb9;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"LDEgx8WICoq0ZF6Rbv_y4aLyPTpB-U0lukUlt9h150hBqj47awUgsQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"USER_ERR\",\n        \"Error_Messsage\": \"Profile with provided Customer Number is not found.\"\n    }\n}"},{"id":"3f36c41f-462b-424e-9702-8ef4fc63fc15","name":"TC_RequestProfilePasswordReset_invalidFields_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerNumber\": \"\",\n    \"appID\" : \"1\",\n    \"changePasswordOption\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RequestProfilePasswordReset"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"248"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:44:40 GMT"},{"key":"x-amzn-RequestId","value":"03b468f8-bebd-4fcf-9643-482c04748c29"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"248"},{"key":"x-amz-apigw-id","value":"AHfBSGNEFiAFSeQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"f8-CIdzd/4onQivXZzZETqP5C7+pSE\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e61207-617f19dd20dc133625a8d2b1;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"SE_zhvc_RLj6qfWYe6K0-QOgN3R1vaIntqgqxqIqijRv8g_z-MEH5g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"\\\\\\\"customerNumber\\\\\\\" key cannot be empty  CorrelationId:  51ee487f-f90d-49f0-931e-97a16b0e2007.\\\"}}\"\n}"},{"id":"f0a7a08e-0f4c-4462-9e69-6a53ac008ca0","name":"RequestProfilePasswordReset","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"atai.omorov+5@tenging.is\",\n    \"appID\" : \"1\",\n    \"changePasswordOption\": \"email\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/RequestProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 30 Mar 2023 19:04:59 GMT"},{"key":"x-amzn-RequestId","value":"45be32b8-511f-4ebb-8a7c-1655700185fb"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"139"},{"key":"x-amz-apigw-id","value":"Cm-GQHm1oAMFSOQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"8b-7Gln/o+FATMKYI8LZ1YSvCeuDjk\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6425dd5a-62d9391d09e70a7162d48a82;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 da638d87f8ab43a61f74ca34a51fd8b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"05PJj0OaCtUHQPoGDELMepE4H9pHnoYFWN_q8lcgSHMiCIxybaJVHA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"emailSent\": true,\n    \"customerNumber\": \"\",\n    \"mailInfo\": {\n        \"email\": \"ATAI.OMOROV+5@TENGING.IS\",\n        \"resetCode\": \"7C9F8E32E16C479F852C\",\n        \"customerName\": \"\"\n    }\n}"}],"_postman_id":"ca3a904b-be6d-4cf7-bfb3-7a91d1e88ab5"},{"name":"SubmitProfilePasswordReset","id":"af27959b-7273-4432-84d3-b7dd62728b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"vladimir.terekhov+validation0@tenging.is\",\n    \"resetToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2RlIjoiQkY0NEM2MkYyOTRFNDcwMkE1MEYiLCJpYXQiOjE2Nzc2ODgwNTcsImV4cCI6MTY3Nzc3NDQ1N30.yr2As2lCpedYlk5SqIsRbRAT1EpmqmMkszBIb-qp5t8\",\n    \"appID\" : \"0\",\n    \"pass\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/SubmitProfilePasswordReset","description":"<p>StartFragment</p>\n<p>The <strong>SubmitProfilePasswordReset</strong> method provides the ability to update the customer's password that was reset. To update the password, the reset verification link, that was received upon requesting the <strong>RequestProfilePasswordReset</strong> method, needs to be inputted. It is available only for <strong>registered customers</strong>.</p>\n<p>EndFragment</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>Email (Text [50])</td>\n<td>Email address of the customer account that received the verification link.</td>\n</tr>\n<tr>\n<td>resetToken</td>\n<td>LoyaltyLogin.\"Password Reset Code\" (Text[50])</td>\n<td>Reset token is received when customer tries to reset the password.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>pass</td>\n<td>(Text[1000])</td>\n<td>Password of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>passwordResetSuccess</td>\n<td>Result (boolean)</td>\n<td>Verification if the password change was successful.</td>\n</tr>\n<tr>\n<td><strong>profile</strong></td>\n<td></td>\n<td>Profile information of the user. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>globalPayCustomerKey</td>\n<td>ID out payment system (Text [50])</td>\n<td>Id out payment system.</td>\n</tr>\n<tr>\n<td>login</td>\n<td>Email (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>MemberLogin.\"Email Verified\" (Boolean)</td>\n<td>Request to check if the customer has a verified email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>MemberLogin.\"First Name\" (Text[50])</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>MemberLogin.\"First Name\" (Text[50])</td>\n<td>Middle name of the customer.</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>MemberLogin.\"First Name\" (Text[50])</td>\n<td>Surname of the customer.</td>\n</tr>\n<tr>\n<td>isPharmacyUser</td>\n<td>\"isPharmacyUser\" (Boolean)</td>\n<td>Verification if the customer is a pharmacy user.</td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>MemberLogin.\"Date of Birth\" (Date)</td>\n<td>Date of birth of the customer.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>MemberLogin.Gender (Text[30])</td>\n<td>Gender of the customer.</td>\n</tr>\n<tr>\n<td>withPets</td>\n<td>MemberLogin.\"With Pets\" (Boolean)</td>\n<td>Verification if the customer has pets.</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>MemberLogin.\"Customer Type\" (Code[10])</td>\n<td>Type of the customer.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td></td>\n<td>Customer information about the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>MemberLogin.\"E-mail\" (Text [80])</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>firstLastName</td>\n<td>Customer.Name (Text [100])</td>\n<td>Full name of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Customer.\"Phone No.\" (Text [30])</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td><strong>billingAddress</strong></td>\n<td></td>\n<td>Billing address of the customer.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Customer.Address (Text [100])</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Customer.Address (Text [50])</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Customer.City (Text [30])</td>\n<td>Address name of the billing address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Customer.\"Post Code\" (Code[20])</td>\n<td>City name of the billing address.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddresses</strong></td>\n<td></td>\n<td>Delivery address of the user where the order will be shipped. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>\"Ship-to Address\".Code (Code[21])</td>\n<td>Code of the delivery address.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>\"Ship-to Address\".Name (Text [150])</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>\"Ship-to Address\".Address (Text [100])</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>\"Ship-to Address\".Address (Text [50])</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>\"Ship-to Address\".City (Text [30])</td>\n<td>City of the delivery address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>\"Ship-to Address\".\"Post Code\" (Code[20])</td>\n<td>Zip code of the delivery address.</td>\n</tr>\n<tr>\n<td>deletable</td>\n<td>flag Customer card or Ship ( Boolean)</td>\n<td>Verification if it is deletable.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["SubmitProfilePasswordReset"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/account"],"query":[],"variable":[]}},"response":[{"id":"2ddf93dd-63d6-4d50-9557-4a9205417b66","name":"TC_SubmitProfilePasswordReset","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"resetToken\":\"E0056F5074B84B53985F\",\n    \"appID\" : \"0\",\n    \"pass\":\"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/SubmitProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"574"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:46:22 GMT"},{"key":"x-amzn-RequestId","value":"07d79c42-fe78-421f-a592-3f7e659cd2a8"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"574"},{"key":"x-amz-apigw-id","value":"AHfRSFp2liAFZ0Q="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"23e-R6nedI9hbolibqAqzYFsntshQLA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6126e-4304b9810ed042e4697f0658;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"H_s_Lr3bmzyOwsul-m3ixiZ_Pso7cbCEhyTxuD9J2KOY0x-PV0AVDA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"passwordResetSuccess\": true,\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTCASEUSER@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"a\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2002-02-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00081\",\n            \"email\": \"TESTCASEUSER@TT.COM\",\n            \"firstLastName\": \"a a\",\n            \"phoneNumber\": \"1-123-123-1234\",\n            \"billingAddress\": {\n                \"address\": \"Gotham\",\n                \"city\": \"\",\n                \"zipCode\": \"\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"Gotham\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"},{"id":"805608fe-dccc-4d31-a035-9f74e305f985","name":"TC_SubmitProfilePasswordReset_invalidUrl_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"resetToken\":\"7F869DF197234B2C95E7\",\n    \"appID\" : \"0\",\n    \"pass\":\"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/SubmitProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:46:02 GMT"},{"key":"x-amzn-RequestId","value":"d139ac67-5e2b-40ef-8b80-e13895019bcc"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"76"},{"key":"x-amz-apigw-id","value":"AHfOMGKXliAFryw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4c-34d2nWAtFB7MLaHR/zql755pOww\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6125a-22fa6a443b20e4833e4c1094;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"nm4HF6dhOUq83AR789QS6jN4aoYiWNM0zUq6eAcqm4UZm-xqJs9AkA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"USER_ERR\",\n        \"Error_Messsage\": \"Reset url is invalid.\"\n    }\n}"},{"id":"feb11df9-6dde-4988-8fca-24b3a23ef92b","name":"TC_SubmitProfilePasswordReset_invalidFields_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"resetToken\":\"\",\n    \"appID\" : \"0\",\n    \"pass\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/SubmitProfilePasswordReset"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"244"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:46:59 GMT"},{"key":"x-amzn-RequestId","value":"425fb28d-3ccf-4b09-ac51-8ae787c5f716"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"244"},{"key":"x-amz-apigw-id","value":"AHfXFF0eliAFQDA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"f4-9OEq25NO0RJRcFvBNb3kUxSOm3w\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e61293-55bf3ee70ba673fa0f429a16;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"6zZjl5jUCBXmivL7b7bwk-8RTeAAChZwyS9Mse50yO1jFDGT95DccA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"\\\\\\\"resetToken\\\\\\\" key cannot be empty  CorrelationId:  abd74a9d-0994-4e84-ad23-4e1b9e57ce83.\\\"}}\"\n}"},{"id":"e3d5ef08-1675-459e-a943-4996610205fb","name":"SubmitProfilePasswordReset","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"atai.omorov+5@tenging.is\",\n    \"resetToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2RlIjoiN0M5RjhFMzJFMTZDNDc5Rjg1MkMiLCJpYXQiOjE2ODAyMDMwOTksImV4cCI6MTY4MDI4OTQ5OX0.jpZbfvjQnIf_50sQd_Eq93YE7P3oEjoW5E8BAbrhUDg\",\n    \"appID\" : \"0\",\n    \"pass\": \"123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/SubmitProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"327"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 30 Mar 2023 19:08:13 GMT"},{"key":"x-amzn-RequestId","value":"97d00cc7-f89b-420d-9c92-5562e4980e74"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"578"},{"key":"x-amz-apigw-id","value":"Cm-klFFZIAMF74A="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"242-LBtBoruDpz1xyrwx7+qs4ppfEcA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6425de1d-76c5cac742048c78793955e5;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 da638d87f8ab43a61f74ca34a51fd8b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"dZb1DnZtGrzJ_n0n45rt64BVhwl_AJ5OGJAW3Egy07TRzDWhvr6vNw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"passwordResetSuccess\": true,\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"ATAI.OMOROV+5@TENGING.IS\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"\",\n        \"middleName\": \"\",\n        \"surname\": \"\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"\",\n        \"gender\": \"none\",\n        \"withPets\": false,\n        \"customerType\": \"\",\n        \"customer\": {\n            \"number\": \"C00141\",\n            \"email\": \"ATAI.OMOROV+5@TENGING.IS\",\n            \"firstLastName\": \"No name given\",\n            \"phoneNumber\": \"\",\n            \"billingAddress\": {\n                \"address\": \"\",\n                \"address2\": \"\",\n                \"city\": \"\",\n                \"zipCode\": \"\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"\",\n                    \"address2\": \"\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"af27959b-7273-4432-84d3-b7dd62728b16"},{"name":"UserLogin","id":"2d86a65b-a718-4dd9-aecd-59b4dafe8003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"atai.omorov+1@tenging.is\",\n    \"appID\": \"0\",\n    \"pass\": \"Qwerty1234!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/UserLogin","description":"<p>The request provides the ability to log in to the system. This method is available only for <strong>registered customers</strong>(with an already <strong>existing account</strong> in the system). As a result, after each successful <strong>UserLogin</strong>, the <strong>system verifies if the customer has confirmed the email or not.</strong></p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App ID of the request.</td>\n</tr>\n<tr>\n<td>fcmToken</td>\n<td>Text</td>\n<td>Fcm token of the customer, responsible for mobile notification.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language ID of the request.</td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>Text</td>\n<td>Login id of the customer.</td>\n</tr>\n<tr>\n<td>pass</td>\n<td>Text</td>\n<td>Password of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>if the system finds the record and <strong>the customer</strong> <strong>email is verified</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Verification if the method was successful.</td>\n</tr>\n<tr>\n<td>refreshToken</td>\n<td>Text</td>\n<td>Authorization token of the customer.</td>\n</tr>\n<tr>\n<td><strong>body</strong></td>\n<td></td>\n<td>Body information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>email</td>\n<td>Text</td>\n<td>Email of the customer.</td>\n</tr>\n<tr>\n<td>appId</td>\n<td>Integer</td>\n<td>AppType information of the customer.</td>\n</tr>\n<tr>\n<td><strong>profile</strong></td>\n<td></td>\n<td>Profile information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>globalPayCustomerKey</td>\n<td>Text</td>\n<td>Id out payment system.</td>\n</tr>\n<tr>\n<td>login</td>\n<td>Text</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>Boolean</td>\n<td>Verification if the customer has a verified email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Text</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>Text</td>\n<td>Middle name of the customer.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Text</td>\n<td>Last Name of the customer.</td>\n</tr>\n<tr>\n<td>isPharmacyUser</td>\n<td>Boolean</td>\n<td>Boolean if the customer has a pharmacy account.</td>\n</tr>\n<tr>\n<td>mobilePhoneNumber</td>\n<td>Text</td>\n<td>Phone Number of Customer</td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>Date</td>\n<td>Date of birth of the customer.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Text</td>\n<td>Gender of the customer.</td>\n</tr>\n<tr>\n<td>hasPets</td>\n<td>Boolean</td>\n<td>Verification If the customer has pets.</td>\n</tr>\n<tr>\n<td>hasChildren</td>\n<td>Boolean</td>\n<td>Verification if the customer has children.</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>Code</td>\n<td>Customer type of the customer.</td>\n</tr>\n<tr>\n<td>doNotSendNotificationCustomerOrders</td>\n<td>Boolean</td>\n<td>Boolean if the customer orders notifications need to be sent.</td>\n</tr>\n<tr>\n<td>doNotSendWithdraw</td>\n<td>Boolean</td>\n<td>Boolean if the withdraw notifications need to be sent.</td>\n</tr>\n<tr>\n<td>membershipCardNo</td>\n<td>Text</td>\n<td>Membership card of the customer.</td>\n</tr>\n<tr>\n<td>membershipCardBarcode</td>\n<td>Text</td>\n<td>Membership barcode of the customer.</td>\n</tr>\n<tr>\n<td>illnesses</td>\n<td>Option</td>\n<td>Illnesses of the customer.</td>\n</tr>\n<tr>\n<td>uploadedDocuments</td>\n<td>Text</td>\n<td>Attachments of the customer.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td></td>\n<td>Customer's information. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Code</td>\n<td>Customer number.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Text</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>firstLastName</td>\n<td>Text</td>\n<td>Full name of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Text</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td><strong>billingAddress</strong></td>\n<td></td>\n<td>Billing address of the customer.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Text</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Text</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Text</td>\n<td>City name of the billing address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Code</td>\n<td>Zip code of the billing address.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddress</strong></td>\n<td></td>\n<td>Delivery address of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code of the delivery address.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Text</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Text</td>\n<td>Delivery address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Text</td>\n<td>Delivery address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Text</td>\n<td>City name of the delivery address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Code</td>\n<td>Zip code of the delivery address.</td>\n</tr>\n<tr>\n<td>deletable</td>\n<td>Boolean</td>\n<td>Verification if the delivery address is deletable.</td>\n</tr>\n</tbody>\n</table>\n</div><p>if the system finds the record and <strong>the customer's</strong> <strong>email is not verified</strong>, <strong>it will generate a registration code once again for the customer to confirm the email.</strong> The request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Verification If the method was successful.</td>\n</tr>\n<tr>\n<td>token</td>\n<td>Text</td>\n<td>Authorization token of the customer.</td>\n</tr>\n<tr>\n<td>loginId</td>\n<td>Text</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>appType</td>\n<td>Code</td>\n<td>App type information of the customer.</td>\n</tr>\n<tr>\n<td>pass</td>\n<td>Text</td>\n<td>Password of the customer to login to the system.</td>\n</tr>\n<tr>\n<td><strong>mailInfo</strong></td>\n<td></td>\n<td>Email verification information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>Boolean</td>\n<td>Verification if the customer has a verified email.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Text</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>registrationCode</td>\n<td>Text</td>\n<td>Registration code that the customer receives <strong>to confirm the email.</strong></td>\n</tr>\n<tr>\n<td>firstLastName</td>\n<td>Text</td>\n<td>Full name of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>if the system does not find the record with the <strong>correct</strong> <strong>credentials</strong>, the response with an <strong>error</strong> will be returned.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>error</td>\n<td>Text</td>\n<td>Error that the customer receives when trying to login with incorrect credentials.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Text</td>\n<td>Error message. It returns <strong>\"Incorrect credentials.\"</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>Text</td>\n<td>Error code. It returns <strong>\"USER_ERR\"</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["UserLogin"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/account"],"query":[],"variable":[]}},"response":[{"id":"6486c308-c403-40a7-8c9d-f10c13c54b34","name":"UserLogin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"testMandatoryFields2@TT.COM\",\n    \"pass\": \"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UserLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"579"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 27 Jan 2023 08:46:30 GMT"},{"key":"x-amzn-RequestId","value":"f231f1e4-e9ce-4f1e-89d8-1b920ae83bd9"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"579"},{"key":"x-amz-apigw-id","value":"fZNX9GSqliAFhVQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"243-K1iFvjftgrmK0IgrgfibgIHF7G4\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63d38f65-6636c8666e53db3c0a55a4fb;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60d22b5ab79521d827fcdd546c7710d4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"XxzhfhoHbyBM9Q85Gs7okFwfmVLG73WXv-ObyWHfh9EvHESbbmgJhg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb2dpbklkIjoidGVzdE1hbmRhdG9yeUZpZWxkczJAVFQuQ09NIiwicGFzcyI6IjExMTEiLCJtYWlsSW5mbyI6eyJpc0VtYWlsVmVyaWZpZWQiOmZhbHNlLCJlbWFpbCI6IlRFU1RNQU5EQVRPUllGSUVMRFMyQFRULkNPTSIsInJlZ2lzdHJhdGlvbkNvZGUiOiI3QjEzMiIsImZpcnN0TGFzdE5hbWUiOiJhIGEifSwiaWF0IjoxNjc0ODA5MTkwLCJleHAiOjE2NzU0MTM5OTB9.EJbDdEupt_EH1VkffUWK-jz40iry1p6ZiBK-jwUduVE\",\n    \"body\": {\n        \"loginId\": \"testMandatoryFields2@TT.COM\",\n        \"pass\": \"1111\",\n        \"mailInfo\": {\n            \"isEmailVerified\": false,\n            \"email\": \"TESTMANDATORYFIELDS2@TT.COM\",\n            \"registrationCode\": \"7B132\",\n            \"firstLastName\": \"a a\"\n        }\n    }\n}"},{"id":"4163eb06-ac14-4c54-bf8b-3d47a0857004","name":"TC_UserLogin_appID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTAPPID2@TT.COM\",\n      \"appType\": \"Presto\",\n    \"pass\": \"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UserLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"577"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 12:50:24 GMT"},{"key":"x-amzn-RequestId","value":"44b5df39-cb95-4ba2-ac95-927121219327"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"577"},{"key":"x-amz-apigw-id","value":"fqPyiFXgliAFp0g="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"241-SEbQK7EL8EoSRltruocAnn0DFVU\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da6010-4847d5f51fb316f803d88303;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fc54020ff2087bf01c6a8bc97e7fe89a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"0bbgjo2-FJwPpf09Wh7RAewfufHVXUSrj6Vz6wHFiUQdmi6iYa9ArQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb2dpbklkIjoiVEVTVEFQUElEMkBUVC5DT00iLCJhcHBUeXBlIjoiUHJlc3RvIiwicGFzcyI6IjExMTEiLCJtYWlsSW5mbyI6eyJpc0VtYWlsVmVyaWZpZWQiOmZhbHNlLCJlbWFpbCI6IlRFU1RBUFBJRDJAVFQuQ09NIiwicmVnaXN0cmF0aW9uQ29kZSI6IjkwNzU3IiwiZmlyc3RMYXN0TmFtZSI6ImEgYSJ9LCJpYXQiOjE2NzUyNTU4MjQsImV4cCI6MTY3NTg2MDYyNH0.kIpjSsHpGzKzY7ZrUViivw6whsdIuxSp4_TOUbcYQcc\",\n    \"body\": {\n        \"loginId\": \"TESTAPPID2@TT.COM\",\n        \"appType\": \"Presto\",\n        \"pass\": \"1111\",\n        \"mailInfo\": {\n            \"isEmailVerified\": false,\n            \"email\": \"TESTAPPID2@TT.COM\",\n            \"registrationCode\": \"90757\",\n            \"firstLastName\": \"a a\"\n        }\n    }\n}"},{"id":"9e597ff9-6b0d-416f-87d1-9d853aae8c8d","name":"C00069-01","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"testStatements01@a.com\",\n    \"appType\": \"0\",\n    \"pass\": \"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UserLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1592"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 Feb 2023 14:19:13 GMT"},{"key":"x-amzn-RequestId","value":"25e8b06e-4661-45d0-9378-00dee804523c"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1592"},{"key":"x-amz-apigw-id","value":"ftvvSE4_liAFcnA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"638-W1m97nvH3QzIodHm8DR6SCW4r/Y\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63dbc661-4dac867c2c233314381865a6;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fdac35835bcf0937b6f910eeac10720e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"4LPUu_XhfcP-0eWA1fQUjPPTTLhsveipQhze3p3PRpXFhgwC84ShuQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IlRFU1RTVEFURU1FTlRTMDFAQS5DT00iLCJhcHBUeXBlIjoiMCIsInByb2ZpbGUiOnsiZ2xvYmFsUGF5Q3VzdG9tZXJLZXkiOiIiLCJsb2dpbiI6IlRFU1RTVEFURU1FTlRTMDFAQS5DT00iLCJpc0VtYWlsVmVyaWZpZWQiOnRydWUsImZpcnN0TmFtZSI6ImN1diIsIm1pZGRsZU5hbWUiOiIiLCJzdXJuYW1lIjoiMDEiLCJpc1BoYXJtYWN5VXNlciI6ZmFsc2UsImRhdGVvZkJpcnRoIjoiMjAwMC0wMS0wMSIsImdlbmRlciI6Im1hbGUiLCJ3aXRoUGV0cyI6dHJ1ZSwiY3VzdG9tZXJUeXBlIjoiQURVTFQiLCJjdXN0b21lciI6eyJudW1iZXIiOiJDMDAwNjkiLCJlbWFpbCI6IlRFU1RTVEFURU1FTlRTMDFAQS5DT00iLCJmaXJzdExhc3ROYW1lIjoiY3V2IDAxIiwicGhvbmVOdW1iZXIiOiIxLTEyMy0xMjMtMTIzNCIsImJpbGxpbmdBZGRyZXNzIjp7ImFkZHJlc3MiOiJCYWtpbmcgU29kYSIsImNpdHkiOiIiLCJ6aXBDb2RlIjoiIn0sImRlbGl2ZXJ5QWRkcmVzc2VzIjpbeyJjb2RlIjoiYmlsbGluZyIsIm5hbWUiOiJCaWxsaW5nIEFkZHJlc3MiLCJhZGRyZXNzIjoiQmFraW5nIFNvZGEiLCJjaXR5IjoiIiwiemlwQ29kZSI6IiIsImRlbGV0YWJsZSI6ZmFsc2V9XX19LCJpYXQiOjE2NzUzNDc1NTMsImV4cCI6MTY3NTk1MjM1M30.MymeChk4KcU9KZ-10gSM3C8jAqGvT-C_oIjrO3wk9k4\",\n    \"body\": {\n        \"email\": \"TESTSTATEMENTS01@A.COM\",\n        \"appType\": \"0\",\n        \"profile\": {\n            \"globalPayCustomerKey\": \"\",\n            \"login\": \"TESTSTATEMENTS01@A.COM\",\n            \"isEmailVerified\": true,\n            \"firstName\": \"cuv\",\n            \"middleName\": \"\",\n            \"surname\": \"01\",\n            \"isPharmacyUser\": false,\n            \"dateofBirth\": \"2000-01-01\",\n            \"gender\": \"male\",\n            \"withPets\": true,\n            \"customerType\": \"ADULT\",\n            \"customer\": {\n                \"number\": \"C00069\",\n                \"email\": \"TESTSTATEMENTS01@A.COM\",\n                \"firstLastName\": \"cuv 01\",\n                \"phoneNumber\": \"1-123-123-1234\",\n                \"billingAddress\": {\n                    \"address\": \"Baking Soda\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\"\n                },\n                \"deliveryAddresses\": [\n                    {\n                        \"code\": \"billing\",\n                        \"name\": \"Billing Address\",\n                        \"address\": \"Baking Soda\",\n                        \"city\": \"\",\n                        \"zipCode\": \"\",\n                        \"deletable\": false\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"35a7f275-8aac-4fb9-a419-3587b7930c51","name":"C00070-02","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"testStatements02@a.com\",\n    \"appType\": \"1\",\n    \"pass\": \"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UserLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1543"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 02 Feb 2023 14:43:24 GMT"},{"key":"x-amzn-RequestId","value":"9a5ffc5d-a55b-44f3-af41-dcf682af0226"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1543"},{"key":"x-amz-apigw-id","value":"ftzR_FXOFiAFQFQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"607-ADIT1bPUcfHoRMo0IAfIRnm7HHE\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63dbcc0c-415d590a2efa5f430e17172a;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b7956d91cf1fe016b86fc209319f03ca.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"Ms7sAX7Uodfu8KasRdbG15mLYjBClXvW1eeTh9di_S_WMuJZEk-zhQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IlRFU1RTVEFURU1FTlRTMDJAQS5DT00iLCJhcHBUeXBlIjoiMSIsInByb2ZpbGUiOnsiZ2xvYmFsUGF5Q3VzdG9tZXJLZXkiOiIiLCJsb2dpbiI6IlRFU1RTVEFURU1FTlRTMDJAQS5DT00iLCJpc0VtYWlsVmVyaWZpZWQiOnRydWUsImZpcnN0TmFtZSI6ImN1diIsIm1pZGRsZU5hbWUiOiIiLCJzdXJuYW1lIjoiMDIiLCJpc1BoYXJtYWN5VXNlciI6ZmFsc2UsImRhdGVvZkJpcnRoIjoiMjAwMC0wMS0wMSIsImdlbmRlciI6Im1hbGUiLCJ3aXRoUGV0cyI6ZmFsc2UsImN1c3RvbWVyVHlwZSI6IkFEVUxUIiwiY3VzdG9tZXIiOnsibnVtYmVyIjoiQzAwMDcwIiwiZW1haWwiOiJURVNUU1RBVEVNRU5UUzAyQEEuQ09NIiwiZmlyc3RMYXN0TmFtZSI6ImN1diAwMiIsInBob25lTnVtYmVyIjoiMS0xMjMtMTIzLTEyMzQiLCJiaWxsaW5nQWRkcmVzcyI6eyJhZGRyZXNzIjoiIiwiY2l0eSI6IiIsInppcENvZGUiOiIifSwiZGVsaXZlcnlBZGRyZXNzZXMiOlt7ImNvZGUiOiJiaWxsaW5nIiwibmFtZSI6IkJpbGxpbmcgQWRkcmVzcyIsImFkZHJlc3MiOiIiLCJjaXR5IjoiIiwiemlwQ29kZSI6IiIsImRlbGV0YWJsZSI6ZmFsc2V9XX19LCJpYXQiOjE2NzUzNDkwMDQsImV4cCI6MTY3NTk1MzgwNH0.LXlzkTGbxsv22k6uEWqOV-_G-9oRJVY5x8IAUm3blW8\",\n    \"body\": {\n        \"email\": \"TESTSTATEMENTS02@A.COM\",\n        \"appType\": \"1\",\n        \"profile\": {\n            \"globalPayCustomerKey\": \"\",\n            \"login\": \"TESTSTATEMENTS02@A.COM\",\n            \"isEmailVerified\": true,\n            \"firstName\": \"cuv\",\n            \"middleName\": \"\",\n            \"surname\": \"02\",\n            \"isPharmacyUser\": false,\n            \"dateofBirth\": \"2000-01-01\",\n            \"gender\": \"male\",\n            \"withPets\": false,\n            \"customerType\": \"ADULT\",\n            \"customer\": {\n                \"number\": \"C00070\",\n                \"email\": \"TESTSTATEMENTS02@A.COM\",\n                \"firstLastName\": \"cuv 02\",\n                \"phoneNumber\": \"1-123-123-1234\",\n                \"billingAddress\": {\n                    \"address\": \"\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\"\n                },\n                \"deliveryAddresses\": [\n                    {\n                        \"code\": \"billing\",\n                        \"name\": \"Billing Address\",\n                        \"address\": \"\",\n                        \"city\": \"\",\n                        \"zipCode\": \"\",\n                        \"deletable\": false\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"f89a6b04-9e91-4c6e-a3e7-72b31be7f7af","name":"TC_UserLogin_notVerfied_email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appType\": \"Pharmacy\",\n    \"pass\": \"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UserLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"591"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 08:24:19 GMT"},{"key":"x-amzn-RequestId","value":"b45addfa-54a6-4463-aee8-910bcb21d857"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"591"},{"key":"x-amz-apigw-id","value":"AHTP-FSFliAFVSw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"24f-4oG8XzuSlK6Oosvdztoujh+FqPw\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e5ff32-1b4350ac2840767119e4b2b1;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 930c2e58be2ae5a0faf6f308189d2776.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"Ftq7ekecDGKkmCV2FiYEvo-q3W5LYq38WOHyPKfzKb1iWd5xDnMD_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsb2dpbklkIjoiVEVTVENBU0VVU0VSQFRULkNPTSIsImFwcFR5cGUiOiJQaGFybWFjeSIsInBhc3MiOiIxMTExIiwibWFpbEluZm8iOnsiaXNFbWFpbFZlcmlmaWVkIjpmYWxzZSwiZW1haWwiOiJURVNUQ0FTRVVTRVJAVFQuQ09NIiwicmVnaXN0cmF0aW9uQ29kZSI6IjM4OENGIiwiZmlyc3RMYXN0TmFtZSI6ImEgYSJ9LCJpYXQiOjE2NzYwMTc0NTksImV4cCI6MTY3NjYyMjI1OX0.ncExnIIFdi3GgSmj5dhMoKEr1ZTyd6HiRKOcsfbDXTM\",\n    \"body\": {\n        \"loginId\": \"TESTCASEUSER@TT.COM\",\n        \"appType\": \"Pharmacy\",\n        \"pass\": \"1111\",\n        \"mailInfo\": {\n            \"isEmailVerified\": false,\n            \"email\": \"TESTCASEUSER@TT.COM\",\n            \"registrationCode\": \"388CF\",\n            \"firstLastName\": \"a a\"\n        }\n    }\n}"},{"id":"fbde8884-7505-48a1-ae17-0cdd2d1f5ae6","name":"TC_UserLogin_verified_email","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appType\": \"Pharmacy\",\n    \"pass\": \"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UserLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1573"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 08:25:49 GMT"},{"key":"x-amzn-RequestId","value":"850c82d9-b23a-48bc-96cb-b7ffb1e3f710"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1573"},{"key":"x-amz-apigw-id","value":"AHTeDFORFiAFZ4A="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"625-i1KJKfwQ9QoOtGGc5BIlzhHKhgY\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e5ff8c-5c2ab3de699423843fba3685;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 930c2e58be2ae5a0faf6f308189d2776.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"dyOSUEQ_IK8w2PY2sFmcKtugT_rHfPPPSAzFrfBCAmIo-AI6CM56-Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IlRFU1RDQVNFVVNFUkBUVC5DT00iLCJhcHBUeXBlIjoiUGhhcm1hY3kiLCJwcm9maWxlIjp7Imdsb2JhbFBheUN1c3RvbWVyS2V5IjoiIiwibG9naW4iOiJURVNUQ0FTRVVTRVJAVFQuQ09NIiwiaXNFbWFpbFZlcmlmaWVkIjp0cnVlLCJmaXJzdE5hbWUiOiJhIiwibWlkZGxlTmFtZSI6IiIsInN1cm5hbWUiOiJhIiwiaXNQaGFybWFjeVVzZXIiOmZhbHNlLCJkYXRlb2ZCaXJ0aCI6IjIwMDAtMDEtMDEiLCJnZW5kZXIiOiJtYWxlIiwid2l0aFBldHMiOnRydWUsImN1c3RvbWVyVHlwZSI6IkFEVUxUIiwiY3VzdG9tZXIiOnsibnVtYmVyIjoiQzAwMDgxIiwiZW1haWwiOiJURVNUQ0FTRVVTRVJAVFQuQ09NIiwiZmlyc3RMYXN0TmFtZSI6ImEgYSIsInBob25lTnVtYmVyIjoiMS0xMjMtMTIzLTEyMzQiLCJiaWxsaW5nQWRkcmVzcyI6eyJhZGRyZXNzIjoiQmFraW5nIFNvZGEiLCJjaXR5IjoiIiwiemlwQ29kZSI6IiJ9LCJkZWxpdmVyeUFkZHJlc3NlcyI6W3siY29kZSI6ImJpbGxpbmciLCJuYW1lIjoiQmlsbGluZyBBZGRyZXNzIiwiYWRkcmVzcyI6IkJha2luZyBTb2RhIiwiY2l0eSI6IiIsInppcENvZGUiOiIiLCJkZWxldGFibGUiOmZhbHNlfV19fSwiaWF0IjoxNjc2MDE3NTQ5LCJleHAiOjE2NzY2MjIzNDl9.yFn0bEcyTAnskuEWFhQddgNG9oBLZX4tclBqMX4ZDDU\",\n    \"body\": {\n        \"email\": \"TESTCASEUSER@TT.COM\",\n        \"appType\": \"Pharmacy\",\n        \"profile\": {\n            \"globalPayCustomerKey\": \"\",\n            \"login\": \"TESTCASEUSER@TT.COM\",\n            \"isEmailVerified\": true,\n            \"firstName\": \"a\",\n            \"middleName\": \"\",\n            \"surname\": \"a\",\n            \"isPharmacyUser\": false,\n            \"dateofBirth\": \"2000-01-01\",\n            \"gender\": \"male\",\n            \"withPets\": true,\n            \"customerType\": \"ADULT\",\n            \"customer\": {\n                \"number\": \"C00081\",\n                \"email\": \"TESTCASEUSER@TT.COM\",\n                \"firstLastName\": \"a a\",\n                \"phoneNumber\": \"1-123-123-1234\",\n                \"billingAddress\": {\n                    \"address\": \"Baking Soda\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\"\n                },\n                \"deliveryAddresses\": [\n                    {\n                        \"code\": \"billing\",\n                        \"name\": \"Billing Address\",\n                        \"address\": \"Baking Soda\",\n                        \"city\": \"\",\n                        \"zipCode\": \"\",\n                        \"deletable\": false\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"ffedd685-3adb-48b8-b58b-33a5bfbbb794","name":"TC_UserLogin_incorrectCredentials_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appType\": \"Pharmacy\",\n    \"pass\": \"1122\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UserLogin"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 08:36:57 GMT"},{"key":"x-amzn-RequestId","value":"3a8796e9-ee19-4c38-9a0f-f0e9b13a0490"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"67"},{"key":"x-amz-apigw-id","value":"AHVGPFP3liAFXPg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"43-BZJUcsZt6Qqm1csNRgfavYQNM5I\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e60227-4e1c3e1941dc4ba505b046ff;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 c26999728b9b80253ea8308df470deba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"DTfcSenEL0u2487--ALzqzoAoAg_uqbmJWhqkoZj0IffLnJRJ6n-Cw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Incorrect credentials.\",\n    \"code\": \"USER_ERR\"\n}"},{"id":"4fa71bea-b8f7-4573-8c3b-6476032aeecc","name":"TC_UserLogin_invalidField_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appType\": \"Pharmacy\",\n    \"pass\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UserLogin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"238"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 08:26:06 GMT"},{"key":"x-amzn-RequestId","value":"cc4cca4e-a051-4825-9a66-3750be973a39"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"238"},{"key":"x-amz-apigw-id","value":"AHTgxEzLFiAFchg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"ee-4KuT2aY594XkKldya2I6mSGMT0Y\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e5ff9e-18550d5e611a467f474dc5bb;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 930c2e58be2ae5a0faf6f308189d2776.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"4T3Fehx7EL2rO1tvPeu5lVEKm9La5UYAKZ4W0k1lr_WxBrKaWT4h-w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"\\\\\\\"pass\\\\\\\" key cannot be empty  CorrelationId:  3137be42-910d-4404-8e9c-656722ecb93b.\\\"}}\"\n}"},{"id":"0d0d12a4-e741-4e00-b83f-aed73b718651","name":"TC_UserLogin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"lea.kirindas@tenging.is\",\n    \"appType\": \"0\",\n    \"pass\": \"Qwertyqwerty1!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/UserLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1094"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 30 Mar 2023 18:55:56 GMT"},{"key":"x-amzn-RequestId","value":"a2513fa8-160a-4954-a050-4cbf11cf3660"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1907"},{"key":"x-amz-apigw-id","value":"Cm8xPFzPoAMFehQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"773-gr6651J4R5JouCbj1wbT1M/Q8h8\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6425db3a-6a729531150e2f447fcee104;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 108d01242a99700b9d54d3ebc618e22c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"QfsPJgEnxDQ7uhLWH22nJZJAWLQGF2jXhtR_IRNpLQrNGBShYJfvqw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IkxFQS5LSVJJTkRBU0BURU5HSU5HLklTIiwiYXBwSWQiOiIiLCJwcm9maWxlIjp7Imdsb2JhbFBheUN1c3RvbWVyS2V5IjoiIiwibG9naW4iOiJMRUEuS0lSSU5EQVNAVEVOR0lORy5JUyIsImlzRW1haWxWZXJpZmllZCI6dHJ1ZSwiZmlyc3ROYW1lIjoibGVhIiwibWlkZGxlTmFtZSI6IiIsInN1cm5hbWUiOiJMZWEiLCJpc1BoYXJtYWN5VXNlciI6ZmFsc2UsImRhdGVvZkJpcnRoIjoiMjAwMC0wMS0xMCIsImdlbmRlciI6ImZlbWFsZSIsIndpdGhQZXRzIjp0cnVlLCJjdXN0b21lclR5cGUiOiJBRFVMVCIsImN1c3RvbWVyIjp7Im51bWJlciI6IkMwMDEwMCIsImVtYWlsIjoiTEVBLktJUklOREFTQFRFTkdJTkcuSVMiLCJmaXJzdExhc3ROYW1lIjoibGVhIExlYSIsInBob25lTnVtYmVyIjoiMS0xMjMtMTIzLTEyMzQiLCJiaWxsaW5nQWRkcmVzcyI6eyJhZGRyZXNzIjoiIiwiYWRkcmVzczIiOiIiLCJjaXR5IjoiIiwiemlwQ29kZSI6IiJ9LCJkZWxpdmVyeUFkZHJlc3NlcyI6W3siY29kZSI6ImJpbGxpbmciLCJuYW1lIjoiQmlsbGluZyBBZGRyZXNzIiwiYWRkcmVzcyI6IiIsImFkZHJlc3MyIjoiIiwiY2l0eSI6IiIsInppcENvZGUiOiIiLCJkZWxldGFibGUiOmZhbHNlfSx7ImNvZGUiOiI1RDgxOUEyNTFEIiwibmFtZSI6ImhvbWUiLCJhZGRyZXNzIjoiMTExIDExMTExIiwiYWRkcmVzczIiOiIzNTQzNTQiLCJjaXR5IjoiQXJpbWEiLCJ6aXBDb2RlIjoiMzAiLCJkZWxldGFibGUiOnRydWV9XX19LCJpYXQiOjE2ODAyMDI1NTYsImV4cCI6MTY4MDgwNzM1Nn0.u20eCldj6CpsTBIgZ78OoWbE9gXUCS7sEeLl-IdjbRA\",\n    \"body\": {\n        \"email\": \"LEA.KIRINDAS@TENGING.IS\",\n        \"appId\": \"\",\n        \"profile\": {\n            \"globalPayCustomerKey\": \"\",\n            \"login\": \"LEA.KIRINDAS@TENGING.IS\",\n            \"isEmailVerified\": true,\n            \"firstName\": \"lea\",\n            \"middleName\": \"\",\n            \"surname\": \"Lea\",\n            \"isPharmacyUser\": false,\n            \"dateofBirth\": \"2000-01-10\",\n            \"gender\": \"female\",\n            \"withPets\": true,\n            \"customerType\": \"ADULT\",\n            \"customer\": {\n                \"number\": \"C00100\",\n                \"email\": \"LEA.KIRINDAS@TENGING.IS\",\n                \"firstLastName\": \"lea Lea\",\n                \"phoneNumber\": \"1-123-123-1234\",\n                \"billingAddress\": {\n                    \"address\": \"\",\n                    \"address2\": \"\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\"\n                },\n                \"deliveryAddresses\": [\n                    {\n                        \"code\": \"billing\",\n                        \"name\": \"Billing Address\",\n                        \"address\": \"\",\n                        \"address2\": \"\",\n                        \"city\": \"\",\n                        \"zipCode\": \"\",\n                        \"deletable\": false\n                    },\n                    {\n                        \"code\": \"5D819A251D\",\n                        \"name\": \"home\",\n                        \"address\": \"111 11111\",\n                        \"address2\": \"354354\",\n                        \"city\": \"Arima\",\n                        \"zipCode\": \"30\",\n                        \"deletable\": true\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"d15b306f-4585-44a5-983f-4f6f32135e93","name":"UserLogin_Tookan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"atai.omorov+7@tenging.is\",\n    \"appID\": \"0\",\n    \"pass\": \"Qwerty1234!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/UserLogin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1642"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 18 May 2023 09:12:49 GMT"},{"key":"x-amzn-RequestId","value":"2e8a593d-bee9-4186-965c-7b1420e5ddd5"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"2645"},{"key":"x-amz-apigw-id","value":"FHHStFRXoAMF9Ag="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"a55-4O/LQJ9y/79J29Pv/tQAc4o1ZY8\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6465ec11-52d16ecd0b1abfcd60dd90fd;Sampled=0;lineage=8bec34d2:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 66be79bde9fd204b1a11f560cee8fff4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN1-C1"},{"key":"X-Amz-Cf-Id","value":"gDCJurMphcp9O552Or7ebiPKq_18QH_F60ordod2p_UflhZYiQVXyQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"refreshToken\": \"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IkFUQUkuT01PUk9WKzdAVEVOR0lORy5JUyIsImFwcElkIjoiMCIsInByb2ZpbGUiOnsiZ2xvYmFsUGF5Q3VzdG9tZXJLZXkiOiIiLCJsb2dpbiI6IkFUQUkuT01PUk9WKzdAVEVOR0lORy5JUyIsImlzRW1haWxWZXJpZmllZCI6dHJ1ZSwiZmlyc3ROYW1lIjoiIiwibWlkZGxlTmFtZSI6IiIsInN1cm5hbWUiOiIiLCJpc1BoYXJtYWN5VXNlciI6ZmFsc2UsImRhdGVvZkJpcnRoIjoiIiwiZ2VuZGVyIjoibm9uZSIsIndpdGhQZXRzIjpmYWxzZSwiY3VzdG9tZXJUeXBlIjoiIiwiY3VzdG9tZXIiOnsibnVtYmVyIjoiQzAwMTgxIiwiZW1haWwiOiJBVEFJLk9NT1JPVis3QFRFTkdJTkcuSVMiLCJmaXJzdExhc3ROYW1lIjoiTm8gbmFtZSBnaXZlbiIsInBob25lTnVtYmVyIjoiIiwiYmlsbGluZ0FkZHJlc3MiOnsiYWRkcmVzcyI6IiIsImFkZHJlc3MyIjoiIiwiY2l0eSI6IiIsInppcENvZGUiOiIifSwiZGVsaXZlcnlBZGRyZXNzZXMiOlt7ImNvZGUiOiJiaWxsaW5nIiwibmFtZSI6IkJpbGxpbmcgQWRkcmVzcyIsImFkZHJlc3MiOiIiLCJhZGRyZXNzMiI6IiIsImNpdHkiOiIiLCJ6aXBDb2RlIjoiIiwiZGVsZXRhYmxlIjpmYWxzZX0seyJjb2RlIjoiNEI4N0QyMDM0QiIsIm5hbWUiOiJIT01FIiwiYWRkcmVzcyI6IlRyaW5jaXR5IENlbnRyYWwgUm9hZCIsImFkZHJlc3MyIjoiIiwiY2l0eSI6IkFyb3VjYSIsInppcENvZGUiOiJBUk9VQ0EiLCJsYXQiOjEwLjYyODk1MDA1NDA0MjMsImxuZyI6LTYxLjM1MzgzMzEyNzUyMTcsImRlbGV0YWJsZSI6dHJ1ZX1dfX0sImVudiI6IkRFViIsImlhdCI6MTY4NDQwMTE2OSwiZXhwIjoxNjg0NDE1NTY5fQ.5ee-UDcWk--d_qyhiCo6GyPSosffo5IwjR3Cp06t8SyrozwQOP0G7uhO2rhShqZJsE9L9i_l0qX9xOymiUbN6t3tt8BLhyR8UeCDeTJG9E5A3TbVT7s1jvkb1AFHF22dTY3eURV79IMl8yBjphx0ZM7f40td4zc9nJP_Fqwn8wxy7J_022JiOvige7fG_XTTJkFuJUlp57ZAtm0rLvdCK-wHBMbmpXKsRUPyzAYh_Z2Fx56CondxvkDr9cev-UrAhaDNiAym25qyLYS0kAU5ES6z3yhGM5g-jaMGKqZXF5qB14V16G_35JY84CAI7iMPD87pGTJ5itgQ7JlUEkU1bkATKVlmB5GnjB_kYRy_5jVkzk3dZiHOrE4XUdXjLSGgOkODcId0MlA28HWSqWhe2syjXuLXE_rrReQHMSqJo72CPTgaMkI6HEwjDtneSacRCmGbhYlJkw9wblUCmgrY7qFYlnNuSWBdasUx3e5jp4BnehOVUYmLM75qhxQvkTqiwJNOkhFQo_jw220sHRFD5UHWe3qMPK84wvPBI0re15wgHC1CI9C9CWmHiGDN-uAcutsvG6OH1aqHf456zLShJ6H98Xri7Xy_XeUPuPfGS8OO6taqdOUr1tD2A17W4mnKbTA-hpeqDHS2Jjlazb8SBSkIlKm4gpMd3eMjqwITOtw\",\n    \"body\": {\n        \"email\": \"ATAI.OMOROV+7@TENGING.IS\",\n        \"appId\": \"0\",\n        \"profile\": {\n            \"globalPayCustomerKey\": \"\",\n            \"login\": \"ATAI.OMOROV+7@TENGING.IS\",\n            \"isEmailVerified\": true,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"surname\": \"\",\n            \"isPharmacyUser\": false,\n            \"dateofBirth\": \"\",\n            \"gender\": \"none\",\n            \"withPets\": false,\n            \"customerType\": \"\",\n            \"customer\": {\n                \"number\": \"C00181\",\n                \"email\": \"ATAI.OMOROV+7@TENGING.IS\",\n                \"firstLastName\": \"No name given\",\n                \"phoneNumber\": \"\",\n                \"billingAddress\": {\n                    \"address\": \"\",\n                    \"address2\": \"\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\"\n                },\n                \"deliveryAddresses\": [\n                    {\n                        \"code\": \"billing\",\n                        \"name\": \"Billing Address\",\n                        \"address\": \"\",\n                        \"address2\": \"\",\n                        \"city\": \"\",\n                        \"zipCode\": \"\",\n                        \"deletable\": false\n                    },\n                    {\n                        \"code\": \"4B87D2034B\",\n                        \"name\": \"HOME\",\n                        \"address\": \"Trincity Central Road\",\n                        \"address2\": \"\",\n                        \"city\": \"Arouca\",\n                        \"zipCode\": \"AROUCA\",\n                        \"lat\": 10.6289500540423,\n                        \"lng\": -61.3538331275217,\n                        \"deletable\": true\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"2d86a65b-a718-4dd9-aecd-59b4dafe8003"},{"name":"Refresh","id":"2eb0b7ae-d26a-49a8-95d7-70033a8abe61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"refreshToken\": \"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IkxFQS5LSVJJTkRBU0BURU5HSU5HLklTIiwiYXBwSWQiOiIwIiwicHJvZmlsZSI6eyJnbG9iYWxQYXlDdXN0b21lcktleSI6IiIsImxvZ2luIjoiTEVBLktJUklOREFTQFRFTkdJTkcuSVMiLCJpc0VtYWlsVmVyaWZpZWQiOnRydWUsImZpcnN0TmFtZSI6ImxlYSIsIm1pZGRsZU5hbWUiOiIiLCJzdXJuYW1lIjoiTGVhIiwiaXNQaGFybWFjeVVzZXIiOmZhbHNlLCJkYXRlb2ZCaXJ0aCI6IjIwMDAtMDEtMTAiLCJnZW5kZXIiOiJmZW1hbGUiLCJ3aXRoUGV0cyI6dHJ1ZSwiY3VzdG9tZXJUeXBlIjoiQURVTFQiLCJjdXN0b21lciI6eyJudW1iZXIiOiJDMDAxMDAiLCJlbWFpbCI6IkxFQS5LSVJJTkRBU0BURU5HSU5HLklTIiwiZmlyc3RMYXN0TmFtZSI6ImxlYSBMZWEiLCJwaG9uZU51bWJlciI6IjEtMTIzLTEyMy0xMjM0IiwiYmlsbGluZ0FkZHJlc3MiOnsiYWRkcmVzcyI6IiIsImFkZHJlc3MyIjoiIiwiY2l0eSI6IiIsInppcENvZGUiOiIifSwiZGVsaXZlcnlBZGRyZXNzZXMiOlt7ImNvZGUiOiJiaWxsaW5nIiwibmFtZSI6IkJpbGxpbmcgQWRkcmVzcyIsImFkZHJlc3MiOiIiLCJhZGRyZXNzMiI6IiIsImNpdHkiOiIiLCJ6aXBDb2RlIjoiIiwiZGVsZXRhYmxlIjpmYWxzZX0seyJjb2RlIjoiNUQ4MTlBMjUxRCIsIm5hbWUiOiJob21lIiwiYWRkcmVzcyI6IjExMSAxMTExMSIsImFkZHJlc3MyIjoiMzU0MzU0IiwiY2l0eSI6IkFyaW1hIiwiemlwQ29kZSI6IjMwIiwibGF0aXR1ZGUiOiIwLjAwMDAwMCIsImxvbmdpdHVkZSI6IjAuMDAwMDAwIiwiZGVsZXRhYmxlIjp0cnVlfSx7ImNvZGUiOiI4NEEzRTkzMzc5IiwibmFtZSI6Inl0dXl0dXkiLCJhZGRyZXNzIjoiIiwiYWRkcmVzczIiOiIiLCJjaXR5IjoiQXJvdWNhIiwiemlwQ29kZSI6IjM1IiwibGF0aXR1ZGUiOiIxMTAuMDAwMDAwIiwibG9uZ2l0dWRlIjoiLTYwLjAwMDAwMCIsImRlbGV0YWJsZSI6dHJ1ZX1dfX0sImVudiI6ImRldiIsImlhdCI6MTY4MjYwNTIwOCwiZXhwIjoxNjgyNjA4ODA4fQ.iwTY9naZBl9KvaM12g-19NSv6l-cXN8yvdfMx5mgYiAMb608i47sCynGNT4bi3y0Ons8AgiGzrZJCufElYO2t1xBd-_g6UO_IZvK-KovxFu-hP1PsMoxYGuap-gC_jNIkbjVczldgyxKwldEi4ESdNeCNxTxdQaOTBLfqrNCeEWxDiDIXe-sGdcqzNIzPtqEKogIeHeE7nza06UFlTzufKX6zFytBfoMyrb5eilsQU6Ws9oEVU-79VlXKnteLyPWc_43A6Mf5pcILG8oB7V-jxueeJGH8CAoeBZ40qh_vBnZsOjavcpxw6P0HQiIJXCB_GQ2uZ5GYXYZBxPT87SJ5925HOCCa8buPUFqPEAfXR8WHU-Py3NP224WwZ_L6w9qNjgH3llRkfgLimOFT0CxO3sCyw6vP0Dkbx6w_SdEzkCBZziEMPE7NJgaXggZKsm44K2_8OSx8Z9bJ9RgD_39oqt__n5Yqmfd9cbrJG7KvRSM8wm78Pg7DG3IkOO5_JHZmBsD0XAXwnM5sHG2f4Cu_WpfX11kLqDoiUamoim6WiFtS_V8Osz01g8lQdeMbmBrK4h2uAG8WijVl14w6VNpdk-eOXCgXOfH4TZjmRleNpiFH5GtveextFlHLHUI3ZVZn2MBw1pfUR7I0Ph6DdaDflpdvUBtzAzyQGrabgrglJ8\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/Refresh","description":"<p>The method is executed when the page on the app is reloaded.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>Language id of the customer.</td>\n</tr>\n<tr>\n<td>refreshToken</td>\n<td>Code</td>\n<td>Token of the customer used to receive new access token once the current one expires.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accessToken</td>\n<td>Code</td>\n<td>Temporary access token of the customer that refreshes each time the page on the app is reloaded.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["Refresh"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/account"],"query":[],"variable":[]}},"response":[],"_postman_id":"2eb0b7ae-d26a-49a8-95d7-70033a8abe61"},{"name":"Logout","id":"aafcd511-3530-40b7-b767-051145e7b1f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"refreshToken\": \"eyJhbGciOiJSUzUxMiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IkxFQS5LSVJJTkRBU0BURU5HSU5HLklTIiwiYXBwSWQiOiIwIiwicHJvZmlsZSI6eyJnbG9iYWxQYXlDdXN0b21lcktleSI6IiIsImxvZ2luIjoiTEVBLktJUklOREFTQFRFTkdJTkcuSVMiLCJpc0VtYWlsVmVyaWZpZWQiOnRydWUsImZpcnN0TmFtZSI6ImxlYSIsIm1pZGRsZU5hbWUiOiIiLCJzdXJuYW1lIjoiTGVhIiwiaXNQaGFybWFjeVVzZXIiOmZhbHNlLCJkYXRlb2ZCaXJ0aCI6IjIwMDAtMDEtMTAiLCJnZW5kZXIiOiJmZW1hbGUiLCJ3aXRoUGV0cyI6dHJ1ZSwiY3VzdG9tZXJUeXBlIjoiQURVTFQiLCJjdXN0b21lciI6eyJudW1iZXIiOiJDMDAxMDAiLCJlbWFpbCI6IkxFQS5LSVJJTkRBU0BURU5HSU5HLklTIiwiZmlyc3RMYXN0TmFtZSI6ImxlYSBMZWEiLCJwaG9uZU51bWJlciI6IjEtMTIzLTEyMy0xMjM0IiwiYmlsbGluZ0FkZHJlc3MiOnsiYWRkcmVzcyI6IiIsImFkZHJlc3MyIjoiIiwiY2l0eSI6IiIsInppcENvZGUiOiIifSwiZGVsaXZlcnlBZGRyZXNzZXMiOlt7ImNvZGUiOiJiaWxsaW5nIiwibmFtZSI6IkJpbGxpbmcgQWRkcmVzcyIsImFkZHJlc3MiOiIiLCJhZGRyZXNzMiI6IiIsImNpdHkiOiIiLCJ6aXBDb2RlIjoiIiwiZGVsZXRhYmxlIjpmYWxzZX0seyJjb2RlIjoiNUQ4MTlBMjUxRCIsIm5hbWUiOiJob21lIiwiYWRkcmVzcyI6IjExMSAxMTExMSIsImFkZHJlc3MyIjoiMzU0MzU0IiwiY2l0eSI6IkFyaW1hIiwiemlwQ29kZSI6IjMwIiwibGF0aXR1ZGUiOiIwLjAwMDAwMCIsImxvbmdpdHVkZSI6IjAuMDAwMDAwIiwiZGVsZXRhYmxlIjp0cnVlfSx7ImNvZGUiOiI4NEEzRTkzMzc5IiwibmFtZSI6Inl0dXl0dXkiLCJhZGRyZXNzIjoiIiwiYWRkcmVzczIiOiIiLCJjaXR5IjoiQXJvdWNhIiwiemlwQ29kZSI6IjM1IiwibGF0aXR1ZGUiOiIxMTAuMDAwMDAwIiwibG9uZ2l0dWRlIjoiLTYwLjAwMDAwMCIsImRlbGV0YWJsZSI6dHJ1ZX1dfX0sImVudiI6ImRldiIsImlhdCI6MTY4MjYwNDA1NCwiZXhwIjoxNjgyNjA3NjU0fQ.ONIDU-w44VOuSYj_3midBPKe65tz5cpkeqmw-qu1-haFedUjtR7fPV-QPZAMtBg8Pg9eZ1YEoPe02tP_-YYJ6wJfuO7vJRCxiS9sgjgsi3gttOVsC-j-BBtQQu1mlWarWIO-rxhRnmt9Aw7FkItHmQb_4SUi1YpXE7zDoIQW4rVTl2nilaY3JG4-C9uU8S31BMbuDQB2Lf-F2oy9Kbw_rVNRQeXwt-KO3kgQiCdsleroURVQHHedzZZgXCKLq9oucAZ-1b8EHdbXy_l7C2goTisOxyGJn_pDBu7glfR600yA-N3PiUI4Yf2lFgBhB5K0vFKtC7hPu8_jRqqz-4T06aXEfHPCGc9uWI2rmeOGQC8pcKVweaDFap6MrSMnDn5Z34e0zoXem1tq029Oa6fff7x0Y5KA9eL5Dqxh3mGg7_7vKGqeXnNcur0Ib791kLu55MvLsZhxHkf8zhKQc_3y8ZfJa27VCL3iD80rctecPiiM0vYfPOV-fBQY5i6QDB7TPpesm1xTZehIASl91KRAAjfaz5qJk0D_t50_tGZb87-Q6lbAWNBweY4zqyadRGEQQ4-Mzs_gnSvde8WfrmYya5Bt6BFFi3muw9KAEWc0NoXrAdEHZSWnDaBUoo6Z5zsyD_Vm-Y2dSsyyVJg7eepyFexBGcU3pBfBPQP_DOtRXpA\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/account/Logout","description":"<p>The method is executed when the user logs out of their account on the app.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>Language id of the customer</td>\n</tr>\n<tr>\n<td>refreshToken</td>\n<td>Code</td>\n<td>Token of the customer used to receive new access token once the current one expires.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Boolean that indicates whether the request was successful or not.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["Logout"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/account"],"query":[],"variable":[]}},"response":[],"_postman_id":"aafcd511-3530-40b7-b767-051145e7b1f9"}],"id":"94d490fc-ba54-4e30-9e0c-9821b3cf2bca","_postman_id":"94d490fc-ba54-4e30-9e0c-9821b3cf2bca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Customer Info","item":[{"name":"GetProfileInfo","id":"2ad77803-572a-4ea3-b433-b7c5e565df3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"LEA.KIRINDAS+080914@TENGING.IS\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo","description":"<p>The method can be executed to retrieve information about customer profile. It is available only for <strong>registered customers.</strong> (NOT UPDATED YET)</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Interger</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>Language of the request.</td>\n</tr>\n<tr>\n<td>loginId</td>\n<td>Text</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>profile</strong></td>\n<td></td>\n<td>Profile information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>globalPayCustomerKey</td>\n<td>Text</td>\n<td>Id out payment system.</td>\n</tr>\n<tr>\n<td>login</td>\n<td>Text</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>Boolean</td>\n<td>Request to check if the customer has a verified email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Text</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>Text</td>\n<td>Middle name of the customer.</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Text</td>\n<td>Surname of the customer.</td>\n</tr>\n<tr>\n<td>isPharmacyUser</td>\n<td>Boolean</td>\n<td>Returns true if the user is a Pharmacy User</td>\n</tr>\n<tr>\n<td>mobilePhoneNumber</td>\n<td>Text</td>\n<td>Phone number of customer</td>\n</tr>\n<tr>\n<td>dateofBirth</td>\n<td>Date</td>\n<td>Date of birth of the customer.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Text</td>\n<td>Gender of the customer.</td>\n</tr>\n<tr>\n<td>hasPets</td>\n<td>Boolean</td>\n<td>Request to verify If the customer has pets.</td>\n</tr>\n<tr>\n<td>hasChildren</td>\n<td>Boolean</td>\n<td>Request to verify if the customer has children</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>Code</td>\n<td>Type of the customer.</td>\n</tr>\n<tr>\n<td>doNotSendNotificationCustomerOrders</td>\n<td>Boolean</td>\n<td>Boolean if the customer orders notifications need to be sent.</td>\n</tr>\n<tr>\n<td>doNotSendWithdraw</td>\n<td>Boolean</td>\n<td>Boolean if the customer orders notifications need to be sent.</td>\n</tr>\n<tr>\n<td>membershipCardNo</td>\n<td>Text</td>\n<td>Membership card of the customer.</td>\n</tr>\n<tr>\n<td>membershipCardBarcode</td>\n<td>Text</td>\n<td>Membership barcode of the customer.</td>\n</tr>\n<tr>\n<td>illnesses</td>\n<td>Option</td>\n<td>Illnesses of the customer.</td>\n</tr>\n<tr>\n<td>uploadedDocuments</td>\n<td>Text</td>\n<td>Attachments of the customer.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td></td>\n<td>Customer information about the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Code</td>\n<td>Customer number of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Text</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>firstLastName</td>\n<td>Text</td>\n<td>Full name of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Text</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td><strong>billingAddress</strong></td>\n<td></td>\n<td>Billing address of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>address</td>\n<td>Text</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Text</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Text</td>\n<td>City name of the billing address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Code</td>\n<td>Zip code of the billing address.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddresses</strong></td>\n<td></td>\n<td>Delivery address of the user. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code of the delivery address.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Text</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Text</td>\n<td>Delivery address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Text</td>\n<td>Delivery address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Text</td>\n<td>City of the delivery address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Code</td>\n<td>Zip code of the delivery address.</td>\n</tr>\n<tr>\n<td>deletable</td>\n<td>Boolean</td>\n<td>Request to verify if it is deletable.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetProfileInfo"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"14495b14-ee18-43ff-b9df-ea6d260752da","name":"TC_GetProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"554"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:30:22 GMT"},{"key":"x-amzn-RequestId","value":"ad4936d7-5071-43c8-9a04-1d0066423b49"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"554"},{"key":"x-amz-apigw-id","value":"AHc7XEnIFiAFl5w="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"22a-uMTsV1UlHBQrsJjMFzV262SoZik\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e60eae-27ff251d0895e1886d896929;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a0ed8ab9bdb194ac51725369653b3802.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"slZPMHmbg-gI6X6rgS4tlHbDusS_d9FuYzVkEig_OTw1bxMWwrFTqQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTCASEUSER@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"a\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2000-01-01\",\n        \"gender\": \"male\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00081\",\n            \"email\": \"TESTCASEUSER@TT.COM\",\n            \"firstLastName\": \"a a\",\n            \"phoneNumber\": \"1-123-123-1234\",\n            \"billingAddress\": {\n                \"address\": \"Baking Soda\",\n                \"city\": \"\",\n                \"zipCode\": \"\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"Baking Soda\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"},{"id":"9ab1babc-c195-47fc-85e9-776a844c59b8","name":"TC_GetProfileInfo_noUser_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSE@TT.COM\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:35:00 GMT"},{"key":"x-amzn-RequestId","value":"86a7bbd4-db63-44ad-8d05-3a1ac626052e"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"74"},{"key":"x-amz-apigw-id","value":"AHdmzEkLFiAFfNg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4a-ydbL9lr82K+7ywEWRPK/Kg1x40k\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e60fc4-45c0976179d4911a048eaa7d;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a0ed8ab9bdb194ac51725369653b3802.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"GrgQoEgl2cjUIerl4nZu15SSXn9ffm-nk690cPcyncvftS7hsyHsLA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"USER_ERR\",\n        \"Error_Messsage\": \"User does not exist\"\n    }\n}"},{"id":"c3693df1-ad19-43fe-89e9-c07f738a8a23","name":"GetProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"atai.omorov+17@tenging.is\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Mar 2023 12:21:26 GMT"},{"key":"x-amzn-RequestId","value":"375e8138-899b-4ea5-a92b-b61d38708ab8"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"684"},{"key":"x-amz-apigw-id","value":"B7MzGF6LoAMFzWA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"2ac-XYH580nuLvo2J7M1noGnTs+HSCA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-64145b46-79f7e0e45de88324548b7e33;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 017ac0aeeb057314a9b1c06f8b97ba34.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"PRG50-C1"},{"key":"X-Amz-Cf-Id","value":"mg1hdzMIK-JiAnvGLVqMIdl5kMCErk1_QRXWT8va4dP5OFwF2XMrGw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"ATAI.OMOROV+17@TENGING.IS\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"atai\",\n        \"middleName\": \"the\",\n        \"surname\": \"14th Jr\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2000-01-02\",\n        \"gender\": \"none\",\n        \"withPets\": false,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00134\",\n            \"email\": \"ATAI.OMOROV+17@TENGING.IS\",\n            \"firstLastName\": \"atai the 14th Jr\",\n            \"phoneNumber\": \"\",\n            \"billingAddress\": {\n                \"address\": \"address field one\",\n                \"address2\": \"address field one\",\n                \"city\": \"Valencia\",\n                \"zipCode\": \"VALENCIA\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"address field one\",\n                    \"address2\": \"address field one\",\n                    \"city\": \"Valencia\",\n                    \"zipCode\": \"VALENCIA\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"},{"id":"1ecf20d3-c303-4461-b32b-cecb99c92438","name":"GetProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"40c441d4-7174-4549-8b61-c1dee79066a8","name":"GetProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"587"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 31 Mar 2023 14:58:00 GMT"},{"key":"x-amzn-RequestId","value":"4f60adb2-9f9d-498b-a1bf-cb100e0d45d6"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1370"},{"key":"x-amz-apigw-id","value":"Cps21HlAIAMFXAg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"55a-jEgCgTLs9ghHJ9jfmMeaPcv8otI\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6426f4f8-10b5d35518744f4d643f420a;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 45ff2040e09b26d7b6a62f48718e1406.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"OcvPao7Oec76P1kimMLWeF9RzZd33s9MU-j35clurkZSzqWdbnxLQw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTCASEUSER@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"Test\",\n        \"middleName\": \"User\",\n        \"surname\": \"Case\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2002-02-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00081\",\n            \"email\": \"TESTCASEUSER@TT.COM\",\n            \"firstLastName\": \"Test User Case\",\n            \"phoneNumber\": \"1-123-123-1235\",\n            \"billingAddress\": {\n                \"address\": \"123\",\n                \"address2\": \"Trincity Central Road\",\n                \"city\": \"Arima\",\n                \"zipCode\": \"30\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"123\",\n                    \"address2\": \"Trincity Central Road\",\n                    \"city\": \"Arima\",\n                    \"zipCode\": \"30\",\n                    \"deletable\": false\n                },\n                {\n                    \"code\": \"082AF6F779\",\n                    \"name\": \"asdasd\",\n                    \"address\": \"\",\n                    \"address2\": \"street asdasda\",\n                    \"city\": \"Aranguez\",\n                    \"zipCode\": \"ARANGUEZ\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"51065D77C7\",\n                    \"name\": \"new d18\",\n                    \"address\": \"B12авва31\",\n                    \"address2\": \"C3ав451\",\n                    \"city\": \"Balmain\",\n                    \"zipCode\": \"BALMAIN\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"65FB9484F4\",\n                    \"name\": \"aquart\",\n                    \"address\": \"apt 1212\",\n                    \"address2\": \"street Blablabla\",\n                    \"city\": \"Aquart Village\",\n                    \"zipCode\": \"AQUART VILLAGE\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"ABBFCEB893\",\n                    \"name\": \"new d18\",\n                    \"address\": \"B12авва31\",\n                    \"address2\": \"C3ав451\",\n                    \"city\": \"Balmain\",\n                    \"zipCode\": \"BALMAIN\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"F683201185\",\n                    \"name\": \"new delivery address111\",\n                    \"address\": \"1938 \",\n                    \"address2\": \"Sullivan Place\",\n                    \"city\": \"Arouca\",\n                    \"zipCode\": \"35\",\n                    \"deletable\": true\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"2ad77803-572a-4ea3-b433-b7c5e565df3c"},{"name":"GetGenders","id":"ff4b3e34-fc53-4f05-b95c-0e44bbd9fbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetGenders","description":"<p>The method can be executed to receive available gender options customers can select on the app.</p>\n<p>The method doesn't have a request body, only repsonse.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code name of the gender.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Text</td>\n<td>Description of the gender.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetGenders"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff4b3e34-fc53-4f05-b95c-0e44bbd9fbad"},{"name":"GetIllnesses","id":"6d8925be-cd91-4047-87e8-6ccfc2ef33fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetIllnesses","description":"<p>The method can be executed to receive available illnesses customers can select on the app, if they have any.</p>\n<p>The method doesn't have a request body, only repsonse.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th><strong>Type</strong></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code name of the illness.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Text</td>\n<td>Description of the illness.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetIllnesses"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d8925be-cd91-4047-87e8-6ccfc2ef33fc"},{"name":"GetCities","id":"c9af1722-325e-4ea3-8d77-2e54455bbbf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/service/GetCities","description":"<p>The method <strong>GetCities</strong> is used to provide a list of all cities along with its zip code, city name and region code. This method is used as a dropdown for selecting when registering, adding or updating billing or delivery addresses.</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>The appId information of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The method has the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>The appId information of the customer.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Post code of the customer.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Text</td>\n<td>City of the customer.</td>\n</tr>\n<tr>\n<td>countryRegionCode</td>\n<td>Code</td>\n<td>Country of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"protocol":"https","path":["api","service","GetCities"],"host":["superpharm-pipe-dev","tengingapp","is"],"query":[],"variable":[]}},"response":[{"id":"c4d2aee5-e99e-43e0-9e65-93cc2f742603","name":"GetCities","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/service/GetCities"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"232"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Mar 2023 19:58:30 GMT"},{"key":"x-amzn-RequestId","value":"e7440a6a-ef49-41c8-ac89-5888e028b6cd"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"232"},{"key":"x-amz-apigw-id","value":"B480AGaLIAMFjUg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"e8-NfwdLPQGd+ofpcbGvztLljEfe4M\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-641374e6-365c46a269d2984130fe35ab;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 8f67e81092ebd47bc649d954af911676.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"5JZFI3d0yUIC61Pt8eIQ69oXqB_9regL3tSy7jfvlwpzYl3qMkOaXw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"Method GetCities not found  CorrelationId:  e65ae70e-b4c4-4eba-b9c9-7be920efdbbe.\\\"}}\"\n}"},{"id":"7c530de9-599d-40aa-a040-b0dadc526c02","name":"GetCities","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/service/GetCities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"25463"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Mar 2023 12:46:19 GMT"},{"key":"x-amzn-RequestId","value":"73877721-0261-4ea7-a94d-07820d946581"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"25463"},{"key":"x-amz-apigw-id","value":"B7QcSEU6IAMFtiA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"6377-mL4TD68WTekkNHNe2fvYs2klyKw\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6414611b-4f9e65691a8e4234000d1666;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 017ac0aeeb057314a9b1c06f8b97ba34.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"PRG50-C1"},{"key":"X-Amz-Cf-Id","value":"_vNufOhWZWVLg2SlvTae2MNd-GaauZYoLzwi1RnERhqyNcMH9_qrKQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"cities\": [\n        {\n            \"appID\": \"0\",\n            \"code\": \"30\",\n            \"city\": \"Arima\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"35\",\n            \"city\": \"Arouca\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"AQUART VILLAGE\",\n            \"city\": \"Aquart Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ARANGUEZ\",\n            \"city\": \"Aranguez\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ARENA\",\n            \"city\": \"Arena\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ARIMA\",\n            \"city\": \"Arima\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ARNOS VALE\",\n            \"city\": \"Arnos Vale\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"AROUCA\",\n            \"city\": \"Arouca\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"AUCHENSKEOCH\",\n            \"city\": \"Auchenskeoch\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"AUZONVILLE\",\n            \"city\": \"Auzonville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"AVOCAT\",\n            \"city\": \"Avocat\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BACOLET\",\n            \"city\": \"Bacolet\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BALMAIN\",\n            \"city\": \"Balmain\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BAMBOO #1\",\n            \"city\": \"Bamboo #1\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BAMBOO #2\",\n            \"city\": \"Bamboo #2\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BAMBOO #3\",\n            \"city\": \"Bamboo #3\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BANGLADESH\",\n            \"city\": \"Bangladesh\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BARATARIA\",\n            \"city\": \"Barataria\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BARRACKPORE\",\n            \"city\": \"Barrackpore\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BASTA HALL\",\n            \"city\": \"Basta Hall\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BEAUCARRO\",\n            \"city\": \"Beaucarro\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BEETHAM GARDENS\",\n            \"city\": \"Beetham Gardens\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BELLE GARDEN\",\n            \"city\": \"Belle Garden\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BELMONT\",\n            \"city\": \"Belmont\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BEN LOMOND\",\n            \"city\": \"Ben Lomond\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BETHEL\",\n            \"city\": \"Bethel\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BICHE\",\n            \"city\": \"Biche\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BLACK ROCK\",\n            \"city\": \"Black Rock\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BLANCHISSEUSE\",\n            \"city\": \"Blanchisseuse\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BOISSIERE VILLAGE\",\n            \"city\": \"Boissiere Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BON ACCORD\",\n            \"city\": \"Bon Accord\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BON AIR\",\n            \"city\": \"Bon Air\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BONASSE\",\n            \"city\": \"Bonasse\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BONNE AVENTURE\",\n            \"city\": \"Bonne Aventure\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BOODOOVILLE\",\n            \"city\": \"Boodooville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BORDE NARVE VILLAGE\",\n            \"city\": \"Borde Narve Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BOURG MULATRESSE\",\n            \"city\": \"Bourg Mulatresse\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BRASSO\",\n            \"city\": \"Brasso\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BRASSO SECO\",\n            \"city\": \"Brasso Seco\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BRAZIL\",\n            \"city\": \"Brazil\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BRICKFIELD\",\n            \"city\": \"Brickfield\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BRIGHTON\",\n            \"city\": \"Brighton\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BUCCOO\",\n            \"city\": \"Buccoo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BUEN INTENTO VILLAGE\",\n            \"city\": \"Buen Intento Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"BUENOS AYRES\",\n            \"city\": \"Buenos Ayres\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CAIGUAL\",\n            \"city\": \"Caigual\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CALCUTTA\",\n            \"city\": \"Calcutta\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CALDER HALL\",\n            \"city\": \"Calder Hall\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CALIFORNIA\",\n            \"city\": \"California\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CANAAN, TOBAGO\",\n            \"city\": \"Canaan, Tobago\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CANAAN, TRINIDAD\",\n            \"city\": \"Canaan, Trinidad\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CANE FARM\",\n            \"city\": \"Cane Farm\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CANTARO\",\n            \"city\": \"Cantaro\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CAPARO\",\n            \"city\": \"Caparo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CARAPICHAIMA\",\n            \"city\": \"Carapichaima\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CARENAGE\",\n            \"city\": \"Carenage\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CARLI BAY\",\n            \"city\": \"Carli Bay\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CARLSEN FIELD\",\n            \"city\": \"Carlsen Field\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CARNBEE\",\n            \"city\": \"Carnbee\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CAROLINA\",\n            \"city\": \"Carolina\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CARONI\",\n            \"city\": \"Caroni\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CASCADE\",\n            \"city\": \"Cascade\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CASTARA\",\n            \"city\": \"Castara\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CAURA\",\n            \"city\": \"Caura\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CEDAR HILL VILLAGE\",\n            \"city\": \"Cedar Hill Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CEDROS\",\n            \"city\": \"Cedros\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CENTENO\",\n            \"city\": \"Centeno\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHAGUANAS\",\n            \"city\": \"Chaguanas\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHAGUARAMAS\",\n            \"city\": \"Chaguaramas\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHAMPS FLEURS\",\n            \"city\": \"Champs Fleurs\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHANDERNAGORE VILLAG\",\n            \"city\": \"Chandernagore Villag\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHARLIEVILLE\",\n            \"city\": \"Charlieville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHARLOTTEVILLE\",\n            \"city\": \"Charlotteville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHARUMA\",\n            \"city\": \"Charuma\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHASE VILLAGE\",\n            \"city\": \"Chase Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHATHAM\",\n            \"city\": \"Chatham\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CHURKOO VILLAGE\",\n            \"city\": \"Churkoo Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CLAXTON BAY\",\n            \"city\": \"Claxton Bay\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"COCORITE\",\n            \"city\": \"Cocorite\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"COCOYEA\",\n            \"city\": \"Cocoyea\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CONGO VILLAGE\",\n            \"city\": \"Congo Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CORYAL\",\n            \"city\": \"Coryal\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"COUVA\",\n            \"city\": \"Couva\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CROSS CROSSING\",\n            \"city\": \"Cross Crossing\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CROWN POINT\",\n            \"city\": \"Crown Point\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CULLODEN\",\n            \"city\": \"Culloden\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CUMACA\",\n            \"city\": \"Cumaca\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CUMUTO\",\n            \"city\": \"Cumuto\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CUNUPIA\",\n            \"city\": \"Cunupia\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CUREPE\",\n            \"city\": \"Curepe\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"CUSHE\",\n            \"city\": \"Cushe\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"D'ABADIE\",\n            \"city\": \"D'Abadie\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DEBE\",\n            \"city\": \"Debe\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DELAFORD\",\n            \"city\": \"Delaford\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DIAMOND VALE\",\n            \"city\": \"Diamond Vale\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DIAMOND VILLAGE\",\n            \"city\": \"Diamond Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DIBE\",\n            \"city\": \"Dibe\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DIEGO MARTIN\",\n            \"city\": \"Diego Martin\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DINSLEY\",\n            \"city\": \"Dinsley\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DOW VILLAGE, CALIF\",\n            \"city\": \"Dow Village, Califor\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DOW VILLAGE, SIPARIA\",\n            \"city\": \"Dow Village, Siparia\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"DUNCAN VILLAGE\",\n            \"city\": \"Duncan Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ECCLESVILLE\",\n            \"city\": \"Ecclesville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ECKEL VILLAGE\",\n            \"city\": \"Eckel Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"EDINBURGH\",\n            \"city\": \"Edinburgh\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"EL DORADO\",\n            \"city\": \"El Dorado\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"EL SOCORRO\",\n            \"city\": \"El Socorro\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ENDEAVOUR\",\n            \"city\": \"Endeavour\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ENTERPRISE\",\n            \"city\": \"Enterprise\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ERIN\",\n            \"city\": \"Erin\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ESPERANZA\",\n            \"city\": \"Esperanza\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"EXCHANGE\",\n            \"city\": \"Exchange\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FEBEAU VILLAGE\",\n            \"city\": \"Febeau Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FELICITY\",\n            \"city\": \"Felicity\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FIFTH COMPANY\",\n            \"city\": \"Fifth Company\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FISHING POND\",\n            \"city\": \"Fishing Pond\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FLANIGIN TOWN\",\n            \"city\": \"Flanigin Town\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FORRES PARK\",\n            \"city\": \"Forres Park\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FOUR ROADS\",\n            \"city\": \"Four Roads\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FREDERICK SETTLEMENT\",\n            \"city\": \"Frederick Settlement\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FREEPORT\",\n            \"city\": \"Freeport\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FRIENDSHIP VILLAGE\",\n            \"city\": \"Friendship Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FULLARTON\",\n            \"city\": \"Fullarton\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"FYZABAD\",\n            \"city\": \"Fyzabad\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GASPARILLO\",\n            \"city\": \"Gasparillo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GLAMORGAN\",\n            \"city\": \"Glamorgan\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GLENCOE\",\n            \"city\": \"Glencoe\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GOLCONDA\",\n            \"city\": \"Golconda\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GONZALES\",\n            \"city\": \"Gonzales\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GOODWOOD\",\n            \"city\": \"Goodwood\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GOODWOOD GARDENS\",\n            \"city\": \"Goodwood Gardens\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GOODWOOD PARK\",\n            \"city\": \"Goodwood Park\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GOPAUL LANDS\",\n            \"city\": \"Gopaul Lands\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GRAN COUVA\",\n            \"city\": \"Gran Couva\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GRANDE RIVIERE\",\n            \"city\": \"Grande Riviere\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GRANVILLE\",\n            \"city\": \"Granville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GUAICO\",\n            \"city\": \"Guaico\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GUANAPO\",\n            \"city\": \"Guanapo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GUAPO\",\n            \"city\": \"Guapo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GUARACARA\",\n            \"city\": \"Guaracara\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GUAYAGUAYARE\",\n            \"city\": \"Guayaguayare\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"GULF VIEW\",\n            \"city\": \"Gulf View\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"HARDBARGAIN\",\n            \"city\": \"Hardbargain\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"HINDUSTAN\",\n            \"city\": \"Hindustan\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"HOPE\",\n            \"city\": \"Hope\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ICACOS\",\n            \"city\": \"Icacos\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"IERE VILLAGE\",\n            \"city\": \"Iere Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"INDIAN CHAIN\",\n            \"city\": \"Indian Chain\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"INDIAN TRAIL\",\n            \"city\": \"Indian Trail \",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"INDIAN WALK\",\n            \"city\": \"Indian Walk\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"JERNINGHAM JUNCTION\",\n            \"city\": \"Jerningham Junction\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"JOHN DIAL\",\n            \"city\": \"John Dial\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"JOHN JOHN\",\n            \"city\": \"John John\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"JORDAN HILL\",\n            \"city\": \"Jordan Hill\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"KELLY VILLAGE\",\n            \"city\": \"Kelly Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"KERNAHAM\",\n            \"city\": \"Kernaham\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"KUMAR VILLAGE\",\n            \"city\": \"Kumar Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LA BREA\",\n            \"city\": \"La Brea\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LA CANOA\",\n            \"city\": \"La Canoa\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LA HORQUETTA\",\n            \"city\": \"La Horquetta\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LA PAILLE\",\n            \"city\": \"La Paille\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LA ROMAINE\",\n            \"city\": \"La Romaine\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LAMBEAU\",\n            \"city\": \"Lambeau\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LANGE PARK\",\n            \"city\": \"Lange Park\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"L'ANSE FOURMI\",\n            \"city\": \"L'Anse Fourmi\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"L'ANSE MITAN\",\n            \"city\": \"L'Anse Mitan\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LAS CUEVAS\",\n            \"city\": \"Las Cuevas\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LAS LOMAS\",\n            \"city\": \"Las Lomas\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LAVENTILLE\",\n            \"city\": \"Laventille\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LENGUA\",\n            \"city\": \"Lengua\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LES COTEAUX\",\n            \"city\": \"Les Coteaux\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LONG CIRCULAR\",\n            \"city\": \"Long Circular\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LONGDENVILLE\",\n            \"city\": \"Longdenville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LOPINOT\",\n            \"city\": \"Lopinot\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LOS BAJOS\",\n            \"city\": \"Los Bajos\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LOUIS D'OR\",\n            \"city\": \"Louis D'Or\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"LOWLANDS\",\n            \"city\": \"Lowlands\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MACAULAY\",\n            \"city\": \"Macaulay\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MACOYA\",\n            \"city\": \"Macoya\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MADRAS SETTLEMENT\",\n            \"city\": \"Madras Settlement\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MAIRAO VILLAGE\",\n            \"city\": \"Mairao Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MALABAR\",\n            \"city\": \"Malabar\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MALICK\",\n            \"city\": \"Malick\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MALONEY\",\n            \"city\": \"Maloney\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MAMORAL\",\n            \"city\": \"Mamoral\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MANZANILLA\",\n            \"city\": \"Manzanilla\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MARABELLA\",\n            \"city\": \"Marabella\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MARACAS\",\n            \"city\": \"Maracas\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MARAVAL\",\n            \"city\": \"Maraval\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MASON HALL\",\n            \"city\": \"Mason Hall\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MATELOT\",\n            \"city\": \"Matelot\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MATILDA\",\n            \"city\": \"Matilda\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MATURA\",\n            \"city\": \"Matura\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MAUSICA\",\n            \"city\": \"Mausica\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MAYARO\",\n            \"city\": \"Mayaro\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MAYO\",\n            \"city\": \"Mayo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MC BEAN\",\n            \"city\": \"Mc Bean\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MOHAMMEDVILLE\",\n            \"city\": \"Mohammedville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MON REPOS\",\n            \"city\": \"Mon Repos\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MONKEY TOWN\",\n            \"city\": \"Monkey Town\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MONTROSE\",\n            \"city\": \"Montrose\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MONTSERRAT\",\n            \"city\": \"Montserrat\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MORIAH\",\n            \"city\": \"Moriah\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MORNE DIABLO\",\n            \"city\": \"Morne Diablo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MORNE QUINTON\",\n            \"city\": \"Morne Quinton\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MORUGA\",\n            \"city\": \"Moruga\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MORVANT\",\n            \"city\": \"Morvant\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MOUNT D'OR\",\n            \"city\": \"Mount D'Or\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MOUNT LAMBERT\",\n            \"city\": \"Mount Lambert\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MOUNT SAINT GEORGE\",\n            \"city\": \"Mount Saint George\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MOUNT STEWART\",\n            \"city\": \"Mount Stewart\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MT. HOPE\",\n            \"city\": \"Mt. Hope\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"MUCURAPO\",\n            \"city\": \"Mucurapo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"NAVET\",\n            \"city\": \"Navet\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"NEW GRANT\",\n            \"city\": \"New Grant\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"NEWTOWN\",\n            \"city\": \"Newtown\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"O'MEARA\",\n            \"city\": \"O'Meara\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ORANGE FIELD\",\n            \"city\": \"Orange Field\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ORANGE HILL\",\n            \"city\": \"Orange Hill\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ORANGE VALLEY\",\n            \"city\": \"Orange Valley\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"OROPOUCHE\",\n            \"city\": \"Oropouche\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"OROPUNE VILLAGE\",\n            \"city\": \"Oropune Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"OTAHEITE\",\n            \"city\": \"Otaheite\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PALMISTE\",\n            \"city\": \"Palmiste\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PALMYRA\",\n            \"city\": \"Palmyra\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PALO SECO\",\n            \"city\": \"Palo Seco\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PATNA VILLAGE\",\n            \"city\": \"Patna Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PEMBROKE\",\n            \"city\": \"Pembroke\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PENAL\",\n            \"city\": \"Penal\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PENAL ROCK\",\n            \"city\": \"Penal Rock\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PERSEVERANCE\",\n            \"city\": \"Perseverance\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PETIT TROU\",\n            \"city\": \"Petit Trou\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PETIT VALLEY\",\n            \"city\": \"Petit Valley\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PHILIPPINE\",\n            \"city\": \"Philippine\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PHOENIX PARK\",\n            \"city\": \"Phoenix Park\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PIARCO\",\n            \"city\": \"Piarco\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PIERREVILLE\",\n            \"city\": \"Pierreville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PIPARO\",\n            \"city\": \"Piparo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PLAISANCE\",\n            \"city\": \"Plaisance\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PLAISANCE PARK\",\n            \"city\": \"Plaisance Park\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PLEASANTVILLE\",\n            \"city\": \"Pleasantville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PLYMOUTH\",\n            \"city\": \"Plymouth\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"POINT FORTIN\",\n            \"city\": \"Point Fortin\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"POINT LISAS\",\n            \"city\": \"Point Lisas\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"POINTE-A-PIERRE\",\n            \"city\": \"Pointe-a-Pierre\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"POOLE\",\n            \"city\": \"Poole\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PORT OF SPAIN\",\n            \"city\": \"Port of Spain\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PREYSAL\",\n            \"city\": \"Preysal\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"PRINCES TOWN\",\n            \"city\": \"Princes Town\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"QUARRY VILLAGE\",\n            \"city\": \"Quarry Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"QUINAM\",\n            \"city\": \"Quinam\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"RAMPANALGAS\",\n            \"city\": \"Rampanalgas\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"RANCHO QUEMADO\",\n            \"city\": \"Rancho Quemado\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"RAVIN ANGLAIS\",\n            \"city\": \"Ravin Anglais\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"REDHEAD\",\n            \"city\": \"Redhead\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"REFORM\",\n            \"city\": \"Reform\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"RIO CLARO\",\n            \"city\": \"Rio Claro\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ROCKLY VALE\",\n            \"city\": \"Rockly Vale\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ROUSSILLAC\",\n            \"city\": \"Roussillac\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ROXBOROUGH\",\n            \"city\": \"Roxborough\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SAN FERNANDO\",\n            \"city\": \"San Fernando\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SAN FRANCIQUE\",\n            \"city\": \"San Francique\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SAN JUAN\",\n            \"city\": \"San Juan\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SAN RAPHAEL\",\n            \"city\": \"San Raphael\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SANGRE CHIQUITO\",\n            \"city\": \"Sangre Chiquito\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SANGRE GRANDE\",\n            \"city\": \"Sangre Grande\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SANS SOUCI\",\n            \"city\": \"Sans Souci\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SANTA CRUZ\",\n            \"city\": \"Santa Cruz\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SANTA FLORA\",\n            \"city\": \"Santa Flora\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SANTA MARGARITA\",\n            \"city\": \"Santa Margarita\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SANTA ROSA\",\n            \"city\": \"Santa Rosa\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SAVONETTA\",\n            \"city\": \"Savonetta\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SCARBOROUGH\",\n            \"city\": \"Scarborough\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SEVILLA\",\n            \"city\": \"Sevilla\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SHERWOOD PARK\",\n            \"city\": \"Sherwood Park\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SIGNAL HILL\",\n            \"city\": \"Signal Hill\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SIPARIA\",\n            \"city\": \"Siparia\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SOUTH OROPOUCHE\",\n            \"city\": \"South Oropouche\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SPEYSIDE\",\n            \"city\": \"Speyside\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SPRINGVALE\",\n            \"city\": \"Springvale\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. ANN'S\",\n            \"city\": \"St. Ann's\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. AUGUSTINE\",\n            \"city\": \"St. Augustine\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. BARB'S\",\n            \"city\": \"St. Barb's\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. CLAIR\",\n            \"city\": \"St. Clair\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. HELENA\",\n            \"city\": \"St. Helena\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. JAMES\",\n            \"city\": \"St. James\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. JOHN\",\n            \"city\": \"St. John\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. JOSEPH\",\n            \"city\": \"St. Joseph\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. JOSEPH, SAN FERN\",\n            \"city\": \"St. Joseph, San Fern\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. MADELEINE\",\n            \"city\": \"St. Madeleine\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. MARGARET'S\",\n            \"city\": \"St. Margaret's\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"ST. MARY'S\",\n            \"city\": \"St. Mary's\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"STUDLEY PARK\",\n            \"city\": \"Studley Park\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"SYNE VILLAGE\",\n            \"city\": \"Syne Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TABAQUITE\",\n            \"city\": \"Tabaquite\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TABLELAND\",\n            \"city\": \"Tableland\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TACARIGUA\",\n            \"city\": \"Tacarigua\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TALPARO\",\n            \"city\": \"Talparo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TAROUBA\",\n            \"city\": \"Tarouba\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TECHIER VILLAGE\",\n            \"city\": \"Techier Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"THICK VILLAGE\",\n            \"city\": \"Thick Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"THIRD COMPANY\",\n            \"city\": \"Third Company\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TOBAGO\",\n            \"city\": \"Tobago\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TOCO\",\n            \"city\": \"Toco\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TODDS ROAD\",\n            \"city\": \"Todds Road\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TORTUGA\",\n            \"city\": \"Tortuga\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TRINCITY\",\n            \"city\": \"Trincity\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TROU MACAQUE\",\n            \"city\": \"Trou Macaque\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"TUNAPUNA\",\n            \"city\": \"Tunapuna\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"UNION VILLAGE\",\n            \"city\": \"Union Village\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"VALENCIA\",\n            \"city\": \"Valencia\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"VALSAYN\",\n            \"city\": \"Valsayn\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"VEGA DE OROPOUCHE\",\n            \"city\": \"Vega de Oropouche\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"VESSIGNY\",\n            \"city\": \"Vessigny\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"VISTABELLA\",\n            \"city\": \"Vistabella\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"WALLERFIELD\",\n            \"city\": \"Wallerfield\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"WARRENVILLE\",\n            \"city\": \"Warrenville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"WATERLOO\",\n            \"city\": \"Waterloo\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"WESTMOORINGS\",\n            \"city\": \"Westmoorings\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"WHITELAND\",\n            \"city\": \"Whiteland\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"WILLIAMSVILLE\",\n            \"city\": \"Williamsville\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"WOODBROOK\",\n            \"city\": \"Woodbrook\",\n            \"countryRegionCode\": \"TT\"\n        },\n        {\n            \"appID\": \"0\",\n            \"code\": \"WOODLAND\",\n            \"city\": \"Woodland\",\n            \"countryRegionCode\": \"TT\"\n        }\n    ]\n}"}],"_postman_id":"c9af1722-325e-4ea3-8d77-2e54455bbbf2"},{"name":"AddDeliveryAddress","id":"200eb78a-257f-43ca-ab0d-b59c2fe50b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"atai.omorov+9@tenging.is\",\n    \"appID\": \"0\",\n    \"deliveryAddress\": {\n        \"name\": \"\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"latitude\":\"\",\n        \"longitude\":\"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddDeliveryAddress","description":"<p>The <strong>AddDeliveryAddress</strong> method provides the ability to add a delivery address. It is available only for <strong>registered customers.</strong> (NOT UPDATED YET)</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginId</td>\n<td>\"Member Login\".\"Login ID\" (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App ID of the request.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddress</strong></td>\n<td></td>\n<td>Delivery address of the customer where the order will be shipped. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>name</td>\n<td>ShipToAddress.Name (Text[150])</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>ShipToAddress.Address (Text[100])</td>\n<td>Delivery address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>ShipToAddress.Address (Text[50])</td>\n<td>Delivery address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>ShipToAddress.City (Text[30])</td>\n<td>City of the delivery address.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>profile</strong></td>\n<td></td>\n<td>Profile information of the customer.</td>\n</tr>\n<tr>\n<td>globalPayCustomerKey</td>\n<td>ID out payment system (Text [50])</td>\n<td>Id out payment system.</td>\n</tr>\n<tr>\n<td>login</td>\n<td>Email (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>MemberLogin.\"Email Verified\" (Boolean)</td>\n<td>Request to check if the customer has a verified email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>MemberLogin.\"First Name\" (Text[50])</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>MemberLogin.\"Middle Name\" (Text[50])</td>\n<td>Middle name of the customer.</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>MemberLogin.Surname (Text[50])</td>\n<td>Surname of the customer.</td>\n</tr>\n<tr>\n<td>isPharmacyUser</td>\n<td>Boolean</td>\n<td>Returns true if the user is a Pharmacy User</td>\n</tr>\n<tr>\n<td>dateofBirth</td>\n<td>MemberLogin.\"Date of Birth\" (Date)</td>\n<td>Date of birth of the customer.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>MemberLogin.Gender (Text[30])</td>\n<td>Gender of the customer.</td>\n</tr>\n<tr>\n<td>withPets</td>\n<td>MemberLogin.\"With Pets\" (Boolean)</td>\n<td>Request to verify If the customer has pets.</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>MemberLogin.\"Customer Type\" (Code[10])</td>\n<td>Type of the customer.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td></td>\n<td>Type of customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>MemberLogin.\"E-mail\" (Text [80])</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>firstLastName</td>\n<td>Customer.Name (Text [100])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Customer.\"Phone No.\" (Text [30])</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td><strong>billingAddress</strong></td>\n<td></td>\n<td>Billing address of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>address</td>\n<td>Customer.Address (Text [100])</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Customer.Address (Text [50])</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Customer.City (Text [30])</td>\n<td>City name of the billing address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Customer.\"Post Code\" (Code[20])</td>\n<td>Zip code of the billing address.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddresses</strong></td>\n<td></td>\n<td>Delivery address of the user. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>\"Ship-to Address\".Code (Code[21])</td>\n<td>Code of the delivery address.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>\"Ship-to Address\".Name (Text [150])</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>\"Ship-to Address\".Address (Text [100])</td>\n<td>Delivery address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>\"Ship-to Address\".Address (Text [50])</td>\n<td>Delivery address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>\"Ship-to Address\".City (Text [30])</td>\n<td>City name of the delivery address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>\"Ship-to Address\".\"Post Code\" (Code[20])</td>\n<td>Zip code of the delivery address.</td>\n</tr>\n<tr>\n<td>deletable</td>\n<td>flag Customer card or Ship ( Boolean)</td>\n<td>Request to verify if it is deletable.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["AddDeliveryAddress"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"b22570d3-b013-41b8-9557-19dece3889d9","name":"TC_AddDeliveryAddress_noZipCode_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"testAddress@TT.com\",\n    \"appID\": \"0\",\n    \"deliveryAddress\": {\n        \"name\": \"new delivery address\",\n        \"address\": \" Sullivan Place\",\n        \"city\": \"\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 21:48:09 GMT"},{"key":"x-amzn-RequestId","value":"f517ec93-17b9-4f0b-9197-b9c12e698ced"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"77"},{"key":"x-amz-apigw-id","value":"AZnsAHPIFiAFQ7A="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4d-3EtjNpdjkZmxqY8XmMYMrTz7Aog\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed5319-780e03793adea6360035bff0;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fa35044804efc3b65d1a6301fd7211de.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P2"},{"key":"X-Amz-Cf-Id","value":"B-JkarPHe9AovRxhq1QFmh2t670Za_1gSkQ7iRtT4GtPxs_Dr-hETw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"DATA_ERR\",\n        \"Error_Messsage\": \"zipCode does not exist\"\n    }\n}"},{"id":"96073ed5-9b94-4f5e-afb6-f138a5c52119","name":"TC_AddDeliveryAddress_noCity_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"testAddress@TT.com\",\n    \"appID\": \"0\",\n    \"deliveryAddress\": {\n        \"name\": \"new delivery address\",\n        \"address\": \" Sullivan Place\",\n        \"city\": \"\",\n        \"zipCode\": \"HOPE\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 21:48:41 GMT"},{"key":"x-amzn-RequestId","value":"a32d09bf-fc65-4f79-b87a-22c3404a62f3"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"74"},{"key":"x-amz-apigw-id","value":"AZnxDGwZliAFcpg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4a-EHd/SuWZ5MMUcRMm2RxrXdXbX9g\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed5339-741fc3e01b045c7a3b173312;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fa35044804efc3b65d1a6301fd7211de.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P2"},{"key":"X-Amz-Cf-Id","value":"WzH8FyX3m7lYGUjuchMxuFgiGOWyB9YsuFogxs3Nmctuk3WLQLupgg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"DATA_ERR\",\n        \"Error_Messsage\": \"city does not exist\"\n    }\n}"},{"id":"5751d72a-a5e3-4490-911a-c3025edac228","name":"AddDeliveryAddress_billing_1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"testMandatoryFields2@TT.COM\",\n    \"appID\": \"0\",\n    \"deliveryAddress\": {\n        \"name\": \"new 2\",\n        \"address\": \"Hope\",\n        \"city\": \"Hope\",\n        \"zipCode\": \"Hope\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1167"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 27 Feb 2023 16:25:58 GMT"},{"key":"x-amzn-RequestId","value":"6a53075d-ec8d-476a-857e-e5193bb27ec8"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1167"},{"key":"x-amz-apigw-id","value":"BAbvdEHQliAFYBg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"48f-nCTH2//6VFUtnWKMZGAS8wdAEm4\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63fcd995-620eb0807433307e53998e16;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 15f101bbbd2c0af1fa1038ce000605c6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"skjeuH3lFzIIh_7SE2Q6ZjbCAAD0iuZkdHhAkGpulsW3etlRGfHdPg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTMANDATORYFIELDS2@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"a\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2002-02-02\",\n        \"gender\": \"female\",\n        \"withPets\": false,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00063\",\n            \"email\": \"TESTMANDATORYFIELDS2@TT.COM\",\n            \"firstLastName\": \"a a\",\n            \"phoneNumber\": \"1-123-123-1234\",\n            \"billingAddress\": {\n                \"address\": \"Gotham\",\n                \"city\": \"Hope\",\n                \"zipCode\": \"HOPE\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"Gotham\",\n                    \"city\": \"Hope\",\n                    \"zipCode\": \"HOPE\",\n                    \"deletable\": false\n                },\n                {\n                    \"code\": \"0BD675DB1D\",\n                    \"name\": \"new delivery address\",\n                    \"address\": \"1938 Sullivan Place\",\n                    \"city\": \"Arouca\",\n                    \"zipCode\": \"AROUCA\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"1C7B9F3C68\",\n                    \"name\": \"navnav\",\n                    \"address\": \"123nav\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"2C94722BE8\",\n                    \"name\": \"new delivery address\",\n                    \"address\": \"Hope\",\n                    \"city\": \"Hope\",\n                    \"zipCode\": \"HOPE\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"D41277B2A8\",\n                    \"name\": \"new delivery address\",\n                    \"address\": \"1938 Sullivan Place\",\n                    \"city\": \"Arouca\",\n                    \"zipCode\": \"AROUCA\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"EC915E1404\",\n                    \"name\": \"new 2\",\n                    \"address\": \"Hope\",\n                    \"city\": \"Hope\",\n                    \"zipCode\": \"HOPE\",\n                    \"deletable\": true\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"200eb78a-257f-43ca-ab0d-b59c2fe50b4b"},{"name":"UpdateDeliveryAddress","id":"5021b6cf-6fef-4fd9-a720-9f4013198dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"atai.omorov+9@tenging.is\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"8025B3A5B8\",\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"zipCode\": \"\",\n        \"latitude\":\"\",\n        \"longitude\":\"\"        \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateDeliveryAddress","description":"<p>The <strong>UpdateDeliveryAddress</strong> method provides the ability to update the customer's delivery address. It is available only for <strong>registered customers.</strong> (NOT UPDATED YET)</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginId</td>\n<td>\"Member Login\".\"Login ID\" (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddress</strong></td>\n<td></td>\n<td>Delivery address of the customer where the order will be shipped. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>Ship-to Address\".Code (Code[21])</td>\n<td>Code of the delivery address.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>\"Ship-to Address\".Name (Text [150])</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>\"Ship-to Address\".Address (Text [100])</td>\n<td>Delivery address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>\"Ship-to Address\".Address (Text [50])</td>\n<td>Delivery address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>\"Ship-to Address\".City (Text [30])</td>\n<td>City of the delivery address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>\"Ship-to Address\".\"Post Code\" (Code[20])</td>\n<td>Zipcode of the delivery address.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>profile</strong></td>\n<td></td>\n<td>Profile information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>globalPayCustomerKey</td>\n<td>ID out payment system (Text [50])</td>\n<td>Id out payment system.</td>\n</tr>\n<tr>\n<td>login</td>\n<td>Email (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>MemberLogin.\"Email Verified\" (Boolean)</td>\n<td>Request to check if the customer has a verified email.</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>MemberLogin.\"First Name\" (Text[50])</td>\n<td>First name of the customer.</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>MemberLogin.\"Middle Name\" (Text[50])</td>\n<td>Middle name of the customer.</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>MemberLogin.Surname (Text[50])</td>\n<td>Surname of the customer.</td>\n</tr>\n<tr>\n<td>isPharmacyUser</td>\n<td></td>\n<td>Returns true if the user is a Pharmacy User</td>\n</tr>\n<tr>\n<td>dateofBirth</td>\n<td>MemberLogin.\"Date of Birth\" (Date)</td>\n<td>Date of birth of the customer.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>MemberLogin.Gender (Text[30])</td>\n<td>Gender of the customer.</td>\n</tr>\n<tr>\n<td>withPets</td>\n<td>MemberLogin.\"With Pets\" (Boolean)</td>\n<td>Request to verify If the customer has pets.</td>\n</tr>\n<tr>\n<td>customerType</td>\n<td>MemberLogin.\"Customer Type\" (Code[10])</td>\n<td>Type of the customer.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td></td>\n<td>Information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>MemberLogin.\"E-mail\" (Text [80])</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>firstLastName</td>\n<td>Customer.Name (Text [100])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Customer.\"Phone No.\" (Text [30])</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td><strong>billingAddress</strong></td>\n<td></td>\n<td>Billing address of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>address</td>\n<td>Customer.Address (Text [150])</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Customer.Address (Text [150])</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Customer.City (Text [30])</td>\n<td>City name of the billing address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Customer.\"Post Code\" (Code[20])</td>\n<td>Zip code of the billing address.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddresses</strong></td>\n<td></td>\n<td>Delivery address of the user where the order will be shipped. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>\"Ship-to Address\".Code (Code[21])</td>\n<td>Code of the delivery address.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>\"Ship-to Address\".Name (Text [150])</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>\"Ship-to Address\".Address (Text [100])</td>\n<td>Delivery address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>\"Ship-to Address\".Address (Text [50])</td>\n<td>Delivery address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>\"Ship-to Address\".City (Text [30])</td>\n<td>City name of the delivery address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>\"Ship-to Address\".\"Post Code\" (Code[20])</td>\n<td>Zip code of the delivery address.</td>\n</tr>\n<tr>\n<td>deletable</td>\n<td>flag Customer card or Ship ( Boolean)</td>\n<td>Request to verify if it is deletable.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["UpdateDeliveryAddress"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"ea779ace-872a-4cb5-8424-385b652f321d","name":"TC_UpdateDeliveryAddress","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"testAddress@TT.com\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"8025B3A5B8\",\n        \"name\": \"Arouca\",\n        \"address\": \"Arouca\",\n        \"city\": \"Arouca\",\n        \"zipCode\": \"Arouca\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"795"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 21:52:22 GMT"},{"key":"x-amzn-RequestId","value":"b95e4d13-6cdc-4718-b3b1-675cb6ae9ea0"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"795"},{"key":"x-amz-apigw-id","value":"AZoTmFhjliAFmaw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"31b-CBFQ4/kzwwOk38vmAOC3Gel3qkw\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed5416-2856619f5f9266cc40863cdf;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fa35044804efc3b65d1a6301fd7211de.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P2"},{"key":"X-Amz-Cf-Id","value":"1FyoJSSYYRMM6eTs6yWF-4nKZQGBG95QuDAkDp5BUMEaoUhsBdk86g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTADDRESS@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"a\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2002-02-02\",\n        \"gender\": \"male\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00083\",\n            \"email\": \"TESTADDRESS@TT.COM\",\n            \"firstLastName\": \"a a\",\n            \"phoneNumber\": \"1-123-123-1234\",\n            \"billingAddress\": {\n                \"address\": \"Erin\",\n                \"city\": \"Erin\",\n                \"zipCode\": \"ERIN\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"Erin\",\n                    \"city\": \"Erin\",\n                    \"zipCode\": \"ERIN\",\n                    \"deletable\": false\n                },\n                {\n                    \"code\": \"4C41F9BBAD\",\n                    \"name\": \"new delivery address\",\n                    \"address\": \"1938 Sullivan Place\",\n                    \"city\": \"Hope\",\n                    \"zipCode\": \"HOPE\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"8025B3A5B8\",\n                    \"name\": \"Arouca\",\n                    \"address\": \"Arouca\",\n                    \"city\": \"Arouca\",\n                    \"zipCode\": \"AROUCA\",\n                    \"deletable\": true\n                }\n            ]\n        }\n    }\n}"},{"id":"4248c30e-b600-4f3b-a68a-df97b1c68874","name":"TC_UpdateDeliveryAddress_noCode_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"testAddress@TT.com\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"\",\n        \"name\": \"Arouca\",\n        \"address\": \"Arouca\",\n        \"city\": \"Arouca\",\n        \"zipCode\": \"Arouca\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateDeliveryAddress"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"244"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 21:55:49 GMT"},{"key":"x-amzn-RequestId","value":"3095826f-a18a-4c5f-b166-310a543b98c0"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"244"},{"key":"x-amz-apigw-id","value":"AZoz6GeuFiAFYFQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"f4-Z7oZBrFnUW2m+rsZ6sabgFm2JM8\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed54e5-4ae4d4032935625e331b348e;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 fa35044804efc3b65d1a6301fd7211de.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P2"},{"key":"X-Amz-Cf-Id","value":"A-pfTuu1a2TbdQR6Sb4vktnBuMMMzubWeY1qxe90RRWzUeYpvcrkVw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"Selected location code  does not exist  CorrelationId:  63c38c16-28a7-46a8-8a13-b8955ac33b1b.\\\"}}\"\n}"},{"id":"fdfdd710-a527-4b46-8bac-a35e98c32173","name":"TC_UpdateDeliveryAddress_invalidFields_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"testAddress@TT.com\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"8025B3A5B8\",\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"Arouca\",\n        \"zipCode\": \"Arouca\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateDeliveryAddress"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"238"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 21:58:47 GMT"},{"key":"x-amzn-RequestId","value":"1b1a2105-cd23-4e69-befb-293af17a09eb"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"238"},{"key":"x-amz-apigw-id","value":"AZpPpEtvFiAFSow="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"ee-qcUUbDrp29B/3AQptf2SF9dd6PQ\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed5597-3b0639683912651c09bf6f62;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 fa35044804efc3b65d1a6301fd7211de.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P2"},{"key":"X-Amz-Cf-Id","value":"dcsk4TB_7qMSkEqNFCzO011nbN6u9cvNXyMwo9Av_Kng8tqz4iaCNw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"\\\\\\\"name\\\\\\\" key cannot be empty  CorrelationId:  f540f4b8-1099-40bd-98cd-68eb8d1849d6.\\\"}}\"\n}"},{"id":"c4285a71-0ea3-49b2-a1f1-a5c17727f6e8","name":"TC_UpdateDeliveryAddress_noZipCode_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"testAddress@TT.com\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"8025B3A5B8\",\n        \"name\": \"Arouca\",\n        \"address\": \"Arouca\",\n        \"city\": \"\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 21:59:13 GMT"},{"key":"x-amzn-RequestId","value":"b817e2a6-14db-4b35-9459-8640c9780074"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"77"},{"key":"x-amz-apigw-id","value":"AZpTuG6mliAFjLA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4d-3EtjNpdjkZmxqY8XmMYMrTz7Aog\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed55b1-62226e0a4aa8e9544197feb9;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fa35044804efc3b65d1a6301fd7211de.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P2"},{"key":"X-Amz-Cf-Id","value":"udft9bSLFl9tD5mwNro7XNmZSai0uaUNMVP4oSgOL4Zw_TGSkWHAIg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"DATA_ERR\",\n        \"Error_Messsage\": \"zipCode does not exist\"\n    }\n}"},{"id":"6bc516c0-2afe-41f0-9e9d-bec98d0079ee","name":"TC_UpdateDeliveryAddress_noCity_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"testAddress@TT.com\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"8025B3A5B8\",\n        \"name\": \"Arouca\",\n        \"address\": \"Arouca\",\n        \"city\": \"\",\n        \"zipCode\": \"AROUCA\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 22:00:45 GMT"},{"key":"x-amzn-RequestId","value":"fb242b68-6f22-4cb1-a3b1-4cd18e52682b"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"74"},{"key":"x-amz-apigw-id","value":"AZpiFHdTFiAFXzA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4a-EHd/SuWZ5MMUcRMm2RxrXdXbX9g\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed560d-41e735ee20c6ffea1464942a;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fa35044804efc3b65d1a6301fd7211de.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P2"},{"key":"X-Amz-Cf-Id","value":"z0k82WDrY50L8VkvrA287mZHo1KPrz2tkhEedIalJoWMLwg4W_LMLQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"DATA_ERR\",\n        \"Error_Messsage\": \"city does not exist\"\n    }\n}"},{"id":"35ff7ecd-5968-4b24-87e3-2b4392a4b6f2","name":"UpdateDeliveryAddress","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"atai.omorov+17@tenging.is\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"DD890BDE7A\",\n        \"name\": \"updated delivery address 2\",\n        \"address\": \"address 1\",\n        \"address2\":\"address 2\",\n        \"city\": \"Arouca\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"975"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Mar 2023 12:30:53 GMT"},{"key":"x-amzn-RequestId","value":"23b2416f-027a-40b0-9fe8-2398fcfb9c2a"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"975"},{"key":"x-amz-apigw-id","value":"B7OLrEENIAMF4yA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"3cf-5fx9fMNspX+jRisKt+YUf9ZW3iM\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-64145d7d-196ae06a16a646db1db61a05;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0c8bf5614b4bcc3e76982cb7ff9a7662.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"PRG50-C1"},{"key":"X-Amz-Cf-Id","value":"k11h3O7JrUAsuYoOsJQjzcrVA2mhDsa81SvLFwBIS38ZSGAQ-bAPWA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"ATAI.OMOROV+17@TENGING.IS\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"atai\",\n        \"middleName\": \"the\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2000-01-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00134\",\n            \"email\": \"ATAI.OMOROV+17@TENGING.IS\",\n            \"firstLastName\": \"atai the a\",\n            \"phoneNumber\": \"\",\n            \"billingAddress\": {\n                \"address\": \"updated address 1\",\n                \"address2\": \"updated address 2\",\n                \"city\": \"Valsayn\",\n                \"zipCode\": \"VALSAYN\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"updated address 1\",\n                    \"address2\": \"updated address 2\",\n                    \"city\": \"Valsayn\",\n                    \"zipCode\": \"VALSAYN\",\n                    \"deletable\": false\n                },\n                {\n                    \"code\": \"4935675A67\",\n                    \"name\": \"new delivery address\",\n                    \"address\": \"address 1\",\n                    \"address2\": \"address 1\",\n                    \"city\": \"Bamboo #1\",\n                    \"zipCode\": \"BAMBOO #1\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"DD890BDE7A\",\n                    \"name\": \"updated delivery address 2\",\n                    \"address\": \"address 1\",\n                    \"address2\": \"address 2\",\n                    \"city\": \"Arouca\",\n                    \"zipCode\": \"35\",\n                    \"deletable\": true\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"5021b6cf-6fef-4fd9-a720-9f4013198dbc"},{"name":"RemoveDeliveryAddress","id":"e05cc7f3-00e9-4643-8f64-67d0cc674ab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"testMandatoryFields1@TT.COM\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"77FCFBD805\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RemoveDeliveryAddress","description":"<p>The <strong>RemoveDeliveryAddress</strong> method provides the ability to delete customer delivery address. It is available only for <strong>registered customers.</strong> (NOT UPDATED YET)</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginId</td>\n<td>\"Member Login\".\"Login ID\" (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddress</strong></td>\n<td></td>\n<td>Delivery address of the customer where the order will be shipped. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>Ship-to Address\".Code (Code[21])</td>\n<td>Code of the delivery address.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was <strong>successful</strong>, the request returns the following response:</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>profile</strong></td>\n<td></td>\n<td>Profile information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>globalPayCustomerKey</td>\n<td>ID out payment system (Text [50])</td>\n<td>Id out payment system.</td>\n</tr>\n<tr>\n<td>login</td>\n<td>Email (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td></td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>MemberLogin.\"Email Verified\" (Boolean)</td>\n<td>Request to check if the customer has a verified email.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td></td>\n<td>Information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>MemberLogin.\"E-mail\" (Text [80])</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>firstLastName</td>\n<td>Customer.Name (Text [100])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Customer.\"Phone No.\" (Text [30])</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td><strong>billingAddress</strong></td>\n<td></td>\n<td>Billing address of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>address</td>\n<td>Customer.Address (Text [100])</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Customer.Address (Text [50])</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Customer.City (Text [30])</td>\n<td>City name of the billing address..</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Customer.\"Post Code\" (Code[20])</td>\n<td>Zip code of the billing address.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddresses</strong></td>\n<td></td>\n<td>Delivery address of the user where the order will be shipped. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>code</td>\n<td>\"Ship-to Address\".Code (Code[21])</td>\n<td>Code of the delivery address.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>\"Ship-to Address\".Name (Text [150])</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>\"Ship-to Address\".Address (Text [100])</td>\n<td>Delivery address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>\"Ship-to Address\".Address (Text [50])</td>\n<td>Delivery address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>\"Ship-to Address\".City (Text [30])</td>\n<td>City name of the delivery address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>\"Ship-to Address\".\"Post Code\" (Code[20])</td>\n<td>Zip code of the delivery address.</td>\n</tr>\n<tr>\n<td>deletable</td>\n<td>flag Customer card or Ship ( Boolean)</td>\n<td>Request to verify if it is deletable.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["RemoveDeliveryAddress"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"af06c675-e220-4d78-88e4-9b817503c277","name":"TC_RemoveDeliveryAddress","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"testAddress@TT.com\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"4C41F9BBAD\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RemoveDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"663"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 22:13:34 GMT"},{"key":"x-amzn-RequestId","value":"5991fdce-e542-477f-a56c-8f81aa9c698e"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"663"},{"key":"x-amz-apigw-id","value":"AZraPEhmFiAFXrA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"297-9JgWLocy4Qr4bKHPOD8i0VGgUak\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed590e-0afea5e77f52004b4c1d72e0;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 917c6054ae6e10a98fc566c655129e8a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"07nglJ1E1zxuIEvltthBEvtkcU0UPIRRBh4vVDAYba4hsP6mVmm6Wg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTADDRESS@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"a\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2002-02-02\",\n        \"gender\": \"male\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00083\",\n            \"email\": \"TESTADDRESS@TT.COM\",\n            \"firstLastName\": \"a a\",\n            \"phoneNumber\": \"1-123-123-1234\",\n            \"billingAddress\": {\n                \"address\": \"Erin\",\n                \"city\": \"Erin\",\n                \"zipCode\": \"ERIN\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"Erin\",\n                    \"city\": \"Erin\",\n                    \"zipCode\": \"ERIN\",\n                    \"deletable\": false\n                },\n                {\n                    \"code\": \"8025B3A5B8\",\n                    \"name\": \"Arouca\",\n                    \"address\": \"Arouca\",\n                    \"city\": \"Arouca\",\n                    \"zipCode\": \"AROUCA\",\n                    \"deletable\": true\n                }\n            ]\n        }\n    }\n}"},{"id":"5584fbac-318a-4d96-bc3f-f7894b09123b","name":"TC_RemoveDeliveryAddress_noCode_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"testAddress@TT.com\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RemoveDeliveryAddress"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"244"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 15 Feb 2023 22:16:02 GMT"},{"key":"x-amzn-RequestId","value":"172daf81-0083-4047-adad-01bced3cf117"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"244"},{"key":"x-amz-apigw-id","value":"AZrxaHsKFiAFtTQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"f4-LojHjeEl5GB8RDTkzJ5iZ/M1jSw\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ed59a2-7e29fb54639f59994c0a9976;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 917c6054ae6e10a98fc566c655129e8a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"UeDcmCUEyleH6l3_ZE1MoPriD_BgTyl_-hi08T60g_v-xpNFfY5Uyw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"Selected location code  does not exist  CorrelationId:  2c1ceaf8-69cd-4843-b4d7-286d1191db63.\\\"}}\"\n}"},{"id":"4069f4e9-0300-417f-ad01-ed936a31812b","name":"RemoveDeliveryAddress","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"atai.omorov+12@tenging.is\",\n\"appID\" : \"0\",\n    \"deliveryAddress\": {\n\"code\":\"36CF312082\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/RemoveDeliveryAddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"598"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Mar 2023 14:29:31 GMT"},{"key":"x-amzn-RequestId","value":"abf91cbd-d5ca-4729-96d1-660a0353fa6b"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"598"},{"key":"x-amz-apigw-id","value":"B4MnzG9eIAMFxEA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"256-MZubx/1dhR9sMmh0LxRpfYPBPTI\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-641327cb-6386c3a45aaa4861486e4eea;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d8b0b3928e53502c6ce822abc3cc3d70.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"QPSn5wHZ-ljTmb5tyBugLwLFVF8w-GDViYCVARneaY5yll7nhGIvWQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"ATAI.OMOROV+12@TENGING.IS\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"address2\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2000-01-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00131\",\n            \"email\": \"ATAI.OMOROV+12@TENGING.IS\",\n            \"firstLastName\": \"address2 a\",\n            \"phoneNumber\": \"\",\n            \"billingAddress\": {\n                \"address\": \"updatedaddress\",\n                \"city\": \"Icacos\",\n                \"zipCode\": \"ICACOS\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"updatedaddress\",\n                    \"city\": \"Icacos\",\n                    \"zipCode\": \"ICACOS\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"e05cc7f3-00e9-4643-8f64-67d0cc674ab1"},{"name":"UpdateProfileEcom","id":"412e3211-4407-41b3-a212-d27f9c2da18e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"matus.pieger091523y@tenging.is\",\n    \"phoneNumber\": \"\",\n    \"mobilePhoneNumber\": \"12345678901\",\n    \"firstName\": \"October 28889\",\n    \"middleName\": \"77777\",\n    \"lastName\": \"Spl5\",\n    \"password\": \"passTest13\",\n    \"gender\": \"Male\",\n    \"dateOfBirth\": \"1997-02-13\",\n    \"hasPets\": true,\n    \"children\": true,\n    \"city\": \"Areana\",\n    \"address\": \"address1\",\n    \"address2\": \"address2\",\n    \"membershipCardNo\": \"\",\n    \"illnesses\": [\"ASTHMA\", \"BLOODSUGAR\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateProfileEcom","description":"<p>The method can be executed to update customer information. It is available only for <em>registered customers.</em></p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginId</td>\n<td>\"Member Login\".\"Login ID\" (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Customer.\"Phone No.\" (Text [30])</td>\n<td>Phone number of the customer. <strong>It should meet phone number format requirements.</strong></td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>MemberLogin.\"First Name\" (Text[50])</td>\n<td>First name of the customer</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>MemberLogin.\"Middle Name\" (Text[50])</td>\n<td>Middle name of the customer.</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>MemberLogin.Surname (Text[50])</td>\n<td>Surname of the customer.</td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>MemberLogin.\"Date of Birth\" (Date)</td>\n<td>Date of birth of the customer.</td>\n</tr>\n<tr>\n<td>withPets</td>\n<td>MemberLogin.\"With Pets\" (Boolean)</td>\n<td>Request to verify If the customer has pets.</td>\n</tr>\n<tr>\n<td><strong>mainAddress</strong></td>\n<td></td>\n<td>Billing address of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>address</td>\n<td>Customer.Address (Text [100])</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Customer.Address (Text [50])</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Customer.City (Text [30])</td>\n<td>City name of the billing address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Customer.\"Post Code\" (Code[20])</td>\n<td>Zip code of the billing address.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>profile</strong></td>\n<td></td>\n<td>Profile information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>globalPayCustomerKey</td>\n<td>ID out payment system (Text [50])</td>\n<td>Id out payment system.</td>\n</tr>\n<tr>\n<td>login</td>\n<td>Email (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Intege</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>isEmailVerified</td>\n<td>MemberLogin.\"Email Verified\" (Boolean)</td>\n<td>Request to check if the customer has a verified email.</td>\n</tr>\n<tr>\n<td><strong>customer</strong></td>\n<td></td>\n<td>Information of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>MemberLogin.\"E-mail\" (Text [80])</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>firstLastName</td>\n<td>Customer.Name (Text [100])</td>\n<td>Full name of the customer.</td>\n</tr>\n<tr>\n<td>phoneNo</td>\n<td>Customer.\"Phone No.\" (Text [30])</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td><strong>billingAddress</strong></td>\n<td></td>\n<td>Billing address of the customer. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>address</td>\n<td>Customer.Address (Text [100])</td>\n<td>Billing address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Customer.Address (Text [50])</td>\n<td>Billing address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Customer.City (Text [30])</td>\n<td>City name of the billing address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Customer.\"Post Code\" (Code[20])</td>\n<td>Zip code of the billing address.</td>\n</tr>\n<tr>\n<td><strong>deliveryAddresses</strong></td>\n<td></td>\n<td>Delivery address of the user where the order will be shipped.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>\"Ship-to Address\".Code (Code[21])</td>\n<td>Code of the delivery address.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>\"Ship-to Address\".Name (Text [150])</td>\n<td>Name of the delivery address.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>\"Ship-to Address\".Address (Text [100])</td>\n<td>Delivery address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>\"Ship-to Address\".Address (Text [50])</td>\n<td>Delivery address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>\"Ship-to Address\".City (Text [30])</td>\n<td>City of the delivery address.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>\"Ship-to Address\".\"Post Code\" (Code[20])</td>\n<td>Zip code of the delivery address.</td>\n</tr>\n<tr>\n<td>deletable</td>\n<td>flag Customer card or Ship ( Boolean)</td>\n<td>Request to verify if it is deletable.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["UpdateProfileEcom"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"8fd3fa87-659a-462a-a778-9207ea8d847f","name":"TC_UpdateProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\": \"TESTCASEUSER@TT.COM\",\n\"appID\" : \"1\",\n\"phoneNumber\": \"1-123-123-1234\",\n\"firstName\":\"a\",\n\"middleName\":\"\",\n\"surname\":\"a\",\n\"dateOfBirth\":\"2002-02-02\",\n\"gender\":\"female\",\n    \"mainAddress\": {\n        \"address\": \"Gotham\",\n        \"city\": \"\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"546"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:34:21 GMT"},{"key":"x-amzn-RequestId","value":"ffc62a2e-3cfe-4e20-af36-080bb856de99"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"546"},{"key":"x-amz-apigw-id","value":"AHdgnHHoFiAFqjg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"222-2AbumH7URnCXVP2x174c7Px0vZk\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e60f9d-16841ff9319993e23e92c1ce;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a0ed8ab9bdb194ac51725369653b3802.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"6GEgtFlFONUVCcYrgPitTJcjSMUk6FGUTYQ97_EGqEZoPHuQlCW8lw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTCASEUSER@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"a\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2002-02-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00081\",\n            \"email\": \"TESTCASEUSER@TT.COM\",\n            \"firstLastName\": \"a a\",\n            \"phoneNumber\": \"1-123-123-1234\",\n            \"billingAddress\": {\n                \"address\": \"Gotham\",\n                \"city\": \"\",\n                \"zipCode\": \"\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"Gotham\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"},{"id":"739f8288-cefb-45e1-b655-115665087561","name":"TC_UpdateProfileInfo_invalidFields_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\": \"\",\n\"appID\" : \"1\",\n\"phoneNumber\": \"1-123-123-1234\",\n\"firstName\":\"a\",\n\"middleName\":\"\",\n\"surname\":\"a\",\n\"dateOfBirth\":\"2002-02-02\",\n\"gender\":\"female\",\n    \"mainAddress\": {\n        \"address\": \"Gotham\",\n        \"city\": \"\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateProfileInfo"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"241"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:35:53 GMT"},{"key":"x-amzn-RequestId","value":"d06b8ae6-f986-48da-aa70-63003e24a3c9"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"241"},{"key":"x-amz-apigw-id","value":"AHdu7GyxliAFo3g="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"f1-oTC/NEKtSc5voG2rjf18FlyhE9o\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e60ff8-1ffe95440704b6097334d206;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 a0ed8ab9bdb194ac51725369653b3802.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"vIjM4vzQERRKhoheORPeT0OiHLrgd5Fo-VRqlb-JtyCPKv26LKibNw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"\\\\\\\"loginId\\\\\\\" key cannot be empty  CorrelationId:  5f17003b-ef43-4095-8b4a-503ae09591ce.\\\"}}\"\n}"},{"id":"d4230208-3540-4b02-b1c6-a234b23fe111","name":"TC_UpdateProfileInfo_noUser_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\": \"TESTCASEUSE@TT.COM\",\n\"appID\" : \"1\",\n\"phoneNumber\": \"1-123-123-1234\",\n\"firstName\":\"a\",\n\"middleName\":\"\",\n\"surname\":\"a\",\n\"dateOfBirth\":\"2002-02-02\",\n\"gender\":\"female\",\n    \"mainAddress\": {\n        \"address\": \"Gotham\",\n        \"city\": \"\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:36:27 GMT"},{"key":"x-amzn-RequestId","value":"bd641ed5-fb85-4972-9cbe-c4020e20222d"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"74"},{"key":"x-amz-apigw-id","value":"AHd0WGyHliAFcqA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4a-ydbL9lr82K+7ywEWRPK/Kg1x40k\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6101b-2258aefa76ba82af40fc2b1a;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a0ed8ab9bdb194ac51725369653b3802.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"la9kfcXpx1XE2TGOr3lG9riHJe1MqC-FWlMlHIDXTj4AqAf_7tbWTw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"USER_ERR\",\n        \"Error_Messsage\": \"User does not exist\"\n    }\n}"},{"id":"faffc1f2-b8d9-4726-ae5a-b930423e2aac","name":"UpdateProfileInfo_gender_mandatory_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\": \"testCaseUser1@TT.com\",\n\"appID\" : \"1\",\n\"phoneNumber\": \"1-123-123-1234\",\n\"firstName\":\"a\",\n\"middleName\":\"\",\n\"surname\":\"a\",\n\"dateOfBirth\":\"2002-02-02\",\n\"gender\":\"\",\n    \"mainAddress\": {\n        \"address\": \"Gotham\",\n        \"city\": \"\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 16:35:57 GMT"},{"key":"x-amzn-RequestId","value":"1a38aba9-a0ad-4590-b58f-82eae03fef04"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"77"},{"key":"x-amz-apigw-id","value":"AIbRKGEBliAFrRQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4d-z6luKtpdI+ojXTQhlGsyTOGENA4\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6726d-1a214c26707f9e7075bc9228;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 471577f2b3efe669f21e138a1621a8ca.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"hK69wu7_mo8Lni5Q1Y0qEllorUIFOnX3oYbPegomykJcjtc2NHUYgA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"PARAM_ERR\",\n        \"Error_Messsage\": \"Gender has wrong data\"\n    }\n}"},{"id":"541c0b22-ca51-4324-8705-5d84fc932041","name":"UpdateProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\": \"atai.omorov+12@tenging.is\",\n\"appID\" : \"1\",\n\"phoneNumber\": \"\",\n\"firstName\":\"\",\n\"middleName\":\"\",\n\"surname\":\"a\",\n\"dateOfBirth\":\"\",\n\"withPets\": true,\n\"gender\":\"female\",\n    \"mainAddress\": {\n        \"address\": \"1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890\",\n        \"address2\":\"12345678901234567890123456789012345678901234567890\",\n        \"city\": \"Arouca\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"862"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Mar 2023 13:44:49 GMT"},{"key":"x-amzn-RequestId","value":"105739a8-6ce7-4179-8f4d-fa130f818738"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"862"},{"key":"x-amz-apigw-id","value":"B4GEvERiIAMFtLg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"35e-34SVUP2Ko/+jI74s3hy5fUDXDOQ\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-64131d51-5d41f24a43ce58df20c42867;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 671239541300bae29061aebf82d37474.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"7EDMRP54qSFyuAKY9tb8djM29kNiZ6KvHLh1Yxmf8HB0Xx9R_a8NfQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"ATAI.OMOROV+12@TENGING.IS\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"address2\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2000-01-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00131\",\n            \"email\": \"ATAI.OMOROV+12@TENGING.IS\",\n            \"firstLastName\": \"address2 a\",\n            \"phoneNumber\": \"\",\n            \"billingAddress\": {\n                \"address\": \"123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890\",\n                \"city\": \"Arouca\",\n                \"zipCode\": \"35\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890\",\n                    \"city\": \"Arouca\",\n                    \"zipCode\": \"35\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"},{"id":"223760b6-5222-4ee2-ab1b-da27614eb502","name":"UpdateProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\": \"atai.omorov+17@tenging.is\",\n\"appID\" : \"1\",\n\"phoneNumber\": \"\",\n\"firstName\":\"\",\n\"middleName\":\"\",\n\"surname\":\"a\",\n\"dateOfBirth\":\"\",\n\"withPets\": true,\n\"gender\":\"female\",\n    \"mainAddress\": {\n        \"address\": \"updated address 1\",\n        \"address2\":\"updated address 2\",\n        \"city\": \"Valsayn\",\n        \"zipCode\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"669"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Mar 2023 12:26:41 GMT"},{"key":"x-amzn-RequestId","value":"3d4f8625-4465-4d71-820b-4aef4034fa49"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"669"},{"key":"x-amz-apigw-id","value":"B7NkPHwxoAMFeHQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"29d-4xYwhdRgIBlVwcE45OhBhClGfkA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-64145c81-6f7ca32c784bde931f15f248;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0c8bf5614b4bcc3e76982cb7ff9a7662.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"PRG50-C1"},{"key":"X-Amz-Cf-Id","value":"m2k3LPHo_9zMo1p_PtBYxMMZ5J3cv_vy18l3VEeA4Pyo690p5jcMVg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"ATAI.OMOROV+17@TENGING.IS\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"atai\",\n        \"middleName\": \"the\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2000-01-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00134\",\n            \"email\": \"ATAI.OMOROV+17@TENGING.IS\",\n            \"firstLastName\": \"atai the a\",\n            \"phoneNumber\": \"\",\n            \"billingAddress\": {\n                \"address\": \"updated address 1\",\n                \"address2\": \"updated address 2\",\n                \"city\": \"Valsayn\",\n                \"zipCode\": \"VALSAYN\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"updated address 1\",\n                    \"address2\": \"updated address 2\",\n                    \"city\": \"Valsayn\",\n                    \"zipCode\": \"VALSAYN\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"412e3211-4407-41b3-a212-d27f9c2da18e"},{"name":"DeleteAccount","id":"cbc827bd-d9fe-438c-898a-ec8a0d16ae72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"appID\" : \"0\",\n    \"loginId\": \"APRIL001@TT.COM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/DeleteAccount","description":"<p>The method can be executed to inactive the customer account. It is available only for <strong>registered customers.</strong></p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>loginId</td>\n<td>(Text[50])</td>\n<td>Login email address of the customer to log in to the system.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Verification if the method was requested successfully.</td>\n</tr>\n<tr>\n<td>loginId</td>\n<td>Email (Text [50])</td>\n<td>Login email address of the user to login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the response.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["DeleteAccount"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"1b36a3bf-ad08-49f8-8d60-93508042c527","name":"TC_SubmitProfilePasswordReset","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"resetToken\":\"E0056F5074B84B53985F\",\n    \"appID\" : \"0\",\n    \"pass\":\"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/SubmitProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"574"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:46:22 GMT"},{"key":"x-amzn-RequestId","value":"07d79c42-fe78-421f-a592-3f7e659cd2a8"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"574"},{"key":"x-amz-apigw-id","value":"AHfRSFp2liAFZ0Q="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"23e-R6nedI9hbolibqAqzYFsntshQLA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6126e-4304b9810ed042e4697f0658;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"H_s_Lr3bmzyOwsul-m3ixiZ_Pso7cbCEhyTxuD9J2KOY0x-PV0AVDA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"passwordResetSuccess\": true,\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTCASEUSER@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"a\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2002-02-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00081\",\n            \"email\": \"TESTCASEUSER@TT.COM\",\n            \"firstLastName\": \"a a\",\n            \"phoneNumber\": \"1-123-123-1234\",\n            \"billingAddress\": {\n                \"address\": \"Gotham\",\n                \"city\": \"\",\n                \"zipCode\": \"\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"Gotham\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"},{"id":"04a6afc6-6345-4b16-ad40-eff5587101ee","name":"TC_SubmitProfilePasswordReset_invalidUrl_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"resetToken\":\"7F869DF197234B2C95E7\",\n    \"appID\" : \"0\",\n    \"pass\":\"1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/SubmitProfilePasswordReset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:46:02 GMT"},{"key":"x-amzn-RequestId","value":"d139ac67-5e2b-40ef-8b80-e13895019bcc"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"76"},{"key":"x-amz-apigw-id","value":"AHfOMGKXliAFryw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4c-34d2nWAtFB7MLaHR/zql755pOww\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e6125a-22fa6a443b20e4833e4c1094;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"nm4HF6dhOUq83AR789QS6jN4aoYiWNM0zUq6eAcqm4UZm-xqJs9AkA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"USER_ERR\",\n        \"Error_Messsage\": \"Reset url is invalid.\"\n    }\n}"},{"id":"72adb838-1eec-40db-b5ca-0e5f56fb24f9","name":"TC_SubmitProfilePasswordReset_invalidFields_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"resetToken\":\"\",\n    \"appID\" : \"0\",\n    \"pass\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/SubmitProfilePasswordReset"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"244"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:46:59 GMT"},{"key":"x-amzn-RequestId","value":"425fb28d-3ccf-4b09-ac51-8ae787c5f716"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"244"},{"key":"x-amz-apigw-id","value":"AHfXFF0eliAFQDA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"f4-9OEq25NO0RJRcFvBNb3kUxSOm3w\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e61293-55bf3ee70ba673fa0f429a16;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 d30a7800f939c215cded21c657c43fc8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"6zZjl5jUCBXmivL7b7bwk-8RTeAAChZwyS9Mse50yO1jFDGT95DccA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error: Error post to BC: HTTP Error Code: 400; Body: {\\\"error\\\":{\\\"code\\\":\\\"Application_DialogException\\\",\\\"message\\\":\\\"\\\\\\\"resetToken\\\\\\\" key cannot be empty  CorrelationId:  abd74a9d-0994-4e84-ad23-4e1b9e57ce83.\\\"}}\"\n}"}],"_postman_id":"cbc827bd-d9fe-438c-898a-ec8a0d16ae72"}],"id":"173a0c84-1f3b-4f6a-bdf6-2dfd6b67d156","_postman_id":"173a0c84-1f3b-4f6a-bdf6-2dfd6b67d156","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Geofence","item":[{"name":"GetLocationsByCoordinates","id":"7369384e-ca25-4eba-b626-afd269622f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\":\"1\",\n   \"lat\":10.6309967,\n   \"lng\":-61.3536264\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/service/GetLocationsByCoordinates","description":"<p>The method can be executed to retrieve the address information based on the provided coordinates.</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>The app id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>The language id of the customer.</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Decimal</td>\n<td>Latitude coordinates.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>Decimal</td>\n<td>Longitude coordinates.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>The app id of the customer.</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Decimal</td>\n<td>Latitude coordinates.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>Decimal</td>\n<td>Longitude coordinates.</td>\n</tr>\n<tr>\n<td>regionID</td>\n<td>Text</td>\n<td>Region id associated with coordinates.</td>\n</tr>\n<tr>\n<td>teamID</td>\n<td>Text</td>\n<td>Tookan team id associated with regionID</td>\n</tr>\n<tr>\n<td>locations</td>\n<td>Text</td>\n<td>Available store locations based on coordinates. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Text</td>\n<td>Code name of the store .</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Text</td>\n<td>Name of the store.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Text</td>\n<td>Address information of the store.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Text</td>\n<td>City where the store is located.</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Decimal</td>\n<td>Latitude coordinates of the store.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>Decimal</td>\n<td>Longitude coordinates of the store.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"protocol":"https","path":["api","service","GetLocationsByCoordinates"],"host":["superpharm-pipe-dev","tengingapp","is"],"query":[],"variable":[]}},"response":[],"_postman_id":"7369384e-ca25-4eba-b626-afd269622f87"}],"id":"12c19352-b632-4920-a68f-cfcb81b5e692","_postman_id":"12c19352-b632-4920-a68f-cfcb81b5e692","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}}],"id":"31aca8c9-2c06-46d3-b2a3-06dc75291b2c","_postman_id":"31aca8c9-2c06-46d3-b2a3-06dc75291b2c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Notifications","item":[{"name":"SendNotification","id":"3c597f06-2860-4287-999e-90d61ebfdbb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"1\",\r\n    \"body\": \"Test body\",\r\n    \"data\": {},\r\n    \"imageUrl\": \"https://placehold.co/600x400?text=Hello+World\",\r\n    \"title\": \"Test title\",\r\n    \"token\": \"foEZWNu9bCqE4Cb0DuBPcn:APA91bGdGgkKbzeNuw19Ye_ahroBh72kN9m8FjlCr5QzDDvCuEX-EjH14VJeyehPPGxQmqO9oXbYxLsfDJsxtq6Up1sKbd7e0s091onnKYRZf0QL3TK8B-nBM-B_872m3FMr0ZanNGI_\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/notifications/SendNotification","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"protocol":"https","path":["api","notifications","SendNotification"],"host":["superpharm-pipe-dev","tengingapp","is"],"query":[],"variable":[]}},"response":[{"id":"2d12961d-9ce4-41e5-b38d-98fe0c6cd627","name":"Send notification to Presto App","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"body\": \"Test body\",\r\n    \"data\": {},\r\n    \"imageUrl\": \"https://placehold.co/600x400?text=Hello+World\",\r\n    \"title\": \"Test title\",\r\n    \"token\": \"e4rDSDwxSnOz6VtKgdTQhj:APA91bFh9z16aVniLh7tSQhZx3_q3RXpOeYYV2EeCYdKtWMttn3o6EJWPiIQu0kFaTmQA1efGYSOK_cMaTNyB4TofI_KGcCGPJAymUdd-fYw3FnOqJy3uyhoajsO33M0inFE0SkGRUFy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/notifications/SendNotification"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"6865a9fe-1fa8-4812-8560-ed2307f968db","name":"Send notification to SuperPharm App","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"1\",\r\n    \"body\": \"Test body\",\r\n    \"data\": {},\r\n    \"imageUrl\": \"https://placehold.co/600x400?text=Hello+World\",\r\n    \"title\": \"Test title\",\r\n    \"token\": \"c3Rguud4qnCS6vfsMkZ8il:APA91bGry6H1cdV8Yok8Psd8XW0hXsf1l5tdtWHbAdMoShpZVKcfyvYLJ0FTDs_7fXPRY8GBR0IJnRX7DihIWlt0L7UVSOX_Kxd6qmlThZCfmQKHdJcapfA_tomvB-rU1QF7X0bQt1G4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/notifications/SendNotification"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3c597f06-2860-4287-999e-90d61ebfdbb0"}],"id":"7fb43fdf-beef-4686-bc3a-f94285de1eb3","_postman_id":"7fb43fdf-beef-4686-bc3a-f94285de1eb3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"General","item":[{"name":"GetHomeSlides","id":"279dec5f-3bdf-4103-a72e-50b9f56e6a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/GetHomeSlides","description":"<p>The method is executed to retrieve home page banners on the app.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>desktop</strong></td>\n<td></td>\n<td>Caption of the information below.</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>Date</td>\n<td>The time when the request was sent last time.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Text</td>\n<td>The type of device on which slides are displayed.</td>\n</tr>\n<tr>\n<td>images</td>\n<td>image URL</td>\n<td>Url of images been displayed.</td>\n</tr>\n<tr>\n<td><strong>mobile</strong></td>\n<td></td>\n<td>Caption of the information below.</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>Date</td>\n<td>The time when the request was sent last time.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Text</td>\n<td>The type of device which slides are been displayed upon.</td>\n</tr>\n<tr>\n<td>images</td>\n<td>image URL</td>\n<td>Url of images been displayed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetHomeSlides"],"host":["{{PIPEURL_SEARCH}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"279dec5f-3bdf-4103-a72e-50b9f56e6a9d"},{"name":"GetPinnedCategories","id":"7d32737b-53d0-44ca-a322-bace5671c075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetPinnedCategories","description":"<p><strong>GetPinnedCategories</strong> method provides the information about main categories on the home page.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was requested <strong>successfully,</strong> the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>pinnedCategories</strong></td>\n<td></td>\n<td>Pinned categories of the store. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Category code.</td>\n</tr>\n<tr>\n<td>parentNodeId</td>\n<td>if it is empty it is 0 level.</td>\n<td>Parent code of the category code.</td>\n</tr>\n<tr>\n<td>displayOrder</td>\n<td>\"Retail Image Link Ecom\".\"Display Order\" (integer)</td>\n<td>The order in which the pinned categories are displayed.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Description of the category.</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>RetailImage.Code (Code[10])</td>\n<td>Image id of the subcategory.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>RetailImageLinkList.\"Picture URL\" (Text[250])</td>\n<td>Picture url of the subcategory.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetPinnedCategories"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"5276141d-d7f8-46db-a2cc-1a3758014f80","name":"TC_GetPinnedCategories_0","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetPinnedCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"587"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:36:06 GMT"},{"key":"x-amzn-RequestId","value":"764837e3-cba7-49ea-9bb7-a6496b027bc9"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"587"},{"key":"x-amz-apigw-id","value":"AcnSAFk5liAFWUA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"24b-0bbOBsmeGBr4HVhzBMX8jzxRnwk\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee85a6-0e2067a57a98dc3942e4e06a;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9e3c28b7e843915c360ecb85b9989240.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"CPH50-P1"},{"key":"X-Amz-Cf-Id","value":"tE9WAFRKoBSC8WqcHjYNSz2ibSZH4QWGmo7gwW5epwHw2YtvhzN1_g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"pinnedCategories\": [\n        {\n            \"nodeId\": \"548\",\n            \"parentNodeId\": \"\",\n            \"displayOrder\": 1,\n            \"description\": \"Presto Bakery\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\"\n        },\n        {\n            \"nodeId\": \"549\",\n            \"parentNodeId\": \"\",\n            \"displayOrder\": 2,\n            \"description\": \"Presto Beverages\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\"\n        },\n        {\n            \"nodeId\": \"550\",\n            \"parentNodeId\": \"\",\n            \"displayOrder\": 3,\n            \"description\": \"Presto Rotisserie\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\"\n        },\n        {\n            \"nodeId\": \"547\",\n            \"parentNodeId\": \"\",\n            \"displayOrder\": 4,\n            \"description\": \"Snacks & Desserts\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\"\n        },\n        {\n            \"nodeId\": \"544\",\n            \"parentNodeId\": \"\",\n            \"displayOrder\": 5,\n            \"description\": \"Frozen Foods\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\"\n        }\n    ]\n}"},{"id":"05aeae4e-9f98-49e8-abeb-4aa761709e54","name":"TC_GetPinnedCategories_1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetPinnedCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:36:15 GMT"},{"key":"x-amzn-RequestId","value":"fc1d5a09-c978-4d93-90e4-fad489e57423"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"23"},{"key":"x-amz-apigw-id","value":"AcnTbEujliAFrRQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"17-XZadNcrQmEHKYMAtArs6qLWRJ7A\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee85af-225a0bb119473ba667579f5e;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9e3c28b7e843915c360ecb85b9989240.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"CPH50-P1"},{"key":"X-Amz-Cf-Id","value":"fqV91cUPeMImPehGoU9nZMcoBCT4NyLBRZCBV7WVlARO2oHyKzak9Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"pinnedCategories\": []\n}"}],"_postman_id":"7d32737b-53d0-44ca-a322-bace5671c075"},{"name":"GetStores","event":[{"listen":"test","script":{"id":"c7688930-f8c6-43f4-8441-1bf393fc2fb8","exec":[""],"type":"text/javascript"}}],"id":"3fdf39f1-14a8-4c11-befd-30c94b3955b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetStores","description":"<p><strong>GetStores</strong> method provides a general information about all Ecom stores available. To proceed with selecting the items and creating orders, it is required to select the store first. Stores will be displayed according to the <strong>appID value</strong> of the user, which is connected to <strong>attribute value</strong>(appType: <strong>0 -</strong> <strong>Presto</strong> or <strong>1 -</strong> <strong>Pharmacy</strong>)</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>appversion</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was requested <strong>successfully,</strong> the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>stores</strong></td>\n<td></td>\n<td>Stores information. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>store code (code[10])</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>ECOM Name (text[50])</td>\n<td>Store name.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>phone no (text[30])</td>\n<td>Phone number of the store.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Post code/city(code[20])</td>\n<td>ZipCode of the store.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Adress (text[100])</td>\n<td>Address name of the store.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>city (text[30])</td>\n<td>City name of the store.</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Latitude (decimal)</td>\n<td>Latitude of the store.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>longitude(decimal)</td>\n<td>Longitude of the store.</td>\n</tr>\n<tr>\n<td>regionID</td>\n<td>Text</td>\n<td>Region ID of store</td>\n</tr>\n<tr>\n<td>teamID</td>\n<td>Text</td>\n<td></td>\n</tr>\n<tr>\n<td>groupCode</td>\n<td>Code</td>\n<td>Group code of the store.</td>\n</tr>\n<tr>\n<td><strong>workingHours</strong></td>\n<td></td>\n<td>Working hours of the store. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>openNow</td>\n<td>function check isOpenNow (boolean)</td>\n<td>Request that verifies if the store is open now.</td>\n</tr>\n<tr>\n<td>open</td>\n<td></td>\n<td>Request that verifies if the store is open.</td>\n</tr>\n<tr>\n<td>openFrom</td>\n<td>\"Retail Calendar Line\".\"Time From\" (Text[])</td>\n<td>Opening time of the store.</td>\n</tr>\n<tr>\n<td>openUntil</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Closing time of the store.</td>\n</tr>\n<tr>\n<td>storeAlreadyClosedToday</td>\n<td>Boolean</td>\n<td>Request that verifies if the store is already closed for today.</td>\n</tr>\n<tr>\n<td><strong>workingSchedule</strong></td>\n<td></td>\n<td>Working schedule of the store. <strong>It is the caption of businessDay, saturday, sunday.</strong></td>\n</tr>\n<tr>\n<td><strong>monday</strong></td>\n<td></td>\n<td>Working schedule of the store on Monday. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>open</td>\n<td>if find \"Retail Calendar Line\" (boolean)</td>\n<td>Request that verifies if the store is open on Monday.</td>\n</tr>\n<tr>\n<td>openFrom</td>\n<td>\"Retail Calendar Line\".\"Time From\" (Text[])</td>\n<td>Opening time of the store on Monday.</td>\n</tr>\n<tr>\n<td>openUntil</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Closing time of the store on Monday.</td>\n</tr>\n<tr>\n<td><strong>tuesday</strong></td>\n<td></td>\n<td>Working schedule of the store on Tuesday. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>open</td>\n<td>if find \"Retail Calendar Line\" (boolean)</td>\n<td>Request that verifies if the store is open on Tuesday.</td>\n</tr>\n<tr>\n<td>openFrom</td>\n<td>\"Retail Calendar Line\".\"Time From\" (Text[])</td>\n<td>Opening time of the store on Tuesday.</td>\n</tr>\n<tr>\n<td>openUntil</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Closing time of the store on Tuesday.</td>\n</tr>\n<tr>\n<td><strong>wednesday</strong></td>\n<td></td>\n<td>Working schedule of the store on Wednesday. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>open</td>\n<td>if find \"Retail Calendar Line\" (boolean)</td>\n<td>Request that verifies if the store is open on Wednesday.</td>\n</tr>\n<tr>\n<td>openFrom</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Opening time of the store on Wednesday.</td>\n</tr>\n<tr>\n<td>openUntil</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Closing time of the store on Wednesday.</td>\n</tr>\n<tr>\n<td><strong>thursday</strong></td>\n<td></td>\n<td>Working schedule of the store on Thursday. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>open</td>\n<td>if find \"Retail Calendar Line\" (boolean)</td>\n<td>Request that verifies if the store is open on Thursday.</td>\n</tr>\n<tr>\n<td>openFrom</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Opening time of the store on Thursday.</td>\n</tr>\n<tr>\n<td>openUntil</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Closing time of the store on Thursday.</td>\n</tr>\n<tr>\n<td><strong>friday</strong></td>\n<td></td>\n<td>Working schedule of the store on Friday. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>open</td>\n<td>if find \"Retail Calendar Line\" (boolean)</td>\n<td>Request that verifies if the store is open on Friday.</td>\n</tr>\n<tr>\n<td>openFrom</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Opening time of the store on Friday.</td>\n</tr>\n<tr>\n<td>openUntil</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Closing time of the store on Friday.</td>\n</tr>\n<tr>\n<td><strong>saturday</strong></td>\n<td></td>\n<td>Working schedule of the store on Saturday. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>open</td>\n<td>if find \"Retail Calendar Line\" (boolean)</td>\n<td>Request that verifies if the store is open on Saturday.</td>\n</tr>\n<tr>\n<td>openFrom</td>\n<td>\"Retail Calendar Line\".\"Time From\" (Text[])</td>\n<td>Opening time of the store on Saturday.</td>\n</tr>\n<tr>\n<td>openUntil</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Closing time of the store on Saturday.</td>\n</tr>\n<tr>\n<td><strong>sunday</strong></td>\n<td></td>\n<td>Working schedule of the store on Sunday. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>open</td>\n<td>if find \"Retail Calendar Line\" (boolean)</td>\n<td>Request that verifies if the store is open on Sunday.</td>\n</tr>\n<tr>\n<td>openFrom</td>\n<td>\"Retail Calendar Line\".\"Time From\" (Text[])</td>\n<td>Opening time of the store on Sunday.</td>\n</tr>\n<tr>\n<td>openUntil</td>\n<td>\"Retail Calendar Line\".\"Time To\" (Text[])</td>\n<td>Closing time of the store on Sunday.</td>\n</tr>\n<tr>\n<td><strong>pickupAndDeliveryDates</strong></td>\n<td></td>\n<td>Pick-up and delivery dates of the store. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>pickupAndDeliveryDate</td>\n<td>Date</td>\n<td>Available dates for pick-up and delivery.</td>\n</tr>\n<tr>\n<td><strong>HTMLDescriptions</strong></td>\n<td>Text</td>\n<td>HTML description of the store. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>value</td>\n<td>Text</td>\n<td>Value of an HTML.</td>\n</tr>\n<tr>\n<td><strong>img</strong></td>\n<td></td>\n<td>Image of the store**. It is the caption of the information below.**</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>Code</td>\n<td>Id number of the image</td>\n</tr>\n<tr>\n<td>displayOrder</td>\n<td>Integer</td>\n<td>Order number of the displayed image.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>Text</td>\n<td>Url address of the image.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetStores"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"59dee490-8688-41e9-b4ab-c47077fe923c","name":"TC_GetStores_0","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetStores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2379"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:26:51 GMT"},{"key":"x-amzn-RequestId","value":"c739ead9-6e16-43fc-8f27-7ca50fd94ebb"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"2379"},{"key":"x-amz-apigw-id","value":"Acl7OGEtliAFumQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"94b-gKkvT1YanSo//s0B4B79x+HhXqA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee837a-22ba52f8225113130ea1ccce;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5c2d36b0430d7877f1609d99fe01caa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"zWyXoOZyXJc8ttWWTxusI6yxEEhv09IIzkvvckCfHM0R4KsvNzwTzg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"stores\": [\n        {\n            \"number\": \"PRT\",\n            \"name\": \"Presto Tumpuna\",\n            \"phoneNumber\": \"\",\n            \"zipCode\": \"\",\n            \"address\": \"Corner Tumpuna Rd & CRHArima\",\n            \"city\": \"Arima\",\n            \"lat\": 10.608907,\n            \"lon\": -61.269491,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"PRTC\",\n            \"name\": \"Presto Trincity\",\n            \"phoneNumber\": \"\",\n            \"zipCode\": \"\",\n            \"address\": \"Corner Trincity Central Road& Trincity Boulevard\",\n            \"city\": \"Trincity\",\n            \"lat\": 10.629072,\n            \"lon\": -61.353593,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        }\n    ]\n}"},{"id":"e3e93c7e-d70f-4c6b-9e89-e291af2dcf1a","name":"TC_GetStores_1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetStores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2520"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:27:00 GMT"},{"key":"x-amzn-RequestId","value":"cf0f4b24-2e26-40ba-967b-7a2515e5995f"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"2520"},{"key":"x-amz-apigw-id","value":"Acl8vH-iFiAFa2A="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"9d8-RKTWCcodSNnM3Sjwwi1mwMsKeRI\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee8384-1c99178d1948fb0246d2e280;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5c2d36b0430d7877f1609d99fe01caa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"uieSH3Nibq23cN8KAVTyGsmEGb7oqgBMiTscbzIaOFjCC4i6f_mqcQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"stores\": [\n        {\n            \"number\": \"CUV\",\n            \"name\": \"Couva\",\n            \"phoneNumber\": \"800-4696 Ext 2701\",\n            \"zipCode\": \"\",\n            \"address\": \"Lot #14 Corner Couva Main Roadand Issac Street\",\n            \"city\": \"Couva\",\n            \"lat\": 10.421896,\n            \"lon\": -61.453189,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"http://superimage/comVan 9900029450\"\n                }\n            ],\n            \"img\": [\n                {\n                    \"imageId\": \"TEST_1\",\n                    \"displayOrder\": 1,\n                    \"pictureUrl\": \"http://superimage/com\"\n                }\n            ]\n        },\n        {\n            \"number\": \"DM\",\n            \"name\": \"Diego Martin\",\n            \"phoneNumber\": \"800-4969 Ext 2401\",\n            \"zipCode\": \"\",\n            \"address\": \"Corner Agua Santa AveSierra Leone Road\",\n            \"city\": \"Diego Martin\",\n            \"lat\": 10.706969,\n            \"lon\": -61.555329,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        }\n    ]\n}"},{"id":"eaaa83c6-a260-4ca0-a224-04148ffd6527","name":"TC_GetStores_translated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetStores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2480"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:27:48 GMT"},{"key":"x-amzn-RequestId","value":"3b2be7c5-a77a-4f36-9db1-70730250240b"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"2480"},{"key":"x-amz-apigw-id","value":"AcmELGQOliAFRjQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"9b0-6OBVtNB4Y6zxwxiPLGeCtsXq/3k\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee83b4-07ec57677f8bb647642fdce7;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5c2d36b0430d7877f1609d99fe01caa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"-o_R4vALqxO3nKeFXRfTvaqRLmdvpPYNdhOcJE2EB2WDIPpd_WxSew=="}],"cookie":[],"responseTime":null,"body":"{\n    \"stores\": [\n        {\n            \"number\": \"CUV\",\n            \"name\": \"En-TT Couva\",\n            \"phoneNumber\": \"800-4696 Ext 2701\",\n            \"zipCode\": \"\",\n            \"address\": \"En-TT Adresss SPL 1 EN-TT Address 2\",\n            \"city\": \"Couva\",\n            \"lat\": 10.421896,\n            \"lon\": -61.453189,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": [\n                {\n                    \"imageId\": \"TEST_1\",\n                    \"displayOrder\": 1,\n                    \"pictureUrl\": \"http://superimage/com\"\n                }\n            ]\n        },\n        {\n            \"number\": \"DM\",\n            \"name\": \"Diego Martin\",\n            \"phoneNumber\": \"800-4969 Ext 2401\",\n            \"zipCode\": \"\",\n            \"address\": \"Corner Agua Santa AveSierra Leone Road\",\n            \"city\": \"Diego Martin\",\n            \"lat\": 10.706969,\n            \"lon\": -61.555329,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        }\n    ]\n}"},{"id":"b9bf0ec7-86b7-4128-8d7f-a51d2cb3fea1","name":"TC_GetStores_all","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetStores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12664"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:28:18 GMT"},{"key":"x-amzn-RequestId","value":"71fa1a5e-f8a3-47a0-8f5f-95996ad75007"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"12664"},{"key":"x-amz-apigw-id","value":"AcmIwF0RFiAFYaQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"3178-t/bXXKITryi9xIXgv0SODOMkMXw\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee83d1-611f53442751227477a2520d;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5c2d36b0430d7877f1609d99fe01caa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"BPmV4eB3bw765mkb76-o3G8friJMDC0aLDkYbPUV06qqIn4dSVmk_A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"stores\": [\n        {\n            \"number\": \"CUV\",\n            \"name\": \"Couva\",\n            \"phoneNumber\": \"800-4696 Ext 2701\",\n            \"zipCode\": \"\",\n            \"address\": \"Lot #14 Corner Couva Main Roadand Issac Street\",\n            \"city\": \"Couva\",\n            \"lat\": 10.421896,\n            \"lon\": -61.453189,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"http://superimage/comVan 9900029450\"\n                }\n            ],\n            \"img\": [\n                {\n                    \"imageId\": \"TEST_1\",\n                    \"displayOrder\": 1,\n                    \"pictureUrl\": \"http://superimage/com\"\n                }\n            ]\n        },\n        {\n            \"number\": \"DM\",\n            \"name\": \"Diego Martin\",\n            \"phoneNumber\": \"800-4969 Ext 2401\",\n            \"zipCode\": \"\",\n            \"address\": \"Corner Agua Santa AveSierra Leone Road\",\n            \"city\": \"Diego Martin\",\n            \"lat\": 10.706969,\n            \"lon\": -61.555329,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"GV\",\n            \"name\": \"Gulf View\",\n            \"phoneNumber\": \"800-4969 Ext 2601\",\n            \"zipCode\": \"\",\n            \"address\": \"South Trunk RoadLa Romain\",\n            \"city\": \"La Romaine\",\n            \"lat\": 10.258032,\n            \"lon\": -61.468055,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"MA\",\n            \"name\": \"Maraval\",\n            \"phoneNumber\": \"800-4969 Ext 2501\",\n            \"zipCode\": \"\",\n            \"address\": \"Bergerac and Maraval RdMaraval\",\n            \"city\": \"Maraval\",\n            \"lat\": 10.682561,\n            \"lon\": -61.523278,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"MB\",\n            \"name\": \"Marabella\",\n            \"phoneNumber\": \"800-4969 Ext 2901\",\n            \"zipCode\": \"\",\n            \"address\": \"Marabella\",\n            \"city\": \"Marabella\",\n            \"lat\": 10.302585,\n            \"lon\": -61.448085,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"PRESTO\",\n            \"name\": \"\",\n            \"phoneNumber\": \"\",\n            \"zipCode\": \"\",\n            \"address\": \"\",\n            \"city\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": false,\n                \"openFrom\": \"\",\n                \"openUntil\": \"\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": false,\n                    \"openFrom\": \"\",\n                    \"openUntil\": \"\"\n                },\n                \"tuesday\": {\n                    \"open\": false,\n                    \"openFrom\": \"\",\n                    \"openUntil\": \"\"\n                },\n                \"wednesday\": {\n                    \"open\": false,\n                    \"openFrom\": \"\",\n                    \"openUntil\": \"\"\n                },\n                \"thursday\": {\n                    \"open\": false,\n                    \"openFrom\": \"\",\n                    \"openUntil\": \"\"\n                },\n                \"friday\": {\n                    \"open\": false,\n                    \"openFrom\": \"\",\n                    \"openUntil\": \"\"\n                },\n                \"saturday\": {\n                    \"open\": false,\n                    \"openFrom\": \"\",\n                    \"openUntil\": \"\"\n                },\n                \"sunday\": {\n                    \"open\": false,\n                    \"openFrom\": \"\",\n                    \"openUntil\": \"\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"PRT\",\n            \"name\": \"Presto Tumpuna\",\n            \"phoneNumber\": \"\",\n            \"zipCode\": \"\",\n            \"address\": \"Corner Tumpuna Rd & CRHArima\",\n            \"city\": \"Arima\",\n            \"lat\": 10.608907,\n            \"lon\": -61.269491,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"PRTC\",\n            \"name\": \"Presto Trincity\",\n            \"phoneNumber\": \"\",\n            \"zipCode\": \"\",\n            \"address\": \"Corner Trincity Central Road& Trincity Boulevard\",\n            \"city\": \"Trincity\",\n            \"lat\": 10.629072,\n            \"lon\": -61.353593,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"TC\",\n            \"name\": \"Trincity\",\n            \"phoneNumber\": \"800-4969 Ext 2801\",\n            \"zipCode\": \"\",\n            \"address\": \"Trincity Central RoadTrincity\",\n            \"city\": \"Trincity\",\n            \"lat\": 10.635133,\n            \"lon\": -61.346553,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"VS\",\n            \"name\": \"Valsayn\",\n            \"phoneNumber\": \"800-4969 Ext 2301\",\n            \"zipCode\": \"\",\n            \"address\": \"Morequito Ave & CR Hway\",\n            \"city\": \"Valsayn\",\n            \"lat\": 10.633878,\n            \"lon\": -61.41941,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        },\n        {\n            \"number\": \"WM\",\n            \"name\": \"Westmoorings\",\n            \"phoneNumber\": \"800-4969 Ext 2101\",\n            \"zipCode\": \"\",\n            \"address\": \"1 Columbus CircleWestmoorings\",\n            \"city\": \"Westmoorings\",\n            \"lat\": 10.67622,\n            \"lon\": -61.55608,\n            \"groupCode\": \"\",\n            \"workingHours\": {\n                \"openNow\": true,\n                \"open\": true,\n                \"openFrom\": \"7:00AM\",\n                \"openUntil\": \"10:00PM\",\n                \"storeAlreadyClosedToday\": false\n            },\n            \"workingSchedule\": {\n                \"monday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"tuesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"wednesday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"thursday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"friday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"saturday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                },\n                \"sunday\": {\n                    \"open\": true,\n                    \"openFrom\": \"7:00AM\",\n                    \"openUntil\": \"10:00PM\"\n                }\n            },\n            \"pickupAndDeliveryDates\": [\n                \"2023-02-16\",\n                \"2023-02-17\",\n                \"2023-02-19\",\n                \"2023-02-20\",\n                \"2023-02-21\",\n                \"2023-02-22\",\n                \"2023-02-23\",\n                \"2023-02-24\",\n                \"2023-02-26\",\n                \"2023-02-27\",\n                \"2023-02-28\",\n                \"2023-03-01\",\n                \"2023-03-02\",\n                \"2023-03-03\",\n                \"2023-03-05\",\n                \"2023-03-06\",\n                \"2023-03-07\",\n                \"2023-03-08\",\n                \"2023-03-09\",\n                \"2023-03-10\",\n                \"2023-03-12\",\n                \"2023-03-13\",\n                \"2023-03-14\",\n                \"2023-03-15\",\n                \"2023-03-16\"\n            ],\n            \"HTMLDescriptions\": [\n                {\n                    \"value\": \"\"\n                }\n            ],\n            \"img\": []\n        }\n    ]\n}"}],"_postman_id":"3fdf39f1-14a8-4c11-befd-30c94b3955b0"},{"name":"GetCommonInfo","id":"4205bcb8-e319-4f9d-acb2-f16a1b751c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\":\"0\",\n   \"languageID\":\"EN-TT\",\n   \"infoTypeCode\":\"PP\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-dev.tengingapp.is/api/service/GetCommonInfo","description":"<p>The method is executed to retrieve common information on the app, such as Term&amp;Conditions, Privacy Policies, links to social medias.</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>InfoTypeCode</td>\n<td>Code</td>\n<td>Type of the information to be retrieved.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>IntegerC</td>\n<td>App id of the response.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the response.</td>\n</tr>\n<tr>\n<td>infoTypeCode</td>\n<td>Code</td>\n<td>Type of the information to be retrieved.</td>\n</tr>\n<tr>\n<td>content</td>\n<td>Text</td>\n<td>Content object that contains the information.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"protocol":"https","path":["api","service","GetCommonInfo"],"host":["superpharm-pipe-dev","tengingapp","is"],"query":[],"variable":[]}},"response":[],"_postman_id":"4205bcb8-e319-4f9d-acb2-f16a1b751c08"},{"name":"GetConnectionSettings","id":"b7291e50-ddfa-42d5-8d46-3ffdb911d634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetConnectionSettings","description":"<p>The method retrieves the web service connection settings of stores. It doesn't have a request body, only response body.</p>\n<p>FIELDS DESCRIPTION RESPONSE RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>storeNo</td>\n<td>Code</td>\n<td>Code name of the store.</td>\n</tr>\n<tr>\n<td>wsUrl</td>\n<td>Text</td>\n<td>Web service url of the store.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetConnectionSettings"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7291e50-ddfa-42d5-8d46-3ffdb911d634"},{"name":"GetGeneralSettings","id":"dcdbd390-9b0b-4ba1-a39d-11e2c6446f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\":\"0\",\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetGeneralSettings","description":"<p>The method is executed to retrieve general setup settings from BC that decide the app's behaviour.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Discription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Code[20]</td>\n<td>Contains the list of <strong>sku number</strong> and <strong>URL</strong> to jpeg web archieve</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[250]</td>\n<td>Contains the list of <strong>nodeId</strong> and <strong>URL</strong> to jpeg web archieve</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was requested <strong>successfully,</strong> the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>deleteBasket</td>\n<td>Boolean</td>\n<td>Verification if the basket can be deleted.</td>\n</tr>\n<tr>\n<td><strong>contactInformation</strong></td>\n<td></td>\n<td><strong>Caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Text</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Text</td>\n<td>Email of the customer.</td>\n</tr>\n<tr>\n<td>geofenceIsActive</td>\n<td>Boolean</td>\n<td>Verification if geofence is active.</td>\n</tr>\n<tr>\n<td><strong>centerOfTheMap</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Decimal</td>\n<td>Latitude of the store.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>Decimal</td>\n<td>Longitude of the store.</td>\n</tr>\n<tr>\n<td><strong>mapBordering</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>north</td>\n<td>Decimal</td>\n<td>North coordinates.</td>\n</tr>\n<tr>\n<td>south</td>\n<td>Decimal</td>\n<td>South coordinates.</td>\n</tr>\n<tr>\n<td>east</td>\n<td>Decimal</td>\n<td>East coordinates.</td>\n</tr>\n<tr>\n<td>west</td>\n<td>Decimal</td>\n<td>West coordinates.</td>\n</tr>\n<tr>\n<td>blockedEcomReturns</td>\n<td>Boolean</td>\n<td>Verification if non-returnable items are active.</td>\n</tr>\n<tr>\n<td>itemBrowsingOnly</td>\n<td>Boolean</td>\n<td>Verification if pharmacy items are active.</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>Boolean</td>\n<td>Verification if the app is active.</td>\n</tr>\n<tr>\n<td>hippo</td>\n<td>Boolean</td>\n<td>Verification if the hippo chat is active.</td>\n</tr>\n<tr>\n<td>pharmacy</td>\n<td>Boolean</td>\n<td>Verification if the pharmacy is active.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>Text</td>\n<td>Default phone number for the app.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Text</td>\n<td>Default email for the app.</td>\n</tr>\n<tr>\n<td>phoneCountryCodePrefix</td>\n<td>Text</td>\n<td>Phone number prefix for the app.</td>\n</tr>\n<tr>\n<td><strong>customerCountries</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code of the country available for geofencing in the app.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Text</td>\n<td>Name of the country available for geofencing in the app.</td>\n</tr>\n<tr>\n<td><strong>paymentMethods</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code of the payment method available in the app.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Text</td>\n<td>Name of the payment method available in the app.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetGeneralSettings"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcdbd390-9b0b-4ba1-a39d-11e2c6446f32"},{"name":"GetBasketList","id":"2665007b-4b00-4828-a1a7-f485cfad3919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"1\",\r\n    \"loginID\": \"JONAS.TENGING@GMAIL.COM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetBasketList","description":"<p><strong>GetBasketList</strong> method returns the available basket information of the customer and item lines in the basket.</p>\n<p>The method's request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The method's request response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>GetBasket</strong></td>\n<td></td>\n<td>GetBasket Information. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>text[10]</td>\n<td>Language id (if translation is required)</td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store Number (Text 10)</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>clickAndCollect</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a click-and-collect type.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a ship type.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>General Comment(text[100])</td>\n<td>Additional information</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Delivery Comment(text[100])</td>\n<td>Additional delivery information</td>\n</tr>\n<tr>\n<td>requestedDateChanged</td>\n<td>\"Customer Order Header\".\"Requested Date Changed\" (Boolean)</td>\n<td>Request to check if the order's date was changed.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\".\"Request Date\" (Date)</td>\n<td>Requested date of the order.</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Request Time\" (Time)</td>\n<td>Requested time of the order.</td>\n</tr>\n<tr>\n<td>shipToAddress</td>\n<td>Adress (text[100])</td>\n<td>Ship-to address.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>decimal</td>\n<td>Subtotal of the basket.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>decimal, XML format</td>\n<td>Amount of Discount</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>decimal</td>\n<td>Taxes of the basket.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>decimal</td>\n<td>Total amount of the basket.</td>\n</tr>\n<tr>\n<td><strong>Items</strong></td>\n<td></td>\n<td>Information about items in the order. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>integer</td>\n<td>Line number of the item.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Item number.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quantity of the item.</td>\n</tr>\n<tr>\n<td>netPrice</td>\n<td>decimal, XML format</td>\n<td>Net price of the item.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the item.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>decimal, XML format</td>\n<td>Net Amount</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>decimal, XML format</td>\n<td>VAT Amount</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Amount of the item.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>UOM of the item.</td>\n</tr>\n<tr>\n<td>inStock</td>\n<td>Boolean</td>\n<td>Request to check if the item is in stock.</td>\n</tr>\n<tr>\n<td>availableQuantity</td>\n<td>Item.Inventory (decimal)</td>\n<td>Available amount of the product. It is calculated using the following formula: ((Available quantity -(Available quantity / 100 * Saftystock%))</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Image code of the item.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Picture url of the item.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Item description (Text[250])</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Item.\"Description\" (Text[100])</td>\n<td>Item title.</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the delivery order.</td>\n</tr>\n<tr>\n<td>blockedPickup</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the pick-up order.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetBasketList"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"448986ed-0d99-4212-b52e-cbfa78a6d977","name":"GetBasketList","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"TESTUSER@TEST.USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetBasketList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"755"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 06 Apr 2023 16:43:57 GMT"},{"key":"x-amzn-RequestId","value":"88fa2ef5-64b0-44b1-bac4-b61a4c120695"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1947"},{"key":"x-amz-apigw-id","value":"C9t_0FqfIAMFvJQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"79b-S+xYakjDqtTWlkgk10OdEZh9s6o\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-642ef6cb-15331f103b935e05526e5a10;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a1883601a786b7317faec0d94ef154f2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"JCz1-BlbFROwRi7YL1GMC6W74EMgB3Bq00gyxUXh-RaFfoLW7S4YcQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"GetBasket\": {\n        \"loginID\": \"TESTUSER@TEST.USER\",\n        \"appID\": \"0\",\n        \"languageID\": \"ENU\",\n        \"store\": \"PRT\",\n        \"clickAndCollect\": true,\n        \"shipOrder\": true,\n        \"generalComment\": \"general comment text\",\n        \"deliveryComment\": \"\",\n        \"requestedDateChanged\": true,\n        \"requestedDate\": \"2023-04-06\",\n        \"requestedTime\": \"12:34:56\",\n        \"shipToAddress\": \"5D819A251D\",\n        \"subtotal\": \"11,132.56\",\n        \"discountAmount\": \"0.00\",\n        \"tax\": \"1,391.57\",\n        \"total\": \"12,524.13\",\n        \"Items\": [\n            {\n                \"lineNo\": 10000,\n                \"number\": \"548076221\",\n                \"quantity\": \"123.00\",\n                \"netPrice\": \"77.31\",\n                \"price\": \"86.97\",\n                \"netAmount\": \"9,508.72\",\n                \"vatAmount\": \"1,188.59\",\n                \"amount\": \"10,697.31\",\n                \"unit\": \"EA\",\n                \"inStock\": false,\n                \"availableQuantity\": 0,\n                \"imageId\": \"548076221#1\",\n                \"pictureUrl\": \"https://spl-presto-dev-images.tengingapp.is/products/548076221/0.jpg\",\n                \"productName\": \"iiiiii\",\n                \"title\": \"Presto oven baked chicken whole111\",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": true\n            },\n            {\n                \"lineNo\": 20000,\n                \"number\": \"005560\",\n                \"quantity\": \"1.00\",\n                \"netPrice\": \"11.17\",\n                \"price\": \"12.57\",\n                \"netAmount\": \"11.17\",\n                \"vatAmount\": \"1.40\",\n                \"amount\": \"12.57\",\n                \"unit\": \"EA\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"productName\": \"Delivery\",\n                \"title\": \"Delivery\",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": false\n            },\n            {\n                \"lineNo\": 30000,\n                \"number\": \"548060815\",\n                \"quantity\": \"123.00\",\n                \"netPrice\": \"13.11\",\n                \"price\": \"14.75\",\n                \"netAmount\": \"1,612.67\",\n                \"vatAmount\": \"201.58\",\n                \"amount\": \"1,814.25\",\n                \"unit\": \"EA\",\n                \"inStock\": true,\n                \"availableQuantity\": 59999,\n                \"imageId\": \"548060815#1\",\n                \"pictureUrl\": \"https://spl-presto-dev-images.tengingapp.is/products/548060815/0.jpg\",\n                \"productName\": \"Pre-baked Bavarian filled long donut\",\n                \"title\": \"Par-baked bavarian filled long john donut \",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": false\n            },\n            {\n                \"lineNo\": 40000,\n                \"number\": \"9600075134\",\n                \"quantity\": \"10,000.00\",\n                \"netPrice\": \"0.00\",\n                \"price\": \"0.00\",\n                \"netAmount\": \"0.00\",\n                \"vatAmount\": \"0.00\",\n                \"amount\": \"0.00\",\n                \"unit\": \"EA\",\n                \"inStock\": false,\n                \"availableQuantity\": 940,\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"productName\": \"Rhinopack tripod stand pizza white\",\n                \"title\": \"Rhinopack tripod stand pizza white\",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"2665007b-4b00-4828-a1a7-f485cfad3919"}],"id":"ed19cfe7-8a0a-4239-a0f6-d5283789f217","_postman_id":"ed19cfe7-8a0a-4239-a0f6-d5283789f217","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Products","item":[{"name":"GetProductsHierarchy","id":"925c0653-5075-4b53-8a3d-90e6ba779a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProductsHierarchy","description":"<p><strong>GetProductsHierarchy</strong> method provides the information about categories, subcategories and their descriptions (without products) of <strong>the store</strong> that was selected from <strong>GetStores</strong> method.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was requested <strong>successfully,</strong> the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>productsHierarchy</strong></td>\n<td></td>\n<td>Categories and subcategories information of the store. <strong>It is the caption of the information categories and subcategories.</strong></td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td></td>\n<td>Categories of the store. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Category code.</td>\n</tr>\n<tr>\n<td>parentNodeId</td>\n<td>if it is empty it is 0 level,</td>\n<td>Parent code of the category code.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Description of the category.</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>RetailImage.Code (Code[10])</td>\n<td>Image id of the category.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>RetailImageLinkList.\"Picture URL\" (Text[250])</td>\n<td>Picture url of the category.</td>\n</tr>\n<tr>\n<td><strong>subcategories</strong></td>\n<td></td>\n<td>Subcategories of the category. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Subcategory code.</td>\n</tr>\n<tr>\n<td>parentNodeId</td>\n<td>HierarchyNode.\"Parent Node ID\" (Code[30])</td>\n<td>Parent code of the subcategory code.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Description of the subcategory.</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>RetailImage.Code (Code[10])</td>\n<td>Image id of the subcategory.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>RetailImageLinkList.\"Picture URL\" (Text[250])</td>\n<td>Picture url of the subcategory.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetProductsHierarchy"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"7f9f9cd0-7e85-4324-86ed-02ef637656d4","name":"TC_GetProductsHierarchy_0","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProductsHierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"38493"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:28:11 GMT"},{"key":"x-amzn-RequestId","value":"ca239d30-544b-48d8-b30b-74f993f31ef7"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"38493"},{"key":"x-amz-apigw-id","value":"AcmHoFZDFiAFRig="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"965d-OvUeYxI6tKRWfo2OeeyZXm6qCWM\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee83ca-4c77af153b6bfb5856119938;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5c2d36b0430d7877f1609d99fe01caa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"prVdt2p3v5CqXIA-qW3Z-nvD7HznPEc4DHkoXTn_JFKiJPT7fTruzg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"productsHierarchy\": {\n        \"categories\": [\n            {\n                \"nodeId\": \"107\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Cough & Cold\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"7100\",\n                        \"parentNodeId\": \"107\",\n                        \"description\": \"Adult Cough, Cold & Flu\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"7200\",\n                        \"parentNodeId\": \"107\",\n                        \"description\": \"Cough Drops, Sore Throat Reli\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"7300\",\n                        \"parentNodeId\": \"107\",\n                        \"description\": \"Allergy, Sinus & Combinations\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"7400\",\n                        \"parentNodeId\": \"107\",\n                        \"description\": \"Nasal\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"7500\",\n                        \"parentNodeId\": \"107\",\n                        \"description\": \"Lip Preparations\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"7600\",\n                        \"parentNodeId\": \"107\",\n                        \"description\": \"Asthma, Respiratory & Rubs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"7700\",\n                        \"parentNodeId\": \"107\",\n                        \"description\": \"Childrens Cough & Cold\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"7800\",\n                        \"parentNodeId\": \"107\",\n                        \"description\": \"Lab Services\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"111\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Diabetes Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"11100\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Alcohol Swabs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11200\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Blood Glucose Testing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11300\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Syringes, Auto Injectors, Acc\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11400\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Diabetes Nutritionals, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11500\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Diabetes HBC & Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11600\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Urine Testing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"115\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Elastics/Athletic Treatments\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"15100\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Elastic Bandages & Athletic Tr\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15200\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Braces\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15300\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Hot/Cold Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15400\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Abdominal Supports & Rib Belts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15600\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Orthopedic & Surgical Support\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"119\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Eye/Ear Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"19100\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Contact Lens Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"19200\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Eye Preparations\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"19500\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Ear Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"121\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Family Planning\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"21100\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Female Contraceptives\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21200\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Condoms\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21300\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Pregnancy & Fertility Kits\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21400\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Sexual Health\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"123\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Feminine Hygiene\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"23100\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Protection\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23200\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Antifungal Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23300\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Personal Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23400\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Cleansing Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"125\",\n                \"parentNodeId\": \"\",\n                \"description\": \"First Aid\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"25100\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"First Aid Dressings & Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25200\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"First Aid Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25300\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"Antiparasitic Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25400\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"Masks and Faceshields\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"127\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Foot Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"27100\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Insoles & Inserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27200\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Corn, Callus & Bunion\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27300\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Odor & Wetness Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27400\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Antifungal Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27500\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Wart Removers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27600\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Foot Grooming\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"130\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Homeopathic Remedies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"30100\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"Homeopathic Combination Remedi\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"30200\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"Homeopathic Single Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"30300\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"External Homeopathic Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"138\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Smoking Cessation\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"38100\",\n                        \"parentNodeId\": \"138\",\n                        \"description\": \"Nicotine Patches, Gum, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"141\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Vitamins/Dietary Supplements\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"41100\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Multivitamins\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41200\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Single Letter Vitamins\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41300\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Herbals Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41400\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Specialty Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41500\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Mineral Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41600\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"CBD Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41700\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Health & Beauty Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41800\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Probiotics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41900\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Fish Oils, Omegas & EFAs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"143\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Wets & Drys\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"43100\",\n                        \"parentNodeId\": \"143\",\n                        \"description\": \"Liquids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"43200\",\n                        \"parentNodeId\": \"143\",\n                        \"description\": \"Drys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"166\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Eyewear\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"66200\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Sunglasses\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66300\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Reading Glasses & SunReaders\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66400\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Contact Lenses\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66500\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Eye & Lens Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"190\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Home Health Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"90100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Bathroom Safety\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Diagnostic Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Decubitus/Pressure Relief & Pa\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Rentals & Leases\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90900\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Exercise Equipment\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Medical Nutritionals & IV Ther\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Hospital Rm /Offshore Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Incontinence Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Specialized Orthopedic Braces/\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91900\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Orthopedic Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Ostomy Products (Excludes Pouc\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92200\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Ostomy Pouches\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Patient Aids For Daily Living\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92400\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Mastectomy Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Physical & Massage Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92600\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Professional Emergency Equipment\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Respiratory Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Tens & Electrotherapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93000\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Surgical/Hospital Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Urological Products (Excludes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93200\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Catheters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Walking Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wheelchair Accessories (Exclud\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93600\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wheelchairs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Power Chairs & Scooters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wound Care-Specialized\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"254\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Cosmetics\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"54100\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Face\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54200\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Lips\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54300\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Eyes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54400\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Nails\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54500\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Brushes & Sponges\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54600\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Beauty Care Tools\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54700\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Cosmetic Sets & Novelty\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54900\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Cosmetic Storage\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"273\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Fragrances\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"73100\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Designer Singles\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73200\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Designer Giftsets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73300\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Alternative Singles\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73400\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Alternative Giftsets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"351\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Automotive Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"51100\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Car Washes, Waxes & Cleaners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"51200\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Oils, Lubes & Additives\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"51300\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Automotive Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"355\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Electrical & Audio\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"55100\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Audio and Media Devices\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55200\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Household Appliances\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55300\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Audio/Media/Phone Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55400\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Household Electronics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55500\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Lighting\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55600\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Batteries\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55700\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Small Electronics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"357\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Flowers & Garden \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"57100\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Bouquet\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57200\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Speciality\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57300\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Plants\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57400\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Garden \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"358\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Greeting Cards & Other Associa\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"58100\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Cards Special Occasion\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58200\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Cards Everyday\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58300\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Bags\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58400\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Boxes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58500\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Wrapping\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58600\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Ribbon\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58700\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Bows\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58800\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Party Items\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58900\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Balloons\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58990\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Misc Greeting Cards & Other Associa\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"360\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Household Products\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"60100\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Pest control\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60150\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Insect Repellant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60200\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Air Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60250\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Candles and Potpurri\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60300\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Plastics, Foil & Paper \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60400\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Hardware\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60500\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Shoe Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60600\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Cleaning Tools & Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60700\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Cleaners & Waxes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60800\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Soaps & Detergents\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60900\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Housewares\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"362\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Newspapers\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"62300\",\n                        \"parentNodeId\": \"362\",\n                        \"description\": \"Newspapers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"364\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Pet & Animal Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"64100\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Dogs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64200\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Cats\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64300\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Birds\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64400\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Small Animals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"366\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Seasonal & Gift\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"66550\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Christmas\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66600\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Halloween\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66650\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Easter\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66750\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Carnival\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66800\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Father's Day\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66850\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"New Years\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66900\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Misc Seasonal\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66925\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Valentine's \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66950\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Graduation\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66960\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Mother's Day\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"368\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Soft Lines\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"68100\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Hosiery\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"68200\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Socks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"68300\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Misc Soft Lines\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"370\",\n                \"parentNodeId\": \"\",\n                \"description\": \"School & Office\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"70200\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Writing Instruments & Refills\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70300\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"School Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70400\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Paper Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70420\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Books & Magazines\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70430\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Folders, Binders, Expand Files\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70450\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Art & Craft Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70500\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Office\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70600\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Computer Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70700\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Notebooks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"371\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Tobacco\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"71100\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Cigarettes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71200\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Cigars\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71300\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Tobacco\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71400\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Smoking Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"372\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Toys & Recreational\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"72100\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Activity \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72150\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Educational Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72250\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72500\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Plush\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72950\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Recreational \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"409\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Deodorants\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"9100\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Aerosol & Non-Aerosol Sprays\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"9200\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Solid & Gel Deodorant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"9300\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Roll-On Deodorant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"4105\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Baby Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"5100\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Formula & Nutritionals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5200\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Health & Beauty Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5300\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Layette\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5400\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Feeding Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5490\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Prenatal & Postnatal\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5500\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Diapers, Wipes & Related\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5700\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Room & Training Accessor\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5800\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"413\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Weight Control/Nutritional Foo\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"13200\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Weight Control\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13400\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Nutritional Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13500\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Sport/Energy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13600\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Diuretics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"429\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"29100\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Shampoo\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29200\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Conditioners & Hair Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29400\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Styling Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29500\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Permanents & Chemical Relaxers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29600\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Hair Color\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29700\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Hair Growth Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29800\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Childrens Hair Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"433\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Shaving & Men's Grooming\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"33100\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Razors & Refills\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33200\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Shaving & After Shave products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33300\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Beard care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33400\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Mens Hair Care & Colour\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33500\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Personal Grooming/Trimmers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"435\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Oral Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"35100\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Toothpaste & Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35200\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Toothbrushes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35300\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Denture Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35400\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Mouthwash\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35500\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Interdental, Gum Care, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35700\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Breath Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35800\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Oral Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35900\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Children's Oral Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"437\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Skin Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"37100\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Acne Medications\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37150\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Skin Care gift sets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37190\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"HBC Gift Basket\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37200\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Medicated & Specialty Soaps\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37300\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Cosmetic Puffs & Pads\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37400\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Facial Cleansers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37450\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Misc Skin Care Tools\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37500\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Facial Moisturizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37600\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Hand & Body Cleansing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37700\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Bath Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37800\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Hand & Body Moisturizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37900\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Depilatories, Waxes & Bleach\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37950\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Body Mists\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"439\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Sun Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"39100\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"Tanning Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"39200\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"Sunblocks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"39300\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"After Sun Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"440\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Travel\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"40100\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Trial/Travel Sizes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40200\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Containers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40300\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Bags & Organizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40400\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"459\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Accessories\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"59100\",\n                        \"parentNodeId\": \"459\",\n                        \"description\": \"Combs & Brushes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"59400\",\n                        \"parentNodeId\": \"459\",\n                        \"description\": \"Barrettes & Clips\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"460\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Grooming\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"46110\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Misc Hair Grooming\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46120\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Hair Tools & Appliances\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46130\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Head Bands, Wraps & Caps\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46140\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Ponytail Holders & Elastics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"545\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Foo+B14:B46d Perishable \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"45100\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Dairy Food Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45200\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Cheese / Spreads\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45300\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Butters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45350\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Produce\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45400\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Yogurts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45450\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Packaging Food Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45500\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Fresh Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45600\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Meats\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45650\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Fresh Meat\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45700\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Eggs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45800\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Chilled Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45900\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Misc Food Perishable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"546\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Food Non-Perishable \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"46100\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Baking Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46200\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Cooking Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46300\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Condiments & Sauces\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46400\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Dairy Food Non Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46450\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Bakery\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46500\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Breakfast Foods /Cereals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46600\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Canned / Bottled Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46700\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Prepared Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46800\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Healthy Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46900\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Organic Sweeteners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"552\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Beverages\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"52100\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Beer\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52200\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Wine & Coolers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52300\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Liquor\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52400\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Soft Drinks \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52500\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Dairy Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52600\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Cocoa, Coffee & Tea\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52700\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Juices\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52800\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Bottled Waters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52950\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Isotonic Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52960\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Energy Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52970\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Coconut Water\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52980\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Misc Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52990\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Other Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"653\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Confections\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"53100\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Candy, Mints & Gum \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53200\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Boxed & Tinned Candy \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53300\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Seasonal Candy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53500\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Sugar Free Candy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"7109\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Photo Lab Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"71090\",\n                        \"parentNodeId\": \"7109\",\n                        \"description\": \"Photo Lab Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"765\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Photography\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"65100\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Frames & Albums\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65300\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Cameras/Video/Binocular/Digital\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65400\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Book Machine\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65500\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Accessories (Frames, Ha\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65600\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Processing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"9600\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Bonded Warehouse\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"96100\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Refreshment Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96200\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Cleaning Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96250\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Maintenance Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96300\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Pharmacy Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96350\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"General Store Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96400\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Photo Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96500\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Toiletries Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96600\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Stationary Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96650\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Storage Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96700\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Printer/Toners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96750\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"IT Spare Parts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96800\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Presto Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96900\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Security Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"9900\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Miscellaneous\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"99100\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Gift Cards\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99200\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Grocery Vatable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99300\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Grocery Vatable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99400\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Prepaid Phonecards\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99500\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Miscellaneous\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"548\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Bakery\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"48100\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Bread\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48200\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48300\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Pastry\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48400\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Packaging Presto\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"549\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Beverages\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"49100\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Self Serve Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"49200\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Fountain Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"49300\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Hot Tea\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"550\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Rotisserie\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"50100\",\n                        \"parentNodeId\": \"550\",\n                        \"description\": \"Presto Rotisserie\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"50200\",\n                        \"parentNodeId\": \"550\",\n                        \"description\": \"Presto Bull Dogs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"547\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Snacks & Desserts\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"47100\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Nuts/Popcorn\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47200\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Chips & Pretzels etc. \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47300\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Cookies, Crackers & Biscuits\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47400\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Natural Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47500\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Christmas Cookies & snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47600\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Gelatin Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47650\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Miscs Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47700\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Local Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47800\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Healthy Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"544\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Frozen Foods\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"44100\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Ice Cream\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44200\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Other Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44300\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Fruits/Vegetables\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44700\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Prepared Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44800\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Ice\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44900\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Healthy Frozen Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"2026744b-c09b-4d2d-a779-813ee935a15b","name":"TC_GetProductsHierarchy_1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"languageID\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProductsHierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"40495"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:29:14 GMT"},{"key":"x-amzn-RequestId","value":"a56dc949-9068-4541-b500-e62444c8da7c"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"40495"},{"key":"x-amz-apigw-id","value":"AcmRcG3pFiAFrQw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"9e2f-zF8VCZANfZ+xN4D+lZghscpMpIk\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee8408-4cb76f690bc3a47f2be9b9ca;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5c2d36b0430d7877f1609d99fe01caa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"0ZDESVNyONLQtmV_SYdv2z2q5EZnUoZVEc5VzFZtc2R-2jZEdhre-w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"productsHierarchy\": {\n        \"categories\": [\n            {\n                \"nodeId\": \"101\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Analgesics\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"1100\",\n                        \"parentNodeId\": \"101\",\n                        \"description\": \"Adult Internal Analgesics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"1200\",\n                        \"parentNodeId\": \"101\",\n                        \"description\": \"Adult External Analgesics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"1300\",\n                        \"parentNodeId\": \"101\",\n                        \"description\": \"Sleep Aids & Stimulants \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"1400\",\n                        \"parentNodeId\": \"101\",\n                        \"description\": \"Childrens Pain & Fever Relief\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"103\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Antacids/Laxatives/Gastrointes\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"3100\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Antacids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3200\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Acid Blockers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3300\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Laxatives\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3400\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Anti-Diarrheals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3500\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Lactose Intolerance & Digestiv\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3600\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Anti-Gas\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3700\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Nausea,Vomiting & Motion Sickness\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"111\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Diabetes Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"11100\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Alcohol Swabs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11200\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Blood Glucose Testing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11300\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Syringes, Auto Injectors, Acc\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11400\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Diabetes Nutritionals, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11500\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Diabetes HBC & Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11600\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Urine Testing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"115\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Elastics/Athletic Treatments\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"15100\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Elastic Bandages & Athletic Tr\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15200\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Braces\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15300\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Hot/Cold Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15400\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Abdominal Supports & Rib Belts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15600\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Orthopedic & Surgical Support\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"119\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Eye/Ear Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"19100\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Contact Lens Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"19200\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Eye Preparations\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"19500\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Ear Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"121\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Family Planning\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"21100\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Female Contraceptives\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21200\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Condoms\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21300\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Pregnancy & Fertility Kits\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21400\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Sexual Health\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"123\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Feminine Hygiene\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"23100\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Protection\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23200\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Antifungal Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23300\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Personal Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23400\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Cleansing Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"125\",\n                \"parentNodeId\": \"\",\n                \"description\": \"First Aid\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"25100\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"First Aid Dressings & Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25200\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"First Aid Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25300\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"Antiparasitic Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25400\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"Masks and Faceshields\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"127\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Foot Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"27100\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Insoles & Inserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27200\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Corn, Callus & Bunion\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27300\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Odor & Wetness Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27400\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Antifungal Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27500\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Wart Removers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27600\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Foot Grooming\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"130\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Homeopathic Remedies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"30100\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"Homeopathic Combination Remedi\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"30200\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"Homeopathic Single Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"30300\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"External Homeopathic Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"138\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Smoking Cessation\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"38100\",\n                        \"parentNodeId\": \"138\",\n                        \"description\": \"Nicotine Patches, Gum, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"141\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Vitamins/Dietary Supplements\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"41100\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Multivitamins\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41200\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Single Letter Vitamins\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41300\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Herbals Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41400\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Specialty Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41500\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Mineral Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41600\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"CBD Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41700\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Health & Beauty Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41800\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Probiotics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41900\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Fish Oils, Omegas & EFAs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"143\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Wets & Drys\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"43100\",\n                        \"parentNodeId\": \"143\",\n                        \"description\": \"Liquids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"43200\",\n                        \"parentNodeId\": \"143\",\n                        \"description\": \"Drys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"166\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Eyewear\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"66200\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Sunglasses\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66300\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Reading Glasses & SunReaders\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66400\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Contact Lenses\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66500\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Eye & Lens Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"190\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Home Health Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"90100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Bathroom Safety\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Diagnostic Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Decubitus/Pressure Relief & Pa\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Rentals & Leases\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90900\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Exercise Equipment\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Medical Nutritionals & IV Ther\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Hospital Rm /Offshore Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Incontinence Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Specialized Orthopedic Braces/\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91900\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Orthopedic Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Ostomy Products (Excludes Pouc\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92200\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Ostomy Pouches\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Patient Aids For Daily Living\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92400\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Mastectomy Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Physical & Massage Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92600\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Professional Emergency Equipment\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Respiratory Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Tens & Electrotherapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93000\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Surgical/Hospital Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Urological Products (Excludes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93200\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Catheters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Walking Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wheelchair Accessories (Exclud\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93600\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wheelchairs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Power Chairs & Scooters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wound Care-Specialized\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"254\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Cosmetics\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"54100\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Face\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54200\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Lips\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54300\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Eyes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54400\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Nails\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54500\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Brushes & Sponges\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54600\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Beauty Care Tools\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54700\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Cosmetic Sets & Novelty\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54900\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Cosmetic Storage\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"273\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Fragrances\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"73100\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Designer Singles\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73200\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Designer Giftsets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73300\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Alternative Singles\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73400\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Alternative Giftsets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"351\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Automotive Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"51100\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Car Washes, Waxes & Cleaners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"51200\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Oils, Lubes & Additives\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"51300\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Automotive Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"355\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Electrical & Audio\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"55100\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Audio and Media Devices\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55200\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Household Appliances\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55300\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Audio/Media/Phone Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55400\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Household Electronics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55500\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Lighting\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55600\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Batteries\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55700\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Small Electronics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"357\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Flowers & Garden \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"57100\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Bouquet\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57200\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Speciality\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57300\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Plants\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57400\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Garden \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"358\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Greeting Cards & Other Associa\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"58100\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Cards Special Occasion\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58200\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Cards Everyday\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58300\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Bags\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58400\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Boxes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58500\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Wrapping\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58600\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Ribbon\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58700\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Bows\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58800\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Party Items\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58900\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Balloons\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58990\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Misc Greeting Cards & Other Associa\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"360\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Household Products\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"60100\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Pest control\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60150\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Insect Repellant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60200\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Air Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60250\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Candles and Potpurri\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60300\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Plastics, Foil & Paper \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60400\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Hardware\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60500\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Shoe Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60600\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Cleaning Tools & Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60700\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Cleaners & Waxes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60800\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Soaps & Detergents\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60900\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Housewares\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"362\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Newspapers\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"62300\",\n                        \"parentNodeId\": \"362\",\n                        \"description\": \"Newspapers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"364\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Pet & Animal Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"64100\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Dogs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64200\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Cats\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64300\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Birds\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64400\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Small Animals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"366\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Seasonal & Gift\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"66550\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Christmas\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66600\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Halloween\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66650\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Easter\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66750\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Carnival\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66800\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Father's Day\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66850\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"New Years\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66900\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Misc Seasonal\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66925\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Valentine's \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66950\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Graduation\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66960\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Mother's Day\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"368\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Soft Lines\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"68100\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Hosiery\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"68200\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Socks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"68300\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Misc Soft Lines\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"370\",\n                \"parentNodeId\": \"\",\n                \"description\": \"School & Office\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"70200\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Writing Instruments & Refills\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70300\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"School Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70400\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Paper Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70420\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Books & Magazines\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70430\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Folders, Binders, Expand Files\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70450\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Art & Craft Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70500\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Office\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70600\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Computer Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70700\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Notebooks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"371\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Tobacco\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"71100\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Cigarettes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71200\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Cigars\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71300\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Tobacco\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71400\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Smoking Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"372\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Toys & Recreational\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"72100\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Activity \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72150\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Educational Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72250\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72500\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Plush\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72950\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Recreational \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"409\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Deodorants\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"9100\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Aerosol & Non-Aerosol Sprays\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"9200\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Solid & Gel Deodorant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"9300\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Roll-On Deodorant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"4105\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Baby Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"5100\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Formula & Nutritionals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5200\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Health & Beauty Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5300\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Layette\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5400\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Feeding Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5490\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Prenatal & Postnatal\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5500\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Diapers, Wipes & Related\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5700\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Room & Training Accessor\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5800\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"413\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Weight Control/Nutritional Foo\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"13200\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Weight Control\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13400\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Nutritional Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13500\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Sport/Energy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13600\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Diuretics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"429\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"29100\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Shampoo\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29200\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Conditioners & Hair Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29400\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Styling Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29500\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Permanents & Chemical Relaxers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29600\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Hair Color\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29700\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Hair Growth Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29800\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Childrens Hair Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"433\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Shaving & Men's Grooming\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"33100\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Razors & Refills\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33200\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Shaving & After Shave products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33300\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Beard care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33400\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Mens Hair Care & Colour\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33500\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Personal Grooming/Trimmers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"435\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Oral Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"35100\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Toothpaste & Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35200\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Toothbrushes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35300\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Denture Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35400\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Mouthwash\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35500\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Interdental, Gum Care, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35700\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Breath Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35800\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Oral Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35900\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Children's Oral Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"437\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Skin Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"37100\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Acne Medications\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37150\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Skin Care gift sets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37190\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"HBC Gift Basket\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37200\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Medicated & Specialty Soaps\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37300\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Cosmetic Puffs & Pads\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37400\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Facial Cleansers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37450\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Misc Skin Care Tools\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37500\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Facial Moisturizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37600\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Hand & Body Cleansing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37700\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Bath Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37800\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Hand & Body Moisturizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37900\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Depilatories, Waxes & Bleach\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37950\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Body Mists\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"439\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Sun Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"39100\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"Tanning Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"39200\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"Sunblocks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"39300\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"After Sun Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"440\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Travel\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"40100\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Trial/Travel Sizes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40200\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Containers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40300\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Bags & Organizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40400\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"459\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Accessories\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"59100\",\n                        \"parentNodeId\": \"459\",\n                        \"description\": \"Combs & Brushes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"59400\",\n                        \"parentNodeId\": \"459\",\n                        \"description\": \"Barrettes & Clips\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"460\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Grooming\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"46110\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Misc Hair Grooming\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46120\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Hair Tools & Appliances\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46130\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Head Bands, Wraps & Caps\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46140\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Ponytail Holders & Elastics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"544\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Frozen Foods\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"44100\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Ice Cream\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44200\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Other Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44300\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Fruits/Vegetables\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44700\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Prepared Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44800\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Ice\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44900\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Healthy Frozen Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"545\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Foo+B14:B46d Perishable \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"45100\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Dairy Food Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45200\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Cheese / Spreads\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45300\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Butters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45350\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Produce\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45400\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Yogurts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45450\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Packaging Food Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45500\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Fresh Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45600\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Meats\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45650\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Fresh Meat\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45700\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Eggs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45800\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Chilled Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45900\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Misc Food Perishable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"546\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Food Non-Perishable \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"46100\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Baking Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46200\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Cooking Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46300\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Condiments & Sauces\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46400\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Dairy Food Non Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46450\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Bakery\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46500\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Breakfast Foods /Cereals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46600\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Canned / Bottled Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46700\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Prepared Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46800\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Healthy Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46900\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Organic Sweeteners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"547\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Snacks & Desserts\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"47100\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Nuts/Popcorn\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47200\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Chips & Pretzels etc. \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47300\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Cookies, Crackers & Biscuits\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47400\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Natural Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47500\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Christmas Cookies & snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47600\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Gelatin Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47650\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Miscs Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47700\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Local Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47800\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Healthy Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"548\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Bakery\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"48100\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Bread\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48200\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48300\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Pastry\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48400\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Packaging Presto\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"549\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Beverages\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"49100\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Self Serve Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"49200\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Fountain Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"49300\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Hot Tea\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"550\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Rotisserie\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"50100\",\n                        \"parentNodeId\": \"550\",\n                        \"description\": \"Presto Rotisserie\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"50200\",\n                        \"parentNodeId\": \"550\",\n                        \"description\": \"Presto Bull Dogs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"552\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Beverages\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"52100\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Beer\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52200\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Wine & Coolers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52300\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Liquor\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52400\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Soft Drinks \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52500\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Dairy Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52600\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Cocoa, Coffee & Tea\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52700\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Juices\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52800\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Bottled Waters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52950\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Isotonic Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52960\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Energy Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52970\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Coconut Water\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52980\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Misc Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52990\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Other Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"653\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Confections\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"53100\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Candy, Mints & Gum \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53200\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Boxed & Tinned Candy \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53300\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Seasonal Candy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53500\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Sugar Free Candy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"7109\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Photo Lab Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"71090\",\n                        \"parentNodeId\": \"7109\",\n                        \"description\": \"Photo Lab Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"765\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Photography\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"65100\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Frames & Albums\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65300\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Cameras/Video/Binocular/Digital\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65400\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Book Machine\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65500\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Accessories (Frames, Ha\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65600\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Processing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"780\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Vaccines\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"7810\",\n                        \"parentNodeId\": \"780\",\n                        \"description\": \"Vaccine\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"80000\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Rx Drugs\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"810000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Antibacterial Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"820000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Controlled Drugs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"830000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Narcotic Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"840000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Chronic Disease Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"850000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Medical Devices\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"860000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Reproductive Health\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"870000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Specialty Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"880000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Everyday Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"890000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Misc RX\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"9500\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Rx Testing\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"95100\",\n                        \"parentNodeId\": \"9500\",\n                        \"description\": \"Laboratory Tests\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"95200\",\n                        \"parentNodeId\": \"9500\",\n                        \"description\": \"SUPERLABS\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"9600\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Bonded Warehouse\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"96100\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Refreshment Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96200\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Cleaning Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96250\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Maintenance Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96300\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Pharmacy Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96350\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"General Store Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96400\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Photo Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96500\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Toiletries Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96600\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Stationary Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96650\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Storage Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96700\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Printer/Toners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96750\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"IT Spare Parts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96800\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Presto Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96900\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Security Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"9900\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Miscellaneous\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"99100\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Gift Cards\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99200\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Grocery Vatable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99300\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Grocery Vatable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99400\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Prepaid Phonecards\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99500\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Miscellaneous\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"3f7a2a01-653a-423e-b0d0-dc61f7aaf36a","name":"TC_GetProductsHierarchy_translated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProductsHierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"40507"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 16 Feb 2023 19:29:32 GMT"},{"key":"x-amzn-RequestId","value":"a75fe0e6-6999-42b8-9b97-6a173a824423"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"40507"},{"key":"x-amz-apigw-id","value":"AcmUYFLaliAFjVw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"9e3b-VCLKDNpd52+1EVs2oPR2mcggT0I\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63ee841b-4e161e1b19ac87f221ce7a85;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5c2d36b0430d7877f1609d99fe01caa8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"XXLW2Q5uY5EvEE6f9-iFkoC8Y_zsacMKSFwmD8Pkfob6ICACwYjDAg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"productsHierarchy\": {\n        \"categories\": [\n            {\n                \"nodeId\": \"101\",\n                \"parentNodeId\": \"\",\n                \"description\": \"EN-TT Analgesics\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"1100\",\n                        \"parentNodeId\": \"101\",\n                        \"description\": \"EN-TT Adult Internal Analgesics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"1200\",\n                        \"parentNodeId\": \"101\",\n                        \"description\": \"Adult External Analgesics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"1300\",\n                        \"parentNodeId\": \"101\",\n                        \"description\": \"Sleep Aids & Stimulants \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"1400\",\n                        \"parentNodeId\": \"101\",\n                        \"description\": \"Childrens Pain & Fever Relief\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"103\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Antacids/Laxatives/Gastrointes\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"3100\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Antacids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3200\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Acid Blockers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3300\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Laxatives\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3400\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Anti-Diarrheals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3500\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Lactose Intolerance & Digestiv\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3600\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Anti-Gas\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"3700\",\n                        \"parentNodeId\": \"103\",\n                        \"description\": \"Nausea,Vomiting & Motion Sickness\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"111\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Diabetes Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"11100\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Alcohol Swabs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11200\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Blood Glucose Testing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11300\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Syringes, Auto Injectors, Acc\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11400\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Diabetes Nutritionals, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11500\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Diabetes HBC & Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"11600\",\n                        \"parentNodeId\": \"111\",\n                        \"description\": \"Urine Testing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"115\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Elastics/Athletic Treatments\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"15100\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Elastic Bandages & Athletic Tr\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15200\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Braces\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15300\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Hot/Cold Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15400\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Abdominal Supports & Rib Belts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"15600\",\n                        \"parentNodeId\": \"115\",\n                        \"description\": \"Orthopedic & Surgical Support\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"119\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Eye/Ear Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"19100\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Contact Lens Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"19200\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Eye Preparations\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"19500\",\n                        \"parentNodeId\": \"119\",\n                        \"description\": \"Ear Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"121\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Family Planning\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"21100\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Female Contraceptives\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21200\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Condoms\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21300\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Pregnancy & Fertility Kits\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"21400\",\n                        \"parentNodeId\": \"121\",\n                        \"description\": \"Sexual Health\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"123\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Feminine Hygiene\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"23100\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Protection\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23200\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Antifungal Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23300\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Personal Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"23400\",\n                        \"parentNodeId\": \"123\",\n                        \"description\": \"Feminine Cleansing Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"125\",\n                \"parentNodeId\": \"\",\n                \"description\": \"First Aid\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"25100\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"First Aid Dressings & Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25200\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"First Aid Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25300\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"Antiparasitic Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"25400\",\n                        \"parentNodeId\": \"125\",\n                        \"description\": \"Masks and Faceshields\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"127\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Foot Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"27100\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Insoles & Inserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27200\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Corn, Callus & Bunion\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27300\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Odor & Wetness Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27400\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Antifungal Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27500\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Wart Removers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"27600\",\n                        \"parentNodeId\": \"127\",\n                        \"description\": \"Foot Grooming\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"130\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Homeopathic Remedies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"30100\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"Homeopathic Combination Remedi\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"30200\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"Homeopathic Single Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"30300\",\n                        \"parentNodeId\": \"130\",\n                        \"description\": \"External Homeopathic Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"138\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Smoking Cessation\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"38100\",\n                        \"parentNodeId\": \"138\",\n                        \"description\": \"Nicotine Patches, Gum, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"141\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Vitamins/Dietary Supplements\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"41100\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Multivitamins\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41200\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Single Letter Vitamins\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41300\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Herbals Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41400\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Specialty Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41500\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Mineral Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41600\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"CBD Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41700\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Health & Beauty Supplements\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41800\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Probiotics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"41900\",\n                        \"parentNodeId\": \"141\",\n                        \"description\": \"Fish Oils, Omegas & EFAs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"143\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Wets & Drys\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"43100\",\n                        \"parentNodeId\": \"143\",\n                        \"description\": \"Liquids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"43200\",\n                        \"parentNodeId\": \"143\",\n                        \"description\": \"Drys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"166\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Eyewear\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"66200\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Sunglasses\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66300\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Reading Glasses & SunReaders\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66400\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Contact Lenses\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66500\",\n                        \"parentNodeId\": \"166\",\n                        \"description\": \"Eye & Lens Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"190\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Home Health Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"90100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Bathroom Safety\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Diagnostic Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Decubitus/Pressure Relief & Pa\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Rentals & Leases\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"90900\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Exercise Equipment\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Medical Nutritionals & IV Ther\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Hospital Rm /Offshore Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Incontinence Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Specialized Orthopedic Braces/\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"91900\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Orthopedic Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Ostomy Products (Excludes Pouc\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92200\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Ostomy Pouches\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Patient Aids For Daily Living\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92400\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Mastectomy Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Physical & Massage Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92600\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Professional Emergency Equipment\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Respiratory Therapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"92800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Tens & Electrotherapy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93000\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Surgical/Hospital Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93100\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Urological Products (Excludes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93200\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Catheters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93300\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Walking Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93500\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wheelchair Accessories (Exclud\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93600\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wheelchairs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93700\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Power Chairs & Scooters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"93800\",\n                        \"parentNodeId\": \"190\",\n                        \"description\": \"Wound Care-Specialized\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"254\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Cosmetics\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"54100\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Face\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54200\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Lips\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54300\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Eyes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54400\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Nails\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54500\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Brushes & Sponges\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54600\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Beauty Care Tools\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54700\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Cosmetic Sets & Novelty\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"54900\",\n                        \"parentNodeId\": \"254\",\n                        \"description\": \"Cosmetic Storage\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"273\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Fragrances\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"73100\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Designer Singles\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73200\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Designer Giftsets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73300\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Alternative Singles\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"73400\",\n                        \"parentNodeId\": \"273\",\n                        \"description\": \"Alternative Giftsets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"351\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Automotive Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"51100\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Car Washes, Waxes & Cleaners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"51200\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Oils, Lubes & Additives\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"51300\",\n                        \"parentNodeId\": \"351\",\n                        \"description\": \"Automotive Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"355\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Electrical & Audio\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"55100\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Audio and Media Devices\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55200\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Household Appliances\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55300\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Audio/Media/Phone Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55400\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Household Electronics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55500\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Lighting\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55600\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Batteries\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"55700\",\n                        \"parentNodeId\": \"355\",\n                        \"description\": \"Small Electronics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"357\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Flowers & Garden \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"57100\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Bouquet\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57200\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Speciality\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57300\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Plants\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"57400\",\n                        \"parentNodeId\": \"357\",\n                        \"description\": \"Garden \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"358\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Greeting Cards & Other Associa\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"58100\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Cards Special Occasion\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58200\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Cards Everyday\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58300\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Bags\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58400\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Boxes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58500\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Wrapping\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58600\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Ribbon\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58700\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Bows\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58800\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Party Items\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58900\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Balloons\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"58990\",\n                        \"parentNodeId\": \"358\",\n                        \"description\": \"Misc Greeting Cards & Other Associa\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"360\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Household Products\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"60100\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Pest control\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60150\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Insect Repellant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60200\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Air Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60250\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Candles and Potpurri\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60300\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Plastics, Foil & Paper \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60400\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Hardware\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60500\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Shoe Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60600\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Cleaning Tools & Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60700\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Cleaners & Waxes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60800\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Soaps & Detergents\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"60900\",\n                        \"parentNodeId\": \"360\",\n                        \"description\": \"Housewares\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"362\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Newspapers\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"62300\",\n                        \"parentNodeId\": \"362\",\n                        \"description\": \"Newspapers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"364\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Pet & Animal Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"64100\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Dogs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64200\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Cats\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64300\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Birds\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"64400\",\n                        \"parentNodeId\": \"364\",\n                        \"description\": \"Small Animals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"366\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Seasonal & Gift\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"66550\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Christmas\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66600\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Halloween\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66650\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Easter\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66750\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Carnival\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66800\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Father's Day\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66850\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"New Years\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66900\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Misc Seasonal\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66925\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Valentine's \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66950\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Graduation\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"66960\",\n                        \"parentNodeId\": \"366\",\n                        \"description\": \"Mother's Day\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"368\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Soft Lines\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"68100\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Hosiery\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"68200\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Socks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"68300\",\n                        \"parentNodeId\": \"368\",\n                        \"description\": \"Misc Soft Lines\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"370\",\n                \"parentNodeId\": \"\",\n                \"description\": \"School & Office\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"70200\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Writing Instruments & Refills\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70300\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"School Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70400\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Paper Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70420\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Books & Magazines\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70430\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Folders, Binders, Expand Files\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70450\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Art & Craft Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70500\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Office\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70600\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Computer Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"70700\",\n                        \"parentNodeId\": \"370\",\n                        \"description\": \"Notebooks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"371\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Tobacco\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"71100\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Cigarettes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71200\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Cigars\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71300\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Tobacco\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"71400\",\n                        \"parentNodeId\": \"371\",\n                        \"description\": \"Smoking Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"372\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Toys & Recreational\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"72100\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Activity \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72150\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Educational Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72250\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72500\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Plush\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"72950\",\n                        \"parentNodeId\": \"372\",\n                        \"description\": \"Recreational \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"409\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Deodorants\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"9100\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Aerosol & Non-Aerosol Sprays\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"9200\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Solid & Gel Deodorant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"9300\",\n                        \"parentNodeId\": \"409\",\n                        \"description\": \"Roll-On Deodorant\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"4105\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Baby Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"5100\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Formula & Nutritionals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5200\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Health & Beauty Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5300\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Layette\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5400\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Feeding Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5490\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Prenatal & Postnatal\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5500\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Diapers, Wipes & Related\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5700\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Room & Training Accessor\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"5800\",\n                        \"parentNodeId\": \"4105\",\n                        \"description\": \"Baby Toys\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"413\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Weight Control/Nutritional Foo\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"13200\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Weight Control\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13400\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Nutritional Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13500\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Sport/Energy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"13600\",\n                        \"parentNodeId\": \"413\",\n                        \"description\": \"Diuretics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"429\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"29100\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Shampoo\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29200\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Conditioners & Hair Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29400\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Styling Aids\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29500\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Permanents & Chemical Relaxers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29600\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Hair Color\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29700\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Hair Growth Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"29800\",\n                        \"parentNodeId\": \"429\",\n                        \"description\": \"Childrens Hair Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"433\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Shaving & Men's Grooming\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"33100\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Razors & Refills\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33200\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Shaving & After Shave products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33300\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Beard care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33400\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Mens Hair Care & Colour\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"33500\",\n                        \"parentNodeId\": \"433\",\n                        \"description\": \"Personal Grooming/Trimmers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"435\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Oral Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"35100\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Toothpaste & Treatments\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35200\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Toothbrushes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35300\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Denture Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35400\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Mouthwash\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35500\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Interdental, Gum Care, Etc.\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35700\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Breath Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35800\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Oral Remedies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"35900\",\n                        \"parentNodeId\": \"435\",\n                        \"description\": \"Children's Oral Care\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"437\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Skin Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"37100\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Acne Medications\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37150\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Skin Care gift sets\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37190\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"HBC Gift Basket\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37200\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Medicated & Specialty Soaps\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37300\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Cosmetic Puffs & Pads\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37400\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Facial Cleansers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37450\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Misc Skin Care Tools\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37500\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Facial Moisturizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37600\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Hand & Body Cleansing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37700\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Bath Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37800\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Hand & Body Moisturizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37900\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Depilatories, Waxes & Bleach\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"37950\",\n                        \"parentNodeId\": \"437\",\n                        \"description\": \"Body Mists\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"439\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Sun Care\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"39100\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"Tanning Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"39200\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"Sunblocks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"39300\",\n                        \"parentNodeId\": \"439\",\n                        \"description\": \"After Sun Products\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"440\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Travel\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"40100\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Trial/Travel Sizes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40200\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Containers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40300\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Bags & Organizers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"40400\",\n                        \"parentNodeId\": \"440\",\n                        \"description\": \"Travel Accessories\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"459\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Accessories\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"59100\",\n                        \"parentNodeId\": \"459\",\n                        \"description\": \"Combs & Brushes\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"59400\",\n                        \"parentNodeId\": \"459\",\n                        \"description\": \"Barrettes & Clips\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"460\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Hair Grooming\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"46110\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Misc Hair Grooming\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46120\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Hair Tools & Appliances\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46130\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Head Bands, Wraps & Caps\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46140\",\n                        \"parentNodeId\": \"460\",\n                        \"description\": \"Ponytail Holders & Elastics\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"544\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Frozen Foods\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"44100\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Ice Cream\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44200\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Other Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44300\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Fruits/Vegetables\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44700\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Prepared Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44800\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Ice\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"44900\",\n                        \"parentNodeId\": \"544\",\n                        \"description\": \"Healthy Frozen Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"545\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Foo+B14:B46d Perishable \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"45100\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Dairy Food Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45200\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Cheese / Spreads\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45300\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Butters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45350\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Produce\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45400\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Yogurts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45450\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Packaging Food Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45500\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Fresh Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45600\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Meats\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45650\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Fresh Meat\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45700\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Eggs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45800\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Chilled Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"45900\",\n                        \"parentNodeId\": \"545\",\n                        \"description\": \"Misc Food Perishable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"546\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Food Non-Perishable \",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"46100\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Baking Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46200\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Cooking Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46300\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Condiments & Sauces\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46400\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Dairy Food Non Perishable \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46450\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Bakery\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46500\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Breakfast Foods /Cereals\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46600\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Canned / Bottled Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46700\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Prepared Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46800\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Healthy Foods\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"46900\",\n                        \"parentNodeId\": \"546\",\n                        \"description\": \"Organic Sweeteners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"547\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Snacks & Desserts\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"47100\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Nuts/Popcorn\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47200\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Chips & Pretzels etc. \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47300\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Cookies, Crackers & Biscuits\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47400\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Natural Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47500\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Christmas Cookies & snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47600\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Gelatin Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47650\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Miscs Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47700\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Local Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"47800\",\n                        \"parentNodeId\": \"547\",\n                        \"description\": \"Healthy Snacks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"548\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Bakery\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"48100\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Bread\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48200\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Desserts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48300\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Presto Pastry\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"48400\",\n                        \"parentNodeId\": \"548\",\n                        \"description\": \"Packaging Presto\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"549\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Beverages\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"49100\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Self Serve Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"49200\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Fountain Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"49300\",\n                        \"parentNodeId\": \"549\",\n                        \"description\": \"Presto Hot Tea\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"550\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Presto Rotisserie\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"50100\",\n                        \"parentNodeId\": \"550\",\n                        \"description\": \"Presto Rotisserie\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"50200\",\n                        \"parentNodeId\": \"550\",\n                        \"description\": \"Presto Bull Dogs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"552\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Beverages\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"52100\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Beer\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52200\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Wine & Coolers\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52300\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Liquor\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52400\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Soft Drinks \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52500\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Dairy Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52600\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Cocoa, Coffee & Tea\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52700\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Juices\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52800\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Bottled Waters\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52950\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Isotonic Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52960\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Energy Drinks\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52970\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Coconut Water\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52980\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Misc Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"52990\",\n                        \"parentNodeId\": \"552\",\n                        \"description\": \"Other Beverages\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"653\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Confections\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"53100\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Candy, Mints & Gum \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53200\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Boxed & Tinned Candy \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53300\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Seasonal Candy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"53500\",\n                        \"parentNodeId\": \"653\",\n                        \"description\": \"Sugar Free Candy\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"7109\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Photo Lab Supplies\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"71090\",\n                        \"parentNodeId\": \"7109\",\n                        \"description\": \"Photo Lab Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"765\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Photography\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"65100\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Frames & Albums\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65300\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Cameras/Video/Binocular/Digital\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65400\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Book Machine\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65500\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Accessories (Frames, Ha\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"65600\",\n                        \"parentNodeId\": \"765\",\n                        \"description\": \"Photo Processing\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"780\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Vaccines\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"7810\",\n                        \"parentNodeId\": \"780\",\n                        \"description\": \"Vaccine\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"80000\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Rx Drugs\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"810000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Antibacterial Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"820000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Controlled Drugs\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"830000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Narcotic Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"840000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Chronic Disease Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"850000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Medical Devices\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"860000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Reproductive Health\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"870000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Specialty Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"880000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Everyday Drugs \",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"890000\",\n                        \"parentNodeId\": \"80000\",\n                        \"description\": \"Misc RX\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"9500\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Rx Testing\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"95100\",\n                        \"parentNodeId\": \"9500\",\n                        \"description\": \"Laboratory Tests\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"95200\",\n                        \"parentNodeId\": \"9500\",\n                        \"description\": \"SUPERLABS\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"9600\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Bonded Warehouse\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"96100\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Refreshment Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96200\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Cleaning Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96250\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Maintenance Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96300\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Pharmacy Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96350\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"General Store Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96400\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Photo Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96500\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Toiletries Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96600\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Stationary Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96650\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Storage Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96700\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Printer/Toners\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96750\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"IT Spare Parts\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96800\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Presto Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"96900\",\n                        \"parentNodeId\": \"9600\",\n                        \"description\": \"Security Supplies\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            },\n            {\n                \"nodeId\": \"9900\",\n                \"parentNodeId\": \"\",\n                \"description\": \"Miscellaneous\",\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"subcategories\": [\n                    {\n                        \"nodeId\": \"99100\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Gift Cards\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99200\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Grocery Vatable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99300\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Grocery Vatable\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99400\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Prepaid Phonecards\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    },\n                    {\n                        \"nodeId\": \"99500\",\n                        \"parentNodeId\": \"9900\",\n                        \"description\": \"Miscellaneous\",\n                        \"imageId\": \"\",\n                        \"pictureUrl\": \"\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"925c0653-5075-4b53-8a3d-90e6ba779a3f"},{"name":"GetProducts (Paginated)","id":"7f622955-95cc-4f7c-90ef-cbd2533d276b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"categoryId\" : \"48100\",\n    \"pageSize\": 10000,\n    \"pageIdx\": 0,\n    \"storeNo\": \"PRT\",\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/GetProducts","description":"<p><strong>GetProducts</strong> method provides the information about the products of the chosen category and store in paginated version. This request can be used to open list of those products.</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n<tr>\n<td><strong>searchTerm</strong></td>\n<td>\"Hierarchy Node Link\".Description (Text[50]) filter Item.Description</td>\n<td>Search term to find the needed product. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td><strong>filters</strong></td>\n<td></td>\n<td>Appliable filters to find the needed product faster. <strong>It is the caption of categories.</strong></td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store.\"No.\" (Code[20]) Location Filter</td>\n<td>Option to filter by the store number.</td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td></td>\n<td>Categories of the products. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>should be equal category code \"Hierarchy Nodes\".\"Node ID\" (Code[20])</td>\n<td>Category code.</td>\n</tr>\n<tr>\n<td><strong>subcategories</strong></td>\n<td></td>\n<td>Subcategories of the product category. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>should be equal subcategorycode code \"Hierarchy Nodes\".\"Node ID\" (Code[20])</td>\n<td>Subcategory code.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was requested <strong>successfully,</strong> the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>products</strong></td>\n<td></td>\n<td>Products list information.</td>\n</tr>\n<tr>\n<td>categoryNodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Product category code.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Category name of the product.</td>\n</tr>\n<tr>\n<td>subcategoryNodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Product subcategory code.</td>\n</tr>\n<tr>\n<td>subcategory</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Subcategory name of the product.</td>\n</tr>\n<tr>\n<td>productNumber</td>\n<td>ItemNo (Code[20])</td>\n<td>Number of the product.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Item description (Text[250])</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>Unit of measurement of the product.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the product</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the delivery order.</td>\n</tr>\n<tr>\n<td>blockedPickup</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the pick-up order.</td>\n</tr>\n<tr>\n<td>available</td>\n<td>Item.Inventory (decimal)</td>\n<td>Available amount of the product. It is calculated using the following formula: ((Available quantity -(Available quantity / 100 * Saftystock%))</td>\n</tr>\n<tr>\n<td><strong>img</strong></td>\n<td></td>\n<td>Image of the product. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Id of the image.</td>\n</tr>\n<tr>\n<td>displayOrder</td>\n<td>\"Retail Image Link Ecom\".\"Display Order\" (integer)</td>\n<td>Display order of the id.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Url of the image.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetProducts"],"host":["{{PIPEURL_SEARCH}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f622955-95cc-4f7c-90ef-cbd2533d276b"},{"name":"GetProduct (Nodejs)","id":"eac252fe-e668-4c4b-afb5-38c29217b3ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"productID\": \"005557\",\n    \"appID\": \"0\",\n    \"languageID\": \"EN-TT\",\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/GetProduct","description":"<p><strong>GetProducts</strong> method provides the information about the products of the chosen category and store in paginated version. This request can be used to open list of those products.</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n<tr>\n<td><strong>searchTerm</strong></td>\n<td>\"Hierarchy Node Link\".Description (Text[50]) filter Item.Description</td>\n<td>Search term to find the needed product. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td><strong>filters</strong></td>\n<td></td>\n<td>Appliable filters to find the needed product faster. <strong>It is the caption of categories.</strong></td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store.\"No.\" (Code[20]) Location Filter</td>\n<td>Option to filter by the store number.</td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td></td>\n<td>Categories of the products. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>should be equal category code \"Hierarchy Nodes\".\"Node ID\" (Code[20])</td>\n<td>Category code.</td>\n</tr>\n<tr>\n<td><strong>subcategories</strong></td>\n<td></td>\n<td>Subcategories of the product category. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>should be equal subcategorycode code \"Hierarchy Nodes\".\"Node ID\" (Code[20])</td>\n<td>Subcategory code.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was requested <strong>successfully,</strong> the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>products</strong></td>\n<td></td>\n<td>Products list information.</td>\n</tr>\n<tr>\n<td>categoryNodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Product category code.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Category name of the product.</td>\n</tr>\n<tr>\n<td>subcategoryNodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Product subcategory code.</td>\n</tr>\n<tr>\n<td>subcategory</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Subcategory name of the product.</td>\n</tr>\n<tr>\n<td>productNumber</td>\n<td>ItemNo (Code[20])</td>\n<td>Number of the product.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Item description (Text[250])</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>Unit of measurement of the product.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the product</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the delivery order.</td>\n</tr>\n<tr>\n<td>blockedPickup</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the pick-up order.</td>\n</tr>\n<tr>\n<td>available</td>\n<td>Item.Inventory (decimal)</td>\n<td>Available amount of the product. It is calculated using the following formula: ((Available quantity -(Available quantity / 100 * Saftystock%))</td>\n</tr>\n<tr>\n<td><strong>img</strong></td>\n<td></td>\n<td>Image of the product. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Id of the image.</td>\n</tr>\n<tr>\n<td>displayOrder</td>\n<td>\"Retail Image Link Ecom\".\"Display Order\" (integer)</td>\n<td>Display order of the id.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Url of the image.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetProduct"],"host":["{{PIPEURL_SEARCH}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eac252fe-e668-4c4b-afb5-38c29217b3ba"},{"name":"GetProductsIndexesDelta","id":"5eed7294-b7f2-4132-b617-96cb3d35defd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProductsIndexesDelta","description":"<p><strong>GetProduct</strong> method provides information about one specific product. This request can be used to get a product information from the products list.</p>\n<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n<tr>\n<td>store</td>\n<td>(Code[10])</td>\n<td>Code number of the store. Should be equal store code.</td>\n</tr>\n<tr>\n<td>productNumber</td>\n<td>ItemNo</td>\n<td>Number of the product. Should be equal ItemNo.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was requested <strong>successfully,</strong> the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>product</strong></td>\n<td></td>\n<td>Product information from the product list**. It is the caption of the information below.**</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Number of the product.</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Category code of the product.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Category of the product.</td>\n</tr>\n<tr>\n<td>subcategoryId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Subcategory code.</td>\n</tr>\n<tr>\n<td>subcategory</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Subcategory name of the product.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Item.Description (Text[250])</td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td>productTitle</td>\n<td>Text</td>\n<td>Product title.</td>\n</tr>\n<tr>\n<td>productDescription</td>\n<td>Text</td>\n<td>Product description.</td>\n</tr>\n<tr>\n<td>productIngredients</td>\n<td>Text</td>\n<td>Product ingredients.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the product.</td>\n</tr>\n<tr>\n<td>isPharmacyItem</td>\n<td>Item.\"Is Pharmacy Item\" (boolean)</td>\n<td>Request that verifies if it the pharmacy item.</td>\n</tr>\n<tr>\n<td>pharmacyItemNo</td>\n<td>Item.\"DAV Pharmacy Item No.\" (Code[20])</td>\n<td>Pharmacy Item No.</td>\n</tr>\n<tr>\n<td>productID</td>\n<td>Item.\"Product ID\" (Code[20])</td>\n<td>Product code of the pharmacy item.</td>\n</tr>\n<tr>\n<td>vendorNo</td>\n<td>Item.\"Vendor No.\" (Code[20])</td>\n<td>Vendor code of the Item No.</td>\n</tr>\n<tr>\n<td>vendorName</td>\n<td>Vendor.Name (Text[100])</td>\n<td>Vendor name.</td>\n</tr>\n<tr>\n<td><strong>itemDistributions</strong></td>\n<td></td>\n<td>Item distributions information. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>type</td>\n<td>ItemDistribution.Type (Text)</td>\n<td>Item distribution type.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>ItemDistribution.Code (Code[20])</td>\n<td>Code number of the item distribution.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>ItemDistribution.Status (Text)</td>\n<td>Status of the item distribution.</td>\n</tr>\n<tr>\n<td>orderedBy</td>\n<td>ItemDistribution.\"Ordered by\" (Text)</td>\n<td>Information of who ordered the item.</td>\n</tr>\n<tr>\n<td>orderingMethod</td>\n<td>ItemDistribution.\"Ordering Method\" (Text)</td>\n<td>Ordering method of the item distribution.</td>\n</tr>\n<tr>\n<td>noOfFacings</td>\n<td>ItemDistribution.\"No. of Facings\" (Integer)</td>\n<td>Number of facings of the item distribution.</td>\n</tr>\n<tr>\n<td>dimensionPatternCode</td>\n<td>ItemDistribution.\"Dimension Pattern Code\" (Code[20])</td>\n<td>Dimension pattern code of the item.</td>\n</tr>\n<tr>\n<td><strong>attributesValues</strong></td>\n<td></td>\n<td>Attribute values of the product. <strong>It is the caption of the attributeCode</strong> and <strong>attributeValue.</strong></td>\n</tr>\n<tr>\n<td>attributeCode</td>\n<td>AttributeValue.\"Attribute Code\" (Code[20])</td>\n<td>Atrubute code of the product.</td>\n</tr>\n<tr>\n<td>attributeValue.\"Attribute Value\"</td>\n<td>AttributeValue.\"Attribute Value\"/AttributeValue.\"Numeric Value\" (Text[250])</td>\n<td>Attribute value of the product.</td>\n</tr>\n<tr>\n<td>itemNo</td>\n<td>PharmacyItem.\"Item No.\" (Code[20])</td>\n<td>Item number of the product.</td>\n</tr>\n<tr>\n<td>itemType</td>\n<td>PharmacyItem.\"Item Type\" (Code[10])</td>\n<td>Item type of the product.</td>\n</tr>\n<tr>\n<td>requiresPrescription</td>\n<td>PharmacyItem.\"Requires Prescription\" (Boolean)</td>\n<td>Request to verify if the product requires prescription.</td>\n</tr>\n<tr>\n<td>exchangeable</td>\n<td>PharmacyItem.Exchangeable (Text)</td>\n<td>Information about the exchangeability of the product.</td>\n</tr>\n<tr>\n<td>reasonNotExchangeable</td>\n<td>PharmacyItem.\"Reason Not Exchangeable\" (Text[250])</td>\n<td>Information about the reason why it is not exchangeable. Should be provided only if <strong>exchangeable=no.</strong></td>\n</tr>\n<tr>\n<td>available</td>\n<td>PharmacyItem.Available (Text)</td>\n<td>Information about availability of the product.</td>\n</tr>\n<tr>\n<td>availableFromDate</td>\n<td>PharmacyItem.\"Available From Date\" (Date)</td>\n<td>Information about availability dates of the product..</td>\n</tr>\n<tr>\n<td>openPackItem</td>\n<td>PharmacyItem.\"Open Pack Item\" (Boolean)</td>\n<td>Request to verify if the product has open pack.</td>\n</tr>\n<tr>\n<td>breakPacksAllowed</td>\n<td>PharmacyItem.\"Break Packs Allowed\" (Text)</td>\n<td>Information about the availability of break packs.</td>\n</tr>\n<tr>\n<td>quantity1</td>\n<td>PharmacyItem.\"Quantity 1\" (Decimal)</td>\n<td>Quantity1 of the product.</td>\n</tr>\n<tr>\n<td>quantity2</td>\n<td>PharmacyItem.\"Quantity 2\" (Decimal)</td>\n<td>Quantity2 of the product.</td>\n</tr>\n<tr>\n<td>quantity3</td>\n<td>PharmacyItem.\"Quantity 3\" (Decimal)</td>\n<td>Quantity3 of the product.</td>\n</tr>\n<tr>\n<td>totalQuantity</td>\n<td>PharmacyItem.\"Total Quantity\" (Decimal)</td>\n<td>Total quantity of the product.</td>\n</tr>\n<tr>\n<td>quantityUnitCode</td>\n<td>PharmacyItem.\"Quantity Unit Code\" (Code[10])</td>\n<td>Unit of measure of the product.</td>\n</tr>\n<tr>\n<td>quantityText</td>\n<td>PharmacyItem.\"Quantity Text\" (Text[50])</td>\n<td>Quantity text of the product.</td>\n</tr>\n<tr>\n<td>productType</td>\n<td>PharmacyProduct.\"Product Type\" (Code[10])</td>\n<td>Product type.</td>\n</tr>\n<tr>\n<td>defaultItemType</td>\n<td>PharmacyProduct.\"Default Item Type\" (Code[10])</td>\n<td>Default item type of the product.</td>\n</tr>\n<tr>\n<td>defaultProfile</td>\n<td>PharmacyProduct.\"Default Profile\" (Code[10])</td>\n<td>Default profile of the product.</td>\n</tr>\n<tr>\n<td>substanceGroupCode</td>\n<td>PharmacyProduct.\"Substance Group Code\" (Code[20])</td>\n<td>Substance group code of the product.</td>\n</tr>\n<tr>\n<td>substanceGroupDescription</td>\n<td>SubstanceGroup.Description (Text[100])</td>\n<td>Substance group description of the product.</td>\n</tr>\n<tr>\n<td>atcCode</td>\n<td>PharmacyProduct.\"ATC Code\" (Code[15])</td>\n<td>ATC code of the product.</td>\n</tr>\n<tr>\n<td>atcDescription</td>\n<td>ATCGroup.Description (Text[200])</td>\n<td>ATC description of the product.</td>\n</tr>\n<tr>\n<td>licenseNo</td>\n<td>PharmacyProduct.\"License No.\" (Code[20])</td>\n<td>License number of the product.</td>\n</tr>\n<tr>\n<td>isDrug</td>\n<td>PharmacyProduct.\"Is Drug\" (Boolean)</td>\n<td>Request that verifies if the product is drug.</td>\n</tr>\n<tr>\n<td>isOTCItem</td>\n<td>PharmacyProduct.\"Is OTC Item\" (Boolean)</td>\n<td>Request that verifies if the product is OTC item.</td>\n</tr>\n<tr>\n<td>antidote</td>\n<td>PharmacyProduct.Antidote (Text)</td>\n<td>Antidote information of the product.</td>\n</tr>\n<tr>\n<td>salesStop</td>\n<td>PharmacyProduct.\"Sales Stop\" (Boolean)</td>\n<td>Request that verifies if the sales has stopped for the product.</td>\n</tr>\n<tr>\n<td>salesStopComment</td>\n<td>PharmacyProduct.\"Sales Stop Comment\" (Text[80])</td>\n<td>Comments on the stopped sales.</td>\n</tr>\n<tr>\n<td>deregistrationDate</td>\n<td>PharmacyProduct.\"Deregistration Date\" (Date)</td>\n<td>Deregistration date of the product.</td>\n</tr>\n<tr>\n<td>groupItem</td>\n<td>PharmacyProduct.\"Group Item\" (Boolean)</td>\n<td>Request that verifies if the product is group item.</td>\n</tr>\n<tr>\n<td>controlGroupCode</td>\n<td>PharmacyProduct.\"Control Group Code\" (Code[10])</td>\n<td>Control group code of the product.</td>\n</tr>\n<tr>\n<td>specialDrugCode</td>\n<td>PharmacyProduct.\"Special Drug Code\" (Code[10])</td>\n<td>Special drug code of the product.</td>\n</tr>\n<tr>\n<td>dailyDose</td>\n<td>PharmacyProduct.\"Daily Dose\" (Decimal)</td>\n<td>Daily dose of the product.</td>\n</tr>\n<tr>\n<td>maxAllowedUnits</td>\n<td>PharmacyProduct.\"Max. Allowed Units\" (Integer)</td>\n<td>Max allowed units of the product.</td>\n</tr>\n<tr>\n<td>warningTextCode</td>\n<td>PharmacyProduct.\"Warning Text Code\" (Code[10])</td>\n<td>Warning text code of the product.</td>\n</tr>\n<tr>\n<td>warningTextDescription</td>\n<td>PrescriptionWarningText.Description (Text[100])</td>\n<td>Warning text description of the product.</td>\n</tr>\n<tr>\n<td>searchPriority</td>\n<td>PharmacyProduct.\"Search Priority\" (Integer)</td>\n<td>Search priority of the product.</td>\n</tr>\n<tr>\n<td>strength</td>\n<td>PharmacyProduct.Strength (Decimal)</td>\n<td>Strength of the product.</td>\n</tr>\n<tr>\n<td>strengthUnitCode</td>\n<td>PharmacyProduct.\"Strength Unit Code\" (Code[10])</td>\n<td>Strength unit code of the product.</td>\n</tr>\n<tr>\n<td>strengthText</td>\n<td>PharmacyProduct.\"Strength Text\" (Text[200])</td>\n<td>Strength text of the product.</td>\n</tr>\n<tr>\n<td>formCode</td>\n<td>PharmacyProduct.\"Form Code\" (Code[10])</td>\n<td>Form code of the product.</td>\n</tr>\n<tr>\n<td>formGroupDescription</td>\n<td></td>\n<td>Form group description of the product.</td>\n</tr>\n<tr>\n<td>formGroupCode</td>\n<td>PharmacyProduct.\"Form Group Code\" (Code[10])</td>\n<td>Form group code of the product.</td>\n</tr>\n<tr>\n<td>defaultDoseText</td>\n<td>PharmacyProduct.\"Default Dose Text\" (Text[250])</td>\n<td>Default dose text of the product.</td>\n</tr>\n<tr>\n<td>genericDrugType</td>\n<td>PharmacyProduct.\"Generic Drug Type\" (Text)</td>\n<td>Generic drug type of the product.</td>\n</tr>\n<tr>\n<td>parallelImportFrom</td>\n<td>PharmacyProduct.\"Parallel Import From\" (Code[10])</td>\n<td>Parallel import country code of the product.</td>\n</tr>\n<tr>\n<td>containsLactose</td>\n<td>PharmacyProduct.\"Contains Lactose\" (Text)</td>\n<td>Information about if the item contains lactose.</td>\n</tr>\n<tr>\n<td>containsLatex</td>\n<td>PharmacyProduct.\"Contains Latex\" (Text)</td>\n<td>Information about if the item contains latex.</td>\n</tr>\n<tr>\n<td>brokenPackExpCalculation</td>\n<td>PharmacyProduct.\"Broken Pack Exp. Calculation\" (Text)</td>\n<td>Information about the broken pack exp calculation.</td>\n</tr>\n<tr>\n<td><strong>availabilityAtLocations</strong></td>\n<td></td>\n<td>Locations where the product is available. <strong>It is the caption of location and availability.</strong></td>\n</tr>\n<tr>\n<td><strong>location</strong></td>\n<td></td>\n<td>Location information of the product. <strong>It is the caption of the information below</strong></td>\n</tr>\n<tr>\n<td>storeNumber</td>\n<td>Store.\"No.\" (Code[10])</td>\n<td>Store number of the location.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Location.Code (Code[10])</td>\n<td>Store code of the location.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Store.\"Ecom Name\" (Text[50])</td>\n<td>Store name of the location.</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>Store2.\"Post Code\" (Code[20])</td>\n<td>Zip code of the location.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Location.Address (Text[100])</td>\n<td>Address of the location.</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the delivery order.</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the pick-up order.</td>\n</tr>\n<tr>\n<td><strong>availability</strong></td>\n<td></td>\n<td>Availability information of the product. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>available</td>\n<td>Item.Inventory (decimal)</td>\n<td>Available quantity of the product. It is calculated by the following formula ((Available quantity - (Available quantity/100 * Saftystock%))</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Item.\"Sales Unit of Measure\" (Code[10])</td>\n<td>Unit of measure of the product.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the product.</td>\n</tr>\n<tr>\n<td><strong>HTMLDescriptions</strong></td>\n<td>Html (Text[])</td>\n<td>HTML description of the product. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>value</td>\n<td>Text</td>\n<td>Value of the HTML.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetProductsIndexesDelta"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"5eed7294-b7f2-4132-b617-96cb3d35defd"},{"name":"GetBlockedItems","id":"64127066-85b4-4015-a819-72cb0417982d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetBlockedItems","description":"<p><strong>CalculateBasket</strong> method can be used to calculate exact prices of the product and add them to a cart(basket). This method should be executed if the user is viewing a product's information, is logged in, and presses 'Add to Cart'(add to basket). Upon <strong>any changes</strong> in the basket, such as: adding and removing the items or updating the basket, <strong>CalculateBasket</strong> will be automatically requested as well, since the prices are going to change accordingly.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginId</td>\n<td>\"Member Login\".\"Login ID\" (Text [50])</td>\n<td>Login name of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td></td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td></td>\n<td>Language id (if translation is required)</td>\n</tr>\n<tr>\n<td>storeNumber</td>\n<td>Store.\"No.\" (Code[10])</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td><strong>order</strong></td>\n<td></td>\n<td>Information about the order. <strong>It is the caption of the information below</strong>.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>date</td>\n<td>Requested date of the order.</td>\n</tr>\n<tr>\n<td><strong>items</strong></td>\n<td></td>\n<td>Information about items in the order. <strong>It is the caption of the information below</strong>.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Number of the item.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quanitity of the item.</td>\n</tr>\n</tbody>\n</table>\n</div><p>if we have enough stock quantity we get the next response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>basket</strong></td>\n<td></td>\n<td>Information about the basket. <strong>It is the caption of the information below</strong>.</td>\n</tr>\n<tr>\n<td>storeNumber</td>\n<td>Store.\"No.\" (Code[10])</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>decimal</td>\n<td>Subtotal of the basket.</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>decimal</td>\n<td>Taxes of the basket.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>decimal</td>\n<td>Total amount of the basket.</td>\n</tr>\n<tr>\n<td><strong>items</strong></td>\n<td></td>\n<td>Information about items in the basket. <strong>It is the caption of the information below</strong>.</td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>integer</td>\n<td>Line number of the item.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Item number.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Item.\"Description\" (Text[100])</td>\n<td>Item title.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quantity of the item.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the item.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Amount of the item.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>UOM of the item.</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Image code of the item.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Picture url of the item.</td>\n</tr>\n</tbody>\n</table>\n</div><p>if we don't have enough stock quantity we get the next response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>basket</strong></td>\n<td></td>\n<td>Information about the basket. <strong>It is the caption of the information below</strong>.</td>\n</tr>\n<tr>\n<td>storeNumber</td>\n<td>Store.\"No.\" (Code[10])</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>decimal</td>\n<td>Subtotal of the basket.</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>decimal</td>\n<td>Taxes of the basket.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>decimal</td>\n<td>Total amount of the basket.</td>\n</tr>\n<tr>\n<td><strong>items</strong></td>\n<td></td>\n<td>Information about items in the basket. <strong>It is the caption of the information below</strong>.</td>\n</tr>\n<tr>\n<td>requestSuccess</td>\n<td>false ( boolean)</td>\n<td>Request to verify if there was enough stock quantity.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Some items are out of stock (Text[])</td>\n<td>Message when there is not enough stock quantity.</td>\n</tr>\n<tr>\n<td><strong>unavailableItems</strong></td>\n<td></td>\n<td>Information about unavailable items. <strong>It is the caption of the information below</strong>.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Number of the item.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Item.\"Description\" (Text[100])</td>\n<td>Title of the item.</td>\n</tr>\n<tr>\n<td>availableQuantity</td>\n<td>decimal</td>\n<td>Available quantity of the item.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>UOM of the item.</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Image code of the item.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Picture url of the item.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetBlockedItems"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"64127066-85b4-4015-a819-72cb0417982d"},{"name":"SearchProducts","id":"4dc55f2c-3235-4b5e-adec-f015e243f59e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"0\",\n    \"query\" : \"chicken\",\n    \"pageSize\": 12,\n    \"pageIdx\": \"0\",\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/SearchProducts","description":"<p><strong>SearchProducts</strong> method looks for the products in cache of the app.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>query</td>\n<td>Text</td>\n<td>Searched query of a product.</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>Size of a page.</td>\n</tr>\n<tr>\n<td>pageIdx</td>\n<td>Integer</td>\n<td>Index of a page.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>The size of a page.</td>\n</tr>\n<tr>\n<td>pageIdx</td>\n<td>Integer</td>\n<td>The index of a page.</td>\n</tr>\n<tr>\n<td>totalCount</td>\n<td>Integer</td>\n<td>Total count of pages.</td>\n</tr>\n<tr>\n<td>pagesTotal</td>\n<td>Integer</td>\n<td>Total amount of pages.</td>\n</tr>\n<tr>\n<td><strong>products</strong></td>\n<td></td>\n<td>List of products. It is the caption of the information below.</td>\n</tr>\n<tr>\n<td>productNumber</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Number of the product.</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Category code of the product.</td>\n</tr>\n<tr>\n<td>subCategoryId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Subcategory code.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the product.</td>\n</tr>\n<tr>\n<td>picture</td>\n<td>Text</td>\n<td>Picture of the product.</td>\n</tr>\n<tr>\n<td>availableAtStores</td>\n<td>List</td>\n<td>The list of available stores.</td>\n</tr>\n<tr>\n<td>availableFlags</td>\n<td>List</td>\n<td>The list of flags available.</td>\n</tr>\n<tr>\n<td>availableForPickup</td>\n<td>Boolean</td>\n<td>Indicates of the product available for pickup.</td>\n</tr>\n<tr>\n<td>availableForDelivery</td>\n<td>Boolean</td>\n<td>Indicates of the product available for delivery.</td>\n</tr>\n<tr>\n<td>productTitle</td>\n<td>Text</td>\n<td>Title of a product.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Text</td>\n<td>Name of a product.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Text</td>\n<td>Description of a product.</td>\n</tr>\n<tr>\n<td>ingredients</td>\n<td>Text</td>\n<td>Ingredients of a product.</td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td></td>\n<td>List of categories. It is the caption of the information below.</td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>The Id of a node.</td>\n</tr>\n<tr>\n<td>parentNodeId</td>\n<td>if it is empty it is 0 level.</td>\n<td>Parent code of the category code.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>RetailImage.Code (Code[10])</td>\n<td>Image id of the subcategory.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>RetailImageLinkList.\"Picture URL\" (Text[250])</td>\n<td>Picture url of the subcategory.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Description of the category.</td>\n</tr>\n<tr>\n<td>count</td>\n<td>Integer</td>\n<td>Total count of the categories.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["SearchProducts"],"host":["{{PIPEURL_SEARCH}}"],"query":[],"variable":[]}},"response":[{"id":"3ede33ea-11e9-4ea5-ba9c-8056d607c0a7","name":"SearchProducts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"query\" : \"pencil\",\n    \"pageSize\": 10,\n    \"pageIdx\": 0,\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/SearchProducts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"795"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 12 Apr 2023 15:00:34 GMT"},{"key":"x-amzn-RequestId","value":"31af7dfe-0478-4ea2-99b3-34465f07769f"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"4891"},{"key":"x-amz-apigw-id","value":"DRQesEbEoAMF2_Q="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"131b-DzIosvCjIHWuj7FlyJH/m22qeNA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6436c790-7da3e17974f4be893aeb63db;Sampled=0;lineage=e1114f2a:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d009c4305a73ef1e26138117423d6076.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"kdOLTbXr4urS9ddvd8EGwnZaUv2PFckSAfJD5VPEQPVsoTtXN9zHXg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"pageSize\": 10,\n    \"pageIdx\": 0,\n    \"totalCount\": 61,\n    \"pagesTotal\": 7,\n    \"products\": [\n        {\n            \"productNumber\": \"254059964\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"14.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"14.99\",\n                \"14.99\",\n                \"14.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Jor easyliner for eyes ret pencil khaki\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254060664\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"69.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"69.99\",\n                \"69.99\",\n                \"69.99\",\n                \"69.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"L'or infall pro last wtp pencil eyeliner black 930\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254069678\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"62.96\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Mayb tattoo studio 36h eye pencil deep onyx 900\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254069679\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"62.96\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Mayb tatto studio 36h eye pencil deep teal 921\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066171\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"23.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\"\n            ],\n            \"availablePrices\": [\n                \"23.99\",\n                \"23.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Maped color peps animal pencil 12bx\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066178\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"GV\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil yellow\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066179\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil green\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066180\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil lilac\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066181\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil apricot\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066182\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"DM\",\n                \"GV\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil rose\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        }\n    ],\n    \"categories\": [\n        {\n            \"nodeId\": \"53100\",\n            \"parentNodeId\": \"653\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Candy, Mints & Gum \",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"54300\",\n            \"parentNodeId\": \"254\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Eyes\",\n            \"count\": 8\n        },\n        {\n            \"nodeId\": \"66650\",\n            \"parentNodeId\": \"366\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Easter\",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"66925\",\n            \"parentNodeId\": \"366\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Valentine's \",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"70200\",\n            \"parentNodeId\": \"370\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Writing Instruments & Refills\",\n            \"count\": 37\n        },\n        {\n            \"nodeId\": \"70300\",\n            \"parentNodeId\": \"370\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"School Supplies\",\n            \"count\": 13\n        }\n    ]\n}"}],"_postman_id":"4dc55f2c-3235-4b5e-adec-f015e243f59e"},{"name":"SearchProducts (Filtered by Subcategory)","id":"5eb1c142-3954-4f5a-9f86-422dff727796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"query\" : \"Bio\",\n    \"pageSize\": 10,\n    \"pageIdx\": 0,\n    \"subCategoryId\": \"41300\",\n    \"languageID\": \"ES-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/SearchProducts","description":"<p><strong>SearchProducts</strong> method looks for the products in cache of the app.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>query</td>\n<td>Text</td>\n<td>Searched query of a product.</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>Size of a page.</td>\n</tr>\n<tr>\n<td>pageIdx</td>\n<td>Integer</td>\n<td>Index of a page.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>The size of a page.</td>\n</tr>\n<tr>\n<td>pageIdx</td>\n<td>Integer</td>\n<td>The index of a page.</td>\n</tr>\n<tr>\n<td>totalCount</td>\n<td>Integer</td>\n<td>Total count of pages.</td>\n</tr>\n<tr>\n<td>pagesTotal</td>\n<td>Integer</td>\n<td>Total amount of pages.</td>\n</tr>\n<tr>\n<td><strong>products</strong></td>\n<td></td>\n<td>List of products. It is the caption of the information below.</td>\n</tr>\n<tr>\n<td>productNumber</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Number of the product.</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Category code of the product.</td>\n</tr>\n<tr>\n<td>subCategoryId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Subcategory code.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the product.</td>\n</tr>\n<tr>\n<td>picture</td>\n<td>Text</td>\n<td>Picture of the product.</td>\n</tr>\n<tr>\n<td>availableAtStores</td>\n<td>List</td>\n<td>The list of available stores.</td>\n</tr>\n<tr>\n<td>availableFlags</td>\n<td>List</td>\n<td>The list of flags available.</td>\n</tr>\n<tr>\n<td>availableForPickup</td>\n<td>Boolean</td>\n<td>Indicates of the product available for pickup.</td>\n</tr>\n<tr>\n<td>availableForDelivery</td>\n<td>Boolean</td>\n<td>Indicates of the product available for delivery.</td>\n</tr>\n<tr>\n<td>productTitle</td>\n<td>Text</td>\n<td>Title of a product.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Text</td>\n<td>Name of a product.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Text</td>\n<td>Description of a product.</td>\n</tr>\n<tr>\n<td>ingredients</td>\n<td>Text</td>\n<td>Ingredients of a product.</td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td></td>\n<td>List of categories. It is the caption of the information below.</td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>The Id of a node.</td>\n</tr>\n<tr>\n<td>parentNodeId</td>\n<td>if it is empty it is 0 level.</td>\n<td>Parent code of the category code.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>RetailImage.Code (Code[10])</td>\n<td>Image id of the subcategory.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>RetailImageLinkList.\"Picture URL\" (Text[250])</td>\n<td>Picture url of the subcategory.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Description of the category.</td>\n</tr>\n<tr>\n<td>count</td>\n<td>Integer</td>\n<td>Total count of the categories.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["SearchProducts"],"host":["{{PIPEURL_SEARCH}}"],"query":[],"variable":[]}},"response":[{"id":"04dbd4b1-71d2-45af-96e2-13fce93194fd","name":"SearchProducts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"query\" : \"pencil\",\n    \"pageSize\": 10,\n    \"pageIdx\": 0,\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/SearchProducts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"795"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 12 Apr 2023 15:00:34 GMT"},{"key":"x-amzn-RequestId","value":"31af7dfe-0478-4ea2-99b3-34465f07769f"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"4891"},{"key":"x-amz-apigw-id","value":"DRQesEbEoAMF2_Q="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"131b-DzIosvCjIHWuj7FlyJH/m22qeNA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6436c790-7da3e17974f4be893aeb63db;Sampled=0;lineage=e1114f2a:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d009c4305a73ef1e26138117423d6076.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"kdOLTbXr4urS9ddvd8EGwnZaUv2PFckSAfJD5VPEQPVsoTtXN9zHXg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"pageSize\": 10,\n    \"pageIdx\": 0,\n    \"totalCount\": 61,\n    \"pagesTotal\": 7,\n    \"products\": [\n        {\n            \"productNumber\": \"254059964\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"14.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"14.99\",\n                \"14.99\",\n                \"14.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Jor easyliner for eyes ret pencil khaki\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254060664\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"69.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"69.99\",\n                \"69.99\",\n                \"69.99\",\n                \"69.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"L'or infall pro last wtp pencil eyeliner black 930\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254069678\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"62.96\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Mayb tattoo studio 36h eye pencil deep onyx 900\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254069679\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"62.96\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Mayb tatto studio 36h eye pencil deep teal 921\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066171\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"23.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\"\n            ],\n            \"availablePrices\": [\n                \"23.99\",\n                \"23.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Maped color peps animal pencil 12bx\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066178\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"GV\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil yellow\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066179\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil green\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066180\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil lilac\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066181\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil apricot\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066182\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"DM\",\n                \"GV\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil rose\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        }\n    ],\n    \"categories\": [\n        {\n            \"nodeId\": \"53100\",\n            \"parentNodeId\": \"653\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Candy, Mints & Gum \",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"54300\",\n            \"parentNodeId\": \"254\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Eyes\",\n            \"count\": 8\n        },\n        {\n            \"nodeId\": \"66650\",\n            \"parentNodeId\": \"366\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Easter\",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"66925\",\n            \"parentNodeId\": \"366\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Valentine's \",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"70200\",\n            \"parentNodeId\": \"370\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Writing Instruments & Refills\",\n            \"count\": 37\n        },\n        {\n            \"nodeId\": \"70300\",\n            \"parentNodeId\": \"370\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"School Supplies\",\n            \"count\": 13\n        }\n    ]\n}"}],"_postman_id":"5eb1c142-3954-4f5a-9f86-422dff727796"},{"name":"SearchProducts (Sorted)","id":"e5b71472-5e62-4cc4-be26-2b1a13336412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"query\" : \"Chicken\",\n    \"pageSize\": 10,\n    \"pageIdx\": 0,\n    \"storeNo\": \"CUV\",\n    \"subCategoryId\": \"41300\",\n    \"sort\": {\n        \"field\": \"price\",\n        \"direction\": \"ASC\"\n    },\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/SearchProducts","description":"<p><strong>SearchProducts</strong> method looks for the products in cache of the app.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>query</td>\n<td>Text</td>\n<td>Searched query of a product.</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>Size of a page.</td>\n</tr>\n<tr>\n<td>pageIdx</td>\n<td>Integer</td>\n<td>Index of a page.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text[10]</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>The size of a page.</td>\n</tr>\n<tr>\n<td>pageIdx</td>\n<td>Integer</td>\n<td>The index of a page.</td>\n</tr>\n<tr>\n<td>totalCount</td>\n<td>Integer</td>\n<td>Total count of pages.</td>\n</tr>\n<tr>\n<td>pagesTotal</td>\n<td>Integer</td>\n<td>Total amount of pages.</td>\n</tr>\n<tr>\n<td><strong>products</strong></td>\n<td></td>\n<td>List of products. It is the caption of the information below.</td>\n</tr>\n<tr>\n<td>productNumber</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Number of the product.</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Category code of the product.</td>\n</tr>\n<tr>\n<td>subCategoryId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>Subcategory code.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the product.</td>\n</tr>\n<tr>\n<td>picture</td>\n<td>Text</td>\n<td>Picture of the product.</td>\n</tr>\n<tr>\n<td>availableAtStores</td>\n<td>List</td>\n<td>The list of available stores.</td>\n</tr>\n<tr>\n<td>availableFlags</td>\n<td>List</td>\n<td>The list of flags available.</td>\n</tr>\n<tr>\n<td>availableForPickup</td>\n<td>List</td>\n<td>Indicates of the product available for pickup.</td>\n</tr>\n<tr>\n<td>availableForDelivery</td>\n<td>List</td>\n<td>Indicates of the product available for delivery.</td>\n</tr>\n<tr>\n<td>productTitle</td>\n<td>Text</td>\n<td>Title of a product.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Text</td>\n<td>Name of a product.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Text</td>\n<td>Description of a product.</td>\n</tr>\n<tr>\n<td>ingredients</td>\n<td>Text</td>\n<td>Ingredients of a product.</td>\n</tr>\n<tr>\n<td><strong>categories</strong></td>\n<td></td>\n<td>List of categories. It is the caption of the information below.</td>\n</tr>\n<tr>\n<td>nodeId</td>\n<td>HierarchyNode.\"Node ID\" (Code[30])</td>\n<td>The Id of a node.</td>\n</tr>\n<tr>\n<td>parentNodeId</td>\n<td>if it is empty it is 0 level.</td>\n<td>Parent code of the category code.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>RetailImage.Code (Code[10])</td>\n<td>Image id of the subcategory.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>RetailImageLinkList.\"Picture URL\" (Text[250])</td>\n<td>Picture url of the subcategory.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>HierarchyNode.Description (Text[100])</td>\n<td>Description of the category.</td>\n</tr>\n<tr>\n<td>count</td>\n<td>Integer</td>\n<td>Total count of the categories.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["SearchProducts"],"host":["{{PIPEURL_SEARCH}}"],"query":[],"variable":[]}},"response":[{"id":"7dba9be8-dd50-4cfc-aca8-cb1c197f15ee","name":"SearchProducts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"appID\": \"1\",\n    \"query\" : \"pencil\",\n    \"pageSize\": 10,\n    \"pageIdx\": 0,\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{PIPEURL_SEARCH}}/SearchProducts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"795"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 12 Apr 2023 15:00:34 GMT"},{"key":"x-amzn-RequestId","value":"31af7dfe-0478-4ea2-99b3-34465f07769f"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"4891"},{"key":"x-amz-apigw-id","value":"DRQesEbEoAMF2_Q="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"131b-DzIosvCjIHWuj7FlyJH/m22qeNA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6436c790-7da3e17974f4be893aeb63db;Sampled=0;lineage=e1114f2a:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d009c4305a73ef1e26138117423d6076.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"kdOLTbXr4urS9ddvd8EGwnZaUv2PFckSAfJD5VPEQPVsoTtXN9zHXg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"pageSize\": 10,\n    \"pageIdx\": 0,\n    \"totalCount\": 61,\n    \"pagesTotal\": 7,\n    \"products\": [\n        {\n            \"productNumber\": \"254059964\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"14.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"14.99\",\n                \"14.99\",\n                \"14.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Jor easyliner for eyes ret pencil khaki\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254060664\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"69.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"69.99\",\n                \"69.99\",\n                \"69.99\",\n                \"69.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"L'or infall pro last wtp pencil eyeliner black 930\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254069678\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"62.96\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Mayb tattoo studio 36h eye pencil deep onyx 900\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"254069679\",\n            \"categoryId\": \"254\",\n            \"subCategoryId\": \"54300\",\n            \"price\": \"62.96\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\",\n                \"62.96\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Mayb tatto studio 36h eye pencil deep teal 921\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066171\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"23.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\"\n            ],\n            \"availablePrices\": [\n                \"23.99\",\n                \"23.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Maped color peps animal pencil 12bx\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066178\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"GV\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil yellow\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066179\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil green\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066180\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"DM\",\n                \"GV\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil lilac\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066181\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"CUV\",\n                \"MB\",\n                \"TC\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil apricot\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        },\n        {\n            \"productNumber\": \"370066182\",\n            \"categoryId\": \"370\",\n            \"subCategoryId\": \"70200\",\n            \"price\": \"3.99\",\n            \"picture\": \"\",\n            \"availableAtStores\": [\n                \"DM\",\n                \"GV\",\n                \"MB\"\n            ],\n            \"availablePrices\": [\n                \"3.99\",\n                \"3.99\",\n                \"3.99\"\n            ],\n            \"availableFlags\": [\n                \"0\",\n                \"0\",\n                \"0\"\n            ],\n            \"availableForPickup\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"availableForDelivery\": [\n                \"1\",\n                \"1\",\n                \"1\"\n            ],\n            \"productTitle\": \"\",\n            \"productName\": \"Stabilo swano pastel pencil rose\",\n            \"description\": \"\",\n            \"ingredients\": \"\"\n        }\n    ],\n    \"categories\": [\n        {\n            \"nodeId\": \"53100\",\n            \"parentNodeId\": \"653\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Candy, Mints & Gum \",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"54300\",\n            \"parentNodeId\": \"254\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Eyes\",\n            \"count\": 8\n        },\n        {\n            \"nodeId\": \"66650\",\n            \"parentNodeId\": \"366\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Easter\",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"66925\",\n            \"parentNodeId\": \"366\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Valentine's \",\n            \"count\": 1\n        },\n        {\n            \"nodeId\": \"70200\",\n            \"parentNodeId\": \"370\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"Writing Instruments & Refills\",\n            \"count\": 37\n        },\n        {\n            \"nodeId\": \"70300\",\n            \"parentNodeId\": \"370\",\n            \"appID\": \"1\",\n            \"imageId\": \"\",\n            \"pictureUrl\": \"\",\n            \"description\": \"School Supplies\",\n            \"count\": 13\n        }\n    ]\n}"}],"_postman_id":"e5b71472-5e62-4cc4-be26-2b1a13336412"}],"id":"f0ea6c90-7f73-4655-b2c2-6c6cf5c7592f","_postman_id":"f0ea6c90-7f73-4655-b2c2-6c6cf5c7592f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Customer Orders","item":[{"name":"Basket","item":[{"name":"UpdateBasketSettings","id":"6fdb169b-f4f9-44fd-b12e-47add378aeb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"1\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\r\n    \"languageID\": \"EN-TT\",\r\n    \"store\":\"DM\",\r\n    \"clickAndCollect\": \"\",\r\n    \"shipOrder\":\"true\",\r\n    \"requestedDate\":\"2023-06-24\",\r\n    \"requestedTime\":\"12:00;00\",\r\n    \"shipToAddress\":\"729D6C9EBF\",\r\n    \"phoneNo\":\"\",\r\n    \"firstLastName\":\"Qwerty Asdfg\",\r\n    \"generalComment\":\"fgfgfhgf gjhjhfj\",\r\n    \"deliveryComment\":\"\",\r\n    \"lat\":\"0\",\r\n    \"lon\":\"0\",\r\n    \"teamID\":\"0\",\r\n    \"regionID\":\"0\",\r\n    \"paymentMethod\":0\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateBasketSettings","description":"<p><strong>UpdateBasketSettings</strong> method is used to either to create a new basket(if basket doesn't exit) or to update the existing customer's basket information.</p>\n<p>The method's request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>text[10]</td>\n<td>Language id (if translation is required)</td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store Number (Text 10)</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>clickAndCollect</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a click-and-collect type.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a ship type.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\".\"Request Date\" (Date)</td>\n<td>Requested date of the order.</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Request Time\" (Time)</td>\n<td>Requested time of the order.</td>\n</tr>\n<tr>\n<td>shipToAddress</td>\n<td>Adress (text[100])</td>\n<td>Ship-to address.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>General Comment(text[100])</td>\n<td>Additional information.</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Delivery Comment(text[100])</td>\n<td>Additional delivery information.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The method's response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Basket</strong></td>\n<td></td>\n<td>Basket Information. <strong>It is the caption of the information below</strong>.</td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>text[10]</td>\n<td>Language id (if translation is required)</td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store Number (Text 10)</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>clickAndCollect</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a click-and-collect type.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a ship type.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>General Comment(text[100])</td>\n<td>Additional information.</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Delivery Comment(text[100])</td>\n<td>Additional delivery information.</td>\n</tr>\n<tr>\n<td>requestedDateChanged</td>\n<td>\"Customer Order Header\".\"Requested Date Changed\" (Boolean)</td>\n<td>Request to check if the order's date was changed.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\".\"Request Date\" (Date)</td>\n<td>Requested date of the order.</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Request Time\" (Time)</td>\n<td>Requested time of the order.</td>\n</tr>\n<tr>\n<td>shipToAddress</td>\n<td>Adress (text[100])</td>\n<td>Ship-to address.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>decimal</td>\n<td>Subtotal of the basket.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>decimal, XML format</td>\n<td>Amount of Discount</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>decimal</td>\n<td>Taxes of the basket.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>decimal</td>\n<td>Total amount of the basket.</td>\n</tr>\n<tr>\n<td><strong>Items</strong></td>\n<td></td>\n<td>Information about items in the order. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>integer</td>\n<td>Line number of the item.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Item number.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quantity of the item.</td>\n</tr>\n<tr>\n<td>netPrice</td>\n<td>decimal, XML format</td>\n<td>Net price of the item.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the item.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>decimal, XML format</td>\n<td>Net Amount</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>decimal, XML format</td>\n<td>VAT Amount</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Amount of the item.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>UOM of the item.</td>\n</tr>\n<tr>\n<td>inStock</td>\n<td>Boolean</td>\n<td>Request to check if the item is in stock.</td>\n</tr>\n<tr>\n<td>availableQuantity</td>\n<td>Item.Inventory (decimal)</td>\n<td>Available amount of the product. It is calculated using the following formula: ((Available quantity -(Available quantity / 100 * Saftystock%))</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Image code of the item.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Picture url of the item.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Item description (Text[250])</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Item.\"Description\" (Text[100])</td>\n<td>Item title.</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the delivery order.</td>\n</tr>\n<tr>\n<td>blockedPickup</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the pick-up order.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["UpdateBasketSettings"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"1a34a052-4a74-4bd1-895f-ecf77b88a901","name":"UpdateBasketSettings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\r\n    \"languageID\": \"ES-TT\",\r\n    \"store\":\"PRT\",\r\n    \"clickAndCollect\": \"true\",\r\n    \"shipOrder\":\"\",\r\n    \"requestedDate\":\"2023-04-04\",\r\n    \"requestedTime\":\"12:00:00\",\r\n    \"shipToAddress\":\"\",\r\n    \"generalComment\":\"comment12\",\r\n    \"deliveryComment\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateBasketSettings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"255"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 07 Apr 2023 07:25:02 GMT"},{"key":"x-amzn-RequestId","value":"379f8172-574d-41f4-935c-b3ddb1657965"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"370"},{"key":"x-amz-apigw-id","value":"C_vETFakoAMF5Tg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"172-RlMyPykGa804zFM88LQDxT9qPDQ\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-642fc54e-6d22111b6dcc7b6a0dc87556;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 074df32306fddeb7d54ca41312e6888e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"858RgdYXA3dpYFy-z1G_aJbOjs3JqFTSM8xojZ4oL44vGFNna9x0NA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"Basket\": {\n        \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\n        \"appID\": \"0\",\n        \"languageID\": \"ES-TT\",\n        \"store\": \"PRT\",\n        \"clickAndCollect\": true,\n        \"shipOrder\": false,\n        \"generalComment\": \"comment12\",\n        \"deliveryComment\": \"\",\n        \"requestedDateChanged\": true,\n        \"requestedDate\": \"2023-04-07\",\n        \"requestedTime\": \"12:00:00\",\n        \"shipToAddress\": \"\",\n        \"subtotal\": \"0.00\",\n        \"discountAmount\": \"0.00\",\n        \"tax\": \"0.00\",\n        \"total\": \"0.00\",\n        \"Items\": []\n    }\n}"}],"_postman_id":"6fdb169b-f4f9-44fd-b12e-47add378aeb4"},{"name":"AddProductToBasket","id":"738c4c1b-1f9f-4b2f-b41f-39a469d95d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"1\",\r\n    \"loginID\": \"LEA.KIRINDAS+444@TENGING.IS\",\r\n\t\"items\": [ \r\n\t    {\r\n\t\t\t\"number\": \"360012413\",\r\n\t\t\t\"quantity\": \"1\"\r\n\t    }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddProductToBasket","description":"<p><strong>AddProductToBasket</strong> method is used to add a product line to the customer's existing basket.</p>\n<p>The method's request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginID</td>\n<td>Text</td>\n<td>Login id of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request.</td>\n</tr>\n<tr>\n<td>items</td>\n<td>List</td>\n<td>Items in the basket of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["AddProductToBasket"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"cc0b80a8-0fb3-44ca-8e54-a63ffb86cbdd","name":"AddProductToBasket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\r\n\t\"items\": [ \r\n\t    {\r\n\t\t\t\"number\": \"548060815\",\r\n\t\t\t\"quantity\": \"123\"\r\n\t    },\r\n\t\t{\r\n            \"number\": \"9600075134\",\r\n            \"quantity\": \"10000.00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddProductToBasket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"598"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 07 Apr 2023 07:35:10 GMT"},{"key":"x-amzn-RequestId","value":"f44c4fff-67cf-4b77-84ea-51ba810d803b"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1197"},{"key":"x-amz-apigw-id","value":"C_wjLExQIAMFnqg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4ad-afc6yb9M/KuQnxY5znuHlamOxX0\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-642fc7ad-1e1681a750f82ae80ecd7f50;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2b0c54ffe9876882253b010d44184bdc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"Mt_4_C1UsEtnItoSJTd7PAknF83kjKmJoT2nsB3YL6Gbk3pbq0ddaw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"Basket\": {\n        \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\n        \"appID\": \"0\",\n        \"languageID\": \"ES-TT\",\n        \"store\": \"PRT\",\n        \"clickAndCollect\": true,\n        \"shipOrder\": false,\n        \"generalComment\": \"comment12\",\n        \"deliveryComment\": \"\",\n        \"requestedDateChanged\": false,\n        \"requestedDate\": \"2023-04-07\",\n        \"requestedTime\": \"12:00:00\",\n        \"shipToAddress\": \"\",\n        \"subtotal\": \"1,612.67\",\n        \"discountAmount\": \"0.00\",\n        \"tax\": \"201.58\",\n        \"total\": \"1,814.25\",\n        \"Items\": [\n            {\n                \"lineNo\": 10000,\n                \"number\": \"548060815\",\n                \"quantity\": \"123.00\",\n                \"netPrice\": \"13.11\",\n                \"price\": \"14.75\",\n                \"netAmount\": \"1,612.67\",\n                \"vatAmount\": \"201.58\",\n                \"amount\": \"1,814.25\",\n                \"unit\": \"EA\",\n                \"inStock\": true,\n                \"availableQuantity\": 59999,\n                \"imageId\": \"548060815#1\",\n                \"pictureUrl\": \"https://spl-presto-dev-images.tengingapp.is/products/548060815/0.jpg\",\n                \"productName\": \"Donut largo relleno bávaro precocido\",\n                \"title\": \"Postres rápidos\",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": false\n            },\n            {\n                \"lineNo\": 20000,\n                \"number\": \"9600075134\",\n                \"quantity\": \"10,000.00\",\n                \"netPrice\": \"0.00\",\n                \"price\": \"0.00\",\n                \"netAmount\": \"0.00\",\n                \"vatAmount\": \"0.00\",\n                \"amount\": \"0.00\",\n                \"unit\": \"EA\",\n                \"inStock\": false,\n                \"availableQuantity\": 940,\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"productName\": \"Rhinopack tripod stand pizza white\",\n                \"title\": \"Rhinopack tripod stand pizza white\",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"738c4c1b-1f9f-4b2f-b41f-39a469d95d65"},{"name":"UpdateLineInBasket","id":"99a2258e-14cf-4ec1-8526-8be3d405cbf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\r\n    \"lineNo\": \"30000\",\r\n    \"quantity\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateLineInBasket","description":"<p><strong>UpdateLineInBasket</strong> is used to update the existing item line information in the customer's basket.</p>\n<p>The method's request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>integer</td>\n<td>Line number of the item.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quantity of the item.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The method's response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Basket</strong></td>\n<td></td>\n<td>Basket Information. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>text[10]</td>\n<td>Language id (if translation is required)</td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store Number (Text 10)</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>clickAndCollect</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a click-and-collect type.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a ship type.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>General Comment(text[100])</td>\n<td>Additional information</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Delivery Comment(text[100])</td>\n<td>Additional delivery information</td>\n</tr>\n<tr>\n<td>requestedDateChanged</td>\n<td>\"Customer Order Header\".\"Requested Date Changed\" (Boolean)</td>\n<td>Request to check if the order's date was changed.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\".\"Request Date\" (Date)</td>\n<td>Requested date of the order.</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Request Time\" (Time)</td>\n<td>Requested time of the order.</td>\n</tr>\n<tr>\n<td>shipToAddress</td>\n<td>Adress (text[100])</td>\n<td>Ship-to address.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>decimal</td>\n<td>Subtotal of the basket.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>decimal, XML format</td>\n<td>Amount of Discount</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>decimal</td>\n<td>Taxes of the basket.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>decimal</td>\n<td>Total amount of the basket.</td>\n</tr>\n<tr>\n<td><strong>Items</strong></td>\n<td></td>\n<td>Information about items in the order. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>integer</td>\n<td>Line number of the item.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Item number.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quantity of the item.</td>\n</tr>\n<tr>\n<td>netPrice</td>\n<td>decimal, XML format</td>\n<td>Net price of the item.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the item.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>decimal, XML format</td>\n<td>Net Amount</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>decimal, XML format</td>\n<td>VAT Amount</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Amount of the item.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>UOM of the item.</td>\n</tr>\n<tr>\n<td>inStock</td>\n<td>Boolean</td>\n<td>Request to check if the item is in stock.</td>\n</tr>\n<tr>\n<td>availableQuantity</td>\n<td>Item.Inventory (decimal)</td>\n<td>Available amount of the product. It is calculated using the following formula: ((Available quantity -(Available quantity / 100 * Saftystock%))</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Image code of the item.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Picture url of the item.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Item description (Text[250])</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Item.\"Description\" (Text[100])</td>\n<td>Item title.</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the delivery order.</td>\n</tr>\n<tr>\n<td>blockedPickup</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the pick-up order.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["UpdateLineInBasket"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"68f660b4-f533-4494-9644-d3c74708ed58","name":"UpdateLineInBasket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\r\n    \"lineNo\": \"10000\",\r\n    \"quantity\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/UpdateLineInBasket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"594"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 07 Apr 2023 07:35:22 GMT"},{"key":"x-amzn-RequestId","value":"50b82d3d-fb54-4ad4-bea4-654169b74a00"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1179"},{"key":"x-amz-apigw-id","value":"C_wlGGgPIAMFwJg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"49b-5f5iBpHQ92KWwEejuLuh9D18hNk\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-642fc7b9-3c61521f69b2dd914afe01bf;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9c6666844f92bfc6b8685747b641abc6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"Vj4ffrUtpd2Al8kzk5m7ODAO7crZVwfxZ5vbnE0hDp-Rk6x0_PSIUw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"Basket\": {\n        \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\n        \"appID\": \"0\",\n        \"languageID\": \"ES-TT\",\n        \"store\": \"PRT\",\n        \"clickAndCollect\": true,\n        \"shipOrder\": false,\n        \"generalComment\": \"comment12\",\n        \"deliveryComment\": \"\",\n        \"requestedDateChanged\": false,\n        \"requestedDate\": \"2023-04-07\",\n        \"requestedTime\": \"12:00:00\",\n        \"shipToAddress\": \"\",\n        \"subtotal\": \"39.33\",\n        \"discountAmount\": \"0.00\",\n        \"tax\": \"4.92\",\n        \"total\": \"44.25\",\n        \"Items\": [\n            {\n                \"lineNo\": 10000,\n                \"number\": \"548060815\",\n                \"quantity\": \"3.00\",\n                \"netPrice\": \"13.11\",\n                \"price\": \"14.75\",\n                \"netAmount\": \"39.33\",\n                \"vatAmount\": \"4.92\",\n                \"amount\": \"44.25\",\n                \"unit\": \"EA\",\n                \"inStock\": true,\n                \"availableQuantity\": 59999,\n                \"imageId\": \"548060815#1\",\n                \"pictureUrl\": \"https://spl-presto-dev-images.tengingapp.is/products/548060815/0.jpg\",\n                \"productName\": \"Donut largo relleno bávaro precocido\",\n                \"title\": \"Postres rápidos\",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": false\n            },\n            {\n                \"lineNo\": 20000,\n                \"number\": \"9600075134\",\n                \"quantity\": \"10,000.00\",\n                \"netPrice\": \"0.00\",\n                \"price\": \"0.00\",\n                \"netAmount\": \"0.00\",\n                \"vatAmount\": \"0.00\",\n                \"amount\": \"0.00\",\n                \"unit\": \"EA\",\n                \"inStock\": false,\n                \"availableQuantity\": 940,\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"productName\": \"Rhinopack tripod stand pizza white\",\n                \"title\": \"Rhinopack tripod stand pizza white\",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"99a2258e-14cf-4ec1-8526-8be3d405cbf5"},{"name":"DeleteLineFromBasket","id":"2c298b45-348b-428d-ba30-aa8bd42d9648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\r\n    \"lineNo\": \"10000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/DeleteLineFromBasket","description":"<p><strong>DeleteLineFromBasket</strong> is used to delete the existing basket's item line information.</p>\n<p>The method's request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>integer</td>\n<td>Line number of the item.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The method's response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Basket</strong></td>\n<td></td>\n<td>Basket Information. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>text[10]</td>\n<td>Language id (if translation is required)</td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store Number (Text 10)</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>clickAndCollect</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a click-and-collect type.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a ship type.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>General Comment(text[100])</td>\n<td>Additional information</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Delivery Comment(text[100])</td>\n<td>Additional delivery information</td>\n</tr>\n<tr>\n<td>requestedDateChanged</td>\n<td>\"Customer Order Header\".\"Requested Date Changed\" (Boolean)</td>\n<td>Request to check if the order's date was changed.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\".\"Request Date\" (Date)</td>\n<td>Requested date of the order.</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Request Time\" (Time)</td>\n<td>Requested time of the order.</td>\n</tr>\n<tr>\n<td>shipToAddress</td>\n<td>Adress (text[100])</td>\n<td>Ship-to address.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>decimal</td>\n<td>Subtotal of the basket.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>decimal, XML format</td>\n<td>Amount of Discount</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>decimal</td>\n<td>Taxes of the basket.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>decimal</td>\n<td>Total amount of the basket.</td>\n</tr>\n<tr>\n<td><strong>Items</strong></td>\n<td></td>\n<td>Information about items in the order. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>integer</td>\n<td>Line number of the item.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Item number.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quantity of the item.</td>\n</tr>\n<tr>\n<td>netPrice</td>\n<td>decimal, XML format</td>\n<td>Net price of the item.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the item.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>decimal, XML format</td>\n<td>Net Amount</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>decimal, XML format</td>\n<td>VAT Amount</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Amount of the item.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>UOM of the item.</td>\n</tr>\n<tr>\n<td>inStock</td>\n<td>Boolean</td>\n<td>Request to check if the item is in stock.</td>\n</tr>\n<tr>\n<td>availableQuantity</td>\n<td>Item.Inventory (decimal)</td>\n<td>Available amount of the product. It is calculated using the following formula: ((Available quantity -(Available quantity / 100 * Saftystock%))</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Image code of the item.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Picture url of the item.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Item description (Text[250])</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Item.\"Description\" (Text[100])</td>\n<td>Item title.</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the delivery order.</td>\n</tr>\n<tr>\n<td>blockedPickup</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the pick-up order.</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["DeleteLineFromBasket"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"d436e58e-e0dd-408e-ab41-a01a7cbf04f3","name":"DeleteLineFromBasket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\r\n    \"lineNo\": \"10000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/DeleteLineFromBasket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"419"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 07 Apr 2023 07:35:30 GMT"},{"key":"x-amzn-RequestId","value":"dd50f164-2b76-41c0-a34f-6df1ef7b365f"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"742"},{"key":"x-amz-apigw-id","value":"C_wmQHrRoAMFV5w="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"2e6-rI4vnoDA6+sDB+vZONpgr1siG7E\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-642fc7c1-44b4e3966e3e15e10b776841;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9c6666844f92bfc6b8685747b641abc6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-P2"},{"key":"X-Amz-Cf-Id","value":"gkmJOpk-bzahjJKhZibO5guq4Gw9X0SzQrCeKouOWoIa14IC56pFHA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"Basket\": {\n        \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\n        \"appID\": \"0\",\n        \"languageID\": \"ES-TT\",\n        \"store\": \"PRT\",\n        \"clickAndCollect\": true,\n        \"shipOrder\": false,\n        \"generalComment\": \"comment12\",\n        \"deliveryComment\": \"\",\n        \"requestedDateChanged\": false,\n        \"requestedDate\": \"2023-04-07\",\n        \"requestedTime\": \"12:00:00\",\n        \"shipToAddress\": \"\",\n        \"subtotal\": \"0.00\",\n        \"discountAmount\": \"0.00\",\n        \"tax\": \"0.00\",\n        \"total\": \"0.00\",\n        \"Items\": [\n            {\n                \"lineNo\": 20000,\n                \"number\": \"9600075134\",\n                \"quantity\": \"10,000.00\",\n                \"netPrice\": \"0.00\",\n                \"price\": \"0.00\",\n                \"netAmount\": \"0.00\",\n                \"vatAmount\": \"0.00\",\n                \"amount\": \"0.00\",\n                \"unit\": \"EA\",\n                \"inStock\": false,\n                \"availableQuantity\": 940,\n                \"imageId\": \"\",\n                \"pictureUrl\": \"\",\n                \"productName\": \"Rhinopack tripod stand pizza white\",\n                \"title\": \"Rhinopack tripod stand pizza white\",\n                \"blockedDelivery\": false,\n                \"blockedPickup\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"2c298b45-348b-428d-ba30-aa8bd42d9648"},{"name":"GetTimeSlots","id":"bff45bef-2e3e-461d-8f5d-0dd0188c0b99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetTimeSlots","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginID</td>\n<td>Text</td>\n<td>Login name of the customer login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetTimeSlots"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"bff45bef-2e3e-461d-8f5d-0dd0188c0b99"},{"name":"GetTenderTypes","id":"5c59d8d7-e220-4b74-a5d9-653bad12b057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetTenderTypes","description":"<p><strong>GetTenderTypes</strong> method can be used to retrieve information about payment options. This method is used during the <strong>payment procedure</strong> and displays different available payment options to proceed with the order.</p>\n<p>If the method is successful, the following response is returned.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>\"Tender Type Setup\".Code (Code[10])</td>\n<td>Code of the tender type (payment type).</td>\n</tr>\n<tr>\n<td>description</td>\n<td>\"Tender Type Setup\".Description (Text[30])</td>\n<td>Description of the tender type (payment type)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetTenderTypes"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"6c7ec2b1-4d97-4771-805e-35ead44f3f49","name":"GetTenderTypes","originalRequest":{"method":"POST","header":[],"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetTenderTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 05 Apr 2023 18:41:35 GMT"},{"key":"x-amzn-RequestId","value":"d3624d90-2bcc-499c-a000-542cb1397ad1"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"279"},{"key":"x-amz-apigw-id","value":"C6sSvETRIAMF7EQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"117-hu6RtVsV2NH6Lp1SLodJzjcL07M\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-642dc0de-0c0d8fd371d490dd20064a68;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5f5aa47bb337704a0ad6f14b5e9a076a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"3OJeqFNPlEZwdRdyTo4fEUY_xu4DfDJkM3pJ6qAVzo_65LFyFJXNrA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"tenderTypes\": [\n        {\n            \"code\": \"1\",\n            \"description\": \"Cash\"\n        },\n        {\n            \"code\": \"19\",\n            \"description\": \"Visa Credit Card\"\n        },\n        {\n            \"code\": \"20\",\n            \"description\": \"Debit Card\"\n        },\n        {\n            \"code\": \"21\",\n            \"description\": \"Master Credit Card\"\n        },\n        {\n            \"code\": \"3\",\n            \"description\": \"Credit Card\"\n        },\n        {\n            \"code\": \"99\",\n            \"description\": \"Customer payment CO\"\n        }\n    ]\n}"}],"_postman_id":"5c59d8d7-e220-4b74-a5d9-653bad12b057"},{"name":"CustomerOrderCreate","id":"3833c2a2-cff6-4952-96bd-96d648e4d808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\",\n    \"appID\": \"0\",\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"05/24/2023\",\n        \"requestedTime\":\"10:00:00\",\n        \"storeNo\": \"CUV\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00141\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"1-123-123-1234\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Bruce Wayne\",\n        \"address\": \"1007 Mountain Drive\",\n        \"address2\": \"\",\n        \"city\": \"Gotham\",\n        \"county\": \"New Jersey\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"ATAI.OMOROV+5@TENGING.IS\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"1-123-123-1234\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"1-234-234-2345\",\n        \"shipToEmail\": \"ATAI.OMOROV+5@TENGING.IS\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"1\",\n        \"shipToAddressCode\":\"\",\n        \"generalComment\":\"\",\n        \"deliveryComment\":\"\",\n        \"paymentMethod\":\"Pay now\",\n        \"regionID\":\"32439\",\n        \"teamID\":\"1476996\",\n        \"lat\":\"10.634492\",\n        \"lng\":\"-61.355217\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"101000041\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"2.49\",\n            \"price\": \"3.49\",\n            \"quantity\": \"10\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"2.49\",\n            \"vatAmount\": \"1.0\",\n            \"amount\": \"3.49\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        } \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"CUV\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"34.9\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"34.9\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2023-02-14T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\" \n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate","description":"<p><b>CustomerOrderCreate </b>is a method used to create a <b>Customer Order</b> in the system and as a result of the successful execution of this request, the <b>Customer Order</b> document will be created. And <b>Pharmacy Customer Card </b>will be copied and created from <b>Customer Card.</b></p>\n\n<p>The document consists of several parts: the <b>Header</b>, the <b>Lines</b> with the specifications, the <b>Lines </b>with <b>Discounts</b>, and the part with<b> Payment Lines</b>. All information entered into the request is transferred to the document. The <b>Document ID </b>is assigned automatically.</p>\n\n<p>You can specify an <b>External ID</b> for the document, but if the system already has a <b>Customer Order </b>with the same <b>External ID </b>an error will be received.</p>\n\n<p>There are 2 types of confirmed<b> Customer Orders: Shipment Order </b>and <b>Pick-up Order.</b></p>\n\n<p><b>1)Shipment Order </b>is the order that needs to be delivered to the customer, in other words, a <b>Delivery Order.</b> For the <b>Delivery Order</b> , you must specify <b>\\</b> in the field <b>shipOrder</b>. Populate fields of the <b>coStatusLog </b>section if you want to create <b>Customer Order </b>status log entry. <b>coPayments</b> section should always exist for <b>Shipment Order</b>.</p>\n\n<p><b>2)Pick-up Order </b>is the order that the customer would need to pick it up themselves. For the <b>Pick-up Order</b> you must specify <b>\\</b> in the field <b>clickAndCollectOrder</b>. Populate fields of the <b>coStatusLog </b>section if you want to create <b>Customer Order </b>status log entry. <b>Pick-up Order </b>could either have an <b>unpaid</b> or <b>paid</b> status. In case of paid status for the order, <b>coPayments</b> section can be omitted.</p>\n\n<p><b>Note: coDiscountLines is going to be developed in the later stages.</b></p>\n\n<h3 id=\"customerorderheader-fields-description-request\"><strong>customerOrderHeader</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderHeader</strong></td>\n<td></td>\n<td>Information about <strong>customerOrderHeader</strong> fields. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>documentID</td>\n<td>Order Number (Text 40)</td>\n<td>Customer order document number.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\". Requested Date Changed\" (Boolean)</td>\n<td>Requested date of the customer order</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Requested Time\" (Time)</td>\n<td>Requested time of the customer order</td>\n</tr>\n<tr>\n<td>storeNo</td>\n<td>(Text 10)*</td>\n<td>Store number where the customer order should be created.</td>\n</tr>\n<tr>\n<td>createdAtStore</td>\n<td>Store-to Code for Inventory Transfer (Text 10)</td>\n<td>Store number where the customer order is created.</td>\n</tr>\n<tr>\n<td>terminalNo</td>\n<td>Terminal Number Text</td>\n<td>Terminal number of the order.</td>\n</tr>\n<tr>\n<td>customerNo</td>\n<td>Customer Number (Text 20)</td>\n<td>Customer number assosiated with the Customer Order.</td>\n</tr>\n<tr>\n<td>memberCardNo</td>\n<td>Member Contact Card ID (Text 100)* (should be specified if customerNo is empty)</td>\n<td>Member card number of the customer.</td>\n</tr>\n<tr>\n<td>memberContactNo</td>\n<td>Text</td>\n<td>Member contact number of the customer.</td>\n</tr>\n<tr>\n<td>sourceType</td>\n<td>Type of Source</td>\n<td>Type of source of the customer order.</td>\n</tr>\n<tr>\n<td>inventoryTransfer</td>\n<td>Inventory Transfer (true/false)</td>\n<td>Request that verifies if it is an inventory transfer.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Customer Name (Text 100)</td>\n<td>Name of the customer.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Customer Address (Text 100)</td>\n<td>Address street name.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Customer Address 2 (Text 50)</td>\n<td>Address street number.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Customer City (Text 30)</td>\n<td>City name of the address.</td>\n</tr>\n<tr>\n<td>county</td>\n<td>Customer County (Text 30)</td>\n<td>County name of the address.</td>\n</tr>\n<tr>\n<td>postCode</td>\n<td>Customer Post Code (Text 20)</td>\n<td>Post code of the address.</td>\n</tr>\n<tr>\n<td>countryRegionCode</td>\n<td>Customer Country Code (Text 10)</td>\n<td>County region code of the address.</td>\n</tr>\n<tr>\n<td>phoneNo</td>\n<td>Customer Phone Number (Text 30)</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Customer email (Text 80)</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>houseApartmentNo</td>\n<td>Customer House/Apartment Number (Text 30)</td>\n<td>House or apartment number of the address</td>\n</tr>\n<tr>\n<td>mobilePhoneNo</td>\n<td>Customer Mobile Phone Number (Text 30)</td>\n<td>Mobile phone number of the customer.</td>\n</tr>\n<tr>\n<td>daytimePhoneNo</td>\n<td>Customer Daytime Phone Number (Text 30)</td>\n<td>Daytime phone number of the customer.</td>\n</tr>\n<tr>\n<td>territoryCode</td>\n<td>Customer Territory/Province Code (Text 10)</td>\n<td>Territory code number of the customer.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Ship Order (true/false)</td>\n<td>Verification if it is a shipment order.</td>\n</tr>\n<tr>\n<td>shipToName</td>\n<td>Ship-to Name (Text 100)</td>\n<td>Name of the customer where to ship the order.</td>\n</tr>\n<tr>\n<td>ShipToAddress</td>\n<td>Ship-to Address (Text 100)</td>\n<td>Address street name for shipping.</td>\n</tr>\n<tr>\n<td>ShipToAddress2</td>\n<td>Ship-to Address 2 (Text 50)</td>\n<td>Address street number for shipping.</td>\n</tr>\n<tr>\n<td>shipToCity</td>\n<td>Ship-to City (Text 30)</td>\n<td>City name of the address for shipping.</td>\n</tr>\n<tr>\n<td>shipToCounty</td>\n<td>Ship-to County (Text 30)</td>\n<td>County name of the address for shipping.</td>\n</tr>\n<tr>\n<td>shipToPostCode</td>\n<td>Ship-to Post Code (Text 20)</td>\n<td>Post code of the address for shipping.</td>\n</tr>\n<tr>\n<td>shipToCountryRegionCode</td>\n<td>Ship-to Country Code (Text 10)</td>\n<td>County region of the address for shipping.</td>\n</tr>\n<tr>\n<td>shipToPhoneNo</td>\n<td>Ship-to Phone Number (Text 30)</td>\n<td>Phone number of the customer for shipping</td>\n</tr>\n<tr>\n<td>shipToEmail</td>\n<td>Ship-to email (Text 80)</td>\n<td>Email of the customer for shipping.</td>\n</tr>\n<tr>\n<td>shipToHouseApartmentNo</td>\n<td>Ship-to House/Apartment Number (Text 30)</td>\n<td>House or apartment number for shipping.</td>\n</tr>\n<tr>\n<td>clickAndCollectOrder</td>\n<td>Click-And-Collect Order (true/false)</td>\n<td>Verification if it is <strong>clickAndCollect</strong> order.</td>\n</tr>\n<tr>\n<td>shippingAgentCode</td>\n<td>Shipping Agent Code (Text 10)</td>\n<td>Shipping agent code of the order.</td>\n</tr>\n<tr>\n<td>shippingAgentServiceCode</td>\n<td>Shipping Agent Service Code (Text 10)</td>\n<td>Shipping agent service code of the order.</td>\n</tr>\n<tr>\n<td>sourcingLocation</td>\n<td>Source Location Code (Text 10)</td>\n<td>Sourcing location code of the order.</td>\n</tr>\n<tr>\n<td>sourcingOrderType</td>\n<td>Option</td>\n<td>Sourcing type of the order.</td>\n</tr>\n<tr>\n<td>vendorSourcing</td>\n<td>Vendor Sourcing (true/false)</td>\n<td>Verification if it is vendor sourcing.</td>\n</tr>\n<tr>\n<td>externalID</td>\n<td>External Document Number (Text 30)</td>\n<td>External document number of the order.</td>\n</tr>\n<tr>\n<td>shipmentMethodCode</td>\n<td>Code</td>\n<td>Shipment method for shipping.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the order.</td>\n</tr>\n<tr>\n<td>shipToAddressCode</td>\n<td>Code</td>\n<td>Address code for shipping.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>Text</td>\n<td>General comment for the order.</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Text</td>\n<td>Comment for the delivery order.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Option  <br />,Pay now,Pay on pick up,Pay on delivery by cash,Pay on delivery by card</td>\n<td>Payment Method</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customerorderline-fields-description-request\"><strong>customerOrderLine</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderLine</strong></td>\n<td></td>\n<td>Information about <strong>customerOrderLine</strong> fields. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>documentID</td>\n<td>Order Number (Text 40)</td>\n<td>Customer order document number.</td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>Line Number* (integer)</td>\n<td>Line number of the order.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Line Status (0 - To Pick, 1 - To Collect, 2 - To Put Back, 3 - Collected, 4 - Rejected, 5 - Shortage, 6 - To Receive)</td>\n<td>Status of the order.</td>\n</tr>\n<tr>\n<td>lineType</td>\n<td>Line Type (0 - Item, 1 - Payment)</td>\n<td>line type of the order.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Line Entity Number* (Text 50) (Item Number or Payment Number)</td>\n<td>Line entity number of the order.</td>\n</tr>\n<tr>\n<td>variantCode</td>\n<td>Item Variant Code (Text 10)</td>\n<td>Variant code of the order.</td>\n</tr>\n<tr>\n<td>unitofMeasureCode</td>\n<td>Item Unit of Measure Code* (Text 10)</td>\n<td>Order unit of measure.</td>\n</tr>\n<tr>\n<td>netPrice</td>\n<td>Net Price* (decimal, XML format)</td>\n<td>Net price of the order.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price* (decimal, XML format)</td>\n<td>Price of the order.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Quantity* (decimal, XML format)</td>\n<td>Quantity of the order.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>Amount of Discount (decimal, XML format)</td>\n<td>Discount amount of the order.</td>\n</tr>\n<tr>\n<td>discountPercent</td>\n<td>Percent of Discount (decimal, XML format)</td>\n<td>Discount percent of the order.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>Net Amount* (decimal, XML format)</td>\n<td>Net amount of the order.</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>VAT Amount* (decimal, XML format)</td>\n<td>Vat amount of the order.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Amount* (decimal, XML format)</td>\n<td>Total amount of the order.</td>\n</tr>\n<tr>\n<td>vatProdPostingGroup</td>\n<td>(Boolean)</td>\n<td>Vat posting group of the order.</td>\n</tr>\n<tr>\n<td>itemDescription</td>\n<td>(Text)</td>\n<td>Item description of the order.</td>\n</tr>\n<tr>\n<td>variantDescription</td>\n<td>(Text)</td>\n<td>Variant description of the order.</td>\n</tr>\n<tr>\n<td>uoMDescription</td>\n<td>(Text)</td>\n<td>UOM description of the order.</td>\n</tr>\n<tr>\n<td>sourcingLocation</td>\n<td>Location Code of Source (Text 10)</td>\n<td>Source location code of the order.</td>\n</tr>\n<tr>\n<td>orderReference</td>\n<td>Order Reference (Text 50)</td>\n<td>Order reference of the item.</td>\n</tr>\n<tr>\n<td>inventoryTransfer</td>\n<td>Inventory Transfer (true/false)</td>\n<td>Verification if it is inventory transfer.</td>\n</tr>\n<tr>\n<td>vendorSourcing</td>\n<td>Vendor Sourcing (true/false)</td>\n<td>Verification if it is vendor sourcing.</td>\n</tr>\n<tr>\n<td>leadTime</td>\n<td>Lead DateTime Calculation Formula</td>\n<td>Lead time of the order.</td>\n</tr>\n<tr>\n<td>prepaymentAmount</td>\n<td>Prepayment Amount (decimal, XML format)</td>\n<td>Prepaid amount of the order.</td>\n</tr>\n<tr>\n<td>purchaseOrderNo</td>\n<td>Purchase Order Number (Text 20)</td>\n<td>Purchase number of the order.</td>\n</tr>\n<tr>\n<td>prescriptionNo</td>\n<td>(Code)</td>\n<td>Prescription number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customerorderdiscountline-fields-description-request\"><strong>customerOrderDiscountLine</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderDiscountLine</strong></td>\n<td></td>\n<td>Information about <strong>customerOrderDiscountLine</strong> fields. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>documentId</td>\n<td>Order Number (Text 40)</td>\n<td>Customer order document number.</td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>Line Number* (integer)</td>\n<td>Line number of the order.</td>\n</tr>\n<tr>\n<td>entryNo</td>\n<td>Discount Entry Number. Unique identifier of the Line discount* (integer)</td>\n<td>Entry number of the order.</td>\n</tr>\n<tr>\n<td>discountType</td>\n<td>Discount Type (0 - Periodic Disc., 1 - Customer, 2 - InfoCode, 3 - Total, 4 - Line, 5 - Promotion, 6 - Deal, 7 - Total Discount, 8 - Tender Type, 9 - Item Point, 10 - Line Discount, 11 - Member Point, 12 - Coupon)</td>\n<td>Discount type of the order.</td>\n</tr>\n<tr>\n<td>offerNo</td>\n<td>Offer Number (Text 20)</td>\n<td>Offer number of the order.</td>\n</tr>\n<tr>\n<td>periodicDiscType</td>\n<td>Periodic Discount Type (integer)</td>\n<td>Periodic discount type of the order.</td>\n</tr>\n<tr>\n<td>periodicDiscGroup</td>\n<td>Periodic Discount Group (Text 20)</td>\n<td>Periodic discount group of the order.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Description (Text 50)</td>\n<td>Description of the order.</td>\n</tr>\n<tr>\n<td>discountPercent</td>\n<td>Discount Percent (decimal, XML format)</td>\n<td>Discount percent of the order.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>Discount Amount (decimal, XML format)</td>\n<td>Discount amount of the order.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>customerOrderPayment</strong> fields should <strong>always exist</strong> if it is a <strong>Delivery Order.</strong><em><strong>*\\</strong></em>**_**But it can be omitted if it is a <strong>Pick-up Order.</strong></p>\n<h3 id=\"customerorderpayment-fields-description-request\"><strong>customerOrderPayment</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderPayment</strong></td>\n<td></td>\n<td>Information about <strong>customerOrderPayment</strong> fields. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>documentId</td>\n<td>Order Number (Text 40)</td>\n<td>Customer order document number.</td>\n</tr>\n<tr>\n<td>storeNo</td>\n<td>Store Number* (Text 10)</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>Line Number* (integer)</td>\n<td>Line number of the order.</td>\n</tr>\n<tr>\n<td>preApprovedAmount</td>\n<td>Pre-Approved Amount (decimal, XML format)</td>\n<td>Pre-apporved amount of the order.</td>\n</tr>\n<tr>\n<td>finalizedAmount</td>\n<td>Finalized Amount (decimal, XML format)</td>\n<td>Finalized amount of the order.</td>\n</tr>\n<tr>\n<td>tenderType</td>\n<td>Tender Type. Code of Tender type (Text 50)</td>\n<td>Tender type of the order.</td>\n</tr>\n<tr>\n<td>cardType</td>\n<td>Card Type (Text 10)</td>\n<td>Card type of the order.</td>\n</tr>\n<tr>\n<td>currencyCode</td>\n<td>Currency Code (Text 10)</td>\n<td>Currency code of the order.</td>\n</tr>\n<tr>\n<td>currencyFactor</td>\n<td>Currency Factor (decimal, XML format)</td>\n<td>Currency factor of the order.</td>\n</tr>\n<tr>\n<td>authorizationCode</td>\n<td>Authorization Code (Text 30)</td>\n<td>Authorization code of the order.</td>\n</tr>\n<tr>\n<td>preApprovedValidDate</td>\n<td>Pre-Approved Valid Date (date, XML format)</td>\n<td>Pre-approved valid date of the order.</td>\n</tr>\n<tr>\n<td>cardorCustomernumber</td>\n<td>Card ID or Customer Number (Text 100)</td>\n<td>Card ID or customer number of the order.</td>\n</tr>\n<tr>\n<td>incomeExpenseAccountNo</td>\n<td>Income Expense Account Number (Text 20)</td>\n<td>Income expense account number of the order.</td>\n</tr>\n<tr>\n<td>preApprovedAmountLCY</td>\n<td>Pre-Approved Amount in Local Currency (decimal, XML format)</td>\n<td>Pre-approved amount in local currency of the order.</td>\n</tr>\n<tr>\n<td>finalizedAmountLCY</td>\n<td>Finalized Amount in Local Currency (decimal, XML format)</td>\n<td>Finalized amount in local currency of the order.</td>\n</tr>\n<tr>\n<td>loyaltyPointPayment</td>\n<td>Loyalty Point Payment (true/false)</td>\n<td>Verification if it is loyalty point payment.</td>\n</tr>\n<tr>\n<td>DepositPayment</td>\n<td>Deposit Payment (true/false)</td>\n<td>Verification if it is a deposit payment.</td>\n</tr>\n<tr>\n<td>posTransReceiptNo</td>\n<td>POS Transaction Receipt Number (Text 20)</td>\n<td>POS transaction receipt number of the order.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Payment Type (integer)</td>\n<td>Payment type of the order.</td>\n</tr>\n<tr>\n<td>created</td>\n<td>DateTime Creation (DateTime, XML format)</td>\n<td>Creation date of the order.</td>\n</tr>\n<tr>\n<td>authorizationExpired</td>\n<td>Authorization Expired (true/false)</td>\n<td>Verification if the authorization has expired.</td>\n</tr>\n<tr>\n<td>tokenNo</td>\n<td>Token (Text 50)</td>\n<td>Token number of the order.</td>\n</tr>\n<tr>\n<td>externalReference</td>\n<td>External Reference (Text 50)</td>\n<td>External reference number of the order.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customerorderstatuslog-fields-description-request\"><strong>customerOrderStatusLog</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderStatusLog</strong></td>\n<td></td>\n<td>Information about <strong>customerOrderStatusLog</strong> fields. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>storeNo</td>\n<td>Store Number (Text 10)</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>userID</td>\n<td>User ID (Text 100)</td>\n<td>User id number.</td>\n</tr>\n<tr>\n<td>staffID</td>\n<td>Staff ID (Text 20)</td>\n<td>Staff id number.</td>\n</tr>\n<tr>\n<td>terminalNo</td>\n<td>Terminal Number (Text 10)</td>\n<td>Terminal number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"cotaxlines-fields-description-request\">coTaxLines Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>documentId</td>\n<td>Order Number (Text 40)</td>\n<td>Customer order document number.</td>\n</tr>\n<tr>\n<td>lineType</td>\n<td>Type of the tax line (general, shipping, product)</td>\n<td>Line entity number of the document.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Number of the product. Has value in the product line only. For general and shipping type line it has to be zero (Text 50)</td>\n<td>Number of the product.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Tax Area code (Text 30)</td>\n<td>Tax area code of the order.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Tax Jurisdiction code (Text 30)</td>\n<td>Tax jurisdiction code.</td>\n</tr>\n<tr>\n<td>percent</td>\n<td>Percentage of the tax</td>\n<td>Percentage of the tax.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Tax amount</td>\n<td>Tax amount.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["CustomerOrderCreate"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"59c421ef-9575-4491-a0f2-1e1f682972c2","name":"CustomerOrderCreate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestDate\":\"01/31/2023\",\n        \"storeNo\": \"CUV\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"14000192\",\n        \"shipmentMethodCode\": \"\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"552063687\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.89\",\n            \"price\": \"5.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"CUV\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"5.5\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"5.5\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 10:26:31 GMT"},{"key":"x-amzn-RequestId","value":"d5dd9d31-bfe2-4006-9435-2ddf952c1ee6"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fp6tlGobFiAFbfg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-NfZjV/OaPx47hKshjUh9UegxOsU\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da3e56-3629b5a361265edc381249cb;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d913eed4ff9d3ba68bce11280aa7e1b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"d17f8bdR7irFunz26Ju7EpsJreqn1VPb31fgdABpxTLyA68PmakanQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000228\"\n    }\n}"},{"id":"c8c0d03c-ec37-470b-bc8d-1be4b6ae1589","name":"CustomerOrderCreate_Tookan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"appID\": \"0\",\n        \"address\": \"Trincity Central Road\",\n        \"address2\": \"\",\n        \"city\": \"Arouca\",\n        \"clickAndCollectOrder\": false,\n        \"customerNo\": \"C00181\",\n        \"deliveryComment\": \"\",\n        \"email\": \"ATAI.OMOROV+7@TENGING.IS\",\n        \"lat\": 10.6289500540423,\n        \"lng\": -61.3538331275217,\n        \"mobilePhoneNo\": \"\",\n        \"name\": \"No name given\",\n        \"paymentMethod\": 1,\n        \"phoneNo\": \"\",\n        \"postCode\": \"AROUCA\",\n        \"regionID\": 32439,\n        \"requestedDate\": \"2023-05-18\",\n        \"requestedTime\": \"11:00:00\",\n        \"shipOrder\": true,\n        \"shipToAddress\": \"Trincity Central Road\",\n        \"shipToAddress2\": \"\",\n        \"shipToAddressCode\": \"4B87D2034B\",\n        \"shipToCity\": \"Arouca\",\n        \"shipToName\": \"HOME\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToPostCode\": \"AROUCA\",\n        \"storeNo\": \"PRT\",\n        \"teamID\": 1466887\n    },\n    \"customerOrderLine\": [\n        {\n            \"amount\": \"47.60\",\n            \"lineNo\": 10000,\n            \"lineType\": \"0\",\n            \"netAmount\": \"47.60\",\n            \"netPrice\": \"52.89\",\n            \"price\": \"52.89\",\n            \"number\": \"550054343\",\n            \"quantity\": \"1.00\",\n            \"status\": \"0\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"vatAmount\": \"0.00\"\n        },\n        {\n            \"amount\": \"11.14\",\n            \"lineNo\": 20000,\n            \"lineType\": \"0\",\n            \"netAmount\": \"9.90\",\n            \"netPrice\": \"11.00\",\n            \"price\": \"12.38\",\n            \"number\": \"005560\",\n            \"quantity\": \"1.00\",\n            \"status\": \"0\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"vatAmount\": \"1.24\"\n        }\n    ],\n    \"appID\": \"0\",\n    \"languageID\": \"EN-TT\",\n    \"appversion\": \"2023.05.17.#1005\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"752"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 18 May 2023 09:11:26 GMT"},{"key":"x-amzn-RequestId","value":"c6820ae3-6b9b-42da-95ab-b9200763e004"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1738"},{"key":"x-amz-apigw-id","value":"FHHFvGE7IAMF2cQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"6ca-X1fEH8HoC9v0lshXSE+wmtEaNDg\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6465ebbe-173e493412c2b44c1e676c92;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 66be79bde9fd204b1a11f560cee8fff4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN1-C1"},{"key":"X-Amz-Cf-Id","value":"UFNXJQmUxRs_wHLatxDWtXINAeBXyie_Y4WPeNmYXIsKAZG6Ae0E-w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"responseText\": \"\",\n    \"responseBody\": {\n        \"documentID\": \"ECOM0001688\",\n        \"customerNumber\": \"C00181\",\n        \"customerName\": \"No name given\",\n        \"created\": \"2023-05-18T09:11:26.65Z\",\n        \"requestedDate\": \"2023-05-18\",\n        \"requestedTime\": \"11:00:00\",\n        \"store\": \"PRT\",\n        \"processingStatus\": \"PENDINGPAYMENT\",\n        \"processingStatusLabel\": \"PENDING PAYMENT\",\n        \"email\": \"ATAI.OMOROV+7@TENGING.IS\",\n        \"phoneNumber\": \"\",\n        \"mobilePhoneNumber\": \"\",\n        \"address\": \"Trincity Central Road\",\n        \"address2\": \"\",\n        \"country\": \"\",\n        \"postCode\": \"AROUCA\",\n        \"countryRegionCode\": \"\",\n        \"city\": \"Arouca\",\n        \"netAmount\": \"57.50\",\n        \"vatAmount\": \"1.24\",\n        \"amount\": \"58.74\",\n        \"totalItems\": 1,\n        \"collectTimeLimit\": \"\",\n        \"clickAndCollect\": false,\n        \"shipOrder\": true,\n        \"generalComment\": \"\",\n        \"deliveryComment\": \"\",\n        \"paymentMethod\": 1,\n        \"shipToAddressCode\": \"4B87D2034B\",\n        \"shipToName\": \"HOME\",\n        \"shipToAddress\": \"Trincity Central Road\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"Arouca\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"AROUCA\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"jobID\": \"\",\n        \"deliveryJobID\": \"\",\n        \"deliveryTrackingLink\": \"\",\n        \"lat\": 10.6289500540423,\n        \"lng\": -61.3538331275217,\n        \"regionID\": 32439,\n        \"teamID\": 1466887,\n        \"lines\": [\n            {\n                \"lineNo\": 10000,\n                \"processingStatus\": \"PENDINGPAYMENT\",\n                \"processingStatusLabel\": \"Pending Payment\",\n                \"number\": \"550054343\",\n                \"itemDescription\": \"Presto rotisserie original whole\",\n                \"unit\": \"ENU EA\",\n                \"price\": \"52.89\",\n                \"quantity\": \"1.00\",\n                \"netAmount\": \"47.60\",\n                \"vatAmount\": \"0.00\",\n                \"amount\": \"47.60\",\n                \"discountAmount\": \"0.00\",\n                \"service\": false\n            },\n            {\n                \"lineNo\": 20000,\n                \"processingStatus\": \"PENDINGPAYMENT\",\n                \"processingStatusLabel\": \"Pending Payment\",\n                \"number\": \"005560\",\n                \"itemDescription\": \"Shipping fee\",\n                \"unit\": \"ENU EA\",\n                \"price\": \"12.38\",\n                \"quantity\": \"1.00\",\n                \"netAmount\": \"9.90\",\n                \"vatAmount\": \"1.24\",\n                \"amount\": \"11.14\",\n                \"discountAmount\": \"0.00\",\n                \"service\": true\n            }\n        ]\n    }\n}"}],"_postman_id":"3833c2a2-cff6-4952-96bd-96d648e4d808"},{"name":"DeleteBasket","id":"8e5e295f-986d-474b-b623-1d272ed384cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"LEA.KIRINDAS@TENGING.IS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/DeleteBasket","description":"<p>The method deletes the items from the customer's basket.</p>\n<p>METHOD'S REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginID</td>\n<td>Text</td>\n<td>Login name of the customer login to the system.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>METHOD'S RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Basket</strong></td>\n<td></td>\n<td>Basket Information. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>text[10]</td>\n<td>Language id (if translation is required)</td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store Number (Text 10)</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>clickAndCollect</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a click-and-collect type.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Boolean</td>\n<td>Request to check if the order is of a ship type.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>General Comment(text[100])</td>\n<td>Additional information</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Delivery Comment(text[100])</td>\n<td>Additional delivery information</td>\n</tr>\n<tr>\n<td>requestedDateChanged</td>\n<td>\"Customer Order Header\".\"Requested Date Changed\" (Boolean)</td>\n<td>Request to check if the order's date was changed.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\".\"Request Date\" (Date)</td>\n<td>Requested date of the order.</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Request Time\" (Time)</td>\n<td>Requested time of the order.</td>\n</tr>\n<tr>\n<td>shipToAddress</td>\n<td>Adress (text[100])</td>\n<td>Ship-to address.</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>decimal</td>\n<td>Subtotal of the basket.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>decimal, XML format</td>\n<td>Amount of Discount</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>decimal</td>\n<td>Taxes of the basket.</td>\n</tr>\n<tr>\n<td>total</td>\n<td>decimal</td>\n<td>Total amount of the basket.</td>\n</tr>\n<tr>\n<td><strong>Items</strong></td>\n<td></td>\n<td>Information about items in the order. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>integer</td>\n<td>Line number of the item.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Item number.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quantity of the item.</td>\n</tr>\n<tr>\n<td>netPrice</td>\n<td>decimal, XML format</td>\n<td>Net price of the item.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Sales Price\".\"Unit Price\" (decimal)</td>\n<td>Price of the item.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>decimal, XML format</td>\n<td>Net Amount</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>decimal, XML format</td>\n<td>VAT Amount</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Amount of the item.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>UOM of the item.</td>\n</tr>\n<tr>\n<td>inStock</td>\n<td>Boolean</td>\n<td>Request to check if the item is in stock.</td>\n</tr>\n<tr>\n<td>availableQuantity</td>\n<td>Item.Inventory (decimal)</td>\n<td>Available amount of the product. It is calculated using the following formula: ((Available quantity -(Available quantity / 100 * Saftystock%))</td>\n</tr>\n<tr>\n<td>imageId</td>\n<td>\"Retail Image Link Ecom\".\"Image Id\" (text[])</td>\n<td>Image code of the item.</td>\n</tr>\n<tr>\n<td>pictureUrl</td>\n<td>\"Retail Image Link Ecom\".\"Picture URL\" (text[250]</td>\n<td>Picture url of the item.</td>\n</tr>\n<tr>\n<td>productName</td>\n<td>Item description (Text[250])</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Item.\"Description\" (Text[100])</td>\n<td>Item title.</td>\n</tr>\n<tr>\n<td>blockedDelivery</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the delivery order.</td>\n</tr>\n<tr>\n<td>blockedPickup</td>\n<td>Boolean</td>\n<td>Request to check if the item is blocked for the pick-up order.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["DeleteBasket"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"b2a4c247-429f-4b8f-9fa6-70a9c14aa1eb","name":"DeleteBasket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"0\",\r\n    \"loginID\": \"TESTUSER@TEST.USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/DeleteBasket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 06 Apr 2023 16:44:11 GMT"},{"key":"x-amzn-RequestId","value":"4bc4b824-dec1-403a-a428-b38a79a4f332"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"2"},{"key":"x-amz-apigw-id","value":"C9uCWH5rIAMFg5w="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-642ef6db-3ef0e8a92b5db39549716edd;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a1883601a786b7317faec0d94ef154f2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"h_19sFXhcRbgNhx-KccPtSlInYwfDuVJtY4Q-Czwg_BVWxMhDOsblg=="}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"8e5e295f-986d-474b-b623-1d272ed384cd"}],"id":"ec4b1a9a-f128-4b02-aa8c-fd862d89e0af","_postman_id":"ec4b1a9a-f128-4b02-aa8c-fd862d89e0af","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Orders","item":[{"name":"GetCustomerOrders","id":"cf053a76-9038-4e5d-ba10-04d7c529acfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"LEA.KIRINDAS@TENGING.IS\",    \n    \"appID\": \"0\",\n   \"perPage\":\"1\",\n    \"page\":\"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetCustomerOrders","description":"<p><strong>GetCustomerOrders</strong> method can be executed to retrieve a customers' list of <strong>Customer</strong> <strong>Orders</strong> information.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the request.</td>\n</tr>\n<tr>\n<td>loginId</td>\n<td>\"Member Login\".\"Login ID\" (Text [50])</td>\n<td>Email of the customer.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Number of the page.</td>\n</tr>\n<tr>\n<td>perPage</td>\n<td>Integer</td>\n<td>Number pages shown per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method is successful, the following request is returned.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalDocuments</td>\n<td>Integer</td>\n<td>Total number of customer order documents.</td>\n</tr>\n<tr>\n<td><strong>documents</strong></td>\n<td>Text</td>\n<td></td>\n</tr>\n<tr>\n<td>documentID</td>\n<td>\"Customer Order Header\".\"Document ID\" (Code[20])</td>\n<td>Customer order document number.</td>\n</tr>\n<tr>\n<td>customerNumber</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number.</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>Customer.Name (Text [100])</td>\n<td>Name of the customer.</td>\n</tr>\n<tr>\n<td>created</td>\n<td>\"Customer Order Header\".Created (DateTime)</td>\n<td>Date when the order was created.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\".\"Request Date\" (Date)</td>\n<td>The date when the order was requested.</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Request Time\" (Time)</td>\n<td>Requested time of the customer order</td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store.\"No.\" (Code[10])</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>processingStatus</td>\n<td>\"Customer Order Header\".\"Processing Status\" (Text[])</td>\n<td>Processing status of the order.</td>\n</tr>\n<tr>\n<td>processingStatusLabel</td>\n<td>\"Customer Order Header\".\"Processing Status Label\" (Text[])</td>\n<td>Processing status label of the order.</td>\n</tr>\n<tr>\n<td>email</td>\n<td>\"Customer Order Header\".Email (Text[80])</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>\"Customer Order Header\".\"Phone No.\" (Text[30])</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td>mobilePhoneNumber</td>\n<td>\"Customer Order Header\".\"Mobile Phone No.\"(Text[30])</td>\n<td>Mobile phone number of the customer.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>\"Customer Order Header\".Address (Text[100])</td>\n<td>Address of the customer.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>\"Customer Order Header\". Address (Text[100])</td>\n<td>Address of the customer.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>Code</td>\n<td>Country of the customer.</td>\n</tr>\n<tr>\n<td>postCode</td>\n<td>Code</td>\n<td>Post code of the customer</td>\n</tr>\n<tr>\n<td>countryRegionCode</td>\n<td>Code</td>\n<td>Region Code of country</td>\n</tr>\n<tr>\n<td>city</td>\n<td>\"Customer Order Header\".City (Text[51])</td>\n<td>City address of the customer.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>\"Customer Order Header\".\"Net Amount (decimal)</td>\n<td>Net amount of the order.</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>\"Customer Order Header\".\"VAT Amount (decimal)</td>\n<td>Vat amount of the order.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>\"Customer Order Header\".\"Total Amount (decimal)</td>\n<td>Total amount of the order.</td>\n</tr>\n<tr>\n<td>amountInclVatWoDiscounts</td>\n<td>(Decimal)</td>\n<td>Total amount including Vat and Discounts</td>\n</tr>\n<tr>\n<td>insurance</td>\n<td>(Code)</td>\n<td></td>\n</tr>\n<tr>\n<td>charge</td>\n<td>(Decimal)</td>\n<td></td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Integer</td>\n<td>Total number of items in the order.</td>\n</tr>\n<tr>\n<td>collectTimeLimit</td>\n<td>(Code)</td>\n<td>Time of the order by when the customer needs to be collect it.</td>\n</tr>\n<tr>\n<td>clickAndCollect</td>\n<td>clickAndCollect(true/false)</td>\n<td>Verification if it is clickAndCollect order.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Ship Order (true/false)</td>\n<td>Verification if it is shipment order.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>Text</td>\n<td>General comment for the order.</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Text</td>\n<td>Comment for the delivery order.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Integer</td>\n<td>Payment method selected by customer</td>\n</tr>\n<tr>\n<td>shiptoAddressCode</td>\n<td>Code</td>\n<td>Delivery address code.</td>\n</tr>\n<tr>\n<td>shipToName</td>\n<td>Text</td>\n<td>Delivery address name.</td>\n</tr>\n<tr>\n<td>shipToAddress</td>\n<td>Code</td>\n<td>Delivery address.</td>\n</tr>\n<tr>\n<td>shipToAddress2</td>\n<td>Code</td>\n<td>Delivery address 2.</td>\n</tr>\n<tr>\n<td>shipToCity</td>\n<td>Code</td>\n<td>Delivery address city.</td>\n</tr>\n<tr>\n<td>shipToCounty</td>\n<td>Code</td>\n<td>Delivery address county.</td>\n</tr>\n<tr>\n<td>shipToPostCode</td>\n<td>Code</td>\n<td>Delivery address post code.</td>\n</tr>\n<tr>\n<td>shipToCountryRegionCode</td>\n<td>Code</td>\n<td>Delivery address region code.</td>\n</tr>\n<tr>\n<td>shipToPhoneNo</td>\n<td>Code</td>\n<td>Delivery address phone number.</td>\n</tr>\n<tr>\n<td>shipToEmail</td>\n<td>Code</td>\n<td>Delivery address email.</td>\n</tr>\n<tr>\n<td>shipToHouseApartmentNo</td>\n<td>(Code)</td>\n<td>Delivery address apartment number.</td>\n</tr>\n<tr>\n<td>jobID</td>\n<td>Integer</td>\n<td>Tookan job id.</td>\n</tr>\n<tr>\n<td>deliveryJobID</td>\n<td>Integer</td>\n<td>Delivery order job id.</td>\n</tr>\n<tr>\n<td>deliveryTrackingLink</td>\n<td>Integer</td>\n<td>Delivery order tracking link.</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Latitude (decimal)</td>\n<td>Delivery order latitude coordinates.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>longitude(decimal)</td>\n<td>Delivery order longitude coordinates.</td>\n</tr>\n<tr>\n<td>regionID</td>\n<td>Code</td>\n<td>Region id number.</td>\n</tr>\n<tr>\n<td>teamID</td>\n<td>Code</td>\n<td>Team id number.</td>\n</tr>\n<tr>\n<td>totalDiscount</td>\n<td>Decimal</td>\n<td>Order total discount.</td>\n</tr>\n<tr>\n<td>tookanTemplateValue</td>\n<td>Decimal</td>\n<td>Tookan order template value.</td>\n</tr>\n<tr>\n<td>ecomTexts</td>\n<td>Text</td>\n<td>Order related ecom texts.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetCustomerOrders"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"149214c1-ceb9-4a0f-827c-f47b58ff36ef","name":"TC_GetCustomerOrders_appID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"USER010@PIONEERCO.COM\",\n\"appID\" : \"0\",\n\"dateFrom\": \"01/25/2023\",\n\"dateTo\": \"01/26/2023\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetCustomerOrders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"6556"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 12:56:48 GMT"},{"key":"x-amzn-RequestId","value":"59f32604-0ec0-49f4-af9b-0826825eb455"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"6556"},{"key":"x-amz-apigw-id","value":"fqQunEBuFiAFTbg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"199c-n8L6BLSTdWg/nifHZDWqeLURjD0\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da6190-76614ff612afb73a28c0a566;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fc54020ff2087bf01c6a8bc97e7fe89a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"-CPPDyO7BqKkqwRkEPpLXVh2aF_QGI1lupzkb41yNRTFxQDKCcnJQQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"documents\": [\n        {\n            \"documentID\": \"ECOM0000171\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T07:57:22.897Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000172\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T08:00:37.16Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000173\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T08:04:23.17Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000174\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T08:24:25.467Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000175\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T08:25:01.307Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000176\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T10:48:57.113Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000177\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T10:57:53.08Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000178\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T11:00:34.787Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000179\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T11:02:04.83Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000180\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T11:13:31.593Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000181\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T12:23:47.453Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000182\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T13:02:28.12Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000183\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T14:05:38.617Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000184\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T14:08:43.213Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        },\n        {\n            \"documentID\": \"ECOM0000185\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T14:16:32.217Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000187\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-25T14:47:08.25Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000192\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-26T10:13:59.997Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000193\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-26T10:14:53.23Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000195\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-26T10:51:22.27Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"9.78\",\n            \"vatAmount\": \"1.22\",\n            \"amount\": \"11.00\"\n        },\n        {\n            \"documentID\": \"ECOM0000196\",\n            \"customerNumber\": \"C00014\",\n            \"customerName\": \"Vanessa Lewis\",\n            \"created\": \"2023-01-26T11:30:27.587Z\",\n            \"requestedDate\": \"\",\n            \"store\": \"CUV\",\n            \"processingStatus\": \"PUT_BACK\",\n            \"email\": \"\",\n            \"phoneNumber\": \"\",\n            \"mobilePhoneNumber\": \"\",\n            \"address\": \"\",\n            \"country\": \"\",\n            \"city\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\"\n        }\n    ]\n}"}],"_postman_id":"cf053a76-9038-4e5d-ba10-04d7c529acfd"},{"name":"GetCustomerOrder","id":"f381c660-6a9d-4bb0-849d-65584731aa25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"LEA.KIRINDAS@TENGING.IS\",\n\"appID\" : \"0\",\n\"documentId\": \"ECOM0001282\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetCustomerOrder","description":"<p><strong>GetCustomerOrder</strong> method can be executed to retrieve the customers' specific <strong>customer order</strong> information.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>documentId</td>\n<td>\"Customer Order Header\".\"Document ID\" (Code[20])</td>\n<td>Customer order document number.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the request.</td>\n</tr>\n<tr>\n<td>loginId</td>\n<td>\"Member Login\".\"Login ID\" (Text [50])</td>\n<td>Email of the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method is successful, the following request is returned.</p>\n<p>FIELDS DESCRIPTION RESPONSE</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>documentID</td>\n<td>\"Customer Order Header\".\"Document ID\" (Code[20])</td>\n<td>Customer order document number.</td>\n</tr>\n<tr>\n<td>customerNumber</td>\n<td>Customer.\"No.\" (Code[20])</td>\n<td>Customer number.</td>\n</tr>\n<tr>\n<td>customerName</td>\n<td>Customer.Name (Text [100])</td>\n<td>Name of the customer.</td>\n</tr>\n<tr>\n<td>created</td>\n<td>\"Customer Order Header\".Created (DateTime)</td>\n<td>Date when the order was created.</td>\n</tr>\n<tr>\n<td>requestedDate</td>\n<td>\"Customer Order Header\".\"Request Date\" (Date)</td>\n<td>Date when the order was requested.</td>\n</tr>\n<tr>\n<td>requestedTime</td>\n<td>\"Customer Order Header\".\"Request Time\" (Time)</td>\n<td>Requested time of the customer order</td>\n</tr>\n<tr>\n<td>store</td>\n<td>Store.\"No.\" (Code[10])</td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td>processingStatus</td>\n<td>\"Customer Order Header\".\"Processing Status\" (Text[])</td>\n<td>Processing status of the order.</td>\n</tr>\n<tr>\n<td>processingStatusLabel</td>\n<td>\"Customer Order Header\".\"Processing Status Label\" (Text[])</td>\n<td>Processing status label of the order.</td>\n</tr>\n<tr>\n<td>statusName</td>\n<td></td>\n<td>Status of customer order</td>\n</tr>\n<tr>\n<td>email</td>\n<td>\"Customer Order Header\".Email (Text[80])</td>\n<td>Email address of the customer.</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>\"Customer Order Header\".\"Phone No.\" (Text[30])</td>\n<td>Phone number of the customer.</td>\n</tr>\n<tr>\n<td>mobilePhoneNumber</td>\n<td>\"Customer Order Header\".\"Mobile Phone No.\"(Text[30])</td>\n<td>Mobile phone number of the customer.</td>\n</tr>\n<tr>\n<td>address</td>\n<td>\"Customer Order Header\".Address (Text[100])</td>\n<td>Address of the customer.</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>\"Customer Order Header\".Address (Text[100])</td>\n<td>Address of the customer.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>COHeader.\"Country/Region Code\" (Code[10])</td>\n<td>County of the order customer.</td>\n</tr>\n<tr>\n<td>postCode</td>\n<td>(Code)</td>\n<td>customer Post code</td>\n</tr>\n<tr>\n<td>countryRegionCode</td>\n<td>(Code)</td>\n<td>Region Code of Country</td>\n</tr>\n<tr>\n<td>city</td>\n<td>\"Customer Order Header\".City (Text[51])</td>\n<td>City of the order customer.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>\"Customer Order Header\".\"Net Amount (decimal)</td>\n<td>Net amount of the order.</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>\"Customer Order Header\".\"VAT Amount (decimal)</td>\n<td>Vat amount of the order.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>\"Customer Order Header\".\"Total Amount (decimal)</td>\n<td>Amount of the order.</td>\n</tr>\n<tr>\n<td>amountInclVatWoDiscounts</td>\n<td>(Decimal)</td>\n<td>Amount of the order without discounts.</td>\n</tr>\n<tr>\n<td>insurance</td>\n<td>(Code)</td>\n<td>Insurance amount of the order.</td>\n</tr>\n<tr>\n<td>charge</td>\n<td>(Decimal)</td>\n<td>Charge amount of the order.</td>\n</tr>\n<tr>\n<td>totalItems</td>\n<td>Integer</td>\n<td>Total number of items in the order.</td>\n</tr>\n<tr>\n<td>collectTimeLimit</td>\n<td>(Code)</td>\n<td>Time of the order by when the customer needs to collect it.</td>\n</tr>\n<tr>\n<td>clickAndCollect</td>\n<td>clickAndCollect(true/false)</td>\n<td>Verification if it is clickAndCollect order.</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Ship Order (true/false)</td>\n<td>Verification if it is a shipment order.</td>\n</tr>\n<tr>\n<td>generalComment</td>\n<td>Text</td>\n<td>General comment for the order.</td>\n</tr>\n<tr>\n<td>deliveryComment</td>\n<td>Text</td>\n<td>Comment for the delivery order.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Integer</td>\n<td>Payment method selected by customer</td>\n</tr>\n<tr>\n<td>shiptoAddressCode</td>\n<td>Code</td>\n<td>Delivery address code.</td>\n</tr>\n<tr>\n<td>shipToName</td>\n<td>Text</td>\n<td>Delivery address name.</td>\n</tr>\n<tr>\n<td>shipToAddress</td>\n<td>Text</td>\n<td>Delivery address.</td>\n</tr>\n<tr>\n<td>shipToAddress2</td>\n<td>Text</td>\n<td>Delivery address 2.</td>\n</tr>\n<tr>\n<td>shipToCity</td>\n<td>Text</td>\n<td>Delivery address city.</td>\n</tr>\n<tr>\n<td>shipToCounty</td>\n<td>Code</td>\n<td>Delivery address county.</td>\n</tr>\n<tr>\n<td>shipToPostCode</td>\n<td>Code</td>\n<td>Delivery address post code.</td>\n</tr>\n<tr>\n<td>shipToCountryRegionCode</td>\n<td>Code</td>\n<td>Delivery address region code.</td>\n</tr>\n<tr>\n<td>shipToPhoneNo</td>\n<td>Text</td>\n<td>Delivery address phone number.</td>\n</tr>\n<tr>\n<td>shipToEmail</td>\n<td>Text</td>\n<td>Delivery address email.</td>\n</tr>\n<tr>\n<td>shipToHouseApartmentNo</td>\n<td>Text</td>\n<td>Delivery address house/apartment number.</td>\n</tr>\n<tr>\n<td>jobID</td>\n<td>Integer</td>\n<td>Job id of the order.</td>\n</tr>\n<tr>\n<td>deliveryJobID</td>\n<td>Integer</td>\n<td>Delivery job of the order.</td>\n</tr>\n<tr>\n<td>deliveryTrackingLink</td>\n<td>Text</td>\n<td>Delivery tracking link.</td>\n</tr>\n<tr>\n<td>lat</td>\n<td>Latitude (decimal)</td>\n<td>Order latitude coordinates.</td>\n</tr>\n<tr>\n<td>lng</td>\n<td>longitude(decimal)</td>\n<td>Order longitude coordinates.</td>\n</tr>\n<tr>\n<td>regionID</td>\n<td>Integer</td>\n<td>Region id of the order.</td>\n</tr>\n<tr>\n<td>teamID</td>\n<td>Integer</td>\n<td>Team id of the order.</td>\n</tr>\n<tr>\n<td>totalDiscount</td>\n<td>Decimal</td>\n<td>Total dicount amount of the order.</td>\n</tr>\n<tr>\n<td>tookanTemplateValue</td>\n<td>Integer</td>\n<td>Tookan template value of the order.</td>\n</tr>\n<tr>\n<td><strong>lines</strong></td>\n<td></td>\n<td>The information about lines. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>\"Customer Order Line\".\"Line No.\" (Integer)</td>\n<td>Item Line number of the line.</td>\n</tr>\n<tr>\n<td>processingStatus</td>\n<td>\"Customer Order Line\".\"Processing Status\" (Text[])</td>\n<td>Processing status of the line.</td>\n</tr>\n<tr>\n<td>processingStatusLabel</td>\n<td>\"Customer Order Header\".\"Processing Status Label\" (Text[])</td>\n<td>Processing status label of the line.</td>\n</tr>\n<tr>\n<td>statusName</td>\n<td>Text</td>\n<td>Status Name of line</td>\n</tr>\n<tr>\n<td>number</td>\n<td>\"Customer Order Line\".Number (Code[20])</td>\n<td>Number of the line.</td>\n</tr>\n<tr>\n<td>itemDescription</td>\n<td>\"Customer Order Line\".\"Item Description\" (Text[100])</td>\n<td>Item description of the line.</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>UOM code (Code[10])</td>\n<td>UOM of the line.</td>\n</tr>\n<tr>\n<td>price</td>\n<td>\"Customer Order Line\".Price (decimal)</td>\n<td>Price of the line.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>\"Customer Order Line\".Quantity (decimal)</td>\n<td>Quantity amount of the line.</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>\"Customer Order Line\".Net Amount\" (decimal)</td>\n<td>Net amount of the line.</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>\"Customer Order Line\".\"VAT Amount\" (decimal)</td>\n<td>Vat amount of the order.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>\"Customer Order Line\".Amount (decimal)</td>\n<td>Amount of the line.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>\"Customer Order Line\".\"Discount Amount\" (decimal)</td>\n<td>Discount amount of the order.</td>\n</tr>\n<tr>\n<td>amountInclVatWoDiscounts</td>\n<td>Decimal</td>\n<td>Amount of the order without discounts.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetCustomerOrder"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"9975ba90-8ba6-4b2c-99a5-2050b3c81968","name":"TC_GetCustomerOrder_appID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\"loginId\":\"USER010@PIONEERCO.COM\",\n\"appID\" : \"0\",\n\"documentId\": \"ECOM0000171\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetCustomerOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"563"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 12:57:17 GMT"},{"key":"x-amzn-RequestId","value":"704a6186-e58f-4660-ac9a-555e6d807b23"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"563"},{"key":"x-amz-apigw-id","value":"fqQzCGt4FiAFjyg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"233-EC653u5GvR2MEDOZO74PkGC/mMk\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da61ac-2eb691b17cc44197302744bf;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fc54020ff2087bf01c6a8bc97e7fe89a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"Hy10yXDGiNSkayOKTG6J4PtFc4TLovOB3YSBG0a2DhMX-34uJVQEsg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"documentID\": \"ECOM0000171\",\n    \"customerNumber\": \"C00014\",\n    \"customerName\": \"Vanessa Lewis\",\n    \"created\": \"2023-01-25T07:57:22.897Z\",\n    \"requestedDate\": \"\",\n    \"store\": \"CUV\",\n    \"processingStatus\": \"PUT_BACK\",\n    \"email\": \"\",\n    \"phoneNumber\": \"\",\n    \"mobilePhoneNumber\": \"\",\n    \"address\": \"\",\n    \"country\": \"\",\n    \"city\": \"\",\n    \"netAmount\": \"4.89\",\n    \"vatAmount\": \"0.61\",\n    \"amount\": \"5.50\",\n    \"lines\": [\n        {\n            \"lineNo\": 10000,\n            \"processingStatus\": \"CONFIRM\",\n            \"number\": \"9900029450\",\n            \"itemDescription\": \"Dhl charge bill\",\n            \"unit\": \"EA\",\n            \"price\": \"5.50\",\n            \"quantity\": \"1.00\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.61\",\n            \"amount\": \"5.50\",\n            \"discountAmount\": \"0.00\"\n        }\n    ]\n}"}],"_postman_id":"f381c660-6a9d-4bb0-849d-65584731aa25"},{"name":"GetDigitalReceipt","id":"7aadb8cf-af67-4acc-b4ce-221ffdf29d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"StoreNo\":\"CUV\",\r\n\"PosTerminalNo\":\"\",\r\n\"CustomerOrderId\": \"\",\r\n\"ReceiptNo\": \"0000CUV001000000331\",\r\n\"PrintMethod\":\"JSON\",\r\n\"MailRecipient\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetDigitalReceipt","description":"<p>FIELDS DESCRIPTION REQUESTS</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CustomerOrderId</td>\n<td>Integer</td>\n<td>Customer Order Identification Number</td>\n</tr>\n<tr>\n<td>PrintMethod</td>\n<td>Text</td>\n<td>Method by which receipt can be printed</td>\n</tr>\n<tr>\n<td>StoreNo</td>\n<td>Code</td>\n<td>Store Identification code(Number)</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div><p>FIELDS DESCRIPTION RESPONSE</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Response code.</td>\n</tr>\n<tr>\n<td>message</td>\n<td>Text</td>\n<td>Message text of the request.</td>\n</tr>\n<tr>\n<td>displayMessage</td>\n<td>Text</td>\n<td>Display message text of the request.</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Code</td>\n<td>Level of the response.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetDigitalReceipt"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"7aadb8cf-af67-4acc-b4ce-221ffdf29d98"},{"name":"GetCustomerSalesHistory","id":"24697622-9aa7-41b5-a3b1-3a1758ea156d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"lea.kirindas+101003@tenging.is\",\n    \"appID\" : \"1\",\n    \"onlineSale\": true,\n    \"dateFrom\": \"2023-08-20\",\n    \"dateTo\": \"2023-10-11\",\n    \"page\": 1,\n    \"perPage\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetCustomerSalesHistory","description":"<p>FIELDS DESCRIPTION RESPONSE REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>dateFrom</td>\n<td>Date</td>\n<td>Date from when customer sales history starts</td>\n</tr>\n<tr>\n<td>dateTo</td>\n<td>Date</td>\n<td>Date when customer sales history should end.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Text</td>\n<td>Language id of the request.</td>\n</tr>\n<tr>\n<td>loginId</td>\n<td>Email (Text [50])</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page number of the sales.</td>\n</tr>\n<tr>\n<td>perPage</td>\n<td>Integer</td>\n<td>Number of sales per page.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the method was <strong>successful</strong>, the request returns the following response.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>totalTransactions</td>\n<td>Number</td>\n<td>Total number of transactions</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetCustomerSalesHistory"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"e81f35d2-a926-4065-93e0-77e718404212","name":"TC_GetProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"554"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:30:22 GMT"},{"key":"x-amzn-RequestId","value":"ad4936d7-5071-43c8-9a04-1d0066423b49"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"554"},{"key":"x-amz-apigw-id","value":"AHc7XEnIFiAFl5w="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"22a-uMTsV1UlHBQrsJjMFzV262SoZik\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e60eae-27ff251d0895e1886d896929;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a0ed8ab9bdb194ac51725369653b3802.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"slZPMHmbg-gI6X6rgS4tlHbDusS_d9FuYzVkEig_OTw1bxMWwrFTqQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTCASEUSER@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"a\",\n        \"middleName\": \"\",\n        \"surname\": \"a\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2000-01-01\",\n        \"gender\": \"male\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00081\",\n            \"email\": \"TESTCASEUSER@TT.COM\",\n            \"firstLastName\": \"a a\",\n            \"phoneNumber\": \"1-123-123-1234\",\n            \"billingAddress\": {\n                \"address\": \"Baking Soda\",\n                \"city\": \"\",\n                \"zipCode\": \"\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"Baking Soda\",\n                    \"city\": \"\",\n                    \"zipCode\": \"\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"},{"id":"535e6589-8e3e-4c66-aa62-754865cadf48","name":"TC_GetProfileInfo_noUser_error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSE@TT.COM\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 10 Feb 2023 09:35:00 GMT"},{"key":"x-amzn-RequestId","value":"86a7bbd4-db63-44ad-8d05-3a1ac626052e"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"74"},{"key":"x-amz-apigw-id","value":"AHdmzEkLFiAFfNg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"4a-ydbL9lr82K+7ywEWRPK/Kg1x40k\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63e60fc4-45c0976179d4911a048eaa7d;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a0ed8ab9bdb194ac51725369653b3802.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"GrgQoEgl2cjUIerl4nZu15SSXn9ffm-nk690cPcyncvftS7hsyHsLA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Error_Code\": \"USER_ERR\",\n        \"Error_Messsage\": \"User does not exist\"\n    }\n}"},{"id":"75a433ba-c3d6-4b67-9401-640edd74893b","name":"GetProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"atai.omorov+17@tenging.is\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"684"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 17 Mar 2023 12:21:26 GMT"},{"key":"x-amzn-RequestId","value":"375e8138-899b-4ea5-a92b-b61d38708ab8"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"684"},{"key":"x-amz-apigw-id","value":"B7MzGF6LoAMFzWA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"2ac-XYH580nuLvo2J7M1noGnTs+HSCA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-64145b46-79f7e0e45de88324548b7e33;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 017ac0aeeb057314a9b1c06f8b97ba34.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"PRG50-C1"},{"key":"X-Amz-Cf-Id","value":"mg1hdzMIK-JiAnvGLVqMIdl5kMCErk1_QRXWT8va4dP5OFwF2XMrGw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"ATAI.OMOROV+17@TENGING.IS\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"atai\",\n        \"middleName\": \"the\",\n        \"surname\": \"14th Jr\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2000-01-02\",\n        \"gender\": \"none\",\n        \"withPets\": false,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00134\",\n            \"email\": \"ATAI.OMOROV+17@TENGING.IS\",\n            \"firstLastName\": \"atai the 14th Jr\",\n            \"phoneNumber\": \"\",\n            \"billingAddress\": {\n                \"address\": \"address field one\",\n                \"address2\": \"address field one\",\n                \"city\": \"Valencia\",\n                \"zipCode\": \"VALENCIA\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"address field one\",\n                    \"address2\": \"address field one\",\n                    \"city\": \"Valencia\",\n                    \"zipCode\": \"VALENCIA\",\n                    \"deletable\": false\n                }\n            ]\n        }\n    }\n}"},{"id":"de683dfa-9dcf-4fe9-a453-de22bcd5df39","name":"GetProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"6f503d5c-c2d0-4314-bfad-b1737c4d82fc","name":"GetProfileInfo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"TESTCASEUSER@TT.COM\",\n    \"appID\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetProfileInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"587"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 31 Mar 2023 14:58:00 GMT"},{"key":"x-amzn-RequestId","value":"4f60adb2-9f9d-498b-a1bf-cb100e0d45d6"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"1370"},{"key":"x-amz-apigw-id","value":"Cps21HlAIAMFXAg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"55a-jEgCgTLs9ghHJ9jfmMeaPcv8otI\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6426f4f8-10b5d35518744f4d643f420a;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 45ff2040e09b26d7b6a62f48718e1406.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"HEL51-P1"},{"key":"X-Amz-Cf-Id","value":"OcvPao7Oec76P1kimMLWeF9RzZd33s9MU-j35clurkZSzqWdbnxLQw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"profile\": {\n        \"globalPayCustomerKey\": \"\",\n        \"login\": \"TESTCASEUSER@TT.COM\",\n        \"isEmailVerified\": true,\n        \"firstName\": \"Test\",\n        \"middleName\": \"User\",\n        \"surname\": \"Case\",\n        \"isPharmacyUser\": false,\n        \"dateofBirth\": \"2002-02-02\",\n        \"gender\": \"female\",\n        \"withPets\": true,\n        \"customerType\": \"ADULT\",\n        \"customer\": {\n            \"number\": \"C00081\",\n            \"email\": \"TESTCASEUSER@TT.COM\",\n            \"firstLastName\": \"Test User Case\",\n            \"phoneNumber\": \"1-123-123-1235\",\n            \"billingAddress\": {\n                \"address\": \"123\",\n                \"address2\": \"Trincity Central Road\",\n                \"city\": \"Arima\",\n                \"zipCode\": \"30\"\n            },\n            \"deliveryAddresses\": [\n                {\n                    \"code\": \"billing\",\n                    \"name\": \"Billing Address\",\n                    \"address\": \"123\",\n                    \"address2\": \"Trincity Central Road\",\n                    \"city\": \"Arima\",\n                    \"zipCode\": \"30\",\n                    \"deletable\": false\n                },\n                {\n                    \"code\": \"082AF6F779\",\n                    \"name\": \"asdasd\",\n                    \"address\": \"\",\n                    \"address2\": \"street asdasda\",\n                    \"city\": \"Aranguez\",\n                    \"zipCode\": \"ARANGUEZ\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"51065D77C7\",\n                    \"name\": \"new d18\",\n                    \"address\": \"B12авва31\",\n                    \"address2\": \"C3ав451\",\n                    \"city\": \"Balmain\",\n                    \"zipCode\": \"BALMAIN\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"65FB9484F4\",\n                    \"name\": \"aquart\",\n                    \"address\": \"apt 1212\",\n                    \"address2\": \"street Blablabla\",\n                    \"city\": \"Aquart Village\",\n                    \"zipCode\": \"AQUART VILLAGE\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"ABBFCEB893\",\n                    \"name\": \"new d18\",\n                    \"address\": \"B12авва31\",\n                    \"address2\": \"C3ав451\",\n                    \"city\": \"Balmain\",\n                    \"zipCode\": \"BALMAIN\",\n                    \"deletable\": true\n                },\n                {\n                    \"code\": \"F683201185\",\n                    \"name\": \"new delivery address111\",\n                    \"address\": \"1938 \",\n                    \"address2\": \"Sullivan Place\",\n                    \"city\": \"Arouca\",\n                    \"zipCode\": \"35\",\n                    \"deletable\": true\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"24697622-9aa7-41b5-a3b1-3a1758ea156d"}],"id":"d4b95721-9e38-4568-990c-13092fe0cdea","_postman_id":"d4b95721-9e38-4568-990c-13092fe0cdea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Prescriptions","item":[{"name":"AddPrescriptionToBasket","id":"ea8b7066-4201-4f0e-8287-680a0bd987ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"1\",\r\n    \"loginID\": \"ATAI.OMOROV+7@TENGING.IS\",\r\n    \"orderNo\": \"PRCU000671\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddPrescriptionToBasket","description":"<p><strong>AddProductToBasket</strong> method is used to add a product line to the customer's existing basket.</p>\n<p>The method's request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginID</td>\n<td>Text</td>\n<td>Login id of the request.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>Language id of the request.</td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>Text</td>\n<td>Login id of the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["AddPrescriptionToBasket"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"dd7d3e6c-1a59-4739-a4c1-1554514a1609","name":"ERROR_BasketNotFound","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"1\",\r\n    \"loginID\": \"ATAI.OMOROV+7@TENGING.IS\",\r\n    \"orderNo\": \"PRCU000671\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddPrescriptionToBasket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 29 Jun 2023 13:11:59 GMT"},{"key":"x-amzn-RequestId","value":"1340ad9e-c6a9-454d-bac2-c8628f9d38dd"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"212"},{"key":"x-amz-apigw-id","value":"HSFs5GDUoAMFiLg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"d4-kzdO29SZ/5/7eIsjg5at1iuO4tA\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-649d831f-025b694576552e56049b75c6;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7eed26bf556f98f973db7d0e444fa804.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MIA3-P1"},{"key":"X-Amz-Cf-Id","value":"ZYqytadp6riuegHx6k4JjhOClSyZ21FbjP-4z7oj3rEqJ5shkRa9Yg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": [\n        {\n            \"code\": \"BASKET_ERR\",\n            \"message\": \"Basket for appId=1 and loginId=ATAI.OMOROV+7@TENGING.IS not found\",\n            \"displayMessage\": \"Basket for appId=1 and loginId=ATAI.OMOROV+7@TENGING.IS not found\",\n            \"level\": \"Error\"\n        }\n    ]\n}"}],"_postman_id":"ea8b7066-4201-4f0e-8287-680a0bd987ee"},{"name":"DeletePrescriptionFromBasket","id":"607568e9-ba1f-472a-99f3-87087159de51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appID\": \"1\",\r\n    \"loginID\": \"ATAI.OMOROV+7@TENGING.IS\",\r\n    \"orderNo\": \"PRCU000671\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/DeletePrescriptionFromBasket","description":"<p><strong>AddProductToBasket</strong> method is used to add a product line to the customer's existing basket.</p>\n<p>The method's request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Type</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>loginID</td>\n<td>text[50]MemberLogin.\"Login ID\"</td>\n<td>Login name of the customer to login to the system.</td>\n</tr>\n<tr>\n<td><strong>items</strong></td>\n<td></td>\n<td>Information about items in the order. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>number</td>\n<td>Item.\"No.\" (Code[20])</td>\n<td>Item number.</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>decimal</td>\n<td>Quantity of the item.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["DeletePrescriptionFromBasket"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"607568e9-ba1f-472a-99f3-87087159de51"},{"name":"GetPrescriptionOrders","id":"2db47abf-3ad5-4823-a7bd-b69913cbbd66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"LEA.KIRINDAS+444@TENGING.IS\",\n    \"appID\": \"1\",\n   \"perPage\":\"0\",\n    \"page\":\"0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetPrescriptionOrders","description":"<p><strong>GetPrescriptionOrders</strong> method shows a list of available prescription orders to add to the basket.</p>\n<p>FIELDS DESCRIPTION REQUEST:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>loginID</td>\n<td>\"Member Login\".\"Login ID\" (Text [50])</td>\n<td>Login name of the customer.</td>\n</tr>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the customer.</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>Language id (if translation is required)</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Page number of the prescriptions.</td>\n</tr>\n<tr>\n<td>perPage</td>\n<td>Integer</td>\n<td>Number of orders per page.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetPrescriptionOrders"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"176c570d-772a-4ec5-a4af-baace7fb9baf","name":"GetPrescriptionOrders_TEST","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginId\": \"ATAI.OMOROV+7@TENGING.IS\",\n    \"page\": \"0\",\n    \"perPage\": \"0\",\n    \"appID\": \"1\",\n    \"languageID\": \"EN-TT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetPrescriptionOrders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"174"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 01 Aug 2023 12:31:48 GMT"},{"key":"x-amzn-RequestId","value":"ba1f941d-b916-4a4a-a37d-973bba387f0a"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"174"},{"key":"x-amz-apigw-id","value":"I-wwQHV1oAMFtew="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"ae-vDbgdyPRbT+J//u822GYi2yqswY\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-64c8fb34-029ff00c47fa040e0aad4a5c;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c76d87fd83a704b78afc1028fc7bcea2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"YHR1R6JYbq1nc0QvYSbbVZNknogQxXtBAvophM2grU4DfzKinoD6Lg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": [\n        {\n            \"code\": \"\",\n            \"message\": \"Unable to convert from Microsoft.Dynamics.Nav.Runtime.NavDecimal to System.String.\",\n            \"displayMessage\": \"Something went wrong\",\n            \"level\": \"Error\"\n        }\n    ]\n}"}],"_postman_id":"2db47abf-3ad5-4823-a7bd-b69913cbbd66"},{"name":"GetIssuers","id":"2c12a146-d2a2-40ba-90f7-316c6f39ee5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetIssuers","description":"<p><strong>GetIssuers</strong> method can be used to retrieve the information about <strong>the provider</strong> who issued the prescription for the item**.** This method is used by the pharmacist user upon requesting <strong>UploadPrescription</strong> and <strong>ModifyPrescription</strong> methods. (NOT UPDATED YET)</p>\n<p>If the method is successful, the following response is returned.</p>\n<p>FIELDS DESCRIPTION RESPONSE:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>issuers</strong></td>\n<td></td>\n<td>Information about the issuers. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>issuerID</td>\n<td>Issuer.\"Issuer ID\" (Code[20])</td>\n<td>Code of the issuer.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Issuer.Name (Text[50])</td>\n<td>Name of the issuer.</td>\n</tr>\n<tr>\n<td>category</td>\n<td>Issuer.Category (Code[10])</td>\n<td>Category of the issuer.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetIssuers"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"1afd9bf4-c320-43fd-a08f-4245f3bbd454","name":"GetIssuers","originalRequest":{"method":"POST","header":[],"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetIssuers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35808"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 05 Apr 2023 18:41:42 GMT"},{"key":"x-amzn-RequestId","value":"60551d18-f586-475f-a260-abcf4aa04f01"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"179393"},{"key":"x-amz-apigw-id","value":"C6sT9Ho2oAMFVbA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"2bcc1-kDut5E0bzZHMWNS6OsYlPpkkg4w\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-642dc0e5-3db2e5af7a16536b4ee1b846;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5f5aa47bb337704a0ad6f14b5e9a076a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN54-C1"},{"key":"X-Amz-Cf-Id","value":"dSklc7cxw3gn2LEekRYWTKY2oyO5O7Ml8rNImNlU8wpDEkSpbq3nPg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"issuers\": [\n        {\n            \"issuerID\": \"1\",\n            \"name\": \"ANNMARIE P. HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"117\",\n            \"name\": \"MICHAELA STRAKER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"154\",\n            \"name\": \"KRYSTAL DE GANNES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"17\",\n            \"name\": \"LEANDRA DASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"190\",\n            \"name\": \"SHANDEL ALI\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"200\",\n            \"name\": \"CRYSTAL JEROME\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"209\",\n            \"name\": \"YASHNI RAMKHALAWAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"224\",\n            \"name\": \"JANNINA JAIRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"236\",\n            \"name\": \"MAURICE  FRANK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"290\",\n            \"name\": \"RIA RAMDIAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"32\",\n            \"name\": \"MARK ADAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"3I\",\n            \"name\": \"WADE A. SEUKERAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A03D\",\n            \"name\": \"DOUGLAS ACHAIBA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A06D\",\n            \"name\": \"DALE AHYOUNG\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A06N\",\n            \"name\": \"NAFEESHA ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-101\",\n            \"name\": \"TERRENCE ALLAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-104\",\n            \"name\": \"KEVEN ANTOINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-112\",\n            \"name\": \"HYATALI AMEERAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-114\",\n            \"name\": \"KWAME DARKO ATUAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-115\",\n            \"name\": \"AFRAZ ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-116\",\n            \"name\": \"ANTHONY AMEERAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-117\",\n            \"name\": \"GODFREY M. ARAUJO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-122\",\n            \"name\": \"NARESH ARMOOGUM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-126\",\n            \"name\": \"PHILLIP  AYOUNG CHEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-138\",\n            \"name\": \"Kolawole Ajayi\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A13J\",\n            \"name\": \"JOSEPH ANDARY\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A-148\",\n            \"name\": \"ANIL ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-149\",\n            \"name\": \"LEONARDO AKAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A14TV\",\n            \"name\": \"TIMOTHY ARJOON\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A-150\",\n            \"name\": \"NICOLA ALCALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-152\",\n            \"name\": \"DALTON ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-155\",\n            \"name\": \"ANESA AHAMAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-156\",\n            \"name\": \"AYOTUNDE AKINDELE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-157\",\n            \"name\": \"OUMATEE NYOKA ARJOON-SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-158\",\n            \"name\": \"ANIL  ARMOOGUM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-163\",\n            \"name\": \"WAHEED AZIZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-168\",\n            \"name\": \"AVIND L.M. ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-169\",\n            \"name\": \"RALPH AZIZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-172\",\n            \"name\": \"DARREL ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-176\",\n            \"name\": \"MARIAMA  M. ALLEYNE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A17K\",\n            \"name\": \"KIMBERLY ABRAHAM\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A-18\",\n            \"name\": \"MANUEL ALFONZO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-180\",\n            \"name\": \"UCHENNA  ONYE ANYANWU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-181\",\n            \"name\": \"MURALI AVULA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-186\",\n            \"name\": \"KAMILLE ABDOOL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-187\",\n            \"name\": \"TRICIA-LEE ASSING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-192\",\n            \"name\": \"RONAN G. ALI \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-193\",\n            \"name\": \"RYAN ABRAHAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-197\",\n            \"name\": \"CATHERINE ADAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-199\",\n            \"name\": \"FARISA AMIN-MOHAMMED \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-201\",\n            \"name\": \"CORLIS ALEXANDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-203\",\n            \"name\": \"KENNEDY AMACHI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-204\",\n            \"name\": \"SAEED ABDOEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-209\",\n            \"name\": \"MARYAM ABDOOL-RICHARDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-210\",\n            \"name\": \"EDWARD  ABRAHAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-220\",\n            \"name\": \"TONYA ABRAHAM-ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-225\",\n            \"name\": \"FAREED N. ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-227\",\n            \"name\": \"RAJESH ANMOLSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-228\",\n            \"name\": \"JASON AUGUSTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-230\",\n            \"name\": \"ROSLYN ALFRED-DEMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-235\",\n            \"name\": \"SIMONE ABOUD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-244\",\n            \"name\": \"GODFREY ALEONG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-247\",\n            \"name\": \"ALEAH  ALI \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-249\",\n            \"name\": \"FARAH AHMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-25\",\n            \"name\": \"MELVIN AKAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-250\",\n            \"name\": \"ANISA ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-252\",\n            \"name\": \"KEEGAN ALEONG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-253\",\n            \"name\": \"SAMUEL ABOH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-254\",\n            \"name\": \"SHWETA AGARWAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-259\",\n            \"name\": \"ADETAYO AKINGBALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-260\",\n            \"name\": \"MARISSA ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-262\",\n            \"name\": \"SANDI  ARTHUR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-264\",\n            \"name\": \"RENEE ALI-KAJIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-266\",\n            \"name\": \"DIANA ANDREEVA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-270\",\n            \"name\": \"LAURA AMEERAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-273\",\n            \"name\": \"IMRAN AZIZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-277\",\n            \"name\": \"KELLIE ALLEYNE-MIKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-280\",\n            \"name\": \"SERGIY ADONIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-281\",\n            \"name\": \"CHUKWUMA AKIBOR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-283\",\n            \"name\": \"FIAZ ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-286\",\n            \"name\": \"DIANN ADAMS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-288\",\n            \"name\": \"NAFEESAH ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-289\",\n            \"name\": \"GERARD ANTOINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-292\",\n            \"name\": \"SHIVANI KHEMATIE ARMOOGAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-303\",\n            \"name\": \"ALEXANDRA AMES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-309\",\n            \"name\": \"ANURADHA AJODAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-317\",\n            \"name\": \"SAI  SAPNA ANMOLSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-319\",\n            \"name\": \"MARITZA ALEXANDER-VIDALE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-321\",\n            \"name\": \"GISELLE ANTOINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-322\",\n            \"name\": \"YULILA ADONINA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-326\",\n            \"name\": \"CARINA AGUILAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-327\",\n            \"name\": \"ANDREA LOIS ARRINDELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-330\",\n            \"name\": \"KAREEMA K ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-332\",\n            \"name\": \"DERRICK AARONS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-334\",\n            \"name\": \"J. AUGUSTINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-337\",\n            \"name\": \"IZUCHUKWU MODESTUS  ANYANWU \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-340\",\n            \"name\": \"ONEKA ACCO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-341\",\n            \"name\": \"AMUNU GRACE ADOGWA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-343\",\n            \"name\": \"ADRIAN ALEXANDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-347\",\n            \"name\": \"ISAAC ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-351\",\n            \"name\": \"SOFFIYA ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-355\",\n            \"name\": \"AIWERIAGBON ALFRED-IYAMU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-358\",\n            \"name\": \"ADRIAN ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-359\",\n            \"name\": \"FAADELA ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-361\",\n            \"name\": \"KAVI ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-362\",\n            \"name\": \"GABRIELLE ALEXANDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-364\",\n            \"name\": \"RIYADH ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-365\",\n            \"name\": \"SIDDIQ ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-37\",\n            \"name\": \"DAVID K. ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-374\",\n            \"name\": \"MARICHEA D AUSTIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-379\",\n            \"name\": \"KIRON ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-38\",\n            \"name\": \"TREVOR ANATOL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-383\",\n            \"name\": \"K. ADOLPHE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-389\",\n            \"name\": \"RAISA ABDULLAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-391\",\n            \"name\": \"MICHAEL ANDREWS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-393\",\n            \"name\": \"ZACHARY ALEXANDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-394\",\n            \"name\": \"AMANDA ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-396\",\n            \"name\": \"CAMILLE ALI \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-40\",\n            \"name\": \"SHAUKAT  GINO ACKBAR ALI \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-408\",\n            \"name\": \"TARIQ ANDREWIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-412\",\n            \"name\": \"ALEEMA ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-414\",\n            \"name\": \"KABEER ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-419\",\n            \"name\": \"MEGAN MARIE AUGUSTUS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-420\",\n            \"name\": \"RENEE AUSTIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-433\",\n            \"name\": \"R ALBERT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-436\",\n            \"name\": \"AZZAM ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-448\",\n            \"name\": \"SHIVAN ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-45\",\n            \"name\": \"FARZAN ALLI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-455\",\n            \"name\": \"AISHA ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-46\",\n            \"name\": \"JEHAN ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-50\",\n            \"name\": \"ZULAIKA  ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-51\",\n            \"name\": \"TERRY F. ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-52\",\n            \"name\": \"INGRID POON-KING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-54\",\n            \"name\": \"KEITH R.A. ALEONG \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-58\",\n            \"name\": \"ABRAHAM M. ALEXANDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-60\",\n            \"name\": \"S. DAVID ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-62\",\n            \"name\": \"KAYOUM ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-63\",\n            \"name\": \"KAMALUDDIN AMIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-66\",\n            \"name\": \"DIANE J. J.  ALEXANDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-70\",\n            \"name\": \"RASHEED U. ADAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-72\",\n            \"name\": \"AUDREY ANDERSON-RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-74\",\n            \"name\": \"KONGSHIEK A. ACHONG-LOW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-79\",\n            \"name\": \"IQBAL ACKBAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A80\",\n            \"name\": \"HUBERT P ACHILLE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A-85\",\n            \"name\": \"MOHAMMED S. ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A86\",\n            \"name\": \"MICHAEL J. AMOW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-86\",\n            \"name\": \"MOMIN AHMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-87\",\n            \"name\": \"MIRZA ASHRAPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A88\",\n            \"name\": \"ALYSON GILLIAN ABLACK\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A91\",\n            \"name\": \"COLIN ANDREW\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A-91\",\n            \"name\": \"OMAR ALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A92A\",\n            \"name\": \"ARMAN ALPHAN-ALI\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"A-93\",\n            \"name\": \"DENAESH C. ARIYANAYYAGAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-95\",\n            \"name\": \"MARWAN A. ABDULLA \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"A-98\",\n            \"name\": \"PATRICIA AITKEN MOOTOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B00B\",\n            \"name\": \"BRENDAN BARTHOLOMEW\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B00N\",\n            \"name\": \"NATHAN BHAGAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B01B\",\n            \"name\": \"GOWRIE LALLA\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"B03C\",\n            \"name\": \"JEANINE CHOW LEONG\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"B04D\",\n            \"name\": \"DIANE BOODOO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B06A\",\n            \"name\": \"ARLANA K BISSOON-MOONASAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B07R\",\n            \"name\": \"RAMAA BALKARAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B07S\",\n            \"name\": \"SASHA  BALDEO \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B08KN\",\n            \"name\": \"KEISHA BREWSTER\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B09B\",\n            \"name\": \"BJORN BABWAH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B09DM\",\n            \"name\": \"DIONNE BEST\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B-100\",\n            \"name\": \"GOBIN BAJRANJEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-104\",\n            \"name\": \"PETER BOVELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-107\",\n            \"name\": \"NELLEEN  BABOOLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-109\",\n            \"name\": \"VICTOR F. BLACKBURN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-110\",\n            \"name\": \"BENI N. BALKARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-111\",\n            \"name\": \"CLYDE BAILEY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-112\",\n            \"name\": \"CAROL BHAGAN-KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-116\",\n            \"name\": \"BIJAI BALLIRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-119\",\n            \"name\": \"SHAHEEBA BARROW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B11K\",\n            \"name\": \"KEISHA BROOMES\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B11M(2)\",\n            \"name\": \"MACHEL BUCHANAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B-120\",\n            \"name\": \"BHARAT BASSAW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-123\",\n            \"name\": \"LESLIE A. BISHOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-124\",\n            \"name\": \"RONALD BUDHOORAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-125\",\n            \"name\": \"MANDREKER BAHALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-133\",\n            \"name\": \"LACKRAM P. BODOE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-135\",\n            \"name\": \"MARIA BARTHOLOMEW \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-138\",\n            \"name\": \"NEAL BHAGWANDASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-139\",\n            \"name\": \"JANINNE BROWNE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B13AK\",\n            \"name\": \"ANNA-KAY BISHOP\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B13J\",\n            \"name\": \"JIRIES BAQAIN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B-141\",\n            \"name\": \"BASSANT CHANDAN BISSESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-147\",\n            \"name\": \"BRIAN N. BOCAGE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-148\",\n            \"name\": \"SAMLAL BOOCHAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B14C\",\n            \"name\": \"CHARISSA BANDOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B14CM\",\n            \"name\": \"CINDY-ANN BECKLES\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B-155\",\n            \"name\": \"PAUL BISSESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-156\",\n            \"name\": \"HEMWANT BHAGWANDASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-159\",\n            \"name\": \"RONNIE BHOLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-161\",\n            \"name\": \"VINOO BHEEM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-162\",\n            \"name\": \"LANA E. BOODHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-165\",\n            \"name\": \"HASIM BAKSH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-166\",\n            \"name\": \"DEAN S.R. BAIJU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B16AS\",\n            \"name\": \"AKEETA S. BAKSH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B16CP\",\n            \"name\": \"CHELSEA P. BISSESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-172\",\n            \"name\": \"DEBRA BARTHOLOMEW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-173\",\n            \"name\": \"KERRYN BRAHIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-174\",\n            \"name\": \"PETER K. BAGGAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-175\",\n            \"name\": \"BRENDA BABULAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-176\",\n            \"name\": \"TERRENCE BABWAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-178\",\n            \"name\": \"CHANDARDATH BODOE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B17AH\",\n            \"name\": \"ANANDA BUJHAWAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B-183\",\n            \"name\": \"SAMANTHA F.M. BHAGAN F.M. LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-186\",\n            \"name\": \"RODERICK BHAGAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-187\",\n            \"name\": \"GEORGIA BAIRD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B18CA\",\n            \"name\": \"CHRISTINE BOODOO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"B-190\",\n            \"name\": \"SUDESH BALLIRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-194\",\n            \"name\": \"Roshni Bissoondatt\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-195\",\n            \"name\": \"NIGEL A. BASCOMBE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-196\",\n            \"name\": \"RAYAAD BAKSH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-197\",\n            \"name\": \"RENEE BANFIELD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-199\",\n            \"name\": \"DARREN BISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-204\",\n            \"name\": \"PRITHIVIRAJ BAHADURSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-206\",\n            \"name\": \"GREGORY BOYCE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-207\",\n            \"name\": \"NIRVAN BASDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-210\",\n            \"name\": \"CINDY-ANN BADALOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-211\",\n            \"name\": \"KANDICE BOODLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-212\",\n            \"name\": \"THEMA BRANCHE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-216\",\n            \"name\": \"NICKELSON BEEKHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-218\",\n            \"name\": \"SHIVRAJ BAHADURSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-220\",\n            \"name\": \"BERNARD BEDAYSIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-221\",\n            \"name\": \"ANDERW BOXILL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-223\",\n            \"name\": \"DELMON BAKER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-226\",\n            \"name\": \"Clyde Bharath\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-229\",\n            \"name\": \"GANGA BHAGIRATHEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-230\",\n            \"name\": \"BRUCE C. BIRD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-231\",\n            \"name\": \"EARL A. BRATHWAITE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-232\",\n            \"name\": \"RAVI BOODRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-233\",\n            \"name\": \"SHIREEN  BREWSTER \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-236\",\n            \"name\": \"SACHA BIDAISEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-237\",\n            \"name\": \"AVINASH BISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-238\",\n            \"name\": \"ROMA BRIDGELAL NAGASSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-239\",\n            \"name\": \"JAMAAL BROWN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-241\",\n            \"name\": \"SHIVANI BADRI-MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-242\",\n            \"name\": \"VISHAM BHIMULL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-249\",\n            \"name\": \"RAVI BHAGALOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-250\",\n            \"name\": \"EMERSON BUDHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-252\",\n            \"name\": \"ADESH BHIMSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-262\",\n            \"name\": \"JEEVAN BAHADUR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-263\",\n            \"name\": \"NAGARAJU BATTALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-266\",\n            \"name\": \"LUTCHMIE BASSAWH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-270\",\n            \"name\": \"DARA BLADES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-271\",\n            \"name\": \"ANDERSON  BOODRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-272\",\n            \"name\": \"SARITA BOOTOOR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-279\",\n            \"name\": \"SORAIYA BAKSH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-281\",\n            \"name\": \"TESSA BANDHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-283\",\n            \"name\": \"BRIAN BRADY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-284\",\n            \"name\": \"VISHAL BAHALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-285\",\n            \"name\": \"RAJIV BHAGALOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-286\",\n            \"name\": \"SANDRA BLACK-BOXILL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-287\",\n            \"name\": \"NAHMORAH BOBB\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-291\",\n            \"name\": \"DILLON BAPTISTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-294\",\n            \"name\": \"LAURA BEEKHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-295\",\n            \"name\": \"CHRISTIAN  BEHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-299\",\n            \"name\": \"DIONNE BRATHWAITE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-302\",\n            \"name\": \"SHERENE BALKISSOON\",\n            \"category\": \"\"\n        },\n        {\n            \"issuerID\": \"B-303\",\n            \"name\": \"CHARISSE BOVELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-309\",\n            \"name\": \"JANELLE BLACKMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-310\",\n            \"name\": \"PEGGY-ANN BURGESS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-312\",\n            \"name\": \"VINOOD  BANDOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-316\",\n            \"name\": \"ANIL  M. BOODRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-317\",\n            \"name\": \"ARTEE GONZALES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-32\",\n            \"name\": \"EDMUND BOUCAUD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-323\",\n            \"name\": \"ANUSHKA ANUSHKA BISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-324\",\n            \"name\": \"LORINDA BOORAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-325\",\n            \"name\": \"ROBERT  BABWAHSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-327\",\n            \"name\": \"INYANG INYANG BASSEY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-328\",\n            \"name\": \"WANDA BELLAMY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-331\",\n            \"name\": \"WINDALE BALGOBIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-334\",\n            \"name\": \"RIA BIRBAL-SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-336\",\n            \"name\": \"CANDACE BRIDGLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-339\",\n            \"name\": \"KRYSTAL BHARATH-BISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-342\",\n            \"name\": \"CHAD BISAMBAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-351\",\n            \"name\": \"SATYANAND BAHALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-352\",\n            \"name\": \"OKERA BAPTISTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-353\",\n            \"name\": \"VISHAM BHAGALOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-355\",\n            \"name\": \"CHRISTOPHER BRISTO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-356\",\n            \"name\": \"MELISSA BACHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-361\",\n            \"name\": \"SANDEEP BALKARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-362\",\n            \"name\": \"TAMARA BOODASINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-363\",\n            \"name\": \"A. BOODOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-365\",\n            \"name\": \"STEFAN BEHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-366\",\n            \"name\": \"KELLEY BRIDGELAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-369\",\n            \"name\": \"VISHI Y. BEHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-370\",\n            \"name\": \"DANAH BHARMAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-371\",\n            \"name\": \"KANTA BUDHOORAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-373\",\n            \"name\": \"JAMES E. BRATT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-374\",\n            \"name\": \"BHEEMIREDDY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-376\",\n            \"name\": \"MAHESH KUMAR BANDA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-377\",\n            \"name\": \"KHADINA  BENNY \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-379\",\n            \"name\": \"JAN ROSHNI BISSESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-381\",\n            \"name\": \"CHEVONNE BODKYN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-385\",\n            \"name\": \"TRACY BOODRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-386\",\n            \"name\": \"JAMILA BELGRAVE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-388\",\n            \"name\": \"NADIA  BALLERAM \",\n            \"category\": \"\"\n        },\n        {\n            \"issuerID\": \"B-390\",\n            \"name\": \"DANA  BIRD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-392\",\n            \"name\": \"VANDANA BISSRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-399\",\n            \"name\": \"NICKITA J. BISSESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-404\",\n            \"name\": \"LYSTRA BUDHRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-410\",\n            \"name\": \"JEREMY BADHAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-411\",\n            \"name\": \"ASTRID  BHAGWAT  REG B-411\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-412\",\n            \"name\": \"SANJIV BISRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-413\",\n            \"name\": \"MAKEDA BLONDELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-417\",\n            \"name\": \"MALINI BASDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-420\",\n            \"name\": \"VARUN BRIDGELAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-421\",\n            \"name\": \"KANDACE BAGGAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-427\",\n            \"name\": \"SHALINI BOOCHAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-430\",\n            \"name\": \"MAIA BLACKMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-433\",\n            \"name\": \"ADAM BENJAMIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-436\",\n            \"name\": \"AARON VISHNU BENJAMIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-439\",\n            \"name\": \"JEANINE MARIE BIBBY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-440\",\n            \"name\": \"KERRY BENJAMIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-441\",\n            \"name\": \"JOSE BURGOS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-450\",\n            \"name\": \"NADIA BRAITHWAITE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-458\",\n            \"name\": \"SAUDA BODIE-MC INTYRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-459\",\n            \"name\": \"NICHOLAS BEHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-460\",\n            \"name\": \"CHELSEY FLORENCE BERTRAND\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-465\",\n            \"name\": \"DEVA BHARRATHSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-466\",\n            \"name\": \"ARIEL BROWN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-467\",\n            \"name\": \"MICKHAIEL BARROW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-475\",\n            \"name\": \"SACHIN BIDHESI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-480\",\n            \"name\": \"AARTI BOODOOSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-484\",\n            \"name\": \"VANITA BASSARATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-490\",\n            \"name\": \"SATESH BISSRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-497\",\n            \"name\": \"QUINTIN BYNOE-OGLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-499\",\n            \"name\": \"SOFIYAH BARROW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-500\",\n            \"name\": \"DAMION BASDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-509\",\n            \"name\": \"GISELLE BAPTISTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-513\",\n            \"name\": \"BRYAN BHAGAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-517\",\n            \"name\": \"SHIVANI  BEHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-527\",\n            \"name\": \"AMRIT BAJRANGEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-530\",\n            \"name\": \"DANIELLA BLACKMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-531\",\n            \"name\": \"SHENILLE BURGESS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-532\",\n            \"name\": \"CHRISTOPHER KEN BUFFONG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-536\",\n            \"name\": \"BINTA BAPTISTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-541\",\n            \"name\": \"VIDAL BELTRAN CORVEA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-546\",\n            \"name\": \"MARIANA BROWNE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-548\",\n            \"name\": \"AMRITA BIRBAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-550\",\n            \"name\": \"VIKASH BADASEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-573\",\n            \"name\": \"SHARLENE BOODOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-585\",\n            \"name\": \"SIMON MALCOLM BORDE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-64\",\n            \"name\": \"EARL BHAGAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-69\",\n            \"name\": \"HESS C. BENJAMIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-71\",\n            \"name\": \"ASHRAM BISSOONDATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-74\",\n            \"name\": \"KHAMEDAYE B. MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-75\",\n            \"name\": \"MORGAN BASANTA JR.\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-77\",\n            \"name\": \"ANTHONY KELSHALL BEHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-80\",\n            \"name\": \"RODNEY BENJAMIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-82\",\n            \"name\": \"HENRY BEDAYSIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B84\",\n            \"name\": \"GLEN BALLY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-84\",\n            \"name\": \"DAVID E. BRATT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-88\",\n            \"name\": \"STEVE R. BUDHOORAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-91\",\n            \"name\": \"EARL M. BREWSTER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B95G\",\n            \"name\": \"DR. GRAEME BERTRAND\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B-98\",\n            \"name\": \"STEPHEN BHAGAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"B98D\",\n            \"name\": \"DEXTER R. BROWNE \",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"BM08V\",\n            \"name\": \"VEESHAM BADRIE-MAHARAJ\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C02E\",\n            \"name\": \"EDDISON CHANG\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C05C\",\n            \"name\": \"CLINT COOLMAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C07KJ\",\n            \"name\": \"KATRINA CAMPBELL-SELF\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-100\",\n            \"name\": \"JOHN CHIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-103\",\n            \"name\": \"BETTY-ANN M. CARR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C10A\",\n            \"name\": \"AZEEM CASSIM\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C10K\",\n            \"name\": \"KRISTIAN  COUTOU\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C-112\",\n            \"name\": \"WILSON CHIN SOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-119\",\n            \"name\": \"KENNETH S. CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C11CJ\",\n            \"name\": \"CANDICE CUNNINGHAM\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C11SO\",\n            \"name\": \"SHERLINE ONIKA CHASE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C-122\",\n            \"name\": \"DAVID COOMANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-126\",\n            \"name\": \"PETER CHIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-130\",\n            \"name\": \"KAREN  KOX\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-132\",\n            \"name\": \"KAVI D. CAPILDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-133\",\n            \"name\": \"STEPHANIE CASTILLO-OMARDEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-137\",\n            \"name\": \"SANDRA CAMPS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-139\",\n            \"name\": \"KELVIN CHATOOR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-147\",\n            \"name\": \"DEVON CREESE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-150\",\n            \"name\": \"DION M. CARTER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-153\",\n            \"name\": \"CATHERINE A. CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C15L\",\n            \"name\": \"LEIGH CABRAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C-163\",\n            \"name\": \"JANET CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-166\",\n            \"name\": \"BRIAN CONNELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-168\",\n            \"name\": \"DIANDRA CLINKER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-169\",\n            \"name\": \"ABIGAIL CUMBERBATCH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C16A\",\n            \"name\": \"AVIANNE A. CRICHLOW\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C-173\",\n            \"name\": \"ANDREI CHANG KIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-175\",\n            \"name\": \"ADELLE-LISA CHANG ON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-176\",\n            \"name\": \"STACY CHAMLEY \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-177\",\n            \"name\": \"PHILLIP A CHUNG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-178\",\n            \"name\": \"JOSE BEJAMIN CLIMACO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-179\",\n            \"name\": \"WENDEL C. COZIER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-184\",\n            \"name\": \"DUSHYANT CHAUHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-187\",\n            \"name\": \"NATALIE CLERK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-188\",\n            \"name\": \"LIANE CONYETTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C18DI\",\n            \"name\": \"DILLON CHASE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C-190\",\n            \"name\": \"JAVED L. CHINNIA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-192\",\n            \"name\": \"DEMETRIO T CRUZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-198\",\n            \"name\": \"MELISSA CHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-202\",\n            \"name\": \"TURKESSA MARIA CHERRIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-203\",\n            \"name\": \"GAIL CARUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-207\",\n            \"name\": \"ABIGAIL COOBLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-209\",\n            \"name\": \"ANALISA CUMBERBATCH-DE COTEAU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-211\",\n            \"name\": \"KIRAN CHANDOLU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-214\",\n            \"name\": \"Astra Chang\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-215\",\n            \"name\": \"CHRISTOPHER CASSIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-216\",\n            \"name\": \"DELISE CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-220\",\n            \"name\": \"SOPHIA CIPRIANI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-222\",\n            \"name\": \"AVINASH CHATERGOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-223\",\n            \"name\": \"NATALIE  CHAITAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-224\",\n            \"name\": \"TAMIKA CHUNG-DAVIDSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-233\",\n            \"name\": \"MARIA L CLAPPERTON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-235\",\n            \"name\": \"RANDALL  CARVALHO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-240\",\n            \"name\": \"MICHELLE CASSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-241\",\n            \"name\": \"KAIAWA CLARKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-250\",\n            \"name\": \"CENIECIA CATLYN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-255\",\n            \"name\": \"SHAMIR O. CAWICH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-258\",\n            \"name\": \"RYAN CORBIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-261\",\n            \"name\": \"SARITA VIJAYAH CHANDOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-262\",\n            \"name\": \"ALLISON CONNELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-265\",\n            \"name\": \"DIANE CABRAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-27\",\n            \"name\": \"MERVYN HILTON CLARKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-276\",\n            \"name\": \"SANDHYA L CADAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-278\",\n            \"name\": \"RYAN CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-279\",\n            \"name\": \"KHEA  A. MARSHALL \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-280\",\n            \"name\": \"MARLON  CHRISTOPHER \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-283\",\n            \"name\": \"KAFI COPELAND\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-286\",\n            \"name\": \"DEXTER CARR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-288\",\n            \"name\": \"ANDREW CHAN CHOW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-291\",\n            \"name\": \"WINSIE ANN  CUFFIE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-293\",\n            \"name\": \"ADRIAN C. CHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-299\",\n            \"name\": \"JOSEPH CROOKS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-312\",\n            \"name\": \"FABIAN COLLINS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-314\",\n            \"name\": \"ARIELLA CAMPBELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-317\",\n            \"name\": \"MICOLETTE COX-GRIFFITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-318\",\n            \"name\": \"ERISSA DIONNE CUFFIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-32\",\n            \"name\": \"MICHAEL CAMPS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-321\",\n            \"name\": \"GISELLE CASTILLO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-322\",\n            \"name\": \"ARIANA CHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-323\",\n            \"name\": \"JENNA CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-326\",\n            \"name\": \"RAEANN M CAMPBELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-337\",\n            \"name\": \"ROBYN CABRAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-340\",\n            \"name\": \"CHRISTOPHER CHANG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-343\",\n            \"name\": \"CERVON COOPER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-347\",\n            \"name\": \"ANGEL  ABBY-DALE  CASTILLO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-354\",\n            \"name\": \"CHEYANNE A. CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-36\",\n            \"name\": \"WILFRED CHEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-360\",\n            \"name\": \"FARAH CHANG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-38\",\n            \"name\": \"EDMUND CHAMELY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-39\",\n            \"name\": \"ARTHUR CHEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-45\",\n            \"name\": \"RONALD W. CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-61(A)\",\n            \"name\": \"ROBERT R. CRICHLOW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-62\",\n            \"name\": \"HAROLD I. CHANG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-63\",\n            \"name\": \"GEORGE CHAMELY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-65\",\n            \"name\": \"ANTHONY Y. CHANGKIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-68\",\n            \"name\": \"RICHARD CLERK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-70\",\n            \"name\": \"KELVIN CHONG KIT \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-71\",\n            \"name\": \"LAVERN MARIE CHUCK LEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-72\",\n            \"name\": \"DERYK CHEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-73\",\n            \"name\": \"PATRICK CHAUHARJA SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-74\",\n            \"name\": \"GARTHLYN CRAIG \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-75\",\n            \"name\": \"LARRY CHINNIA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-78\",\n            \"name\": \"DANIEL E. CHANG \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-85\",\n            \"name\": \"ANTON EDWARD CUMBERBATCH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C87\",\n            \"name\": \"PAUL J. CAMACHO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-87\",\n            \"name\": \"VICTOR DOMBS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C88L\",\n            \"name\": \"LESLIE WOON SAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C90\",\n            \"name\": \"NIGEL M. CAMACHO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C-91\",\n            \"name\": \"KEITH CLIFFORD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-93\",\n            \"name\": \"ANAND CHATOORGOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C-95\",\n            \"name\": \"GREGORY CHEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"C97B\",\n            \"name\": \"BEVERLY CALLENDER\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"C98L\",\n            \"name\": \"LARRY G. COLDERO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D06N\",\n            \"name\": \"NISELIE DOLLY\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D08D\",\n            \"name\": \"DANUSIA  DULAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-100\",\n            \"name\": \"DORIAN  DWARIKA \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-105\",\n            \"name\": \"AHAD DEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D10S\",\n            \"name\": \"SUNITA  DEONARINE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D-118\",\n            \"name\": \"MARISE DOOKRAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-119\",\n            \"name\": \"BATHINAIAH  DODDI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-122\",\n            \"name\": \"TAARIK  A. DOOKIE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-124\",\n            \"name\": \"Adison Dass\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-125\",\n            \"name\": \"ROHIT DASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-126\",\n            \"name\": \"JOANNA DAVID\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-127\",\n            \"name\": \"SURENDRA DHANRAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-128\",\n            \"name\": \"ISRAEL DOWLATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-130\",\n            \"name\": \"MURALI KUMAR DEGAPATI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-134\",\n            \"name\": \"AVINASH DEONARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-136\",\n            \"name\": \"RESHMA DOODNATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-138\",\n            \"name\": \"MURALIDHAR DHAWALAGHAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-139\",\n            \"name\": \"DARREN DOOKEERAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-141\",\n            \"name\": \"SRIKANTH DOMMETI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-142\",\n            \"name\": \"VENKATA DOLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-149\",\n            \"name\": \"ASHOK DHARUVURU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D14AS\",\n            \"name\": \"ARIANNE DHANUKDHARRIESINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D-151\",\n            \"name\": \"BALPREET S. DUGGAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-157\",\n            \"name\": \"KAVITHA DUGGINENI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-159\",\n            \"name\": \"KAVITA S.J. DHARAMRAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D15NA\",\n            \"name\": \"NATAKKI DASENT\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D-160\",\n            \"name\": \"NATHANIEL DUKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-162\",\n            \"name\": \"CANDICE DARBASIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-163\",\n            \"name\": \"NAOMI DOLLY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-169\",\n            \"name\": \"KEISHA DAVIS-KING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D16K\",\n            \"name\": \"KAVITA DOOKIE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D-170\",\n            \"name\": \"SASHRIN  DEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-171\",\n            \"name\": \"KAVITA DEONARINE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-175\",\n            \"name\": \"OLIVA DALLA COSTA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-179\",\n            \"name\": \"MAUREEN DASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-18\",\n            \"name\": \"DULIP DIAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-181\",\n            \"name\": \"SASHA DURGA LYONS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-183\",\n            \"name\": \"DENVER DINDIAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-189\",\n            \"name\": \"DE VAUGHN DOOKWAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-191\",\n            \"name\": \"HEIDI RENEL DUNCAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-193\",\n            \"name\": \"SHEREL DE SHONG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-202\",\n            \"name\": \"NADIYA N. DOWLATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-203\",\n            \"name\": \"KELLITA DALRYMPLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-206\",\n            \"name\": \"RAVIN DEBIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-209\",\n            \"name\": \"ANDRE DUBREY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-210\",\n            \"name\": \"RAENETTE DAVID\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-212\",\n            \"name\": \"HEIDI DALRYMPLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-213\",\n            \"name\": \"VISHESH DHANRAJ \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-216\",\n            \"name\": \"JOEL AARON DE GANNES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-217\",\n            \"name\": \"JOHANNA DE GANNES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-219\",\n            \"name\": \"VARUN DEAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-220\",\n            \"name\": \"JASON DILJOHN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-221\",\n            \"name\": \"KARINE DOOKEERAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-223\",\n            \"name\": \"LEO DANLAG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-230\",\n            \"name\": \"NISHA DANIEL-RAMNANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-233\",\n            \"name\": \"gabrielle de freitas\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-234\",\n            \"name\": \"STEPHANIE  DHANSIGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-236\",\n            \"name\": \"CINDY  DUKE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-237\",\n            \"name\": \"MEKAEEL DOMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-242\",\n            \"name\": \"SIMON DE FREITAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-243\",\n            \"name\": \"AKASH DHANAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-244\",\n            \"name\": \"RICHARD DOOKIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-248\",\n            \"name\": \"KRISTAL SALONE DILLON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-251\",\n            \"name\": \"RYAN DHANRAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-254\",\n            \"name\": \"MAHESH  DIARAM \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-257\",\n            \"name\": \"IVANA  DANIEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-259\",\n            \"name\": \"CELINE DEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-263\",\n            \"name\": \"SHANTELLE DE SHONG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-265\",\n            \"name\": \"SHIVANI DEYALSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-269\",\n            \"name\": \"JUSTIN DHORAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-270\",\n            \"name\": \"JOANNA DENOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-274\",\n            \"name\": \"DOMINIC  DEL PINO \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-28\",\n            \"name\": \"VIVIAN DOMINIQUE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-294\",\n            \"name\": \"SHINIZE DAVIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-34\",\n            \"name\": \"SUSHIL DUGGAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-37\",\n            \"name\": \"WILLIAM DHANESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-43\",\n            \"name\": \"ERROL DESCHAMPS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-44\",\n            \"name\": \"ROHIT GANPAT DOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-48\",\n            \"name\": \"SAHODRA DEO-GLASGO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-51\",\n            \"name\": \"MARIA DILLON-REMY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-59\",\n            \"name\": \"RICHARD DE SOUZA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-60\",\n            \"name\": \"ROBERT DOWNES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-62\",\n            \"name\": \"SITARA DEVARASHETTY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-63\",\n            \"name\": \"ELAINE DAVIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-64\",\n            \"name\": \"HUBERT DAISLEY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-67\",\n            \"name\": \"VIDYA DEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-69\",\n            \"name\": \"HUGHVON DES VIGNES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-72\",\n            \"name\": \"RAMRAJ RAMRAJ \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-79\",\n            \"name\": \"WENDELL M. DWARIKA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-82\",\n            \"name\": \"DAVE MICHAEL DE LANDRO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-83\",\n            \"name\": \"VARMA DEYALSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-86\",\n            \"name\": \"ALAN  ALBERT DE FREITAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-89\",\n            \"name\": \"DILIP V. DAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D89I\",\n            \"name\": \"IAN DASH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D-90\",\n            \"name\": \"FEISAL DANIEL \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-91\",\n            \"name\": \"JENNIFER DELAMORE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-92\",\n            \"name\": \"HARAMNAUTH DYAANAND\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-94\",\n            \"name\": \"DENYSE  DE GALE-MACINTYRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D95R\",\n            \"name\": \"DHARMENDRA ROHIT\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D96M\",\n            \"name\": \"MARCUS A. DANIELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-97\",\n            \"name\": \"GERSHWIN DAVIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D97C\",\n            \"name\": \"CARLA DOOKERAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D97D\",\n            \"name\": \"DARYL DULAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"D97R\",\n            \"name\": \"RAJENDAYE NADIA DAN DAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"D-99\",\n            \"name\": \"IAN DOTTIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"DGS17J\",\n            \"name\": \"JAIMEE DE GANNES-SOOKDEO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"E00K\",\n            \"name\": \"KESTER EMAMDEE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"E-10\",\n            \"name\": \"A. EDWARDS-RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-105\",\n            \"name\": \"ANDRE EARLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-13\",\n            \"name\": \"ANTHONY P. ELIAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E13SL\",\n            \"name\": \"SELEEN EDWIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-19\",\n            \"name\": \"AZAD ESACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-31\",\n            \"name\": \"JASON  ETTIENNE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-34\",\n            \"name\": \"PENG AUN EWE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-44\",\n            \"name\": \"GISELLE EMMANUEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-51\",\n            \"name\": \"OTI ESIMAJE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-63\",\n            \"name\": \"RACHAEL ECKEZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-67\",\n            \"name\": \"CHINEDU EBISKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-75\",\n            \"name\": \"CHINELO EZEZUE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-80\",\n            \"name\": \"BENJAMIN ELEAGU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-82\",\n            \"name\": \"CHINEDU JUSTIN ENWEREM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-88\",\n            \"name\": \"REON KENNETH ELDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-91\",\n            \"name\": \"SARAH-ANN ELIAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E94G\",\n            \"name\": \"GEORGE ELIAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-97\",\n            \"name\": \"CANDICE EDWARDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"E-98\",\n            \"name\": \"ANNA-MARIE EDWARDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F09KF\",\n            \"name\": \"KARLY FABRES FRANCIS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"F09L\",\n            \"name\": \"LEVITIA  FRANCO \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-102\",\n            \"name\": \"MARIA FERDINAND\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-108\",\n            \"name\": \"FAMAKINWA TEMITOPE EMMANUEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-109\",\n            \"name\": \"KRISTIN FUNG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-110\",\n            \"name\": \"ALEXANDER SCOTT FRASER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-111\",\n            \"name\": \"F. THORNE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-113\",\n            \"name\": \"ASHLEY-ANNE FREDERICK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-114\",\n            \"name\": \"RENEE FRANCOIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-115\",\n            \"name\": \"TYRONE FORD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-121\",\n            \"name\": \"KHALEEL KALIF FYZOOL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-123\",\n            \"name\": \"CORRADO FIGARO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-127\",\n            \"name\": \"DANIELLE FRASER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-132\",\n            \"name\": \"JASON FONTELERA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-24\",\n            \"name\": \"MARTHA FREDERICK FREDERICK-FRANKLIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-25\",\n            \"name\": \"KIERON FUNG-KEE-FUNG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-26\",\n            \"name\": \"ANTHONY FERDINAND\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-28\",\n            \"name\": \"CARL L FERNAND\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-31\",\n            \"name\": \"COLLIN FURLONGE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-42\",\n            \"name\": \"GERARD A. FARFAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-43\",\n            \"name\": \"DIANNE FIGARO-BARCLAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-50\",\n            \"name\": \"MARITZA FERNANDES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-58\",\n            \"name\": \"SONIA FORDE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-60\",\n            \"name\": \"ROBERT FRASER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-61\",\n            \"name\": \"GENIEVE FORTUNE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-62\",\n            \"name\": \"EAMON P. FOSTER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-68\",\n            \"name\": \"OSAFO FRASER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F73\",\n            \"name\": \"PAUL FAJGENBAUM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-73\",\n            \"name\": \"ALISHIR FRANCIS-AUGUSTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-74\",\n            \"name\": \"KURT V. FURLONGE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-76\",\n            \"name\": \"RAMONA FRIDIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-77\",\n            \"name\": \"KALE  FERGUSON \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-80\",\n            \"name\": \"MARIE-JOANNA FRANCIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-81\",\n            \"name\": \"BRANDON FORDE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-83\",\n            \"name\": \"ELIJAH OYEBAMBO FAGORALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-85\",\n            \"name\": \"OSEI FRASER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-86\",\n            \"name\": \"BRENT FRANCE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-87\",\n            \"name\": \"DARLEEN  FRANCO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-89\",\n            \"name\": \"NICHOLAS FIGARO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-93\",\n            \"name\": \"KEEGAN FIGARO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-94\",\n            \"name\": \"AFIYA FLEMMING \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-95\",\n            \"name\": \"CHRISTINE G. FRANCIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F96K\",\n            \"name\": \"KIRK FARAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-98\",\n            \"name\": \"MELISSA AVIANNE FRIDAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"F-99\",\n            \"name\": \"RENSI FRANKLIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"FT_ISSUER\",\n            \"name\": \"Fast Track Issuer\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G00EM\",\n            \"name\": \"EBRAHIM GHURAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"G01H\",\n            \"name\": \"HAYMAL GOPAUL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"G05JD\",\n            \"name\": \"JYOSTHANA GOUD\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"G07DA\",\n            \"name\": \"DEAN A. GHOURALAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"G08NS\",\n            \"name\": \"NILA  GOBIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-104\",\n            \"name\": \"ANEESHA GOPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-106\",\n            \"name\": \"CHANDRA MOHAN MOHAN GUDITI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-108\",\n            \"name\": \"RIA GANNESS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-109\",\n            \"name\": \"SRINIVAS SYAM GAVIRNENI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-111\",\n            \"name\": \"KESHAV GYAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-115\",\n            \"name\": \"KIRK GOODEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-117\",\n            \"name\": \"LARRY GRIFFITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-119\",\n            \"name\": \"DANIELLE GENE LEBEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-120\",\n            \"name\": \"STANLEY GIDDINGS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-121\",\n            \"name\": \"RAAKESH GOALAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-126\",\n            \"name\": \"KRISHNAIAH GINKALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-133\",\n            \"name\": \"MALA GEELAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-136\",\n            \"name\": \"BHARATHA GUNDUMEDA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-145\",\n            \"name\": \"SARAH G ROOPNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-149\",\n            \"name\": \"RAJIV N GOSINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-151\",\n            \"name\": \"REKHA GADGI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-157\",\n            \"name\": \"KIEL GREENE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-159\",\n            \"name\": \"REISHAD GHANY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-16\",\n            \"name\": \"FITZCLARENCE GRIFFITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-165\",\n            \"name\": \"CHRISTELLE GELLINNEAU-BROWN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-166\",\n            \"name\": \"ANN-MARIE GOMEZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-169\",\n            \"name\": \"LORENZO GONZALES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-17\",\n            \"name\": \"WINSTON GORMANDY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-170\",\n            \"name\": \"CHRIS GYAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-171\",\n            \"name\": \"KHADEMA  GAIRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-173\",\n            \"name\": \"SWEELAN GERALD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-175\",\n            \"name\": \"ANDREW M GOPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-176\",\n            \"name\": \"NEMAL GOKOOL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-177\",\n            \"name\": \"SHANAREE GOODING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-181\",\n            \"name\": \"ANTONIO GRIFFITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-188\",\n            \"name\": \"SHIMEKA GEORGE-MC KAIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-189\",\n            \"name\": \"SEAN GARCIA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-19\",\n            \"name\": \"VISHNU GYAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-195\",\n            \"name\": \"SHASHI GOBIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-199\",\n            \"name\": \"SURAJIV GOOLJAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G19AJ\",\n            \"name\": \"ANJALI GOBERDHAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"G-206\",\n            \"name\": \"MARIKA GRANT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-208\",\n            \"name\": \"ANNALISA GHANY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-213\",\n            \"name\": \"RAISA GERVAIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-215\",\n            \"name\": \"MISTY GANGAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-216\",\n            \"name\": \"SUNITA GEAWAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-217\",\n            \"name\": \"JELANI GRANT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-218\",\n            \"name\": \"SAMUEL GREENIDGE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-219\",\n            \"name\": \"GABRIELLA GAMELIA GRIMALDOS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-22\",\n            \"name\": \"VIDHYA GYAN-TOTA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-220\",\n            \"name\": \"KATHRYN TANISHA GRIMALDOS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-221\",\n            \"name\": \"MARSHA SEETA GANGABISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-227\",\n            \"name\": \"JENNA GRAHAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-232\",\n            \"name\": \"SHERONN T. GOPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-235\",\n            \"name\": \"RAVI CARL GOPAUL-GOSINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-236\",\n            \"name\": \"KEAH GIBSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-239\",\n            \"name\": \"NATHALLIE GEORGE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-243\",\n            \"name\": \"REANNA GOBIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-244\",\n            \"name\": \"KAILASH GOSINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-249\",\n            \"name\": \"KARUNA SARAH GOPEESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-250\",\n            \"name\": \"NEIL GOPEESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-251\",\n            \"name\": \"ISABELLE GRIFFITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-252\",\n            \"name\": \"DAVID GIDLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-253\",\n            \"name\": \"IOVANK GONZALEZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-26\",\n            \"name\": \"EVERARD GIROD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-262\",\n            \"name\": \"STEFANIE GANGA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-268\",\n            \"name\": \"KERRON GLEAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-28\",\n            \"name\": \"PETER GENTLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-280\",\n            \"name\": \"CHELSEA GARCIA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-37\",\n            \"name\": \"SHEVANAND GOPEESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-38\",\n            \"name\": \"RONALD GOBIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-43\",\n            \"name\": \"ANDY  GOINDOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-46\",\n            \"name\": \"JULIET GILLIS CHESTER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-47\",\n            \"name\": \"KAREN GHANY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-48\",\n            \"name\": \"RICHARD GOMES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-50\",\n            \"name\": \"LESTER GOETZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-56\",\n            \"name\": \"ANIL GUPTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-6\",\n            \"name\": \"IQBAL M. GHANY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-60\",\n            \"name\": \"ROXANNE TANTOCO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-71\",\n            \"name\": \"SHANE GIEOWARSINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-72\",\n            \"name\": \"CANDIS A. GOMEZ-AKAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-74\",\n            \"name\": \"MALA GUALBANCE - ROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-75\",\n            \"name\": \"CAROLINE GRANT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-76\",\n            \"name\": \"ROMANIE  I. GUNNESS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-78\",\n            \"name\": \"WINSTON B. GOPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-81\",\n            \"name\": \"ADESH  GOOLCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G82R\",\n            \"name\": \"RONALD  GONZALES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-84\",\n            \"name\": \"RANDALL E. GOODING \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-86\",\n            \"name\": \"DEREK GRIFFITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-89\",\n            \"name\": \"SHALLINI GOPEESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-91\",\n            \"name\": \"MEERA GOPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-92\",\n            \"name\": \"CAMILLE GREENE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"G-97\",\n            \"name\": \"ANYL LLOYD GOPEESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"GP15G\",\n            \"name\": \"GENNISA GUTIERREZ PEREZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H00A\",\n            \"name\": \"AYMAN HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H01A\",\n            \"name\": \"AKRAM HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H02S\",\n            \"name\": \"SABITA HARRIKISSOON\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H05M\",\n            \"name\": \"MAURUS A. HARRYSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H05S\",\n            \"name\": \"STEVEN HARDUAR\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H06S\",\n            \"name\": \"SHIVANA HARRYSINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H07RD\",\n            \"name\": \"RYAN HARRYRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H09KK\",\n            \"name\": \"KADIANN HENRY\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H-101\",\n            \"name\": \"JACOB HADEED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-104\",\n            \"name\": \"ELIZABETH HOLDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-105\",\n            \"name\": \"AHAILIAH HARBAJAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-107\",\n            \"name\": \"DERRYCK  HOLDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-109\",\n            \"name\": \"HUGHLEY H. HANOMAN Snr.\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-111\",\n            \"name\": \"NIRMALA HALLAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-112\",\n            \"name\": \"VANESSA HARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-117\",\n            \"name\": \"RODNEY HARRICHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-118\",\n            \"name\": \"GEORGE HANOMANSINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-119\",\n            \"name\": \"JEANINE ST.BERNARD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-127\",\n            \"name\": \"AVERY HINDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H12KS\",\n            \"name\": \"KHADINE HOSEIN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H12N\",\n            \"name\": \"NIRVANA  HARILAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H-133\",\n            \"name\": \"NANDI HARRYSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-134\",\n            \"name\": \"COLEEN HART\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-137\",\n            \"name\": \"SHASTRI HARDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-138\",\n            \"name\": \"DAVE HARNANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-140\",\n            \"name\": \"ABDUL HALEEM HAMID\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-141\",\n            \"name\": \"TIFFANY ANN HOYTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-142\",\n            \"name\": \"SEUN HAREWOOD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H14D\",\n            \"name\": \"DARYLL KYLE HARRYNARINE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H14R\",\n            \"name\": \"RABEE HOSEIN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H-151\",\n            \"name\": \"NADEEM R. HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-153\",\n            \"name\": \"IAN HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-155\",\n            \"name\": \"RYAN HARRINARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-156\",\n            \"name\": \"DIANA HAWKINS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-157\",\n            \"name\": \"ZADA HASSANALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-159\",\n            \"name\": \"NADIA S. HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-160\",\n            \"name\": \"CAMILO HUMPHREY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-162\",\n            \"name\": \"ANTHONY HARRYSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-163\",\n            \"name\": \"ALIYYAH HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-165\",\n            \"name\": \"SASHA HINDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-166\",\n            \"name\": \"SHANE HARRIPAULSUNGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-167\",\n            \"name\": \"SEEMA  HARRINARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-168\",\n            \"name\": \"DARLENE HARRIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-173\",\n            \"name\": \"TIMMY HOSEIN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-174\",\n            \"name\": \"RENEE HAYWOOD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-175\",\n            \"name\": \"ALICIA INDIRA HEERALAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-177\",\n            \"name\": \"IMRAN SHAWN HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-178\",\n            \"name\": \"AMANDA HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-179\",\n            \"name\": \"BASIMA HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-180\",\n            \"name\": \"FAZAD HOSEIN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-182\",\n            \"name\": \"SAFEEYA AQEELA HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-184\",\n            \"name\": \"HEMA HEERALAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-185\",\n            \"name\": \"AKIL NGOZI HINDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-186\",\n            \"name\": \"YASMIN HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-187\",\n            \"name\": \"JEWEL HEADLEY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-188\",\n            \"name\": \"ALEXANDRA R. HALFHIDE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H18MA\",\n            \"name\": \"MARCO HERRERA HERNANDEZ\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H-192\",\n            \"name\": \"SHINNAEDE HAREWOOD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-194\",\n            \"name\": \"VANESSA HARRYNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H19D\",\n            \"name\": \"DARREN HAMID\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H19TJ\",\n            \"name\": \"TREVIN J. HECTOR\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H-201\",\n            \"name\": \"CRYSTAL HAMEL-SMITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-202\",\n            \"name\": \"SAAJIDA HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-205\",\n            \"name\": \"ANEESHA HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-206\",\n            \"name\": \"ELENA HARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-207\",\n            \"name\": \"SUSAN HARDUAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-208\",\n            \"name\": \"NIKKI MONIQUE HENRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-212\",\n            \"name\": \"JENELLE HENRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-229\",\n            \"name\": \"ADAM B. HANNA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-230\",\n            \"name\": \"KEVIN HARRIS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H-235\",\n            \"name\": \"KIERON HARRINANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-236\",\n            \"name\": \"SENORA HARRYGIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-249\",\n            \"name\": \"AQILAH HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-250\",\n            \"name\": \"AVA MARIE HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-251\",\n            \"name\": \"REYAZ HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-258\",\n            \"name\": \"SAMARA HASSRANAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-26\",\n            \"name\": \"ISHMAEL A HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-261\",\n            \"name\": \"ARIELLE HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-266\",\n            \"name\": \"TAHIRAH  HINDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-267\",\n            \"name\": \"TAWFEEQ B.F. HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-271\",\n            \"name\": \"MARK HYPOLITE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-272\",\n            \"name\": \"ANDREW HALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-41\",\n            \"name\": \"JONATHAN  HUBAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-43\",\n            \"name\": \"ROBIN HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-54\",\n            \"name\": \"EDISON HAQQ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-55\",\n            \"name\": \"EMANUEL HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-56\",\n            \"name\": \"PETER HADEED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-57\",\n            \"name\": \"RAPHAEL HOW CHUNG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-58\",\n            \"name\": \"HASSINA HOSEIN-PERREIRA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-59\",\n            \"name\": \"JUDITH HENRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-66\",\n            \"name\": \"RONALD E. HENRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-68\",\n            \"name\": \"PAULA HENRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-71\",\n            \"name\": \"ALVIN HENDERSON \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-73\",\n            \"name\": \"ALLAN HOYTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-75\",\n            \"name\": \"CARL JAMES HOSPEDALES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-77\",\n            \"name\": \"WAYNE HAQQ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H78\",\n            \"name\": \"TREVOR P. HOSKINS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H-79\",\n            \"name\": \"IAN HYPOLITE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-81\",\n            \"name\": \"KIM HOSEIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-83\",\n            \"name\": \"HELMA HILWIG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-84\",\n            \"name\": \"PATRICK HARNARAYAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-87\",\n            \"name\": \"GERARD HUTCHINSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H90\",\n            \"name\": \"SASTRI HARNARAYAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"H-91\",\n            \"name\": \"NEIL HINDS \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-94\",\n            \"name\": \"DALE HASSRANAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H98CO\",\n            \"name\": \"CURTIS O.M. HARPER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"H-99\",\n            \"name\": \"BEN HASSAN HYATOOLA  F.RC.S\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I05MY\",\n            \"name\": \"MUHAMMAD YUNUS IBRAHIM \",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"I-1\",\n            \"name\": \"RUPERT INDAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-11\",\n            \"name\": \"CYRIL H. A. INALSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-13\",\n            \"name\": \"DAVID ILOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-20\",\n            \"name\": \"DAVID  O. IBELEME \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-22\",\n            \"name\": \"OLUBUNMI T. IDOWU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-26\",\n            \"name\": \"SALLY ISHMAEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-27\",\n            \"name\": \"KEITH IMAM IMAMBAKSH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-29\",\n            \"name\": \"SARAH S. J. INCE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-32\",\n            \"name\": \"RICHARD INDALSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-33\",\n            \"name\": \"SHARIFUL ISLAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-36\",\n            \"name\": \"ISWARAVAKA SUDHIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-44\",\n            \"name\": \"GREER ANGELICA ITON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-5\",\n            \"name\": \"WINSTON E. INCE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-50\",\n            \"name\": \"GODIVEA ISHMAEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-56\",\n            \"name\": \"SHANI K. ISAAC\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-7\",\n            \"name\": \"CALVIN INALSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"I-8\",\n            \"name\": \"MANSOOR IBRAHIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"IS0005\",\n            \"name\": \"TESTING ISSUER\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"IS0011\",\n            \"name\": \"JOHN  TITAN DOE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"IS0012\",\n            \"name\": \"DR EYE RELIEF\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"IS0014\",\n            \"name\": \"new  doctor guy\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"J06A\",\n            \"name\": \"ALIDA D. JAGDEO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"J07CE\",\n            \"name\": \"CLARKE JOSEPH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"J09C\",\n            \"name\": \"CHRIS JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J09RR\",\n            \"name\": \"RYSZARDO JENNINGS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"J-100\",\n            \"name\": \"MARIO JOHN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-103\",\n            \"name\": \"TALYA JURAWAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-106\",\n            \"name\": \"KAVITA JADOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-108\",\n            \"name\": \"MARK JONES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-109\",\n            \"name\": \"VISHAL JAIKARANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J10D\",\n            \"name\": \"DEVIN JAGGERNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-11\",\n            \"name\": \"ROMA JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-113\",\n            \"name\": \"RISHI JAGDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-116\",\n            \"name\": \"NICKISHA JULIUS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-118\",\n            \"name\": \"ISSHAD JOHN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J11AP\",\n            \"name\": \"ADELE JARDINE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"J-120\",\n            \"name\": \"JOHNATHAN JARVIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-125\",\n            \"name\": \"KRYSTLE JOSEPH-RAMSAWAK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-126\",\n            \"name\": \"TAYNA JOHNSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-127\",\n            \"name\": \"VITHAL JAINARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-128\",\n            \"name\": \"TRICIA C. JAILAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-129\",\n            \"name\": \"CHRISTIAN  JOHNATTY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J12SV\",\n            \"name\": \"SHIVANI JAGESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-130\",\n            \"name\": \"KEIONA JONES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-138\",\n            \"name\": \"CATHY-LEE JAGDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-139\",\n            \"name\": \"STEPHEN JAGDIP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-140\",\n            \"name\": \"JOSH TERRANCE JURAWAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-146\",\n            \"name\": \"CALLISTA JUMRATTIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-147\",\n            \"name\": \"BRYAN JADOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-155\",\n            \"name\": \"JOEL JACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-158\",\n            \"name\": \"JENELLE JOHNSON DOVE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-159\",\n            \"name\": \"KARENA  JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-16\",\n            \"name\": \"MARIA LOURDES Jeen\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-160\",\n            \"name\": \"ANUPA JAGNA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-163\",\n            \"name\": \"PAUL M JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-168\",\n            \"name\": \"CAROL-ANNE JAMES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-169\",\n            \"name\": \"CASSANDRA ANGELICA JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J16SN\",\n            \"name\": \"SAARAH JUMAN\",\n            \"category\": \"\"\n        },\n        {\n            \"issuerID\": \"J-170\",\n            \"name\": \"NEHRU JUMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-174\",\n            \"name\": \"CANDICE JUMRATTIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-176\",\n            \"name\": \"ANNELISE JAGROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-177\",\n            \"name\": \"SHEVON JOSEPH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J17CC\",\n            \"name\": \"CHANTAL  JAGARSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J17S\",\n            \"name\": \"SHIVAL JANKIE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"J-180\",\n            \"name\": \"CAMILLE JAGGERNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-183\",\n            \"name\": \"ARIANNE JORDAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-184\",\n            \"name\": \"DONOVAN  JORDAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-19\",\n            \"name\": \"TORRANCE JUTAGIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-194\",\n            \"name\": \"ELISE SABRINA JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-199\",\n            \"name\": \"KERISA JOHNITTY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-20\",\n            \"name\": \"DAVID  JOSA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-204\",\n            \"name\": \"DANIELLE JAMES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-223\",\n            \"name\": \"MELANIE JOHNCILLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-235\",\n            \"name\": \"DARREN JOHSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-237\",\n            \"name\": \"TAMARA JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-244\",\n            \"name\": \"SHIVRAD JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-25\",\n            \"name\": \"DEREK V. JHAGROO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-28\",\n            \"name\": \"LEONARD JAGGASSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-40\",\n            \"name\": \"SONJA JOHNSTON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-42\",\n            \"name\": \"ERROL JAMES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-42B\",\n            \"name\": \"NOE E. JAEN E. JAEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-44\",\n            \"name\": \"FITZROY G. JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-46\",\n            \"name\": \"DOMINICO JUDILLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-55\",\n            \"name\": \"SOLAIMAN JUMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-59\",\n            \"name\": \"LEROY A. JAMES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-69\",\n            \"name\": \"SANDRA JAGGERNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-73\",\n            \"name\": \"DAVID S.H. JACKSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-74\",\n            \"name\": \"MARSHA JAGGERNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-75\",\n            \"name\": \"SUNILDATH JUGOOL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-77\",\n            \"name\": \"GREGORY JOHN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-78\",\n            \"name\": \"SHIVA JAGGERNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-81\",\n            \"name\": \"RUPANDAI JAGLAL-PARGASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-83\",\n            \"name\": \"RICHARD ROSS JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-84\",\n            \"name\": \"DANIELLE P. JOSA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-86\",\n            \"name\": \"RICARDO  JURAWAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-88\",\n            \"name\": \"ROMA JAGGERNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-91\",\n            \"name\": \"CHARLENE JAGAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-94\",\n            \"name\": \"LINNIS JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-97\",\n            \"name\": \"GAILANN JUGMOHANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"J-98\",\n            \"name\": \"COLIN JAGGERNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"JJ97E\",\n            \"name\": \"ELLAMAE JURAWAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K04V\",\n            \"name\": \"VIAN N. KISSOON\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K05A\",\n            \"name\": \"ANNE KOWLESSAR- BOBART\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K06D\",\n            \"name\": \"DION KOONOOLAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K06K\",\n            \"name\": \"KAVITA KAWAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K07A\",\n            \"name\": \"ANIL Y KAMTA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K07D\",\n            \"name\": \"DEVI KANHAI KANHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K08JM\",\n            \"name\": \"JANA-MARIE KOYLASS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K-102\",\n            \"name\": \"RYAN A. KARIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-103\",\n            \"name\": \"GIRINDRA KOVOOR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-105\",\n            \"name\": \"RIAD KHUNJA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-108\",\n            \"name\": \"RAJEEV KHAJA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-109\",\n            \"name\": \"SURESH KUMAR KOPPISETTI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-110\",\n            \"name\": \"ASHWINKUMAR KANTHI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-114\",\n            \"name\": \"SREENIVAS KARAKA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-116\",\n            \"name\": \"V. REDDY KOTAPATI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-119\",\n            \"name\": \"TRISHA KHATRI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-124\",\n            \"name\": \"VIJAY KODADHALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-126\",\n            \"name\": \"SHANE KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-128\",\n            \"name\": \"SHARON KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K12DK\",\n            \"name\": \"DORIAN K. KHAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K12FU\",\n            \"name\": \"FAYYAD KHAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K-13\",\n            \"name\": \"JOAN KHAN- Khan-Hosein\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-132\",\n            \"name\": \"IMRAN ADRIAN KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-135\",\n            \"name\": \"PATRICK A. KNIGHT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-141\",\n            \"name\": \"KEVIN KHAN-KERNAHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-142\",\n            \"name\": \"VIJAY KANDIMALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-144\",\n            \"name\": \"JAYA KANHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-145\",\n            \"name\": \"CHANDRAKANTH KOGANTI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-147\",\n            \"name\": \"RAJA SEKHAR REDDY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K14V\",\n            \"name\": \"VASHISHT KUNGEBEHARRYSINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K-150\",\n            \"name\": \"ALEEMA KAMALODEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-151\",\n            \"name\": \"TRUDY KAWAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-153\",\n            \"name\": \"DAVID KING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-157\",\n            \"name\": \"SREELATHA KONKA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-159\",\n            \"name\": \"GRAHAM KING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-161\",\n            \"name\": \"ACKRAM KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-163\",\n            \"name\": \"RYAN KUNJAL \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-164\",\n            \"name\": \"JOEL KANHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-165\",\n            \"name\": \"ADAM KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-167\",\n            \"name\": \"NISHANT KHATRI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-168\",\n            \"name\": \"RYAN KUMAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K16AA\",\n            \"name\": \"ANNA A  KISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-175\",\n            \"name\": \"MAJEED RONNY KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-176\",\n            \"name\": \"DIMITRI KANHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-178\",\n            \"name\": \"NEERUPA   KISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-179\",\n            \"name\": \"PRIYA KISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-181\",\n            \"name\": \"DENARA KARAMATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-183\",\n            \"name\": \"SHERISE KALLOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-187\",\n            \"name\": \"N KERKETTA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-189\",\n            \"name\": \"SREERAMULU KOTAKONDLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K18IS\",\n            \"name\": \"IRFAN KARAMATH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K18NM\",\n            \"name\": \"NEKETA KHAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K-193\",\n            \"name\": \"RAJESH KASHYAP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-195\",\n            \"name\": \"MILIND KUMAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-197\",\n            \"name\": \"DANIELLE KARIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-199\",\n            \"name\": \"RAJIV KUARSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-201\",\n            \"name\": \"FRANCHESCA KNIGHTS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-208\",\n            \"name\": \"VANISHTI KUNGEBEHARRYSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-214\",\n            \"name\": \"STACY KOWLESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-218\",\n            \"name\": \"KELLY RUANA KISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-219\",\n            \"name\": \"NADEEM KOTHDIWALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-221\",\n            \"name\": \"KAYLEIGH K. KANHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-222\",\n            \"name\": \"ABENAA F. KELLAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-223\",\n            \"name\": \"ALI Z. KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-226\",\n            \"name\": \"SHARAZ KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-228\",\n            \"name\": \"DONNY L. KONG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-234\",\n            \"name\": \"PAULA KASSIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-29\",\n            \"name\": \"SANDEEP KUMAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-31\",\n            \"name\": \"KANTILAL KHATRI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-37\",\n            \"name\": \"KEITH KOO MIN CHEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-39\",\n            \"name\": \"FUAD KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-42\",\n            \"name\": \"THIVY KURUVILLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-44\",\n            \"name\": \"NAITRAM KAMTA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-45\",\n            \"name\": \"PARVATHY KADIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-49\",\n            \"name\": \"AJIT GEORGE KURUVILLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-51\",\n            \"name\": \"OMAR KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-52\",\n            \"name\": \"SANDRA BARBARA KENNEDY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-56\",\n            \"name\": \"SHERENE KALLOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-57\",\n            \"name\": \"WILLIAM D. KISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-59\",\n            \"name\": \"CLAUDE KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-60\",\n            \"name\": \"HASSAN KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-61\",\n            \"name\": \"STEVE KOURY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-62\",\n            \"name\": \"PETER KOWLESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-68\",\n            \"name\": \"SHELDON KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-69\",\n            \"name\": \"ROGER KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-71\",\n            \"name\": \"JO-ANNE KISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-73\",\n            \"name\": \"NALINI  KOKARAM MAHARAJ \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-75\",\n            \"name\": \"BENNY KING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-76\",\n            \"name\": \"ANIL  KUMAR \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-77\",\n            \"name\": \"AMINA KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-80\",\n            \"name\": \"ANISH KARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K83\",\n            \"name\": \"HANIF KASSAM\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"K-84\",\n            \"name\": \"RAVI KAWAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-86\",\n            \"name\": \"SHARI KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-88\",\n            \"name\": \"SHELLY KEUNG FATT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K89\",\n            \"name\": \"HARVEY KOYLASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-91\",\n            \"name\": \"ARLETTE KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-93\",\n            \"name\": \"KHAYDIA A KAHRIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-96\",\n            \"name\": \"SHIVANA KISSOON-HARDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"K-99\",\n            \"name\": \"RAVEED KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L01C\",\n            \"name\": \"CHRISTIANA LEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L05K\",\n            \"name\": \"KENNETH LUTCHMAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"L07S\",\n            \"name\": \"SHERIZA LALWAH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"L09P\",\n            \"name\": \"PAIMAN  LALLA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"L-105\",\n            \"name\": \"SHELLY-ANNE LALCHAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-107\",\n            \"name\": \"ROGER LUE CHIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-108\",\n            \"name\": \"ALBERT LANDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-109\",\n            \"name\": \"RHONDA LYNCH-WATTS \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-110\",\n            \"name\": \"BRUCE  LEE SHUE LING \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-112\",\n            \"name\": \"ARDIL LA BORDE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-117\",\n            \"name\": \"NIALL LEELAH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L11AS\",\n            \"name\": \"ANNA LAWRENCE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-120\",\n            \"name\": \"RAVI LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-122\",\n            \"name\": \"SHAWN LYNCH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-123\",\n            \"name\": \"SHERWIN LACAILLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-128\",\n            \"name\": \"SUNIL  LATCHMAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-130\",\n            \"name\": \"MICHELLE  LEE-CHONG \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-132\",\n            \"name\": \"PRIYA LALOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-134\",\n            \"name\": \"SASHA S. LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-135\",\n            \"name\": \"NASEEB LACKI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-138\",\n            \"name\": \"JIANNA RUZANNE YUANNE LEE-TYRRELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L13A\",\n            \"name\": \"ASHA LAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"L-142\",\n            \"name\": \"KAVITA LACAILLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-144\",\n            \"name\": \"SUNITA DEVI LALLOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-148\",\n            \"name\": \"CHERISSE LATCHMAN-GOSINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-150\",\n            \"name\": \"MADONNA LATMORE-WILKES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-151\",\n            \"name\": \"VACHEL LUCES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-152\",\n            \"name\": \"KAREEM LYNCH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-153\",\n            \"name\": \"SEAN LEWIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-154\",\n            \"name\": \"ALEX LALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-155\",\n            \"name\": \"ZAFIR LATCHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-156\",\n            \"name\": \"PEDRAM LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-158\",\n            \"name\": \"KIERA LOURENCO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-159\",\n            \"name\": \"VAUGHN LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-160\",\n            \"name\": \"TONESHA LA ROSA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-164\",\n            \"name\": \"ADESH LUTCHMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-166\",\n            \"name\": \"CHRISTOPHER LALSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-167\",\n            \"name\": \"CHARDAE LEGALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-168\",\n            \"name\": \"ALLYSA LUM HOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-17\",\n            \"name\": \"ROOPNARINE LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-170\",\n            \"name\": \"ALEXANDER LA FOREST\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-171\",\n            \"name\": \"ROSEMARY LOCHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-173\",\n            \"name\": \"KAVITA LAKSHMAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-174\",\n            \"name\": \"ASHLEY LAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-180\",\n            \"name\": \"ROJELLE LEZAMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-183\",\n            \"name\": \"GINA LETNG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-184\",\n            \"name\": \"AMANDA C. LALCHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-187\",\n            \"name\": \"SARIKA LYMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-190\",\n            \"name\": \"ALIA  LIMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-191\",\n            \"name\": \"ANESH LALRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-193\",\n            \"name\": \"TROY JOSHUA LUM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-200\",\n            \"name\": \"SABRINA LABBAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-214\",\n            \"name\": \"CHERIECE LODHAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-215\",\n            \"name\": \"MALANDA LALCHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-216\",\n            \"name\": \"NIKOLAI RICARDI LEWIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-219\",\n            \"name\": \"DALIAN LETREN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-223\",\n            \"name\": \"WAZIM  LUTCHMAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-224\",\n            \"name\": \"LEANNA LA BORDE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-229\",\n            \"name\": \"LEONARDO PEREZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-235\",\n            \"name\": \"RICHARD LUTCHMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-36\",\n            \"name\": \"GEORGE A. LAQUIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-39\",\n            \"name\": \"BERTRAND LOW-CHEW-TUNG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-40\",\n            \"name\": \"JOYCE LODENQUAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-43(A)\",\n            \"name\": \"JEEVAK LAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-46\",\n            \"name\": \"WINSTON LEE KIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-47\",\n            \"name\": \"JOSEPH A LAQUIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-50\",\n            \"name\": \"PROMOD LAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-66\",\n            \"name\": \"HEIRA MURLIN LEELAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-75\",\n            \"name\": \"CARLYLE LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-76\",\n            \"name\": \"DERRICK E. LOUSAING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-77\",\n            \"name\": \"RUBY LUE CHEE LIP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-79\",\n            \"name\": \"JULIETA DANLAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-83\",\n            \"name\": \"HILARY LEE-CAZABON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-85\",\n            \"name\": \"LEON  LILAS LILAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-88\",\n            \"name\": \"SOOGIN LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-91\",\n            \"name\": \"COLIN LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-92\",\n            \"name\": \"SANJAY LALCHANDANI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-93\",\n            \"name\": \"DEVANAND LAKHEERAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-94\",\n            \"name\": \"RAVINDRA M. LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-95\",\n            \"name\": \"PURANDATH LALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L95J\",\n            \"name\": \"JEFFREY LUK PAT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"L-98\",\n            \"name\": \"NIGEL LUM-HEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"LC00W\",\n            \"name\": \"WARREN LUE CHIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M00P\",\n            \"name\": \"PETER W. MARTIN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M00RP\",\n            \"name\": \"RAJESH PERSAD PERSAD MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M00SM\",\n            \"name\": \"SHIVAUGHN MARCHAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M00SS\",\n            \"name\": \"SUREN S.  MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M01K\",\n            \"name\": \"KEVIN MOZE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M02M\",\n            \"name\": \"MISHA MOHAMMED-NAGASSAR\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M03V\",\n            \"name\": \"VARINDER V MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M04F\",\n            \"name\": \"FARRAH ` MUSTAPHA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M05A(2)\",\n            \"name\": \"ALIYAH MOONSAFFIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M07M\",\n            \"name\": \"MELISSA MANKEE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M08A\",\n            \"name\": \"AVINASH  MAHARAJ\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M08T\",\n            \"name\": \"TISHALL MOON\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-100\",\n            \"name\": \"FRANCIS MULRAIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-101\",\n            \"name\": \"CECIL WILLIAM MATHURINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-103\",\n            \"name\": \"PETRONELLA MANNING-ALLEYNE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-106\",\n            \"name\": \"BRUNO A. MITCHELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-107\",\n            \"name\": \"DIXON P. MARCHACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-108\",\n            \"name\": \"Sheikh Mohammed\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M10FS\",\n            \"name\": \"FAARIA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M10Q\",\n            \"name\": \"QUINTA M MARCHAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-113\",\n            \"name\": \"MICHAEL MOSES MOSES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-118\",\n            \"name\": \"JAY J. MANOHAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-119\",\n            \"name\": \"STEVE C. MEDFORD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M11D\",\n            \"name\": \"DINESH MARTIN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M11DRG\",\n            \"name\": \"DARIUS MATMUNGAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M11N\",\n            \"name\": \"NANDITA MAHARAJ\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-124\",\n            \"name\": \"WAHID MOHAMMED \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M12MA\",\n            \"name\": \"MARC  MOOTOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-134\",\n            \"name\": \"RICKY MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M13SC\",\n            \"name\": \"STEPHANIE MARK\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M13ZA\",\n            \"name\": \"ZAHEER A. MOHAMED\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-140\",\n            \"name\": \"STUART MILLAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-146\",\n            \"name\": \"PETER MORRIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-147\",\n            \"name\": \"UMANG MINOCHA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M14S\",\n            \"name\": \"SHIVANI MAHARAJ \",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-153\",\n            \"name\": \"JAMEEL A. MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M15LA\",\n            \"name\": \"LERISSA MORRIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-160\",\n            \"name\": \"DINESH MOR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-161\",\n            \"name\": \"STEVE V. MAHADEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-164\",\n            \"name\": \"MICHELE MONTEIL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-167\",\n            \"name\": \"VINOD S. MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-168\",\n            \"name\": \"RAMESH PATRICK MATHURA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-171\",\n            \"name\": \"KRISHNA MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-173\",\n            \"name\": \"AKENATH MISIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-176\",\n            \"name\": \"VIDYA LAXSHMI MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-177\",\n            \"name\": \"ROHAN MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M17A\",\n            \"name\": \"ANURADHA MAHARAJ\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-181\",\n            \"name\": \"LORNA MERRITT CHARLES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-192\",\n            \"name\": \"MALA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-195\",\n            \"name\": \"NAUSHAD MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-196\",\n            \"name\": \"RABINDRANATH MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-197\",\n            \"name\": \"MARLON M. MENCIA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-199\",\n            \"name\": \"DESIREE C. MURRAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-202\",\n            \"name\": \"RIENZI MOOTEERAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-203\",\n            \"name\": \"ASHMEED MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-204\",\n            \"name\": \"DAVID.A A. MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-210\",\n            \"name\": \"WAZIR MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-212\",\n            \"name\": \"ROBERT FELIX MARK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-213\",\n            \"name\": \"DALE MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-214\",\n            \"name\": \"RAVI MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-220\",\n            \"name\": \"DHIYAN  MAHABIR \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-221\",\n            \"name\": \"RAVI C MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-225\",\n            \"name\": \"FADIA MOHAMMED\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-228\",\n            \"name\": \"PARASRAM MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-231\",\n            \"name\": \"GOUSE M. MALLAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-237\",\n            \"name\": \"MAVINDRA  MAHARAJ \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-241\",\n            \"name\": \"NISHA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-242\",\n            \"name\": \"VINDRA  MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-243\",\n            \"name\": \"INGER MANSWELL-MYRIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-244\",\n            \"name\": \"FAYARD I. MOHAMMED \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-245\",\n            \"name\": \"SHEHENAZ Z. MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-248\",\n            \"name\": \"LISA MARK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-249\",\n            \"name\": \"CONRAD MURRAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-252\",\n            \"name\": \"RENWICK MUSAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-255\",\n            \"name\": \"NIZAM MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-256\",\n            \"name\": \"OMADATH MADOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-258\",\n            \"name\": \"RAMESHWAR MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-259\",\n            \"name\": \"NADIA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-260\",\n            \"name\": \"CAMILLE MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-261\",\n            \"name\": \"ANDREW MIKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-262\",\n            \"name\": \"NATASHA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-263\",\n            \"name\": \"REHANNA MOHAMMED-EMAMDEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-265\",\n            \"name\": \"M SUDHAKAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-268\",\n            \"name\": \"VICTOR MUNAGAPATIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-269\",\n            \"name\": \"RAVINDRA  PERSAD  MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-270\",\n            \"name\": \"AHAMAD S. MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-276\",\n            \"name\": \"SHEEVA MUNGROO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-279\",\n            \"name\": \"RAMANJANEYULU MALEPATI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-280\",\n            \"name\": \"BALAJI  V MANDURU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-281\",\n            \"name\": \"BRYAN-LEE MARSANG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-282\",\n            \"name\": \"REIZA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-287\",\n            \"name\": \"KAVITA MAHARAJ-KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-288\",\n            \"name\": \"LINDON MARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-292\",\n            \"name\": \"NAVIN MURADALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-293\",\n            \"name\": \"GURU MANJUNATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-294\",\n            \"name\": \"CATHERINE MINTO-BAIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-295\",\n            \"name\": \"ADESH MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-297\",\n            \"name\": \"SAYAD MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-298\",\n            \"name\": \"MURRIE DAVIKA MOSODEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-299\",\n            \"name\": \"ANSARA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-300\",\n            \"name\": \"SHELLY  MOHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-302\",\n            \"name\": \"RITA  MOONESAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-303\",\n            \"name\": \"ANIL DEVANAND MANKEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-306\",\n            \"name\": \"SAFEEYA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-310\",\n            \"name\": \"JAMAL MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-311\",\n            \"name\": \"DANIEL  MATHURAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-315\",\n            \"name\": \"ARNAZ MACCUM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-318\",\n            \"name\": \"SIDDIQAH  MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-322\",\n            \"name\": \"ELIZABETH R. MADDELA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-325\",\n            \"name\": \"SHIV NATH MEHROTRA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-331\",\n            \"name\": \"JAVED I. MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-332\",\n            \"name\": \"ROCHELLE MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-334\",\n            \"name\": \"DECLAN MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-336\",\n            \"name\": \"SAEEDA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-339\",\n            \"name\": \"NYQUIST MOOTERAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-340\",\n            \"name\": \"JAABIR MUHAMMAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-343\",\n            \"name\": \"BRIAN MC COON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-345\",\n            \"name\": \"MATT  ONEIL  MYRIE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-347\",\n            \"name\": \"NARAYANA RAO MANCHIKANTI NAGALASKH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-349\",\n            \"name\": \"ENAL MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-35\",\n            \"name\": \"ESAU MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-350\",\n            \"name\": \"SANDHYA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-351\",\n            \"name\": \"FAWWAZ MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-352\",\n            \"name\": \"NADRIA MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-354\",\n            \"name\": \"ANALA ANUSUJA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-359\",\n            \"name\": \"SHANTI MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-360\",\n            \"name\": \"KALYANA MUTCHU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-366\",\n            \"name\": \"FRANCIS OFODILE MAZELI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-367\",\n            \"name\": \"KRISHANTA MAHARAJ MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-368\",\n            \"name\": \"VINOO MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-369\",\n            \"name\": \"VARUNA MANOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-370\",\n            \"name\": \"CHERRIE-ANN MATTIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-372\",\n            \"name\": \"JOANN MOHAMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-375\",\n            \"name\": \"NIVED MOONASAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-377\",\n            \"name\": \"CASSIE MIKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-379\",\n            \"name\": \"COLIN B. MOOTOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-380\",\n            \"name\": \"JAMIE MORTON-GITTENS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-384\",\n            \"name\": \"PAUL MEDFORD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-385\",\n            \"name\": \"SHIVAN A.C MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-386\",\n            \"name\": \"RAYMALA MAHARAJ MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-387\",\n            \"name\": \"RAHUL MANERIKAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-390\",\n            \"name\": \"NARINE MACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-391\",\n            \"name\": \"SUNITA MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-392\",\n            \"name\": \"VIJAI MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-393\",\n            \"name\": \"CHRISMA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-394\",\n            \"name\": \"DAYNISH MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-395\",\n            \"name\": \"RAJIV MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-396\",\n            \"name\": \"KEVIN MARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-401\",\n            \"name\": \"CELESTE R. MANCHOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-402\",\n            \"name\": \"DON ANTONIO MARTIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-403\",\n            \"name\": \"KURLEIGH MARTIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-404\",\n            \"name\": \"GEMMA MARTYN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-406\",\n            \"name\": \"VINAY MINOCHA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-407\",\n            \"name\": \"VANI MATMUNGAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-408\",\n            \"name\": \"EMILE MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-409\",\n            \"name\": \"JUSTIN J MOOTEERAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-410\",\n            \"name\": \"NALINI MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-411\",\n            \"name\": \"MICHELLE MULCAHY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-415\",\n            \"name\": \"SOBRINA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-416\",\n            \"name\": \"NAYDENE MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-418\",\n            \"name\": \"ZAHIR MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-423\",\n            \"name\": \"NICHOLAS  MARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-425\",\n            \"name\": \"SUMMER MANSWELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-43\",\n            \"name\": \"BISRAM S. MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-431\",\n            \"name\": \"SHIVANAND MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-432\",\n            \"name\": \"SANA J.  MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-435\",\n            \"name\": \"NANDADAL MAHARAJ\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-436\",\n            \"name\": \"VEDAVID AKASH MANICK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-437\",\n            \"name\": \"EMERALD ATARAH MAPP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-438\",\n            \"name\": \"DAVID MALCOLM MILNE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-440\",\n            \"name\": \"AZIZA C. MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-441\",\n            \"name\": \"SASHA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-443\",\n            \"name\": \"STEFAN M.A.  MURRAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-446\",\n            \"name\": \"LEAH B MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-452\",\n            \"name\": \"MICHELLE MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-455\",\n            \"name\": \"SHAZANNA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-458\",\n            \"name\": \"KAMLAA MANOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-459\",\n            \"name\": \"ANITRA  MATHURA \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-461\",\n            \"name\": \"SHARAD MOHIP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-462\",\n            \"name\": \"SANJANA IRA MATHUR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-464\",\n            \"name\": \"ATIF J MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-465\",\n            \"name\": \"ZANIM MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-466\",\n            \"name\": \"NADISA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-467\",\n            \"name\": \"FRANKLIN MAURICE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-471\",\n            \"name\": \"DIONNE MITCHELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-472\",\n            \"name\": \"JOANNE MITCHELL-JONES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-473\",\n            \"name\": \"JEHAN MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-474\",\n            \"name\": \"SURESH MOONAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-476\",\n            \"name\": \"CAROLYN N. MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-477\",\n            \"name\": \"DEV MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-478\",\n            \"name\": \"MATTHEW MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-480\",\n            \"name\": \"SHAMERA LYNETTE MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-482\",\n            \"name\": \"VICTORIA ANN MALONEY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-485\",\n            \"name\": \"MAKINI MCGUIRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-488\",\n            \"name\": \"SHARAZ H MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-490\",\n            \"name\": \"MEGHAN  MARINA MOSES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-501\",\n            \"name\": \"SOPHIA MOORE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-502\",\n            \"name\": \"DANIELLE MARIA MAMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-504\",\n            \"name\": \"RAPHAEL MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-505\",\n            \"name\": \"ARVITA  V. MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-507\",\n            \"name\": \"PRIYA  S.  MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-508\",\n            \"name\": \"SHASHI MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-511\",\n            \"name\": \"JUDY C MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-516\",\n            \"name\": \"SIDIYQ MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-518\",\n            \"name\": \"KEVIN K MORRIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-520\",\n            \"name\": \"CRYSTAL CATHERINE MARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-524\",\n            \"name\": \"ARISTA VINATA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-525\",\n            \"name\": \"KIERON MAHARAJH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-530\",\n            \"name\": \"NADIA MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-531\",\n            \"name\": \"MICHAEL MOOTOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-533\",\n            \"name\": \"LEANNA MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-534\",\n            \"name\": \"AARTI MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-535\",\n            \"name\": \"NADIA LYSTRA MANNA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-536\",\n            \"name\": \"PRASHANT MATHURA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-539\",\n            \"name\": \"USAMAH AWAD MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-54\",\n            \"name\": \"KRISHNA BADRI-MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-541\",\n            \"name\": \"SAMANTHA MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-543\",\n            \"name\": \"THANA MOHOYODEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-545\",\n            \"name\": \"MEIGHAN MENDEZ-FELIX\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-546\",\n            \"name\": \"CHERRISTA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-547\",\n            \"name\": \"VARUNE MAHASE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-550\",\n            \"name\": \"TARIKA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-552\",\n            \"name\": \"RAVINDRA MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-557\",\n            \"name\": \"GIOVANNI MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-568\",\n            \"name\": \"AMISHA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-569\",\n            \"name\": \"SHARAAZ R MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-570\",\n            \"name\": \"SCOTT MOSES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-575\",\n            \"name\": \"JARED MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-577\",\n            \"name\": \"VARUNE MANGALEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-579\",\n            \"name\": \"NICOLE RENUKA RENUKA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-58\",\n            \"name\": \"GLORIA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-580\",\n            \"name\": \"SHIVA  R. MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-583\",\n            \"name\": \"SAMIR MOHAMMED \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-587\",\n            \"name\": \"ANEILA MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-588\",\n            \"name\": \"MITRA M MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-590\",\n            \"name\": \"AKASH MANIAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-595\",\n            \"name\": \"ARIEL MENDEZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-596\",\n            \"name\": \"ZAHRID MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-597\",\n            \"name\": \"KRISTELL MOSE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-599\",\n            \"name\": \"RANISHA MARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-600\",\n            \"name\": \"SEAN MATTHEWS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-613\",\n            \"name\": \"SHIVAN MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-617\",\n            \"name\": \"RUEL MAHADEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-622\",\n            \"name\": \"NIVASH MOHIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-623\",\n            \"name\": \"JUSTIN  MEDINA \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-624\",\n            \"name\": \"KRISTY MENDES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-627\",\n            \"name\": \"ANTHONY MOSES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-639\",\n            \"name\": \"CARUNA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-64\",\n            \"name\": \"CLYDE MOHESS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-642\",\n            \"name\": \"LESHAYA MARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-652\",\n            \"name\": \"CHRISTIANNE MANRAJ \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-653\",\n            \"name\": \"SARAH MC CARTNEY \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-654\",\n            \"name\": \"ALISA MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-658\",\n            \"name\": \"JUDE MC KNIGHT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-660\",\n            \"name\": \"JIBRIL TAARIK MOHAMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-662\",\n            \"name\": \"SHRIVANA MORGAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-668\",\n            \"name\": \"ANANDA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-674\",\n            \"name\": \"MEGAN MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-675\",\n            \"name\": \"RAE-ANN MOHAMMED \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-680\",\n            \"name\": \"KELSEY SAMARA MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-687\",\n            \"name\": \"WILLIAM J. MOOTOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-690\",\n            \"name\": \"ALYSSA  MURRAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-74\",\n            \"name\": \"RAMASHAWARDATH MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-81\",\n            \"name\": \"RALPH MANJOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M82A\",\n            \"name\": \"ANDREW MILES \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M82N\",\n            \"name\": \"NANDALAL DHARRIE MAHARAJ\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-83\",\n            \"name\": \"GLENDA  MAYNARD \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M83C\",\n            \"name\": \"CHRISTOPHER MAWER\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"M-86\",\n            \"name\": \"JOHNNY R.P. MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-88A\",\n            \"name\": \"HAYDN MOHAMMED \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M90\",\n            \"name\": \"ALASTAIR MARTIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M-90\",\n            \"name\": \"ANIRUDH MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"M93T\",\n            \"name\": \"TIMOTHY B. MURRAY\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"MC12DR\",\n            \"name\": \"DAVID MCKILLICAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"MC-8\",\n            \"name\": \"STEPHEN ONYEBUCHI MC BENEDICT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"MM11RR\",\n            \"name\": \"RYAN  MOOSAI MOOSAI-MAHARAJ\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"MM12A\",\n            \"name\": \"ANUSHKA  AMANDA MOOSAI-MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"MOH-0022\",\n            \"name\": \"IDANIA BRAVO CORTADA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"MOH-0024\",\n            \"name\": \"MARIA PADRON BAEZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"MOH-0105\",\n            \"name\": \"IRMA ZAMORA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N00RH\",\n            \"name\": \"RALPH NANDI NARINE \",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"N02C\",\n            \"name\": \"CARLENE NESBITT\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"N06S\",\n            \"name\": \"SONJA NANAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"N09S\",\n            \"name\": \"SUBRINA C NARINE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"N-100\",\n            \"name\": \"MELINDA NANCOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-104\",\n            \"name\": \"LEON NOEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-111\",\n            \"name\": \"NAFEESA NARINESINGH-SEUNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-124\",\n            \"name\": \"AVINASH NATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-128\",\n            \"name\": \"PASCHAL ONYEBUCHI NKEM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-129\",\n            \"name\": \"SHASTA NANLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-132\",\n            \"name\": \"CURLENE NIMBLETTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-135\",\n            \"name\": \"SHENELLE  NARINE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-136\",\n            \"name\": \"FARHAANA NARINESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-138\",\n            \"name\": \"TRAVIS KAVI NARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-139\",\n            \"name\": \"VARSHA NANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N13JR\",\n            \"name\": \"JANELLE NURSE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"N-143\",\n            \"name\": \"RENU NARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N14SD\",\n            \"name\": \"STEFAN NANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N15AA\",\n            \"name\": \"AVINAASH A. NARACE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-17\",\n            \"name\": \"VIJAY NARAYNSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-18\",\n            \"name\": \"AROON NARAYNSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-27\",\n            \"name\": \"RAYMOND NOEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-33\",\n            \"name\": \"GORDON V. NARAYANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-35\",\n            \"name\": \"KENWYN H. NICHOLLS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-37\",\n            \"name\": \"JOSE M NUNEZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-38\",\n            \"name\": \"KEVIN NEYSMITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-4\",\n            \"name\": \"JOHN E. NEEHALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-41\",\n            \"name\": \"RAVINDRANATH NARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-43\",\n            \"name\": \"DAVID J. NEEHALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-51\",\n            \"name\": \"DOMINIC OBIAJULU NWOKOLO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-55\",\n            \"name\": \"RICARDO PAUL NARAYNSINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-57\",\n            \"name\": \"SHARDA NARINESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-60\",\n            \"name\": \"N SUBRAMANYAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-61\",\n            \"name\": \"KIERON NISBET\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-63\",\n            \"name\": \"DYLAN NARINESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-66\",\n            \"name\": \"WILLIAM J. NEWTON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-71\",\n            \"name\": \"CANDY NARAYNSINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"N-73\",\n            \"name\": \"BHAGYASREE NAIDU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-75\",\n            \"name\": \"RAJEEV NAGASSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-80\",\n            \"name\": \"RAJENDRA KUMAR NAVURU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-82\",\n            \"name\": \"DIANA NARINESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-9\",\n            \"name\": \"HAROLD NUNES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-91\",\n            \"name\": \"ANTHONY NWAFON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-93\",\n            \"name\": \"PREM VIJAY NAIDOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"N-99\",\n            \"name\": \"CHARLENE NOEL-BAISDEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O00A\",\n            \"name\": \"ALFRED OLLIVIERRA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O00DN\",\n            \"name\": \"DELPHINA OVID\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"O-10\",\n            \"name\": \"FEROZE OMARDEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-105\",\n            \"name\": \"UCHECHUKWU OKOLI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-106\",\n            \"name\": \"RYAN OJAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-112\",\n            \"name\": \"KELECHUKWU ONUMAEGBU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-126\",\n            \"name\": \"VERINTON OKOLO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-140\",\n            \"name\": \"IJAZ OGEER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-143\",\n            \"name\": \"CHINEDU OKEKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-145\",\n            \"name\": \"VALENTINE ELOKA OKOYE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-15\",\n            \"name\": \"DAVENDRA OJAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-153\",\n            \"name\": \"MICHAEL OMAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-155\",\n            \"name\": \"ROBERTO ANTONIO OSBOURNE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-159\",\n            \"name\": \"EBEAGHOR OIBOH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-162\",\n            \"name\": \"CHRISTA OLIVIER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-163\",\n            \"name\": \"KELLI O'BRIEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-165\",\n            \"name\": \"CALISHA OLIVER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-18\",\n            \"name\": \"HAZZEL  OTHELLO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O18CY\",\n            \"name\": \"CARLY  OGAKI\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"O-22\",\n            \"name\": \"OSAGIE OHONBA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-40\",\n            \"name\": \"MEDA OJAR-LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-41\",\n            \"name\": \"DEBRA O'CONNOR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-43\",\n            \"name\": \"BARRY O'DONOGHUE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-46\",\n            \"name\": \"GILLIAN O'BRADY-HENRY \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-52\",\n            \"name\": \"DAVID OUDIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-55\",\n            \"name\": \"SHELDON OLTON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-64\",\n            \"name\": \"MALACHY OJURO \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-67\",\n            \"name\": \"ABAYOMI ODEKUNLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-69\",\n            \"name\": \"FIDELIS OKALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-71\",\n            \"name\": \"MOHAMED I OMER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-75\",\n            \"name\": \"MIKE OISEOGHADE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O-82\",\n            \"name\": \"LYRONNE OLIVIER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"O97B\",\n            \"name\": \"BARRY D OLLIVIERRA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"O-99\",\n            \"name\": \"ADEDAPO OLADIRAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P03E\",\n            \"name\": \"ELIZABETH PRAYMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P04O\",\n            \"name\": \"OPAL ROOPCHAND\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P04R\",\n            \"name\": \"RENNIE ROOPCHAND\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P05\",\n            \"name\": \"NIRVANA N. PERSADSINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P05D\",\n            \"name\": \"DYLAN PARTAP\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P06M\",\n            \"name\": \"MARISHA PITAMBER-MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P08RL\",\n            \"name\": \"REYCHELLE POWDHAR\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P09AJ\",\n            \"name\": \"ARRON PARTAP \",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P-100\",\n            \"name\": \"NEIL C PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-102\",\n            \"name\": \"MARTIN PETERS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-104\",\n            \"name\": \"SEAN S. PEROT \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-106\",\n            \"name\": \"LEXLEY PINTO PEREIRA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-108\",\n            \"name\": \"MAHESH K. PATEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-109\",\n            \"name\": \"SYLVAN  PIERRE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-112\",\n            \"name\": \"FIONA AVRILLE PHELPS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-113\",\n            \"name\": \"JOHN MICHAEL POUNDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-114\",\n            \"name\": \"ANTHONY L. POTTINGER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-119\",\n            \"name\": \"PAUL ANTHONY PARKINSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-125\",\n            \"name\": \"SHIVAN PANCHAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-126\",\n            \"name\": \"MICHAEL  PANCHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-129\",\n            \"name\": \"JOANNE PAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-130\",\n            \"name\": \"SUNIL PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-131\",\n            \"name\": \"VASHTI PERSAD JOHN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-133\",\n            \"name\": \"ARUNE POORANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-134\",\n            \"name\": \"IAN J. PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-138\",\n            \"name\": \"ANDREW PERRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-139\",\n            \"name\": \"LISA PHILLIPS-BASCOMBE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-146\",\n            \"name\": \"STAFFORD PIERRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-147\",\n            \"name\": \"JACQUELINE PEREIRA SABGA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-148\",\n            \"name\": \"MICHAEL PRASAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-149\",\n            \"name\": \"VISHWANATH PARTAPSING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P14TS\",\n            \"name\": \"TAMIKA PETERS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P-150\",\n            \"name\": \"SHASTRI  PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-151\",\n            \"name\": \"KIRAN KUMAR PENUMALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-155\",\n            \"name\": \"ELIZABETH  PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P15G\",\n            \"name\": \"GINA PAUL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P-160\",\n            \"name\": \"ROSHAN PARASRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-161\",\n            \"name\": \"KIRBY PANCHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-164\",\n            \"name\": \"RENATA POORAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-166\",\n            \"name\": \"NITA PARASRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-17\",\n            \"name\": \"KALA POORAN-MAHABIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-170\",\n            \"name\": \"SANJAY POORAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-171\",\n            \"name\": \"MAVIS POLIDORE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-172\",\n            \"name\": \"SANJIV PARASRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-173\",\n            \"name\": \"NILESH PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-175\",\n            \"name\": \"SRIDHAR POLAKALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P17KA\",\n            \"name\": \"KEREESA PIERRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-180\",\n            \"name\": \"NAVINDRA PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-184\",\n            \"name\": \"AVIDESH PANDAY \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-188\",\n            \"name\": \"SINEAD PERKINS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-191\",\n            \"name\": \"LORRAINE PATIENCE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-192\",\n            \"name\": \"NISHKAL PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-193\",\n            \"name\": \"SANGEETA PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-195\",\n            \"name\": \"RANJIV PARASRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-196\",\n            \"name\": \"REATHA-LEIGH PADMORE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-199\",\n            \"name\": \"MELLISA PARK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-202\",\n            \"name\": \"AMANDA PARTAP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-203\",\n            \"name\": \"SAHIR C PATEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-205\",\n            \"name\": \"GISELLE PIERRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-207\",\n            \"name\": \"MALIZA PERSAUD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-209\",\n            \"name\": \"KEITH PARKER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-211\",\n            \"name\": \"PINNIKA RAO RAO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-212\",\n            \"name\": \"LEMUEL PRAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-213\",\n            \"name\": \"AKILAH PASCALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-218\",\n            \"name\": \"VALINI PALADEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-221\",\n            \"name\": \"OTIS PAYNE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-222\",\n            \"name\": \"SANJAY PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-230\",\n            \"name\": \"SHIVANI PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-231\",\n            \"name\": \"SATYENDRA PERSAUD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-235\",\n            \"name\": \"SEAN PASCALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-241\",\n            \"name\": \"KERRIN PHILLIP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-243\",\n            \"name\": \"TYLER PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-244\",\n            \"name\": \"ANUSHKA PERSAD-BABOOLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-247\",\n            \"name\": \"PRAIM PERSAUD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-248\",\n            \"name\": \"MIKHAILA PURAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-25\",\n            \"name\": \"PHYLLIS PITT- MILLER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-252\",\n            \"name\": \"DR. TARRAN  PHAGOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-255\",\n            \"name\": \"ASHA PEMBERTON-GASKIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-256\",\n            \"name\": \"CURTIS PHILLIPS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-258\",\n            \"name\": \"MIRIAM PARBOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-259\",\n            \"name\": \"ABIGAIL P. PERREIRA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-262\",\n            \"name\": \"TAMEEKA PARASRAMSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-265\",\n            \"name\": \"DIANA PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-267\",\n            \"name\": \"DANIELLE JEAN POPE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-268\",\n            \"name\": \"NARENDRA PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-271\",\n            \"name\": \"PURDEY V. POPE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-275\",\n            \"name\": \"TENEE ROXANNE PRINCE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-283\",\n            \"name\": \"RACHEL POPE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-287\",\n            \"name\": \"DOMONIQUE PULIDO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-289\",\n            \"name\": \"KELSEY PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-29\",\n            \"name\": \"FRIDA PETRO-RAHAMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-291\",\n            \"name\": \"RYAN N PUSTAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-295\",\n            \"name\": \"VANESSA ANN PHILLIPS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-298\",\n            \"name\": \"ALLYSSA A.  PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-299\",\n            \"name\": \"JENEVIE  PHILLIP \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-317\",\n            \"name\": \"VASHISHT V.D PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-322\",\n            \"name\": \"ARI PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-34\",\n            \"name\": \"JULIA PAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-38\",\n            \"name\": \"LESLIE A. PERSAUD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-39\",\n            \"name\": \"ALBERT PERSAUD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-41\",\n            \"name\": \"LENNOX ANTHONY PIERRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-43\",\n            \"name\": \"IAN B. PIERRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-48\",\n            \"name\": \"PATRICIA C. PIERRE-LE-MAITRE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-55\",\n            \"name\": \"SURESH V. POORAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-68\",\n            \"name\": \"SPENCER PERKINS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-69\",\n            \"name\": \"SHASTRI POORAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-73\",\n            \"name\": \"MARK D POUNDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-74\",\n            \"name\": \"HEMANT K. PERSAD \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-75\",\n            \"name\": \"MICHAEL PERRIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-76\",\n            \"name\": \"PETER POON-KING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-78\",\n            \"name\": \"RAJINDRA PARAG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-81\",\n            \"name\": \"RANDOLPH C.J PHILLIPS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-82\",\n            \"name\": \"DEBORAH PINDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-83\",\n            \"name\": \"KIRAN  PREMANAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-85\",\n            \"name\": \"LIZ PARAY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-88\",\n            \"name\": \"RICHARD POON-KING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-89\",\n            \"name\": \"ELIZABETH PRIMUS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-93\",\n            \"name\": \"A PARILLON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P-95\",\n            \"name\": \"CYRIL D PALTOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"P97D\",\n            \"name\": \"DARIN PARRAGE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"P-99\",\n            \"name\": \"PRAKASHBHAN S. S. PERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"PROV-3598\",\n            \"name\": \"DAVION BARTHOLOMEW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"PROV-3646\",\n            \"name\": \"SILINA HOSEIN MOHAMMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"PROV-3679\",\n            \"name\": \"RIYAD MOHAMED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Q-10\",\n            \"name\": \"ALLANA QUAMINA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Q-11\",\n            \"name\": \"STEPHANIE QUAN SOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Q-6\",\n            \"name\": \"CAMILLE QUAN SOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Q-8\",\n            \"name\": \"WAYNE S. QUINLAND \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"QS09N\",\n            \"name\": \"NICHOLAS QUONG SING \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R00CA\",\n            \"name\": \"CARYL-ANN RAMLAKHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R00D\",\n            \"name\": \"DEREK RAMCHARITAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R00VD\",\n            \"name\": \"VIDESH RAMBISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R00VS\",\n            \"name\": \"VISHAN RAMTAHAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R01NG\",\n            \"name\": \"NADIA RAMNARINE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R01RS\",\n            \"name\": \"ROOSEVELT  ROCK \",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R02K\",\n            \"name\": \"KAVEEN RAMNARINE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R03K\",\n            \"name\": \"KRISHEN  RAMCHARAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R04R\",\n            \"name\": \"RON RAMBARRAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R05A\",\n            \"name\": \"ANISSA SHELLEY RAMSARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R05D\",\n            \"name\": \"DION RAMYAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R05N\",\n            \"name\": \"NALINI RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R06K\",\n            \"name\": \"KEISHA M. RAMLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R06R\",\n            \"name\": \"RISHI RAMDEO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R06T\",\n            \"name\": \"THERESA RICHARDS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R06V\",\n            \"name\": \"VARUN RAJNARINESINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R07AN\",\n            \"name\": \"ALANA RAMSAROOP-MAHASE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R08NN\",\n            \"name\": \"NIALA   RAMLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R09SN\",\n            \"name\": \"SATI RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-100 A\",\n            \"name\": \"DEV RAMOUTAR \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-108\",\n            \"name\": \"DEOSARAN RAMKHELAWAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-109\",\n            \"name\": \"RUDRANATH RICKHI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R10G\",\n            \"name\": \"GERARD ROOPNARINE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-111\",\n            \"name\": \"RAVI RAMJANACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-112\",\n            \"name\": \"SAMUEL S. RAMSEWAK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-115\",\n            \"name\": \"DEODATH RAGOONANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-119\",\n            \"name\": \"LESLEY ROBERTS \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-119 (B)\",\n            \"name\": \"JILL ROBERTSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R11M\",\n            \"name\": \"MARK RAGOONANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R11S\",\n            \"name\": \"SARAH RAMSAROOP\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-120\",\n            \"name\": \"SHYAM RAHMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-122\",\n            \"name\": \"SONIA Y. ROBINSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-126\",\n            \"name\": \"VISHNUDATH RAJNARINESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R12F\",\n            \"name\": \"FELISA RAMDASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R12V\",\n            \"name\": \"VISHAAL RANJITSINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-134\",\n            \"name\": \"ROLAND ROOPCHAND\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-137\",\n            \"name\": \"BALKARAN RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-138\",\n            \"name\": \"ERIC R.V RICHARDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R13G\",\n            \"name\": \"GABRIELLE  RAMCHARITAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R13K\",\n            \"name\": \"KHEMATTEE RICHTER\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R13MA\",\n            \"name\": \"MARK A. RAGOBAR Jr\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R13S\",\n            \"name\": \"SONIA RAMCHARAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-141\",\n            \"name\": \"ROODAL RAMTAHAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R14AK\",\n            \"name\": \"ANEESA K RAMDEEN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-152\",\n            \"name\": \"VASHTEE RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-157\",\n            \"name\": \"AJODHA RAJNARINESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R15VD\",\n            \"name\": \"VALINI DANA RAMGOOLAM\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-165\",\n            \"name\": \"STEPHEN RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-166\",\n            \"name\": \"SANDRA D. REID \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R16JW\",\n            \"name\": \"JHAUNELL REID\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R16NS\",\n            \"name\": \"NARISSA  RAMHARRACKSINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R16PS\",\n            \"name\": \"PHILLIP S. ROCK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R16SR\",\n            \"name\": \"SUSAN RAMDHAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-172\",\n            \"name\": \"MICHAEL S. RAMPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-176\",\n            \"name\": \"INDAR RAMTAHAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-179\",\n            \"name\": \"KRISHENDATH C. RAGBIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R17CR\",\n            \"name\": \"CHRISTINA ROYER\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R17RS\",\n            \"name\": \"ROXANNE RAMLAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-181\",\n            \"name\": \"PRAVINDE RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-183\",\n            \"name\": \"RAI RAGBIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-185\",\n            \"name\": \"PATRICK J. ROONEY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-187\",\n            \"name\": \"BRIAN RAMHARACKSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R18JR\",\n            \"name\": \"JUSTIN RAMLAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R18RW\",\n            \"name\": \"ROSSINA RICHARDS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R18SK\",\n            \"name\": \"SANJAY RAMNANAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-190\",\n            \"name\": \"VISHAN  RAMNARINE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-193\",\n            \"name\": \"ANAND RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-195\",\n            \"name\": \"CLEM RAGOBAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-197\",\n            \"name\": \"IAN RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-201\",\n            \"name\": \"NUNEATON RAMESAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-202\",\n            \"name\": \"AHMAD H. RAHMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-203\",\n            \"name\": \"ROBERT RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-204\",\n            \"name\": \"RANDOLPH  RAWLINS \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-206\",\n            \"name\": \"RODNEY RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-208\",\n            \"name\": \"STEPHEN ROMANY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R20N\",\n            \"name\": \"NICOLI RAJCOOMAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-214\",\n            \"name\": \"LAKHAN ROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-219\",\n            \"name\": \"KRISHAN RAMSOOBHAG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-221\",\n            \"name\": \"RAJEN S RAMPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-222\",\n            \"name\": \"PAULA ROBERTSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-224\",\n            \"name\": \"SHERMA RICHARDSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-227\",\n            \"name\": \"RENE RAMNARACE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-229\",\n            \"name\": \"RENATA RAMSAYWAK-LALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-232\",\n            \"name\": \"MIRANDA FOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-237\",\n            \"name\": \"MICHAEL J. RAMDASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-238\",\n            \"name\": \"SHIVANAND RAMDEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-239\",\n            \"name\": \"DEVINDRA RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-240\",\n            \"name\": \"DAREL B. RAMNATH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-242\",\n            \"name\": \"PAMELA RAMNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-243\",\n            \"name\": \"CHERRITA RAMSARAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-249\",\n            \"name\": \"VINDRA RAGOONANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-250\",\n            \"name\": \"VAEDA RAMADHIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-254\",\n            \"name\": \"ROBYN RAMSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-257\",\n            \"name\": \"TERRY RAMNATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-261\",\n            \"name\": \"DAVID M. RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-262\",\n            \"name\": \"RUTH L. RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-263\",\n            \"name\": \"MAURICE L. ROBERTSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-265\",\n            \"name\": \"SUNIL RAMDASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-267\",\n            \"name\": \"VISHWAMITRA RAMDATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-268\",\n            \"name\": \"BONJI RUDDER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-269\",\n            \"name\": \"YINGA  ROBERTS \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-271\",\n            \"name\": \"ANIL RAMLACKHANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-274\",\n            \"name\": \"VIDYA RAMCHARITAR MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-275\",\n            \"name\": \"RONDLA SRICHARAN REDDY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-277\",\n            \"name\": \"ARVIND RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-278\",\n            \"name\": \"VEYKASH RAMLOGAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-281\",\n            \"name\": \"RISSHI D. RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-282\",\n            \"name\": \"MARK ROBINSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-284\",\n            \"name\": \"FIDEL S. RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-286\",\n            \"name\": \"EARL RAMDOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-287\",\n            \"name\": \"SURELIA REID\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-289\",\n            \"name\": \"KALICHARAN RAMNARINE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-292\",\n            \"name\": \"KAVI VARUN RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-294\",\n            \"name\": \"ISHVAN  RAMCHARITAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-295\",\n            \"name\": \"RYAN RATTAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-296\",\n            \"name\": \"CHUNILAL R-296 RAMJIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-297\",\n            \"name\": \"SACHA RAJACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-301\",\n            \"name\": \"RAKESH RAMBALLY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-302\",\n            \"name\": \"ARUNA RAMCHARITAR-MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-303\",\n            \"name\": \"ROGER RAMJOHN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-304\",\n            \"name\": \"RANJEEV RAMKHALAWAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-305\",\n            \"name\": \"KARISHMA RAMSUBEIK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-307\",\n            \"name\": \"ROBIN ROOPNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-308\",\n            \"name\": \"NADIRA RAMBOCAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-309\",\n            \"name\": \"MICHELLE RAMJOHN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-31\",\n            \"name\": \"MOHAMED A RAHAMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-311\",\n            \"name\": \"NITYA RAAMKARANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-312\",\n            \"name\": \"RAINER R. RAHMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-313\",\n            \"name\": \"CLINT RAMASIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-314\",\n            \"name\": \"LISA RAMBALLY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-315\",\n            \"name\": \"WAYNE RAMGOOLAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-316\",\n            \"name\": \"WENDY ANN RAMJITSINGH-SAMUEL \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-318\",\n            \"name\": \"ISHTA RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-319\",\n            \"name\": \"JASON A. RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-320\",\n            \"name\": \"RONAND MOHAN RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-321\",\n            \"name\": \"SHAUN RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-324\",\n            \"name\": \"INDIRA ROOPNARINE SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-325\",\n            \"name\": \"MANIRAM RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-327\",\n            \"name\": \"RISHI RAMTAHAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-332\",\n            \"name\": \"ANDEL ROBERTS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-333\",\n            \"name\": \"RYAN RABILALL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-337\",\n            \"name\": \"GEETA RAMSOONDAR-RAJKUMAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-340\",\n            \"name\": \"BARRY ROOPCHARD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-346\",\n            \"name\": \"MOSHANTI RAMDATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-347\",\n            \"name\": \"JOSEPH RAMDHANIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-348\",\n            \"name\": \"LAURIE ANN RAMRATTAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-354\",\n            \"name\": \"NARINDRA RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-355\",\n            \"name\": \"NADIA RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-356\",\n            \"name\": \"RYAN RAMSUMAIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-358\",\n            \"name\": \"RENEE ROMEO-BASSEY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-360\",\n            \"name\": \"M. A RAHMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-361\",\n            \"name\": \"AMRIT RAMESAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-362\",\n            \"name\": \"JOSH RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-365\",\n            \"name\": \"JEANINE  REEMAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-367\",\n            \"name\": \"NEELA RAMDASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-369\",\n            \"name\": \"ROBBIE A RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-372\",\n            \"name\": \"TRISHANTI NASTASSIA ROCKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-373\",\n            \"name\": \"ADRIAN  P. RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-374\",\n            \"name\": \"KAVITA RAMLOCHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-375\",\n            \"name\": \"JILLIAN REGOBERT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-376\",\n            \"name\": \"STEPHAN RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-378\",\n            \"name\": \"ANIL RAMTAHAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-379\",\n            \"name\": \"RYAN RAGHUNANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-381\",\n            \"name\": \"TAVIA RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-384\",\n            \"name\": \"RYAN RICHARDSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-388\",\n            \"name\": \"RANDALL S. RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-389\",\n            \"name\": \"VARUNE RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-390\",\n            \"name\": \"RENAIR KUMARI RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-391\",\n            \"name\": \"VARUNE  RAMTAHAL \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-392\",\n            \"name\": \"SABRINA RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-394\",\n            \"name\": \"NESRENE RAWLINS-SEBRO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-395\",\n            \"name\": \"CARLENE RADIX\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-403\",\n            \"name\": \"RISHI RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-404\",\n            \"name\": \"AMRIKHA RAMSARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-405\",\n            \"name\": \"KRISHAN RAMSAROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-406\",\n            \"name\": \"KERENSA ROCKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-407\",\n            \"name\": \"LESLEY-ANN ROPER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-409\",\n            \"name\": \"CANDICE RAMDIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-41\",\n            \"name\": \"K RAMDATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-410\",\n            \"name\": \"NILASH  RAMNARINE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-411\",\n            \"name\": \"SHIVAUGHN RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-412\",\n            \"name\": \"ELISE RENAUD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-413\",\n            \"name\": \"JOANNE RAGOONANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-414\",\n            \"name\": \"SATUPA RAGOONANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-415\",\n            \"name\": \"RAVI RAGOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-417\",\n            \"name\": \"RYAN RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-418\",\n            \"name\": \"MARCUS RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-419\",\n            \"name\": \"AYANA RAMREKHA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-42\",\n            \"name\": \"PREMCHAND RATAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-421\",\n            \"name\": \"ANEESA RAGBIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-423\",\n            \"name\": \"ANUSHKA RAGOONATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-424\",\n            \"name\": \"MICHELE RAGOONATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-425\",\n            \"name\": \"SARAH RAMJIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-427\",\n            \"name\": \"CIARA RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-429\",\n            \"name\": \"TERI-ANN RAMPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-431\",\n            \"name\": \"R. RAMSAMOOJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-432\",\n            \"name\": \"CARA RANGHELL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-437\",\n            \"name\": \"NEERA RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-442\",\n            \"name\": \"RICKHI RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-448\",\n            \"name\": \"CARLYN RAJNARINESINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-45\",\n            \"name\": \"LLOYD RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-452\",\n            \"name\": \"NICOLE CRYSTAL RAJKUMAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-453\",\n            \"name\": \"RIA RAMADOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-454\",\n            \"name\": \"CORNELIUS RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-455\",\n            \"name\": \"PRIYA AMRITA RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-457\",\n            \"name\": \"AMIT RAMDIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-458\",\n            \"name\": \"LYDIA  RAMESSAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-460\",\n            \"name\": \"PUSHPA RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-461\",\n            \"name\": \"SHARLENE RAMNANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-464\",\n            \"name\": \"DARRAN REYES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-465\",\n            \"name\": \"GERVAIS JOHN RAMON FRAN ROCKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-467\",\n            \"name\": \"SHIVANI ROSHNI RAMSARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-469\",\n            \"name\": \"JEROME RAGHUNANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-472\",\n            \"name\": \"SALLY RAMNATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-475\",\n            \"name\": \"David SHANE RICHARDS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-477\",\n            \"name\": \"KEVIANNE RAGBIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-478\",\n            \"name\": \"KEVAUN SHEVIN RAGOONANAN\",\n            \"category\": \"\"\n        },\n        {\n            \"issuerID\": \"R-479\",\n            \"name\": \"FAREED RAJACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-480\",\n            \"name\": \"WESLEY RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-486\",\n            \"name\": \"RUDRANATH RAMSAWAK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-488\",\n            \"name\": \"CHRISTIANA BOODOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-492\",\n            \"name\": \"KENDALL RAMOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-493\",\n            \"name\": \"AMRIT ADI RAMBHAJAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-494\",\n            \"name\": \"DANIELLE D ROBERTS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-498\",\n            \"name\": \"SARVA RICKHI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-499\",\n            \"name\": \"ALICIA RAMNATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-50\",\n            \"name\": \"SONIA V. ROACHE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-501\",\n            \"name\": \"SALMA A. RAFEEQ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-502\",\n            \"name\": \"SARALYN ZARA RAGOOBAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-504\",\n            \"name\": \"CASSANDRA RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-505\",\n            \"name\": \"JOEL RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-506\",\n            \"name\": \"VEENA  RIA  RAMNANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-510\",\n            \"name\": \"DONNA ANN RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-511\",\n            \"name\": \"SARAH A. RAMSARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-514\",\n            \"name\": \"KIRBI RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-516\",\n            \"name\": \"MARTINA RODRIGUEZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-520\",\n            \"name\": \"RUSTIN  OREL RAMKISSOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-521\",\n            \"name\": \"ROSHAN RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-522\",\n            \"name\": \"CHERISSE RATIRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-528\",\n            \"name\": \"CARL  RAMSAHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-531\",\n            \"name\": \"FAITH RAGOOBAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-532\",\n            \"name\": \"SHIVANNE RAMBHAROSE-JOHN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-534\",\n            \"name\": \"KIRK  RAMHARACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-535\",\n            \"name\": \"DAYNA RAMKEESOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-539\",\n            \"name\": \"AMIT RAMRATTAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-542\",\n            \"name\": \"JONATHAN J RAMSARRAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-544\",\n            \"name\": \"CHRISTOPHER RANGOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-545\",\n            \"name\": \"SHERRY ANN RATTAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-549\",\n            \"name\": \"COLLEEN REYES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-558\",\n            \"name\": \"ZORAH RAMHENDAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-561\",\n            \"name\": \"LISA RAMNARINE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-564\",\n            \"name\": \"RHEA REGINA REYES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-565\",\n            \"name\": \"ADRIEL RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-566\",\n            \"name\": \"JUSTIN RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-567\",\n            \"name\": \"CAMILLE RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-568\",\n            \"name\": \"STEPHON RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-575\",\n            \"name\": \"NEIL N. ROOPCHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-576\",\n            \"name\": \"VANESSA RAMSANAHIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-579\",\n            \"name\": \"DIVYA RAMADHIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-585\",\n            \"name\": \"DENIS RAMDATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-588\",\n            \"name\": \"NIKEDA ROGERS ST JOHN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-589\",\n            \"name\": \"SINEAD E RAMJIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-59\",\n            \"name\": \"ARNOLD RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-592\",\n            \"name\": \"RHYNAL RODRIGUES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-593\",\n            \"name\": \"ERRON RAMDASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-597\",\n            \"name\": \"JONATHAN RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-598\",\n            \"name\": \"SEETARA RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-602\",\n            \"name\": \"VASHA RAMGOBIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-603\",\n            \"name\": \"ARVINASH RAMDEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-605\",\n            \"name\": \"RUDRA RICKHI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-606\",\n            \"name\": \"SUREKA S. RAMADHIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-607\",\n            \"name\": \"SARAHLEE RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-615\",\n            \"name\": \"REANNA RAMBEHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-621\",\n            \"name\": \"KERRYN ROHIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-624\",\n            \"name\": \"SHEM RAMJATTAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-626\",\n            \"name\": \"Janiece Danielle Reid\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-627\",\n            \"name\": \"CHAUNIQUE R. RIQUE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-63\",\n            \"name\": \"M.N.K RAHAMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-631\",\n            \"name\": \"CHRISTIANNE R. RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-634\",\n            \"name\": \"KRIZTIAN RAMCHARITAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-635\",\n            \"name\": \"JEREMY RAMDATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-644\",\n            \"name\": \"KRISTI RAGOONANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-646\",\n            \"name\": \"KIRIN RAMBARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-656\",\n            \"name\": \"MARSHA RUDDER-ACHILLE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-657\",\n            \"name\": \"CIMONE RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-660\",\n            \"name\": \"AMRITA RAMHARACKSINGH PARMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-663\",\n            \"name\": \"MERSHAWNA TANISHA RAMNATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-664\",\n            \"name\": \"RASHAUNA RAPHAEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-669\",\n            \"name\": \"KIMBERLY RAMBERT \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-674\",\n            \"name\": \"JUSTIN RAMPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-68\",\n            \"name\": \"RASHEED RAHAMAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-680\",\n            \"name\": \"TRIVIA RAMNATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-682\",\n            \"name\": \"SHIVANIE RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-683\",\n            \"name\": \"VANESSA  RAMOUTAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-684\",\n            \"name\": \"KEVON RAMROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-689\",\n            \"name\": \"CHRISTOPHER ANTHONY ROMAIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-691\",\n            \"name\": \"RONDON RAMLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-695\",\n            \"name\": \"NANDINI RAMDASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-698\",\n            \"name\": \"RYAN RAMDIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-708\",\n            \"name\": \"SHANNON RAMGOOLAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-711\",\n            \"name\": \"VICTORIA  RAMNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-713\",\n            \"name\": \"JEVON RUSH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-724\",\n            \"name\": \"JARRYD RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-729\",\n            \"name\": \"RHEA MARIA RAGOBAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-74\",\n            \"name\": \"RAMDEO RAMSOONDAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-744\",\n            \"name\": \"VEDESH KYLE RAGOONATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-746\",\n            \"name\": \"ANDY RAMLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-76\",\n            \"name\": \"CELIA RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-78\",\n            \"name\": \"FRANK RAMLACKSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-82\",\n            \"name\": \"PRASHANT RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-83\",\n            \"name\": \"DR.RENUKA RAMSARAN-DEONARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R83/6\",\n            \"name\": \"RABINDRA RAJCOOMAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-88\",\n            \"name\": \"JASMINE RAMCHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R89N\",\n            \"name\": \"NIGEL RUSSELL-HOSEIN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R-92K\",\n            \"name\": \"KAMEEL RAFEEK\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"R97S(2)\",\n            \"name\": \"SURENDRA RAMPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"R-99\",\n            \"name\": \"CHIDAMBARA RAO SURYADEVARA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"RS05S\",\n            \"name\": \"STACEY-ANN RAMJITSINGH-SAMUEL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S00KD\",\n            \"name\": \"KERRIN DARNEL SAMM\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S00N\",\n            \"name\": \"NORBERT SAMLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S00RF\",\n            \"name\": \"RYAN SEEGOBIN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S00U\",\n            \"name\": \"USHA SOOKHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S02AA\",\n            \"name\": \"ASHVIN SHARMA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S02D\",\n            \"name\": \"DANE  H. SUEPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S02N\",\n            \"name\": \"NEHAR SHARMA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S04C\",\n            \"name\": \"CAROLINE SINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S04O\",\n            \"name\": \"OVEL  SEALE \",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S05S(2)\",\n            \"name\": \"SUSHILA SEEPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S06M\",\n            \"name\": \"MEERA SURATSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S07A(2)\",\n            \"name\": \"AARTI SAGAR\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-07D\",\n            \"name\": \"DEBORAH C SAMAROO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S07DS\",\n            \"name\": \"DANE SILOCHAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S07R\",\n            \"name\": \"RISHAD SEECHERAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S07SK\",\n            \"name\": \"SHARNA-KAY SINGH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-104\",\n            \"name\": \"MARILYN D.N SUITE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-105\",\n            \"name\": \"AMMAR SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-109\",\n            \"name\": \"DAVID A. STRISIVER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-111\",\n            \"name\": \"JOEL R. SINANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-114\",\n            \"name\": \"Chandra Sinanan-Mahabir\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S11A\",\n            \"name\": \"ARIF SAQUI\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-121\",\n            \"name\": \"KEITH SILOCHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-124\",\n            \"name\": \"KOWSILL SINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-137\",\n            \"name\": \"ORVILLE SCOTT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-142\",\n            \"name\": \"JITINDRA SHAH SHAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-146\",\n            \"name\": \"KATHLEEN SANGSTER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S14K\",\n            \"name\": \"KUMAR SEEGULAM\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S14SK\",\n            \"name\": \"STEFAN SANKAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-152\",\n            \"name\": \"VANESSA STEWART\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-156\",\n            \"name\": \"DAVID R.  SANTANA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-157\",\n            \"name\": \"COLIN D. SEALY \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S15QH\",\n            \"name\": \"QAYSIR SYNE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S15SI\",\n            \"name\": \"SACHI I. I. SEUNATH\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-16\",\n            \"name\": \"HUGH J. SPICER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-169\",\n            \"name\": \"JENNIFER  SANCHO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S16KG\",\n            \"name\": \"KRYSTLE-GAYE STEWART\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-175\",\n            \"name\": \"NEIL SINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-176\",\n            \"name\": \"KELLY SOOKHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-179\",\n            \"name\": \"RICHARD SPANN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-18\",\n            \"name\": \"KATHLEEN A SPICER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-180\",\n            \"name\": \"TERRENCE SEEMUNGAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-181\",\n            \"name\": \"BERNARD SIEUNARINE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-182\",\n            \"name\": \"ADESH SIRJUSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-184\",\n            \"name\": \"MARLENE KALAWATE SUKHDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-186\",\n            \"name\": \"RAMANAND P. SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-187\",\n            \"name\": \"LA VERN A. SCOTT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-189\",\n            \"name\": \"GANGAPERSAD SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S18A\",\n            \"name\": \"ANDREAS SUPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S18KD\",\n            \"name\": \"KRISTOFF DARIAN SAMM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S18KV\",\n            \"name\": \"KIRAN V. SIEWDIAL\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-190\",\n            \"name\": \"RAYMOND  ST HILL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-192\",\n            \"name\": \"SAMUEL SHAFE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-196\",\n            \"name\": \"ANIL SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-199\",\n            \"name\": \"PETER SEIGNORET\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-19AA\",\n            \"name\": \"AMANDA SAMAROO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-200\",\n            \"name\": \"KAREN  SOHAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-201\",\n            \"name\": \"RAJINDRA  SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-203\",\n            \"name\": \"SASE SAMSUNDAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-205\",\n            \"name\": \"ALEXANDER RAMHIT SINANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-207\",\n            \"name\": \"VIRENDRA SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-210\",\n            \"name\": \"ROBIN R. SEEMONGAL-DASS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-212\",\n            \"name\": \"CURTIS SONNY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-214\",\n            \"name\": \"CHRISTINA L.K. SERRAO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-219\",\n            \"name\": \"MERYVN E. SINANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-225\",\n            \"name\": \"ARUNA SHARMA-MAHARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-226\",\n            \"name\": \"VICARSH SIEWRATTAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-227\",\n            \"name\": \"ROBIN  SINANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-231\",\n            \"name\": \"DEVENDRA  SINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-232\",\n            \"name\": \"MARY SINGH-BHOLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-233\",\n            \"name\": \"VALISHTI SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-238\",\n            \"name\": \"CHRISTOPHER SAMUEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-239\",\n            \"name\": \"TREVOR SEEPAUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-24\",\n            \"name\": \"RALPH M SEUPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-240\",\n            \"name\": \"SHERMAN J. SOMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-241\",\n            \"name\": \"NEIL SAMPATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-242\",\n            \"name\": \"MARLON M SEENATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-247\",\n            \"name\": \"HARRY SMITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-257\",\n            \"name\": \"DALE SOOKOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-259\",\n            \"name\": \"JANKIE SASENARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-261\",\n            \"name\": \"YARDESH  SINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-263\",\n            \"name\": \"JASVINDER SHOKAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-264\",\n            \"name\": \"ANUSHKA A. SEEMUNGAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-267\",\n            \"name\": \"ARVIND SHAVILI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-270\",\n            \"name\": \"SREEKANTH SAGUBADI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-272\",\n            \"name\": \"JHANSI LAXMI SHAVILI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-273\",\n            \"name\": \"ALYSSA SEEDANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-275\",\n            \"name\": \"KAVITA M. SAMAROO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-278\",\n            \"name\": \"LEELA  SOOKHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-283\",\n            \"name\": \"AVINASH SAWH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-287\",\n            \"name\": \"NATASHA SOOKHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-288\",\n            \"name\": \"NARESH SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-290\",\n            \"name\": \"SHERRY SANDY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-291\",\n            \"name\": \"CHANDRA SAROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-292\",\n            \"name\": \"Sherwin Saroop\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-293\",\n            \"name\": \"SATEESH SAKHAMURI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-294\",\n            \"name\": \"SHARDA SHARMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-297\",\n            \"name\": \"SHASHTA VALINI SAWH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-298\",\n            \"name\": \"SEKHAR TATIPARTHI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-299\",\n            \"name\": \"AYANNA SEBRO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-300\",\n            \"name\": \"VASHTI SEEGOBIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-303\",\n            \"name\": \"RAMENDRA  SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-306\",\n            \"name\": \"HARIHARAN SEETHARMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-307\",\n            \"name\": \"SABRINA SCOTT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-313\",\n            \"name\": \"MOHAMMAD MUJAHED ALI SIDDIQUI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-314\",\n            \"name\": \"STACEY V. SOOKNANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-319\",\n            \"name\": \"SARAH S SAMPATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-323\",\n            \"name\": \"ANDRE SOOKDAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-324\",\n            \"name\": \"AMANDA SOOKRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-327\",\n            \"name\": \"NEEVAN R. SAMPSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-332\",\n            \"name\": \"SHASTRI  SOOKHAI \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-333\",\n            \"name\": \"MALCOLM C. SAMUEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-335\",\n            \"name\": \"ADRIAN SIRJU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-341\",\n            \"name\": \"CHEREIS SYLVESTER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-342\",\n            \"name\": \"SHAZARD T. SOOBRATTIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-345\",\n            \"name\": \"RAVITA SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-346\",\n            \"name\": \"NICOLE SOLOMON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-354\",\n            \"name\": \"RAYMOND  SEEDHOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-359\",\n            \"name\": \"TRISHA SANKAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-360\",\n            \"name\": \"RAMA MOHAN REDDY SANIKOMMU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-369\",\n            \"name\": \"SHIVA P. SARWAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-373\",\n            \"name\": \"KEEVAN SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-374\",\n            \"name\": \"SANJEEV SOLOMON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-377\",\n            \"name\": \"SANDEEP SARKER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-378\",\n            \"name\": \"ARNO R.  SCHLEICH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-379\",\n            \"name\": \"KEESHIA  SOOKDEO-JADOONANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-38\",\n            \"name\": \"PARMANAND SAWH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-380\",\n            \"name\": \"LENIN SANIVARAPU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-382\",\n            \"name\": \"VISHAL SOOKHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-384\",\n            \"name\": \"REISHA SEEBARANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-386\",\n            \"name\": \"VANITA SHUKLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-389\",\n            \"name\": \"KEVIN SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-393\",\n            \"name\": \"NISHKAL SURATSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-399\",\n            \"name\": \"NEESHA SARAH SOOKAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-404\",\n            \"name\": \"MARK SOOKWAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-405\",\n            \"name\": \"PEARSE SYLVESTER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-407\",\n            \"name\": \"RAMANJAIAH SAVITI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-410\",\n            \"name\": \"SHINELLE SOYER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-412\",\n            \"name\": \"VIMAL SEETAHAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-415\",\n            \"name\": \"ANISHA SOOKOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-416\",\n            \"name\": \"SHARI SPENCER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-418\",\n            \"name\": \"ANISH  SINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-423\",\n            \"name\": \"VIJAYA  SIEW\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-425\",\n            \"name\": \"SALEEM SAHIBDEEN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-428\",\n            \"name\": \"RAJIV SEEREERAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-430\",\n            \"name\": \"ANISHA C SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-433\",\n            \"name\": \"KEVIN SARRAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-437\",\n            \"name\": \"RAVI SINANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-441\",\n            \"name\": \"ISHA SERRETTE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-444\",\n            \"name\": \"VANDANA SAMODEE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-445\",\n            \"name\": \"NICOLE SPRINGER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-453\",\n            \"name\": \"KAVIR SAMAROO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-454\",\n            \"name\": \"CAMILLE SANDERSON-JEROME\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-455\",\n            \"name\": \"RITESH SOOKNARINE-RAJPATTY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-456\",\n            \"name\": \"BRAD SAHADEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-458\",\n            \"name\": \"MANISHA SANTLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-461\",\n            \"name\": \"ANJANI SHARMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-464\",\n            \"name\": \"PANDURANGA SEETAHAL-MARAJ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-465\",\n            \"name\": \"RAJRISHI SHARMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-467\",\n            \"name\": \"SATYENDRA KUMAR SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-469\",\n            \"name\": \"ANDREW WILLIAM  SWANSTON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-471\",\n            \"name\": \"NAVEEN ANAND SEECHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-473\",\n            \"name\": \"AMRIKA SAMSUNDAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-478\",\n            \"name\": \"SHIVAL SOOKNANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-486\",\n            \"name\": \"KEVIN SAROOP\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-488\",\n            \"name\": \"KERALA SAUGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-490\",\n            \"name\": \"RENELLE SEESAHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-491\",\n            \"name\": \"NICHOLAS J. SHAM KU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-501\",\n            \"name\": \"SAMIR SADEEK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-504\",\n            \"name\": \"CADINA SAMAROO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-507\",\n            \"name\": \"SHIVAN SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-509\",\n            \"name\": \"MUSHTAQ ALI G. SAIYED\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-518\",\n            \"name\": \"BRANDON SAWH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-519\",\n            \"name\": \"TAMARA SIMEON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-521\",\n            \"name\": \"AVINASH  SINGH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-523\",\n            \"name\": \"ROCHELLE SKEETE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-524\",\n            \"name\": \"RONDELL SKEETE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-528\",\n            \"name\": \"SAYYAD SAHADOOL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-53\",\n            \"name\": \"ROOPNARINE SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-530\",\n            \"name\": \"SASHA SIBERAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-532\",\n            \"name\": \"JAYA AMIKA SINANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-535\",\n            \"name\": \"KHAASHIF SAMUEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-536\",\n            \"name\": \"RAE MARIE SHIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-539\",\n            \"name\": \"SUREKHA  LYSHA SELVARAJAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-541\",\n            \"name\": \"VICTOR  SOONDAR \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-543\",\n            \"name\": \"RIA SEEPERSAD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-544\",\n            \"name\": \"ANUSHKA SIEUNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-545\",\n            \"name\": \"CANDICE SAMPATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-546\",\n            \"name\": \"AMANDA SANG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-549\",\n            \"name\": \"SARA SEETARAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-554\",\n            \"name\": \"VISHAM K SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-563\",\n            \"name\": \"HAYLEY HUSHA SOOKNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-564\",\n            \"name\": \"NICHOLAS SAHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-566\",\n            \"name\": \"REANNE A SEEPERSAD-RAMBARRAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-570\",\n            \"name\": \"RAQUEL SUKHBIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-571\",\n            \"name\": \"KAIVALYA SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-579\",\n            \"name\": \"JEROME JOHNATHAN SAMMY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-580\",\n            \"name\": \"KIMBERLY SAMMY \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-583\",\n            \"name\": \"ARVIND SEECHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-584\",\n            \"name\": \"MARIYAH SHAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-591\",\n            \"name\": \"BRADLEY A STEWART\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-596\",\n            \"name\": \"LENDL MICHAEL H. SEETAHAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-598\",\n            \"name\": \"ARIANNE SOBRIAN \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-599\",\n            \"name\": \"ANURADHA SANKAR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-60\",\n            \"name\": \"NEELIMA SRIVASTAV\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-602\",\n            \"name\": \"BRILLENCE SAMMY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-604\",\n            \"name\": \"TRAVIS SATNARINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-606\",\n            \"name\": \"KARINA  VANEETA SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-607\",\n            \"name\": \"KHAVINDRA SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-61\",\n            \"name\": \"DEO SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-612\",\n            \"name\": \"SHEENA SOOKHAI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-613\",\n            \"name\": \"SARITA SUDAMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-616\",\n            \"name\": \"SARAH ST. LOUIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-620\",\n            \"name\": \"NARENDRA SAMLAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-624\",\n            \"name\": \"JONATHAN SEENATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-626\",\n            \"name\": \"ALICIA MELISSA SHIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-628\",\n            \"name\": \"CHRISTIAN SMITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-630\",\n            \"name\": \"KRIS SOOKDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-638\",\n            \"name\": \"MICHAEL  SOO PING CHOW \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-642\",\n            \"name\": \"CARISSA SIRJU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-648\",\n            \"name\": \"SAMIRA SAMPATH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-649\",\n            \"name\": \"ANJANI NALINI SITRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-651\",\n            \"name\": \"SHIVA SEEBARANSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-657\",\n            \"name\": \"ADRIANNA SOOKDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-66\",\n            \"name\": \"JACQUELINE A. SHARPE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-662\",\n            \"name\": \"ANASTASHA A. SHAH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-666\",\n            \"name\": \"VINESH SOOKRAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-68\",\n            \"name\": \"SATYA P. SAWH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-684\",\n            \"name\": \"DEVI SINGH-SOOKDEO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-696\",\n            \"name\": \"SAFIYAH  SIDDIQUI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-699\",\n            \"name\": \"ANNESHA SMITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-713\",\n            \"name\": \"ANEIL SINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-718\",\n            \"name\": \"ARIANDNE SAUNDERS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-719\",\n            \"name\": \"RAJEEV SEECHARAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-72\",\n            \"name\": \"GARNET SANT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-75\",\n            \"name\": \"MITRA A. SINANAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-76\",\n            \"name\": \"HIRANYADEV SHARMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S77\",\n            \"name\": \"ARTHUR SEEBALACK\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-77\",\n            \"name\": \"SREEVENU POTLURI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S80\",\n            \"name\": \"WENDY SHARPE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-80\",\n            \"name\": \"JAGDIS SURATSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S81G\",\n            \"name\": \"GRACE L. SMITH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-83\",\n            \"name\": \"B SHIVNAUTH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-84\",\n            \"name\": \"JOHNNY SIU-CHONG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-85\",\n            \"name\": \"CURTIS L. SEALY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S86\",\n            \"name\": \"NIGEL SOUZA-OKPOFABRI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S86J\",\n            \"name\": \"J. EBENEZER SCIPIO\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S90\",\n            \"name\": \"FATIMA SHAAMA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-90\",\n            \"name\": \"WESLEY DEXTER SHIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S90G\",\n            \"name\": \"GERARD SEALY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S91F\",\n            \"name\": \"FIAYAZ ALEEM SHAAMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S93P\",\n            \"name\": \"PRAVIN SHARMA\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S93S\",\n            \"name\": \"SARAH SOBRIAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S95A\",\n            \"name\": \"ANIL SIEWRATTAN\",\n            \"category\": \"\"\n        },\n        {\n            \"issuerID\": \"S95I\",\n            \"name\": \"INGRID SEEBERAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S-96\",\n            \"name\": \"RAWLE SYLVESTER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"S96W\",\n            \"name\": \"WARREN STEELE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"S-97\",\n            \"name\": \"STEVE I. SMITH \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"SK07J\",\n            \"name\": \"JEMEL SULTAN KHAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T00K\",\n            \"name\": \"KURT TACKOOR\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"T02K\",\n            \"name\": \"ANNELIESE  SOOKOO\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"T04C\",\n            \"name\": \"CINDY THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-100\",\n            \"name\": \"NICOLE V. TILLUCKDHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-101\",\n            \"name\": \"DYLAN THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-102\",\n            \"name\": \"ANASHA TEWARI-BRIDGELAL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-103\",\n            \"name\": \"SELENA TODD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-104\",\n            \"name\": \"FLEUR TAM - NOEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-110\",\n            \"name\": \"LISA TYSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-112\",\n            \"name\": \"GIOVANNI TEODORI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-113\",\n            \"name\": \"LAVANYA THONDAVANA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-114\",\n            \"name\": \"PETERSON THORINGTON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-116\",\n            \"name\": \"GINA PAULA TANWING\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-117\",\n            \"name\": \"KRISTY THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-118\",\n            \"name\": \"SHIVA TEWARI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-129\",\n            \"name\": \"CANDICE TRIM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T12MA\",\n            \"name\": \"MARLON A. THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-131\",\n            \"name\": \"VENKATESWARA THANGALLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-132\",\n            \"name\": \"AVASA TAWARI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-137\",\n            \"name\": \"ADAM THORNTON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-139\",\n            \"name\": \"JESSIE TONEY-DUNCAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-146\",\n            \"name\": \"MICHAEL  JOAB TAYLOR \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-154\",\n            \"name\": \"RAJIV TRIPATHI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-162\",\n            \"name\": \"BREQUELLE JAEL TIMOTHY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-167\",\n            \"name\": \"MARC THOMSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-175\",\n            \"name\": \"CHRISTOPHER TANG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-176\",\n            \"name\": \"ROANNA TAITT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-178\",\n            \"name\": \"SHIVAN TOOLSIE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-179\",\n            \"name\": \"NATALIA THOMPSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-180\",\n            \"name\": \"DIANA MARIA TRIGG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-182\",\n            \"name\": \"NKISHA TAYLOR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-192\",\n            \"name\": \"TIMOTHY TRESTRAIL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-21\",\n            \"name\": \"AUSTIN TRINIDADE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-23\",\n            \"name\": \"PHILLIP TEIXEIRA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-24\",\n            \"name\": \"ROY K. TILLUCKDHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-25\",\n            \"name\": \"MICHAEL V.H. TELEMAQUE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-28\",\n            \"name\": \"DAVID TOBY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-3\",\n            \"name\": \"NORMA A. DEMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-30\",\n            \"name\": \"CARLOS B. THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-34\",\n            \"name\": \"ABRAHAM TABABA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-36\",\n            \"name\": \"PHILLIP TANG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-40\",\n            \"name\": \"MARTIN D.W. TROTMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-42\",\n            \"name\": \"CLIFFORD THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-43\",\n            \"name\": \"SURUJPAUL TEELUCKSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-46\",\n            \"name\": \"AGUSTIN TANTOCO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-47\",\n            \"name\": \"CLYDE  TILLUCKDHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-50\",\n            \"name\": \"CLIVE C. TILLUCKDHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-53\",\n            \"name\": \"BERNADETTE THEODORE-GANDI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-56\",\n            \"name\": \"PAULA THOMAS-MARK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-57\",\n            \"name\": \"ROSE MARIE MARIE THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-6\",\n            \"name\": \"JOSEPH TAM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-61\",\n            \"name\": \"DEXTER THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-68\",\n            \"name\": \"RAJENDRA SARRAN TEELUCKSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-69\",\n            \"name\": \"SONIA TELFER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-73\",\n            \"name\": \"BERNDT TOMANCOK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-77\",\n            \"name\": \"BRIAN THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-79\",\n            \"name\": \"CLAUDIA THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-80\",\n            \"name\": \"SUNEETHA THIREEDI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-81\",\n            \"name\": \"VICTOR K.K. TERAPALLI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-82\",\n            \"name\": \"MICHAEL THOM\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-84\",\n            \"name\": \"ANTAL TEEMUL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-85\",\n            \"name\": \"JOEL DAVID TEELUCKSINGH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-9\",\n            \"name\": \"PAUL TILLUCKDHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-90\",\n            \"name\": \"MICHELLE TROTMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-92\",\n            \"name\": \"MARLON TIMOTHY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-95\",\n            \"name\": \"STEPHANIE  TAM-FRASER \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-96\",\n            \"name\": \"LYNDA S. TILLUCKDHARRY\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-97\",\n            \"name\": \"SRINIVASA THOTA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"T-98\",\n            \"name\": \"MAURICE TOM-PACK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TC10A\",\n            \"name\": \"DR TANG-CHOON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-0421\",\n            \"name\": \"ALECK SAGOLS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-0675\",\n            \"name\": \"AMRITAM KHELAWAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-0955\",\n            \"name\": \"RASHEED SALMAN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-0957\",\n            \"name\": \"RANA RIAZ\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1007\",\n            \"name\": \"SHADA CHANTAL CHANDLER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1019\",\n            \"name\": \"ROSHAN JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1058\",\n            \"name\": \"LOUANN JOSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1064\",\n            \"name\": \"ALLAN BENJAMIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1080\",\n            \"name\": \"NABEEL ABDULLA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1081\",\n            \"name\": \"CARRIE KALLOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1087\",\n            \"name\": \"CHRISTIE KALLOO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1097\",\n            \"name\": \"KEVIN RAGBIR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1111\",\n            \"name\": \"NIKESHA THOMAS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"TEMP-1128\",\n            \"name\": \"ERIC KEITH HERCULES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"U-10\",\n            \"name\": \"SATYANARAYAN UPPALAPATI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"U-16\",\n            \"name\": \"NGOZI UGORJI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"U-27\",\n            \"name\": \"NAVIN UDIT \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"U-29\",\n            \"name\": \"KALI  UPPALAPATI \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"U-3\",\n            \"name\": \"AJIT J. UDIT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"U-8\",\n            \"name\": \"VICTOR C. UDEKWU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V12MJ\",\n            \"name\": \"M. VALENTINE \",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"V-16\",\n            \"name\": \"DALE VENTOUR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-18\",\n            \"name\": \"V.RAMANA VEDULA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V19502000\",\n            \"name\": \"Y. VETERINARY CLINIC WHARWOOD\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19552001\",\n            \"name\": \"Leonard V Butcher\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19572002\",\n            \"name\": \"Doodnath S Kanhai\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19672003\",\n            \"name\": \"Jason Dickinson \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19672004\",\n            \"name\": \"Clive Rahamut-Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19692005\",\n            \"name\": \"Vincent Moe\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19702006\",\n            \"name\": \"Ernest R Caesar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19702007\",\n            \"name\": \"Edward PI  Cazabon \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19722008\",\n            \"name\": \"Gustave EN Borde\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19722009\",\n            \"name\": \"Williams  Hernandez\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19752010\",\n            \"name\": \"Azizul Rahaman\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19762011\",\n            \"name\": \"Winston Harper\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19762012\",\n            \"name\": \"Stephen Johnston\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19762013\",\n            \"name\": \"Harri Narinesingh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19772014\",\n            \"name\": \"Elmo Bridgewater\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19782015\",\n            \"name\": \"Charles De Ganess\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19782016\",\n            \"name\": \"Michael Kangaloo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19782017\",\n            \"name\": \"Lloyd Webb\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19802018\",\n            \"name\": \"Alfred  Benjamin\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19812019\",\n            \"name\": \"Roger D'abadie\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19822020\",\n            \"name\": \"John De Freitas\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19822021\",\n            \"name\": \"Winthrop Harewood\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19832022\",\n            \"name\": \"Patricia Barrow-Smart\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19832023\",\n            \"name\": \"Gabriel  Brown\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19832024\",\n            \"name\": \"Joseph  Ryan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19842025\",\n            \"name\": \"Ridley B Holder\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19842026\",\n            \"name\": \"Robert Loregngard\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19852027\",\n            \"name\": \"John Fernandes\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19862028\",\n            \"name\": \"Mafouz Aziz\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19862029\",\n            \"name\": \"Gowrie Lalla\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19872030\",\n            \"name\": \"Hatto Pidduck\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19872031\",\n            \"name\": \"Sandra Rousseau\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19872032\",\n            \"name\": \"Ryan  Shim\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19882033\",\n            \"name\": \"Bhim  Ramoutar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19892034\",\n            \"name\": \"Karen Ho A Shu\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19902035\",\n            \"name\": \"Kenneth Baker\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19902036\",\n            \"name\": \"David Kangaloo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19902037\",\n            \"name\": \"Helen Romain\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19912038\",\n            \"name\": \"Ravi A Seebaransingh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19912039\",\n            \"name\": \"Simone  Titus\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19922040\",\n            \"name\": \"Sham Bissessar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19922041\",\n            \"name\": \"Margaret Chin Sue Min\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19922042\",\n            \"name\": \"Dawn T Martin\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19922043\",\n            \"name\": \"Connor Mc Gillian \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19922044\",\n            \"name\": \"Celestine Njoku\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19932045\",\n            \"name\": \"Jane E Anscombe\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19932046\",\n            \"name\": \"Davin J Borde\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19932047\",\n            \"name\": \"Ramdath Changar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19932048\",\n            \"name\": \"Michael D Diptee\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19932049\",\n            \"name\": \"Frances Farrow\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19932050\",\n            \"name\": \"Frank AD Hypolite\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19932051\",\n            \"name\": \"Matthew O Ojo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19932052\",\n            \"name\": \"Robert S Surujbally\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19942053\",\n            \"name\": \"Philip J Aleong\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19942054\",\n            \"name\": \"Gregory De Ganess\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19942055\",\n            \"name\": \"Chukwudozie D Ezeokoli\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19942056\",\n            \"name\": \"Leslie J Williams\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952057\",\n            \"name\": \"Karlene S Barrett\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952058\",\n            \"name\": \"Ramanjuman R Coore\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952059\",\n            \"name\": \"Karla C Georges\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952060\",\n            \"name\": \"Tisha AM Harper\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952061\",\n            \"name\": \"Curtis PM Legall\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952062\",\n            \"name\": \"Michael J Morris\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952063\",\n            \"name\": \"Neil Parsan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952064\",\n            \"name\": \"Saed Rahaman\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952065\",\n            \"name\": \"Sanjay R Ramdath\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952066\",\n            \"name\": \"David Hugonem Roberts\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952067\",\n            \"name\": \"Wade Seukeran\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952068\",\n            \"name\": \"Savitri Mary Sinanan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19952069\",\n            \"name\": \"Gillian N Williams\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19962070\",\n            \"name\": \"Lesel W Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19962071\",\n            \"name\": \"Eliezer CI Molokwu\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19962072\",\n            \"name\": \"Rohini Roopnarine\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19962073\",\n            \"name\": \"Neville E Sookra\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972074\",\n            \"name\": \"Joanne  Caruth\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972075\",\n            \"name\": \"Naola M Freguson\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972076\",\n            \"name\": \"Natasha FA Mootoo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972077\",\n            \"name\": \"Lisa  Musai\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972078\",\n            \"name\": \"Katherine-Ann Pyke\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972079\",\n            \"name\": \"Anil  Ramnanan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972080\",\n            \"name\": \"Rod Suepaul\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972081\",\n            \"name\": \"John D Watkins\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19972082\",\n            \"name\": \"Cystal Wint\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982083\",\n            \"name\": \"Richard I Benjamin\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982084\",\n            \"name\": \"Michael R Downes\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982085\",\n            \"name\": \"Neera V Gopee\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982086\",\n            \"name\": \"Maria F Holden\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982087\",\n            \"name\": \"Nicole J Lambie\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982088\",\n            \"name\": \"Michelle A Mellowes\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982089\",\n            \"name\": \"Curtis F Padilla \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982090\",\n            \"name\": \"Jennifer Reece\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982091\",\n            \"name\": \"Suzzane G St Rose\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19982092\",\n            \"name\": \"Selene S Warren \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19992093\",\n            \"name\": \"Ali Abdool\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19992094\",\n            \"name\": \"Devanand  Balkissoon\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19992095\",\n            \"name\": \"Jeanine L Chow-leong\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19992096\",\n            \"name\": \"Marisse J Cropper\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19992097\",\n            \"name\": \"Michael E Gransaull\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19992098\",\n            \"name\": \"Carol AA Hull\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19992099\",\n            \"name\": \"Victoria  Lashley\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19992100\",\n            \"name\": \"Parvati Ollivierra\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V19JD\",\n            \"name\": \"JERVAIS D VOISIN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"V20002101\",\n            \"name\": \"Nikicia S Bascombe-Spring \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20002102\",\n            \"name\": \"Lena L Bereton\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20002103\",\n            \"name\": \"Don Nicholas\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20002104\",\n            \"name\": \"Richard   Noel\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20002105\",\n            \"name\": \"Jr Clive L Rahamut-Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20002106\",\n            \"name\": \"Anna Meera Ramcharitar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20002107\",\n            \"name\": \"Lindy Sohan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20002108\",\n            \"name\": \"Anneliese Sookoo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012109\",\n            \"name\": \"Chivonne A Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012110\",\n            \"name\": \"Rodney L Belgrave\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012111\",\n            \"name\": \"Chrislyn K Coolman \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012112\",\n            \"name\": \"Lisanne M Fermin\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012113\",\n            \"name\": \"Kevin V Francis \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012114\",\n            \"name\": \"Jenelle  Johnson\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012115\",\n            \"name\": \"Bertel W Kommonen\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012116\",\n            \"name\": \"Indira S Pargass\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012117\",\n            \"name\": \"Varsha V Ramoutar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012118\",\n            \"name\": \"Kary J Sadeek\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012119\",\n            \"name\": \"Devanand  Singh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20012120\",\n            \"name\": \"David L Walton\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022121\",\n            \"name\": \"Warren S Achille\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022122\",\n            \"name\": \"Carolyn A Clark\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022123\",\n            \"name\": \"Raymond  Deonanan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022124\",\n            \"name\": \"Amoy Foster\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022125\",\n            \"name\": \"Denice Lewis\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022126\",\n            \"name\": \"Suzan D Mc Lennon \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022127\",\n            \"name\": \"Ayanna C Phillips\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022128\",\n            \"name\": \"Shalini Ramsubeik\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20022129\",\n            \"name\": \"Megan J Ritchie\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032130\",\n            \"name\": \"Patricia Dahlia Bedford\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032131\",\n            \"name\": \"Dane Coombs \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032132\",\n            \"name\": \"John Cooper\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032133\",\n            \"name\": \"Stephen Mahler\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032134\",\n            \"name\": \"Ken  Mathura\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032135\",\n            \"name\": \"Kishan L Mathura\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032136\",\n            \"name\": \"Shazar Mohammed\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032137\",\n            \"name\": \"Mishka  Stennett\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20032138\",\n            \"name\": \"Thurryn Ansom Torres\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040001\",\n            \"name\": \"Annmarie Phillip-Hosein\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040002\",\n            \"name\": \"Simone  Stoute\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040003\",\n            \"name\": \"Kavita  Singh \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040004\",\n            \"name\": \"Navita A Moonan \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040005\",\n            \"name\": \"Sharianne Suepaul\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040006\",\n            \"name\": \"Bernice S David\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040007\",\n            \"name\": \"Gail N St Clair-Lowhar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040008\",\n            \"name\": \"Kristy S Metivier\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20040009\",\n            \"name\": \"Candice JD Sant\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20042139\",\n            \"name\": \"Yaseen Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20042140\",\n            \"name\": \"Audrie F Mc Nab\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050010\",\n            \"name\": \"Shirene Melissa Singh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050011\",\n            \"name\": \"Ramona Thorne \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050012\",\n            \"name\": \"KRIYAAN  SINGH \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050013\",\n            \"name\": \"KAREN YOUNG\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050014\",\n            \"name\": \"Siobhan Bridgelalsingh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050015\",\n            \"name\": \"Nichelle V. Jasper\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050017\",\n            \"name\": \"Leandra Dass\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050018\",\n            \"name\": \"Dillanna Donnie\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20050019\",\n            \"name\": \"Brent Dumas\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060020\",\n            \"name\": \"GLENN RAMADHARSINGH\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060022\",\n            \"name\": \"Kevin  Lowe\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060023\",\n            \"name\": \"NADIN THOMPSON\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060024\",\n            \"name\": \"Sabrina Thomas \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060025\",\n            \"name\": \"Janine Seethahal\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060026\",\n            \"name\": \"STACEY ANN RAGOOBAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060027\",\n            \"name\": \"Kristal Pouching\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060028\",\n            \"name\": \"Kathy-Ann Gajadhar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060029\",\n            \"name\": \"Marian Francis \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060030\",\n            \"name\": \"SHIVANA BEHARRY\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060031\",\n            \"name\": \"CAMILLE AUDAIN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060032\",\n            \"name\": \"Mark Adam\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060033\",\n            \"name\": \"Rachel  Tom-Yew\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20060034\",\n            \"name\": \"Nadrea Sookhoo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070035\",\n            \"name\": \"Nadia Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070036\",\n            \"name\": \"Sheldon Dale  Bovell\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070037\",\n            \"name\": \"Roxanne Albertha Charles\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070038\",\n            \"name\": \"Anil Kenneth Persad\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070039\",\n            \"name\": \"Marsha Singh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070040\",\n            \"name\": \"FARNAAZ KHAN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070041\",\n            \"name\": \"JAMES SUKHU D.V.M\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070042\",\n            \"name\": \"NIGER LOWHAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070043\",\n            \"name\": \"Randy R Bridglal\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070044\",\n            \"name\": \"CARL MARCH\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070045\",\n            \"name\": \"Kimbery Anne  Whitfield-Farfan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070046\",\n            \"name\": \"Tamira Powdhar\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070047\",\n            \"name\": \"Anthony Griffith\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20070048\",\n            \"name\": \"RAVI RAMCHARITAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20072141\",\n            \"name\": \"Judy-Ann Thomas \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080049\",\n            \"name\": \"I-sanna Rochelle Gibbons\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080050\",\n            \"name\": \"KEVERN SAWH\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080051\",\n            \"name\": \"Shelley Birdgewater\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080052\",\n            \"name\": \"Ansarah Hosein\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080053\",\n            \"name\": \"Kirk Munoz\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080054\",\n            \"name\": \"NIRMALA K PERSAD\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080055\",\n            \"name\": \"Nikola  De leon\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080056\",\n            \"name\": \"ROSETTE CHINPIRE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080057\",\n            \"name\": \"Corinne Wong\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080059\",\n            \"name\": \"Ronnie George\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080060\",\n            \"name\": \"George Bankart Daniel\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20080061\",\n            \"name\": \"REBECCA FERRIER\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090058\",\n            \"name\": \"KELLEE CHUNG\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090064\",\n            \"name\": \"Lynn Seucharan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090065\",\n            \"name\": \"Kristianne  Bhagan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090066\",\n            \"name\": \"Karissa A Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090067\",\n            \"name\": \"Tennille Auguste\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090068\",\n            \"name\": \"Paul Crooks\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090069\",\n            \"name\": \"SERANNE DABYPERSAD\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090070\",\n            \"name\": \"Marc Driscoll\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090071\",\n            \"name\": \"Akeisha Inniss\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090072\",\n            \"name\": \"Bridget Lee Chow\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090073\",\n            \"name\": \"RENEE LEZAMA\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090074\",\n            \"name\": \"Akua Mosi Pottinger\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090075\",\n            \"name\": \"LEAH POUCHET\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090076\",\n            \"name\": \"Shayne  Ramsubeik\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090077\",\n            \"name\": \"NISSHI SEEPERSAD\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090078\",\n            \"name\": \"Hassani Stewart\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090079\",\n            \"name\": \"Safiya Wiltshire-Moore\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090080\",\n            \"name\": \"NICHOLA WINCHESTER\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090081\",\n            \"name\": \"Racquel Small\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090082\",\n            \"name\": \"Nikala Khal\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090085\",\n            \"name\": \"DENNIS  DIPTEE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20090086\",\n            \"name\": \"Philip Jerome Aleong\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20092142\",\n            \"name\": \"Philip  Martin\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100087\",\n            \"name\": \"SARAH COUTOU\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100088\",\n            \"name\": \"Sally Ann Monsterin\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100089\",\n            \"name\": \"NANNIKA HONORE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100090\",\n            \"name\": \"PATRICIA  POW-BROWN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100091\",\n            \"name\": \"Caroline Changoor\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100092\",\n            \"name\": \"Brian Munray\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100093\",\n            \"name\": \"Alicia Elliot\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100094\",\n            \"name\": \"AARON LATCHMAN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100096\",\n            \"name\": \"RHIANNON BRIDGLALSINGH\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20100097\",\n            \"name\": \"Renata Salvatori\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110098\",\n            \"name\": \"TEMAYNE GOODING\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110099\",\n            \"name\": \"Benedict Anand Mohit\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110100\",\n            \"name\": \"Gita Nagassar-Mohit\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110101\",\n            \"name\": \"Omar Jerome Khan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110102\",\n            \"name\": \"Adana Nikita Mahase\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110105\",\n            \"name\": \"AVIN ARJOONSINGH\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110107\",\n            \"name\": \"SUE ANN VALENTINA ROBERTSON\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110109\",\n            \"name\": \"JOANNE PATRICIA SINGH\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110110\",\n            \"name\": \"Anielle Melissa Grindley\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110111\",\n            \"name\": \"Rachelle S Rampersad\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110112\",\n            \"name\": \"Carmen Fareeda Sandrs Jerry\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110113\",\n            \"name\": \"Michael Adrian Alexander\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20110117\",\n            \"name\": \"Michaela Straker\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120115\",\n            \"name\": \"Priscilla Frances Yu\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120121\",\n            \"name\": \"Kris Nigel Ramdass\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120122\",\n            \"name\": \"KERRI RENE SANKAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120123\",\n            \"name\": \"Keshla Catherine Niala Persad\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120124\",\n            \"name\": \"ANISSA SARAH MATHURA\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120125\",\n            \"name\": \"Annika Carolyn Gordon\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120126\",\n            \"name\": \"SARAH CHRISTINA  KALICHARAN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120127\",\n            \"name\": \"Suedan Elaina  Martin\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120128\",\n            \"name\": \"RIANNA AMRIKA  SAGAM\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120130\",\n            \"name\": \"Vijaya Adriane  Suratsingh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120131\",\n            \"name\": \"Lana Adita Gyan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20120132\",\n            \"name\": \"Jenelle Jennifer Marshall\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130062\",\n            \"name\": \"Andrew Arthur Bradley\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130134\",\n            \"name\": \"STEPHEN AVINASH  GAJADHAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130136\",\n            \"name\": \"Malouah Nicole Straker\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130141\",\n            \"name\": \"Bianca Sophia Jayne  Olmberg\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130142\",\n            \"name\": \"Varna  Jogie\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130144\",\n            \"name\": \"ALICIA CONLIFFE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130145\",\n            \"name\": \"Veronica  Williams\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130146\",\n            \"name\": \"Jonjo Carlisle Reece\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130147\",\n            \"name\": \"BRYAN SIRJU\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130148\",\n            \"name\": \"Petal Smart\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130149\",\n            \"name\": \"TARIQ S. ACKBAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130150\",\n            \"name\": \"VANESSA  PUSTAM\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20130151\",\n            \"name\": \"ALISSA BALLY\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140133\",\n            \"name\": \"Cherise  Charles \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140139\",\n            \"name\": \"Che Nevin  Dindial\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140143\",\n            \"name\": \"Daavini Maharaj\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140152\",\n            \"name\": \"NICHOLAS MACKENZIE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140153\",\n            \"name\": \"VANYA SEALES\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140154\",\n            \"name\": \"Krystal  De Gannes\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140155\",\n            \"name\": \"ARIANNE ALI\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140156\",\n            \"name\": \"SHERIZA K ALI\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140157\",\n            \"name\": \"Kareem Azhar  Amin\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140158\",\n            \"name\": \"Kyle Damain Assue\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140159\",\n            \"name\": \"Renee Rebecca Babwah\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140160\",\n            \"name\": \"Sherise Cassie  Boodoo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140161\",\n            \"name\": \"Ryan Thomas  Chanona\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140162\",\n            \"name\": \"JOHANNA COUTOU\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140163\",\n            \"name\": \"Junaki Kemba Dowdridge \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140164\",\n            \"name\": \"SHAY A.V ESCALANTE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140165\",\n            \"name\": \"Tiffany Hanna  Forde\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140166\",\n            \"name\": \"Jeremiah De'sire Garcia \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140167\",\n            \"name\": \"Kegan Romelle Onansis Jones\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140168\",\n            \"name\": \"Linda  Kungiesingh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140169\",\n            \"name\": \"Kavita Ranjeeta M Lall\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140170\",\n            \"name\": \"Anika Natasha  Lewis-Springer\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140171\",\n            \"name\": \"SEAN  MC CARTY \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140172\",\n            \"name\": \"SAFIYYAH MOHAMMED\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140173\",\n            \"name\": \"Roselee Rushelle Morgan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140174\",\n            \"name\": \"NIRVEETA RAMCHARAN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140175\",\n            \"name\": \"Stacy  Rajh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140176\",\n            \"name\": \"Rochelle Reshma Ramkhelawan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140177\",\n            \"name\": \"Shivana Ramnarine\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140178\",\n            \"name\": \"Shirelle Althea  Sammy\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140179\",\n            \"name\": \"Laurel Anna Toni Shand \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140180\",\n            \"name\": \"JEVAN SIEUSANKAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140181\",\n            \"name\": \"Giselle Vashti Singh \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140182\",\n            \"name\": \"RISHA SOOKDEO\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140183\",\n            \"name\": \"Neville Percival L Stewart\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20140184\",\n            \"name\": \"ANTONIA WALCOTT\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150187\",\n            \"name\": \"Hannah  Lenders\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150188\",\n            \"name\": \"AMANDA SOULETTE \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150189\",\n            \"name\": \"EMILY A. CAPPON\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150190\",\n            \"name\": \"Shandel Shameena  Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150192\",\n            \"name\": \"JULIET ALIBY-KHEMRAJ\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150193\",\n            \"name\": \"JAMILA BEARD\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150194\",\n            \"name\": \"ROGER BRAITHWAITE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150195\",\n            \"name\": \"Craig Didier Clermond\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150196\",\n            \"name\": \"Nirvana Priya Dodo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150197\",\n            \"name\": \"Kristelle Teresa Gene\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150198\",\n            \"name\": \"Monique Rachel  Goonraj\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150200\",\n            \"name\": \"Crystal Barbara Jerome \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150201\",\n            \"name\": \"Justine Amanda John \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150202\",\n            \"name\": \"Anisa Sarah  Khan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150203\",\n            \"name\": \"Meera  KUNGEBEHARRY\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150204\",\n            \"name\": \"Tiziana Rebecca  Latchan \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150205\",\n            \"name\": \"Kinman  Loi\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150206\",\n            \"name\": \"SHAMEEN MOHAMMED\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150207\",\n            \"name\": \"Hannah Sharlah Nangoo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150208\",\n            \"name\": \"Ronderson Clinton Marc Ramjattan \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150209\",\n            \"name\": \"Yashni Jessica Ramkhalawan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150210\",\n            \"name\": \"Amanda Ramkissoon\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150211\",\n            \"name\": \"Samuel Ralph Rampersad\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150212\",\n            \"name\": \"Adrian Ryan  Ramthal \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150213\",\n            \"name\": \"KAVITA SANT\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150214\",\n            \"name\": \"Gervaise Gopaul Jr. Sarjusingh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150215\",\n            \"name\": \"Louanne Chlowie  Serrette\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150216\",\n            \"name\": \"Atyln Olivia  Soleyn \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150217\",\n            \"name\": \"GARRIELLE SOLOMON\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150218\",\n            \"name\": \"Vade Prakash  Sookram \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150219\",\n            \"name\": \"RHONDA TOOKAI\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150220\",\n            \"name\": \"Antonio Mario  Watson \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150221\",\n            \"name\": \"Nyomi Danielle Winchester\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150222\",\n            \"name\": \"Scott Stafford Andre Yorke\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20150224\",\n            \"name\": \"Jannina  Jairam \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160191\",\n            \"name\": \"Sheliza Priyanka  Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160225\",\n            \"name\": \"JANELLE ST AIME\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160226\",\n            \"name\": \"Alexa Kristan  Burrows\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160228\",\n            \"name\": \"SIEW LENG ACHONG\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160229\",\n            \"name\": \"Almee Gibbon\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160230\",\n            \"name\": \"Vinesh  Kissoon\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160231\",\n            \"name\": \"Christal Alexa Viechweg\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160232\",\n            \"name\": \"Arlene Bernadette  Alexander\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160233\",\n            \"name\": \"Dominique Anna-Lisa  Bain\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160234\",\n            \"name\": \"SHOBHA  RAMHARACK \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160235\",\n            \"name\": \"NIKITA  ALI\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160236\",\n            \"name\": \"Maurice Mandela  Frank\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160237\",\n            \"name\": \"Tiffany Samantha  Ramkissoon\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160238\",\n            \"name\": \"Samantha Jamie Scott\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160240\",\n            \"name\": \"Waheeda Kimberly  Gafoor\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160244\",\n            \"name\": \"Kavita  Persad\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160245\",\n            \"name\": \"Narindra Harinath Roopnarine\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160246\",\n            \"name\": \"Shandel Shameena  Jaikaran \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160247\",\n            \"name\": \"Twana Oneka  Richardson \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20160248\",\n            \"name\": \"Avinash  Lodie\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170185\",\n            \"name\": \"NIKITA FENTY\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170239\",\n            \"name\": \"CHANTAL PERRYMAN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170249\",\n            \"name\": \"Jonathan Matthew White \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170250\",\n            \"name\": \"Nicole Paola  Dumas\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170251\",\n            \"name\": \"Todd Marcus John  Denoon \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170252\",\n            \"name\": \"Shinel Sual-Ann  Mulraine \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170253\",\n            \"name\": \"ARIELLE MARINE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170255\",\n            \"name\": \"Arielle R Persad\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170256\",\n            \"name\": \"Cindianne Maria Abdul\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170257\",\n            \"name\": \"SAMARA SEEPAUL\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170258\",\n            \"name\": \"KERRY ANN KATTICK\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170259\",\n            \"name\": \"Kalidia Llona Millette \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170260\",\n            \"name\": \"Cher-Marie Ornella  Lewis \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170261\",\n            \"name\": \"Kern Kriston  Johnson\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170262\",\n            \"name\": \"Marc Aziz Alkhal \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170263\",\n            \"name\": \"MATTHEW N HADEED\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170264\",\n            \"name\": \"Jelaja WJ David \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170265\",\n            \"name\": \"LISA MAHARAJ\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170266\",\n            \"name\": \"Michael James  Ragobir \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170267\",\n            \"name\": \"Johnathan Matthew  Johnson\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170268\",\n            \"name\": \"Aimee Catherine M Beard \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170270\",\n            \"name\": \"Josette Anna-Marie  Philbert\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170271\",\n            \"name\": \"Steffi Marie  Gait \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20170272\",\n            \"name\": \"ASHA  BEHARRY \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180227\",\n            \"name\": \"FALIMA F. ALI\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180243\",\n            \"name\": \"ELIJAH BROWN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180254\",\n            \"name\": \"Asia Elizabeth O'Neill\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180269\",\n            \"name\": \"Navita Nirvana A Maharaj \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180273\",\n            \"name\": \"AVINASH RAMBISSOON\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180274\",\n            \"name\": \"Maurise Edison  Harr \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180275\",\n            \"name\": \"Alicia Tammika  Charles \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180276\",\n            \"name\": \"JAYDE FELICIAN\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180277\",\n            \"name\": \"Nirvana Sangeeta  Mahabir \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180279\",\n            \"name\": \"Tenika Alicia Denise  Mohammed\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180281\",\n            \"name\": \"SATTI MUNGAL\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180282\",\n            \"name\": \"Anjan Rudra  Nanan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180283\",\n            \"name\": \"Sasha  Neckchuddy \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180284\",\n            \"name\": \"Michel Lucrisha MS O'Brien\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180285\",\n            \"name\": \"Vindya Kala Sahatoo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180286\",\n            \"name\": \"Radha Orissa Singh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180287\",\n            \"name\": \"Alexandria Alisha R Sookraj\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20180288\",\n            \"name\": \"Sofia Grace Mary J Waddell\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190280\",\n            \"name\": \"Janine Joy Anushka Mootoo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190289\",\n            \"name\": \"Allana Singh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190290\",\n            \"name\": \"Ria Ramdial\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190291\",\n            \"name\": \"Danielle Jennifer Valya Brailey\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190292\",\n            \"name\": \"Ria Colleen Huggins\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190293\",\n            \"name\": \"CRISEN BASSAW\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190294\",\n            \"name\": \"Gabrielle Alexandra Clare Beman\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190295\",\n            \"name\": \"Merkeir Carter\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190296\",\n            \"name\": \"Brittney Claire Sanos\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190297\",\n            \"name\": \"Krista Nakeisha K Ali\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190298\",\n            \"name\": \"Kavita  Beharry\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190299\",\n            \"name\": \"Samantha Andrea Branker\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190300\",\n            \"name\": \"Anna-Alicia Constance\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190301\",\n            \"name\": \"Jaime Kelsey Dowlath\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190302\",\n            \"name\": \"Danyelle Nadira Harbajan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190303\",\n            \"name\": \"Luissa Ruthiet J Jacob\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190304\",\n            \"name\": \"Clara Monique Jagoonsingh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190305\",\n            \"name\": \"SHANNON JOHNSON \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190306\",\n            \"name\": \"Aliyyah Avina Khan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190307\",\n            \"name\": \"Joshila Sema Kheju\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190308\",\n            \"name\": \"CELESTE MADRAY-HUNTE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190309\",\n            \"name\": \"CHARLENE MODESTE\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190310\",\n            \"name\": \"Christian Larry Stephan Paul\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190311\",\n            \"name\": \"Ryan Josh Pierre\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190312\",\n            \"name\": \"Hema Raghubir\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190313\",\n            \"name\": \"Rhea Saadia Rambarran\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190314\",\n            \"name\": \"Vinnay Naveen Seecharan\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190315\",\n            \"name\": \"Tesha Sasha Sooklal\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190316\",\n            \"name\": \"Devina Shaiska Diana Supersad\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190317\",\n            \"name\": \"Renu Rajnee Peterson\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190318\",\n            \"name\": \"Rachel-Ann Suraj\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190319\",\n            \"name\": \"Charneth Cherisse Ramdoo\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190320\",\n            \"name\": \"Jeremy Adam Mungal \",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190321\",\n            \"name\": \"Lee Anne Elizabeth Williams\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190322\",\n            \"name\": \"Sunita Jassodra Ramoutarsingh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20190323\",\n            \"name\": \"Neeka Anuradha Harry\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V20200103\",\n            \"name\": \"Dalini Oumade Singh\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"V-21\",\n            \"name\": \"SALEEM ADAM VARACHHIA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-22\",\n            \"name\": \"CHENDILKUMAR  SANTHAMURTHY \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-23\",\n            \"name\": \"SRINIVAS VADLAMUDI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-26\",\n            \"name\": \"KIRAN VAGOLU\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-36\",\n            \"name\": \"ASANTE  VANWEST-CHARLES-LE BLANC\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-39\",\n            \"name\": \"SUMIT VERMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-42\",\n            \"name\": \"ARVIND VERMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-43\",\n            \"name\": \"ALLISTER VALENTINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-44\",\n            \"name\": \"SHIKHA VERMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-46\",\n            \"name\": \"CHANELLE  VOISIN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-47\",\n            \"name\": \"AMAN VERMA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-48\",\n            \"name\": \"LOUIS VILLARROEL\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"V-9\",\n            \"name\": \"MANUKONDA V VISWANADHAN-RAO\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W00A\",\n            \"name\": \"ANGELIQUE WISEMAN\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"W00M\",\n            \"name\": \"MIGNON WILKES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W05A\",\n            \"name\": \"AFREYA WAHTUSE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"W07J\",\n            \"name\": \"JASON WARNER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-104\",\n            \"name\": \"TEOLA NOEL\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-105\",\n            \"name\": \"CHERYL WILLIAMS \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-106\",\n            \"name\": \"MAYNASHKA SAROOP\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-107\",\n            \"name\": \"LIESL  WINDSOR\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-108\",\n            \"name\": \"SHERVONNE C WALDRON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-109\",\n            \"name\": \"JOANNE SINGH\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-114\",\n            \"name\": \"KELLY MOOTOO\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-116\",\n            \"name\": \"MICHELLE BRANDAY\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-119\",\n            \"name\": \"KARY SADEEK\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W11R\",\n            \"name\": \"REYAN WELLINGTON\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"W-122\",\n            \"name\": \"KERRI SANKAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-123\",\n            \"name\": \"GARY WEEKES\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-124\",\n            \"name\": \"ANISSA MATHURA\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-125\",\n            \"name\": \"BLAINE WINFORD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-126\",\n            \"name\": \"VASEL WALCOTT\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-128\",\n            \"name\": \"RIANNA SAGAM\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-129\",\n            \"name\": \"VANDANAA NAVEENA BABOOLAL\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-133\",\n            \"name\": \"SYDELL WILSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-134\",\n            \"name\": \"STEPHAN GAJADHAR\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-135\",\n            \"name\": \"YAD EL - BEHARRYLAL\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W-138\",\n            \"name\": \"DARIEN WONG \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-140\",\n            \"name\": \"AYESHA ALEXANDER\",\n            \"category\": \"DVM\"\n        },\n        {\n            \"issuerID\": \"W14KJ\",\n            \"name\": \"KIRAN J. WHITE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"W-16\",\n            \"name\": \"WINSTON WILLIAMS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W16G\",\n            \"name\": \"GABRIELLE WARD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-18\",\n            \"name\": \"JUNE A WEBB\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-27\",\n            \"name\": \"LYNETTE WELCH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-32\",\n            \"name\": \"LEOLA WEITHERS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-35\",\n            \"name\": \"HAFFIZ WARRIS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-36\",\n            \"name\": \"DARIUS WHITE \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-50\",\n            \"name\": \"VICTOR WHEELER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-51\",\n            \"name\": \"GILLIAN WHEELER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-52\",\n            \"name\": \"CY ANIL ANIL WARREN\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-61\",\n            \"name\": \"ADENIYI WILLIAMSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-65\",\n            \"name\": \"DAWN H. WILLIAMS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-69\",\n            \"name\": \"ROGER M. WILLIAMS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-74\",\n            \"name\": \"MARK WILLIAMS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-75\",\n            \"name\": \"SIMONE A. WARD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-78\",\n            \"name\": \"NADYA  WATSON \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-83\",\n            \"name\": \"KIMBA WARRICK\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W84B\",\n            \"name\": \"BRIAN B. WALLACE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"W84J\",\n            \"name\": \"JOHN C. WALTERS\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"W-86\",\n            \"name\": \"SAMUEL MARK WEST\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W87\",\n            \"name\": \"NEIL WOON SAM\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"W-89\",\n            \"name\": \"EESA WAHID\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-9\",\n            \"name\": \"DESIREE WILSON\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-91\",\n            \"name\": \"CANDICE WILLIAMS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W92T\",\n            \"name\": \"TERRENCE WARD\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"W-94\",\n            \"name\": \"TONYA D.M. WELCH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-95\",\n            \"name\": \"THANDI WALTERS\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"W-97\",\n            \"name\": \"KIMANI  WHITE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-14\",\n            \"name\": \"CURTIS M. YOUNG  PONG \",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-17\",\n            \"name\": \"DR. SRILATHA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-19\",\n            \"name\": \"GEORGE YOUSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-25\",\n            \"name\": \"SOWMYA YEDDALA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-27\",\n            \"name\": \"ANALISA YEARWOOD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-29\",\n            \"name\": \"CHANICE AREIL YORKE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-30\",\n            \"name\": \"TRISTA YARNA\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-32\",\n            \"name\": \"ALLANA  E. YEARWOOD\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y-33\",\n            \"name\": \"CHRISTIANN MARIE YOUSEPH\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Y83\",\n            \"name\": \"CHRISTOPHER YOUNG\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"Y-9\",\n            \"name\": \"OLIVER YOUNG PONG\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"YL17R\",\n            \"name\": \"RISA YUK LOW\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"YM91T\",\n            \"name\": \"THERESA YORKE\",\n            \"category\": \"DDS\"\n        },\n        {\n            \"issuerID\": \"YN16SE\",\n            \"name\": \"STEPHANIE YOUNG-NIEMEYER\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Z-2\",\n            \"name\": \"RUFARO GERTRUDE ZWINOIRA-CELESTINE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Z-3\",\n            \"name\": \"JOSEPH ZACKERALI\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Z-6\",\n            \"name\": \"ELOHAR ZIREGBE\",\n            \"category\": \"MD\"\n        },\n        {\n            \"issuerID\": \"Z-8\",\n            \"name\": \"PETER ZILLA\",\n            \"category\": \"MD\"\n        }\n    ]\n}"}],"_postman_id":"2c12a146-d2a2-40ba-90f7-316c6f39ee5b"},{"name":"GetPrescriptionOrderList","id":"435d9378-9f17-4de0-96ed-fda30728494a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"loginID\":\"LEA.KIRINDAS+444@TENGING.IS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetPrescriptionOrderList","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetPrescriptionOrderList"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"435d9378-9f17-4de0-96ed-fda30728494a"},{"name":"GetPostedPrescriptionOrderList","id":"49966fef-771c-4f69-8f13-d9b7f413ed58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"loginID\":\"LEA.KIRINDAS+444@TENGING.IS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetPostedPrescriptionOrderList","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetPostedPrescriptionOrderList"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"49966fef-771c-4f69-8f13-d9b7f413ed58"}],"id":"99cd7762-2482-4dfc-a22a-c7ddf77929a6","_postman_id":"99cd7762-2482-4dfc-a22a-c7ddf77929a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Tookan","item":[{"name":"TookanWebHookData","id":"4238ffa5-0ed5-4855-8cff-4ba7499052b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" { \n      \"job_latitude\": \"37.7913917\",\n      \"fleet_email\": \"JonSnow@example.com\",\n      \"is_routed\": \"0\",\n      \"job_type\": \"1\",\n      \"team_id\": \"56\",\n      \"auto_assignment\": \"0\",\n      \"job_description\": \"adsfasd\",\n      \"timezone\": \"-330\",\n      \"fleet_rating\": \"0\",\n      \"user_id\": \"1\",\n      \"job_id\": \"236365\",\n      \"job_state\": \"Successful\",\n      \"has_delivery\": \"1\",\n      \"pickup_delivery_relationship\": \"cd7dd3e12424de76141787af773782c9100\",\n      \"job_hash\": \"c48fcd2646c282ad3576e9b096c1d798\",\n      \"job_address\": \"114, Sansome St Ste 250, San Francisco, CA, USA\",\n      \"job_pickup_latitude\": \"30.7397101\",\n      \"job_pickup_name\": \"Jon Snow\",\n      \"job_status\": \"2\",\n      \"sign_image\": \"https://app.tookanapp.com\",\n      \"customer_username\": \"sesas\",\n      \"customer_email\": \"\",\n      \"order_id\": \"\",\n      \"customer_comment\": \"\",\n      \"customer_phone\": \"+13334445555\",\n      \"is_active\": \"1\",\n      \"job_longitude\": \"-122.4008504\",\n      \"dispatcher_id\": \"\",\n      \"job_pickup_longitude\": \"-122.4008504\",\n      \"is_customer_rated\": \"0\",\n      \"completed_by_admin\": \"0\",\n      \"customer_id\": \"1074\",\n      \"tookan_shared_secret\": \"\",\n      \"total_distance_travelled\": \"0\",\n      \"total_time_spent_at_task_till_completion\": \"15\",\n      \"session_id\": \"\",\n      \"has_pickup\": \"1\",\n      \"job_token\": \"cd7dd3e12424de76141787af773782c9100\",\n      \"job_pickup_address\": \"CDCL,MadhyaMarg,Chandigarh,India\",\n      \"job_pickup_phone\": \"+917837173739\",\n      \"fleet_id\": \"3635\",\n      \"fleet_name\": \"SumeetRana\",\n      \"job_pickup_email\": \"sumeet@clicklabs.in\",\n      \"custom_fields\": [\n          {\n              \"label\": \"Customer_Name\",\n              \"value\": 1,\n              \"required\": 1,\n              \"data_type\": \"Text\",\n              \"app_side\": 1,\n              \"data\": \"\",\n              \"template_id\": \"booking_information\",\n              \"item_id\": 0,\n              \"fleet_data\": \"harry\"\n          },\n          {\n              \"label\": \"CustomerImage\",\n              \"value\": 1,\n              \"required\": 1,\n              \"data_type\": \"Image\",\n              \"app_side\": 1,\n              \"data\": \"\",\n              \"template_id\": \"booking_information\",\n              \"item_id\": 0,\n              \"fleet_data\": \"['https: //tookan.s3.amazonaws.com/task_images/zJOw1452514280545-TOOKAN_11012016_053825.jpg']\"\n          },\n          {\n              \"label\": \"Vehicle_selected\",\n              \"value\": 1,\n              \"required\": 1,\n              \"data_type\": \"Dropdown\",\n              \"app_side\": 1,\n              \"data\": \"Bike, Van, Truck\",\n              \"template_id\": \"booking_information\",\n              \"item_id\": 0,\n              \"dropdown\": [\n                  {\n                      \"id\": 0,\n                      \"value\": \"Bike\"\n                  },\n                  {\n                      \"id\": 1,\n                      \"value\": \" Van\"\n                  },\n                  {\n                      \"id\": 2,\n                      \"value\": \" Truck\"\n                  }\n              ]\n          },\n          {\n              \"label\": \"Date\",\n              \"value\": 1,\n              \"required\": 1,\n              \"data_type\": \"Date\",\n              \"app_side\": 1,\n              \"data\": \"\",\n              \"template_id\": \"booking_information\",\n              \"item_id\": 0\n          },\n          {\n              \"label\": \"Amount\",\n              \"value\": 1,\n              \"required\": 1,\n              \"data_type\": \"Number\",\n              \"app_side\": 1,\n              \"data\": \"\",\n              \"template_id\": \"booking_information\",\n              \"item_id\": 0\n          },\n          {\n              \"label\": \"Gender\",\n              \"value\": 1,\n              \"required\": 1,\n              \"data_type\": \"Dropdown\",\n              \"app_side\": 0,\n              \"data\": \"Male,Female\",\n              \"template_id\": \"booking_information\",\n              \"item_id\": 0,\n              \"dropdown\": [\n                  {\n                      \"id\": 0,\n                      \"value\": \"Male\"\n                  },\n                  {\n                      \"id\": 1,\n                      \"value\": \"Female\"\n                  }\n              ]\n          },\n          {\n              \"label\": \"Gender\",\n              \"value\": 1,\n              \"required\": 1,\n              \"data_type\": \"Dropdown\",\n              \"app_side\": 1,\n              \"data\": \"Male,Female\",\n              \"template_id\": \"booking_information\",\n              \"item_id\": 0,\n              \"dropdown\": [\n                  {\n                      \"id\": 0,\n                      \"value\": \"Male\"\n                  },\n                  {\n                      \"id\": 1,\n                      \"value\": \"Female\"\n                  }\n              ]\n          },\n          {\n              \"label\": \"ID_Image\",\n              \"value\": 1,\n              \"required\": 1,\n              \"data_type\": \"Image\",\n              \"app_side\": 1,\n              \"data\": \"\",\n              \"template_id\": \"booking_information\",\n              \"item_id\": 0,\n              \"fleet_data\": \"['https: //tookan.s3.amazonaws.com/task_images/PZyQ1452514382208-TOOKAN_11012016_054006.jpg']\"\n          }\n      ],\n      \"task_history\": [\n          {\n              \"id\": 235973,\n              \"job_id\": 85185,\n              \"fleet_id\": 3829,\n              \"fleet_name\": \"bobby singh\",\n              \"latitude\": \"30.7192552\",\n              \"longitude\": \"76.8102558\",\n              \"type\": \"state_changed\",\n              \"description\": \"Status updated from Assigned to Unassigned\",\n              \"creation_datetime\": \"2016-01-11T09:34:17.000Z\"\n          },\n          {\n              \"id\": 236365,\n              \"job_id\": 85185,\n              \"fleet_id\": 3635,\n              \"fleet_name\": \"Rusty B\",\n              \"latitude\": \"30.7193512\",\n              \"longitude\": \"76.8102679\",\n              \"type\": \"state_changed\",\n              \"description\": \"Accepted at\",\n              \"creation_datetime\": \"2016-01-11T12:11:02.000Z\"\n          },\n          {\n              \"id\": 236366,\n              \"job_id\": 85185,\n              \"fleet_id\": 3635,\n              \"fleet_name\": \"Rusty B\",\n              \"latitude\": \"30.7193512\",\n              \"longitude\": \"76.8102679\",\n              \"type\": \"state_changed\",\n              \"description\": \"Started at\",\n              \"creation_datetime\": \"2016-01-11T12:11:04.000Z\"\n          },\n          {\n              \"id\": 236367,\n              \"job_id\": 85185,\n              \"fleet_id\": 3635,\n              \"fleet_name\": \"Rusty B\",\n              \"latitude\": \"30.7195829\",\n              \"longitude\": \"76.8101409\",\n              \"type\": \"state_changed\",\n              \"description\": \"Arrived at\",\n              \"creation_datetime\": \"2016-01-11T12:11:07.000Z\"\n          },\n          {\n              \"id\": 236368,\n              \"job_id\": 85185,\n              \"fleet_id\": 3635,\n              \"fleet_name\": \"Rusty B\",\n              \"latitude\": \"30.7183782\",\n              \"longitude\": \"76.8096116\",\n              \"type\": \"custom_field_updated\",\n              \"creation_datetime\": \"2016-01-11T12:12:46.000Z\"\n          },\n          {\n              \"id\": 236376,\n              \"job_id\": 85185,\n              \"fleet_id\": 3635,\n              \"fleet_name\": \"Rusty B\",\n              \"latitude\": \"30.7183782\",\n              \"longitude\": \"76.8096116\",\n              \"type\": \"text_added\",\n              \"description\": \"vcvvvv\",\n              \"creation_datetime\": \"2016-01-11T12:13:14.000Z\"\n          },\n          {\n              \"id\": 236377,\n              \"job_id\": 85185,\n              \"fleet_id\": 3635,\n              \"fleet_name\": \"Rusty B\",\n              \"latitude\": \"30.7194513\",\n              \"longitude\": \"76.8103432\",\n              \"type\": \"image_added\",\n              \"description\": \"https://tookan.s3.amazonaws.com/acknowledgement_images/JhTU1452514406350-TOOKAN_11012016_054030.jpg\",\n              \"creation_datetime\": \"2016-01-11T12:13:27.000Z\"\n          },\n          {\n              \"id\": 236378,\n              \"job_id\": 85185,\n              \"fleet_id\": 3635,\n              \"fleet_name\": \"Rusty B\",\n              \"latitude\": \"30.7194513\",\n              \"longitude\": \"76.8103432\",\n              \"type\": \"signature_image_added\",\n              \"description\": \"https://tookan.s3.amazonaws.com/acknowledgement_images/srA51452514416346-task_signature.png\",\n              \"creation_datetime\": \"2016-01-11T12:13:36.000Z\"\n          },\n          {\n              \"id\": 236379,\n              \"job_id\": 85185,\n              \"fleet_id\": 3635,\n              \"fleet_name\": \"Rusty B\",\n              \"latitude\": \"30.7194513\",\n              \"longitude\": \"76.8103432\",\n              \"type\": \"state_changed\",\n              \"description\": \"Successful at\",\n              \"creation_datetime\": \"2016-01-11T12:13:42.000Z\"\n          }\n      ]\n  }","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/TookanWebHookData","description":"<p><b>CustomerOrderCreate </b>is a method used to create a <b>Customer Order</b> in the system and as a result of the successful execution of this request, the <b>Customer Order</b> document will be created. And <b>Pharmacy Customer Card </b>will be copied and created from <b>Customer Card.</b></p>\n\n<p>The document consists of several parts: the <b>Header</b>, the <b>Lines</b> with the specifications, the <b>Lines </b>with <b>Discounts</b>, and the part with<b> Payment Lines</b>. All information entered into the request is transferred to the document. The <b>Document ID </b>is assigned automatically.</p>\n\n<p>You can specify an <b>External ID</b> for the document, but if the system already has a <b>Customer Order </b>with the same <b>External ID </b>an error will be received.</p>\n\n<p>There are 2 types of confirmed<b> Customer Orders: Shipment Order </b>and <b>Pick-up Order.</b></p>\n\n<p><b>1)Shipment Order </b>is the order that needs to be delivered to the customer, in other words, a <b>Delivery Order.</b> For the <b>Delivery Order</b> , you must specify <b>\\</b> in the field <b>shipOrder</b>. Populate fields of the <b>coStatusLog </b>section if you want to create <b>Customer Order </b>status log entry. <b>coPayments</b> section should always exist for <b>Shipment Order</b>.</p>\n\n<p><b>2)Pick-up Order </b>is the order that the customer would need to pick it up themselves. For the <b>Pick-up Order</b> you must specify <b>\\</b> in the field <b>clickAndCollectOrder</b>. Populate fields of the <b>coStatusLog </b>section if you want to create <b>Customer Order </b>status log entry. <b>Pick-up Order </b>could either have an <b>unpaid</b> or <b>paid</b> status. In case of paid status for the order, <b>coPayments</b> section can be omitted.</p>\n\n<p><b>Note: coDiscountLines is going to be developed in the later stages. </b>(NOT UPDATED YET)</p>\n\n<h3 id=\"customerorderheader-fields-description-request\"><strong>customerOrderHeader</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderHeader</strong></td>\n<td></td>\n<td>The information about <strong>customerOrderHeader</strong> fields. <strong>It is the caption of the information below.</strong></td>\n<td>For all</td>\n</tr>\n<tr>\n<td>documentID</td>\n<td>Order Number (Text 40)</td>\n<td>The document code.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>storeNo</td>\n<td>(Text 10)*</td>\n<td>The store number where you want to create Customer Order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>createdAtStore</td>\n<td>Store-to Code for Inventory Transfer (Text 10)</td>\n<td>The created at-store information of the order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>terminalNo</td>\n<td></td>\n<td>The terminal number of the order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>customerNo</td>\n<td>Customer Number (Text 20)</td>\n<td>The customer number.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>memberCardNo</td>\n<td>Member Contact Card ID (Text 100)* (should be specified if customerNo is empty)</td>\n<td>The member(customer) card number.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>memberContactNo</td>\n<td></td>\n<td>The member contact number.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>sourceType</td>\n<td>Type of Source</td>\n<td>The type of source.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>inventoryTransfer</td>\n<td>Inventory Transfer (true/false)</td>\n<td>The request that verifies if it is an inventory transfer.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>name</td>\n<td>Customer Name (Text 100)</td>\n<td>The name of the customer.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Customer Address (Text 100)</td>\n<td>The address name of the customer.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>address2</td>\n<td>Customer Address 2 (Text 50)</td>\n<td>The second address name of the customer.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>city</td>\n<td>Customer City (Text 30)</td>\n<td>The city name of the address.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>county</td>\n<td>Customer County (Text 30)</td>\n<td>The county name of the address.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>postCode</td>\n<td>Customer Post Code (Text 20)</td>\n<td>The post code of the address.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>countryRegionCode</td>\n<td>Customer Country Code (Text 10)</td>\n<td>The county region code of the address.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>phoneNo</td>\n<td>Customer Phone Number (Text 30)</td>\n<td>The phone number of the customer.</td>\n<td>for all</td>\n</tr>\n<tr>\n<td>email</td>\n<td>Customer email (Text 80)</td>\n<td>The email address of the customer.</td>\n<td>for all</td>\n</tr>\n<tr>\n<td>houseApartmentNo</td>\n<td>Customer House/Apartment Number (Text 30)</td>\n<td>The houseor apart number of the address</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>mobilePhoneNo</td>\n<td>Customer Mobile Phone Number (Text 30)</td>\n<td>The mobile phone number of the customer.</td>\n<td>for all</td>\n</tr>\n<tr>\n<td>daytimePhoneNo</td>\n<td>Customer Daytime Phone Number (Text 30)</td>\n<td>The daytime phone number of the customer.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>territoryCode</td>\n<td>Customer Territory/Province Code (Text 10)</td>\n<td>The territory code number of the customer.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>shipOrder</td>\n<td>Ship Order (true/false)</td>\n<td>The request that verifies if it is a shipment order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>shipToName</td>\n<td>Ship-to Name (Text 100)</td>\n<td>The name of the customer where to ship the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>ShipToAddress</td>\n<td>Ship-to Address (Text 100)</td>\n<td>The post code of the address where to ship the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>ShipToAddress2</td>\n<td>Ship-to Address 2 (Text 50)</td>\n<td>The second address of the customer where to ship the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>shipToCity</td>\n<td>Ship-to City (Text 30)</td>\n<td>The address name of the address where to ship the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>shipToCounty</td>\n<td>Ship-to County (Text 30)</td>\n<td>The county name of the address where to ship the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>shipToPostCode</td>\n<td>Ship-to Post Code (Text 20)</td>\n<td>The post code of the address where to ship the order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>shipToCountryRegionCode</td>\n<td>Ship-to Country Code (Text 10)</td>\n<td>The county region code of the address where to ship the order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>shipToPhoneNo</td>\n<td>Ship-to Phone Number (Text 30)</td>\n<td>The phone number of the customer where to ship the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>shipToEmail</td>\n<td>Ship-to email (Text 80)</td>\n<td>The phone number of the customer where to ship the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>shipToHouseApartmentNo</td>\n<td>Ship-to House/Apartment Number (Text 30)</td>\n<td>The house or apartment number of the address where to ship the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>clickAndCollectOrder</td>\n<td>Click-And-Collect Order (true/false)</td>\n<td>The request that verifies if it is <strong>clickAndCollect</strong> order.</td>\n<td>for pickup</td>\n</tr>\n<tr>\n<td>shippingAgentCode</td>\n<td>Shipping Agent Code (Text 10)</td>\n<td>The shipping agent code of the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>shippingAgentServiceCode</td>\n<td>Shipping Agent Service Code (Text 10)</td>\n<td>The shipping agent service code of the order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>shippingDescription</td>\n<td>Shipping description (Text 250)</td>\n<td>The shipping description of the order.</td>\n<td>for delivery</td>\n</tr>\n<tr>\n<td>sourcingLocation</td>\n<td>Source Location Code (Text 10)</td>\n<td>The sourcing location code of the order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>sourcingOrderType</td>\n<td></td>\n<td>The sourcing type of the order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>vendorSourcing</td>\n<td>Vendor Sourcing (true/false)</td>\n<td>The request that verifies if it is vendor sourcing.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>externalID</td>\n<td>External Document Number (Text 30)</td>\n<td>The external location code of the order.</td>\n<td>For all</td>\n</tr>\n<tr>\n<td>shipmentMethodCode</td>\n<td></td>\n<td>The shipment method code of the order.</td>\n<td>For all</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customerorderline-fields-description-request\"><strong>customerOrderLine</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderLine</strong></td>\n<td></td>\n<td>The information about <strong>customerOrderLine</strong> fields. <strong>It is the caption of the information below.</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>documentID</td>\n<td>Order Number (Text 40)</td>\n<td>The document code(id) number.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>Line Number* (integer)</td>\n<td>The line number of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Line Status (0 - To Pick, 1 - To Collect, 2 - To Put Back, 3 - Collected, 4 - Rejected, 5 - Shortage, 6 - To Receive)</td>\n<td>The status of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>lineType</td>\n<td>Line Type (0 - Item, 1 - Payment)</td>\n<td>The line type of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Line Entity Number* (Text 50) (Item Number or Payment Number)</td>\n<td>The line entity number of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>variantCode</td>\n<td>Item Variant Code (Text 10)</td>\n<td>The variant code of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>unitofMeasureCode</td>\n<td>Item Unit of Measure Code* (Text 10)</td>\n<td>The order unit of measure.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>netPrice</td>\n<td>Net Price* (decimal, XML format)</td>\n<td>The net price of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Price* (decimal, XML format)</td>\n<td>The price of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Quantity* (decimal, XML format)</td>\n<td>The quantity of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>Amount of Discount (decimal, XML format)</td>\n<td>The discount amount of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>discountPercent</td>\n<td>Percent of Discount (decimal, XML format)</td>\n<td>The discount percent of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>netAmount</td>\n<td>Net Amount* (decimal, XML format)</td>\n<td>The net amount of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>vatAmount</td>\n<td>VAT Amount* (decimal, XML format)</td>\n<td>The vat amount of the order.</td>\n<td>if it is needed</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Amount* (decimal, XML format)</td>\n<td>The total amount of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>vatProdPostingGroup</td>\n<td></td>\n<td>The vat posting group of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>itemDescription</td>\n<td></td>\n<td>The item description of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>variantDescription</td>\n<td></td>\n<td>The variant description of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>uoMDescription</td>\n<td></td>\n<td>The UOM description of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>sourcingLocation</td>\n<td>Location Code of Source (Text 10)</td>\n<td>The source location code of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>orderReference</td>\n<td>Order Reference (Text 50)</td>\n<td>The order reference of the item.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>inventoryTransfer</td>\n<td>Inventory Transfer (true/false)</td>\n<td>The request that verifies if it is inventory transfer.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>vendorSourcing</td>\n<td>Vendor Sourcing (true/false)</td>\n<td>The request that verifies if it is vendor sourcing.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>leadTime</td>\n<td>Lead DateTime Calculation Formula</td>\n<td>The lead time of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>prepaymentAmount</td>\n<td>Prepayment Amount (decimal, XML format)</td>\n<td>The prepaid amount of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>purchaseOrderNo</td>\n<td>Purchase Order Number (Text 20)</td>\n<td>The purchase number of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>prescriptionNo</td>\n<td></td>\n<td>The prescription number.</td>\n<td>yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customerorderdiscountline-fields-description-request\"><strong>customerOrderDiscountLine</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderDiscountLine</strong></td>\n<td></td>\n<td>The information about <strong>customerOrderDiscountLine</strong> fields. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>documentId</td>\n<td>Order Number (Text 40)</td>\n<td>The document code.</td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>Line Number* (integer)</td>\n<td>The line number of the order.</td>\n</tr>\n<tr>\n<td>entryNo</td>\n<td>Discount Entry Number. Unique identifier of the Line discount* (integer)</td>\n<td>The entry number of the order.</td>\n</tr>\n<tr>\n<td>discountType</td>\n<td>Discount Type (0 - Periodic Disc., 1 - Customer, 2 - InfoCode, 3 - Total, 4 - Line, 5 - Promotion, 6 - Deal, 7 - Total Discount, 8 - Tender Type, 9 - Item Point, 10 - Line Discount, 11 - Member Point, 12 - Coupon)</td>\n<td>The discount type of the order.</td>\n</tr>\n<tr>\n<td>offerNo</td>\n<td>Offer Number (Text 20)</td>\n<td>The offer number of the order.</td>\n</tr>\n<tr>\n<td>periodicDiscType</td>\n<td>Periodic Discount Type (integer)</td>\n<td>The periodic discount type of the order.</td>\n</tr>\n<tr>\n<td>periodicDiscGroup</td>\n<td>Periodic Discount Group (Text 20)</td>\n<td>The periodic discount group of the order.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Description (Text 50)</td>\n<td>The description of the order.</td>\n</tr>\n<tr>\n<td>discountPercent</td>\n<td>Discount Percent (decimal, XML format)</td>\n<td>The discount percent of the order.</td>\n</tr>\n<tr>\n<td>discountAmount</td>\n<td>Discount Amount (decimal, XML format)</td>\n<td>The discount amount of the order.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>customerOrderPayment</strong> fields should <strong>always exist</strong> if it is a <strong>Delivery Order.</strong><em><strong>*\\</strong></em>**_**But it can be omitted if it is a <strong>Pick-up Order.</strong></p>\n<h3 id=\"customerorderpayment-fields-description-request\"><strong>customerOrderPayment</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Mandatory</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderPayment</strong></td>\n<td></td>\n<td>The information about <strong>customerOrderPayment</strong> fields. <strong>It is the caption of the information below.</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>documentId</td>\n<td>Order Number (Text 40)</td>\n<td>The document code.</td>\n<td></td>\n</tr>\n<tr>\n<td>storeNo</td>\n<td>Store Number* (Text 10)</td>\n<td>The store number.</td>\n<td></td>\n</tr>\n<tr>\n<td>lineNo</td>\n<td>Line Number* (integer)</td>\n<td>The line number of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>preApprovedAmount</td>\n<td>Pre-Approved Amount (decimal, XML format)</td>\n<td>The pre-apporved amount of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>finalizedAmount</td>\n<td>Finalized Amount (decimal, XML format)</td>\n<td>The finalized amount of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>tenderType</td>\n<td>Tender Type. Code of Tender type (Text 50)</td>\n<td>The tender type of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>cardType</td>\n<td>Card Type (Text 10)</td>\n<td>The card type of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>currencyCode</td>\n<td>Currency Code (Text 10)</td>\n<td>The currency code of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>currencyFactor</td>\n<td>Currency Factor (decimal, XML format)</td>\n<td>The currency factor of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>authorizationCode</td>\n<td>Authorization Code (Text 30)</td>\n<td>The authorization code of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>preApprovedValidDate</td>\n<td>Pre-Approved Valid Date (date, XML format)</td>\n<td>The pre-approved valid date of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>cardorCustomernumber</td>\n<td>Card ID or Customer Number (Text 100)</td>\n<td>The card ID or customer number of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>incomeExpenseAccountNo</td>\n<td>Income Expense Account Number (Text 20)</td>\n<td>The income expense account number of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>preApprovedAmountLCY</td>\n<td>Pre-Approved Amount in Local Currency (decimal, XML format)</td>\n<td>The pre-approved amount in local currency of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>finalizedAmountLCY</td>\n<td>Finalized Amount in Local Currency (decimal, XML format)</td>\n<td>The finalized amount in local currency of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>loyaltyPointPayment</td>\n<td>Loyalty Point Payment (true/false)</td>\n<td>The request that verifies if it is loyalty point payment.</td>\n<td></td>\n</tr>\n<tr>\n<td>DepositPayment</td>\n<td>Deposit Payment (true/false)</td>\n<td>The request that verifies if it is a deposit payment.</td>\n<td></td>\n</tr>\n<tr>\n<td>posTransReceiptNo</td>\n<td>POS Transaction Receipt Number (Text 20)</td>\n<td>The POS transaction receipt number of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td>Payment Type (integer)</td>\n<td>The payment type of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>created</td>\n<td>DateTime Creation (DateTime, XML format)</td>\n<td>The creation date of the order.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>authorizationExpired</td>\n<td>Authorization Expired (true/false)</td>\n<td>The request that verifies if authorization has expired.</td>\n<td></td>\n</tr>\n<tr>\n<td>tokenNo</td>\n<td>Token (Text 50)</td>\n<td>The token number of the order.</td>\n<td></td>\n</tr>\n<tr>\n<td>externalReference</td>\n<td>External Reference (Text 50)</td>\n<td>The external reference number of the order.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"customerorderstatuslog-fields-description-request\"><strong>customerOrderStatusLog</strong> Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerOrderStatusLog</strong></td>\n<td></td>\n<td>The information about <strong>customerOrderStatusLog</strong> fields. <strong>It is the caption of the information below.</strong></td>\n</tr>\n<tr>\n<td>storeNo</td>\n<td>Store Number (Text 10)</td>\n<td>The store number.</td>\n</tr>\n<tr>\n<td>userID</td>\n<td>User ID (Text 100)</td>\n<td>The user id number.</td>\n</tr>\n<tr>\n<td>staffID</td>\n<td>Staff ID (Text 20)</td>\n<td>The staff id number.</td>\n</tr>\n<tr>\n<td>terminalNo</td>\n<td>Terminal Number (Text 10)</td>\n<td>The terminal number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"cotaxlines-fields-description-request\">coTaxLines Fields description request:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>documentId</td>\n<td>Order Number (Text 40)</td>\n<td>The document code.</td>\n</tr>\n<tr>\n<td>lineType</td>\n<td>Type of the tax line (general, shipping, product)</td>\n<td>The line entity number of the document.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>Number of the product. Has value in the product line only. For general and shipping type line it has to be zero (Text 50)</td>\n<td>The number of the product.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Tax Area code (Text 30)</td>\n<td>The tax area code of the order.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Tax Jurisdiction code (Text 30)</td>\n<td>The tax jurisdiction code.</td>\n</tr>\n<tr>\n<td>percent</td>\n<td>Percentage of the tax</td>\n<td>The percentage of the tax.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Tax amount</td>\n<td>The tax amount.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["TookanWebHookData"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"bfc63d00-24b4-4125-944a-26273300f462","name":"CustomerOrderCreate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestDate\":\"01/31/2023\",\n        \"storeNo\": \"CUV\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"14000192\",\n        \"shipmentMethodCode\": \"\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"552063687\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.89\",\n            \"price\": \"5.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"CUV\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"5.5\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"5.5\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 10:26:31 GMT"},{"key":"x-amzn-RequestId","value":"d5dd9d31-bfe2-4006-9435-2ddf952c1ee6"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fp6tlGobFiAFbfg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-NfZjV/OaPx47hKshjUh9UegxOsU\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da3e56-3629b5a361265edc381249cb;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d913eed4ff9d3ba68bce11280aa7e1b8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"d17f8bdR7irFunz26Ju7EpsJreqn1VPb31fgdABpxTLyA68PmakanQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000228\"\n    }\n}"},{"id":"982e1f06-61df-4852-9933-6d577f0c3444","name":"TC_CustomerOrderCreate_1_retail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"02/01/2023\",\n        \"storeNo\": \"PRTC\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"1400010\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"0\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"552063687\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.89\",\n            \"price\": \"5.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"PRTC\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"5.50\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"5.50\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 15:18:44 GMT"},{"key":"x-amzn-RequestId","value":"2c1d38d0-e23e-4725-9b6c-8a83abc25f70"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fqlhLHkIFiAFWvw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-0GJK4F1AgOa0oAS/cmTEDmJNwgM\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da82d4-13c0fd4c4f2e91e54d78761e;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 eddbc5f97ff2aa6a4fb8714754b065e0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"DjuLoPnJ-F1jtVy7kt6Y2eMPqIEZgvKCJHAcTTUuGCkdEfLRynKVMg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000256\"\n    }\n}"},{"id":"1c509397-aa50-4eab-ae41-0153f2ed0467","name":"TC_CustomerOrderCreate_1_otc","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"02/01/2023\",\n        \"storeNo\": \"PRTC\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"1400011\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"0\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"141031804\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.59\",\n            \"price\": \"5.20\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.59\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.20\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"PRTC\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"5.20\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"5.20\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 15:19:33 GMT"},{"key":"x-amzn-RequestId","value":"f71248bf-a337-449d-b23f-6fc17ce8e8e9"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fqlo6F8iliAFvjA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-SdsEnWqll1scS+ISlIR6ITGpi18\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da8305-7133ea962e4fda4d5f2fe0a3;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 eddbc5f97ff2aa6a4fb8714754b065e0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"k08F3Oo4d-vAi2ASJECVBPQ7pXdhoXl-V8fYmtA-6iQBS9PcKZBeUQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000257\"\n    }\n}"},{"id":"d40fbfd9-3ef7-46da-aab6-a512b0bc31e0","name":"TC_CustomerOrderCreate_1_bakery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"02/01/2023\",\n        \"storeNo\": \"PRTC\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"1400012\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"0\"\n    },\n    \"customerOrderLine\": [\n       {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"548056453\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"14.87\",\n            \"price\": \"15.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"14.87\",\n            \"vatAmount\": \"0.6300\",\n            \"amount\": \"15.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"PRTC\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"15.50\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"15.50\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 15:20:15 GMT"},{"key":"x-amzn-RequestId","value":"10a4a606-d59f-4820-88a9-89625a76cdef"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fqlvWFjKliAFeIw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-h19X8Qyw6bPJ8NACOap3uhhs7dk\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da832e-11dbeead001f24c227861faf;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 eddbc5f97ff2aa6a4fb8714754b065e0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"P5vRXWHLvb2bfzOTqhdVF6Yx2VoHeshCqPNAAw348HOjPP2pmjBZ5Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000258\"\n    }\n}"},{"id":"ffe2e307-80b8-41c8-b4ae-b7329ed0aa4e","name":"TC_CustomerOrderCreate_1_retail_otc","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"02/01/2023\",\n        \"storeNo\": \"PRTC\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"1400020\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"0\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"552063687\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.89\",\n            \"price\": \"5.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        },\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"20000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"141031804\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.59\",\n            \"price\": \"5.20\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.59\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.20\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"PRTC\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"10.7\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"10.7\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 15:13:22 GMT"},{"key":"x-amzn-RequestId","value":"b76e03a3-144f-4476-b2f2-77e5a82fc2d4"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fqku3FfcliAFvKw="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-qR5H+TGRbNlaBOTGkL9yd80GwHY\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da8192-2cff6e0f71c452ea5e28efff;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 eddbc5f97ff2aa6a4fb8714754b065e0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"hsHEES5Nv7TMFG_ppjVv2PBMzGdWIxfA3Xyu0un2DBYCQJ-qNNlIVA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000253\"\n    }\n}"},{"id":"917a5c4b-4b2d-4d51-88bc-3a13f5cf70ae","name":"TC_CustomerOrderCreate_1_retail_bakery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"02/01/2023\",\n        \"storeNo\": \"PRTC\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"1400021\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"0\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"552063687\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.89\",\n            \"price\": \"5.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        },\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"20000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"548056453\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"14.87\",\n            \"price\": \"15.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"14.87\",\n            \"vatAmount\": \"0.6300\",\n            \"amount\": \"15.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"PRTC\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"10.7\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"10.7\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 15:15:35 GMT"},{"key":"x-amzn-RequestId","value":"efa897a9-d97d-4a45-93a6-8013e8653361"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fqlDrEXyliAFTkQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-cHjGAPIz/+uQjP5YNkiY52TcmVc\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da8217-29a2cd4c6162e2095f371903;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 eddbc5f97ff2aa6a4fb8714754b065e0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"pA-TNWYErBKanMu89eGo81Ic6xAsz8LEubk-mFDepetYqqYXJgNLWg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000254\"\n    }\n}"},{"id":"df8ab080-dabc-498c-95ba-e627ae786c03","name":"TC_CustomerOrderCreate_1_otc_bakery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"02/01/2023\",\n        \"storeNo\": \"PRTC\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"1400022\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"0\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"141031804\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.59\",\n            \"price\": \"5.20\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.59\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.20\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        },\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"20000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"548056453\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"14.87\",\n            \"price\": \"15.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"14.87\",\n            \"vatAmount\": \"0.6300\",\n            \"amount\": \"15.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"PRTC\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"10.7\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"10.7\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 15:17:08 GMT"},{"key":"x-amzn-RequestId","value":"baa18072-241e-4b72-8889-99d709c75cf9"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fqlSJEV8liAFbcQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-hx94d/LySfJC5sDj/XOGHJJU2TI\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da8273-3ac0d46d2c57a67350f99c65;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 eddbc5f97ff2aa6a4fb8714754b065e0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"qwyG4H6z0GqsKQGjmB5phNx7wj27ukMM8qiqegDCQtrp5XmfeJiYuA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000255\"\n    }\n}"},{"id":"f044b578-ec45-4fdd-be22-7c5b4b12e714","name":"TC_CustomerOrderCreate_1_retail_otc_bakery","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"02/01/2023\",\n        \"storeNo\": \"PRTC\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"1400030\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"0\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"552063687\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.89\",\n            \"price\": \"5.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        },\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"20000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"141031804\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.59\",\n            \"price\": \"5.20\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.59\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.20\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        },\n         {\n            \"documentID\": \"\",\n            \"lineNo\": \"30000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"548056453\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"14.87\",\n            \"price\": \"15.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"14.87\",\n            \"vatAmount\": \"0.6300\",\n            \"amount\": \"15.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n        \n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"PRTC\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"26.2\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"26.2\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 15:23:53 GMT"},{"key":"x-amzn-RequestId","value":"ce4b9457-edb0-40e2-bc60-9ee6155bb2b1"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fqmRgG9_FiAFmrg="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-UkXaWScLFhK/Swy5CtviIT+DIYs\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da8409-6476d3b37d2143ed092a17d3;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 eddbc5f97ff2aa6a4fb8714754b065e0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"KjoJWwL9FHQnKu3t7pqFX_3-YyEGRBcWrr6vSTKkun472rqZji_mqw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000259\"\n    }\n}"},{"id":"7b2cb9de-05bc-44a3-9b2d-8b94d2e59efc","name":"Test_CustomerOrderCreate_FC","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"customerOrderHeader\": {\n        \"documentID\": \"\",\n        \"requestedDate\":\"02/01/2023\",\n        \"storeNo\": \"CUV\",\n        \"createdAtStore\": \"\",\n        \"terminalNo\": \"\",\n        \"customerNo\": \"C00049\",\n        \"memberCardNo\": \"\",\n        \"memberContactNo\": \"\",\n        \"sourceType\": \"2\",\n        \"inventoryTransfer\": \"\",\n        \"name\": \"Vanessa Lewis\",\n        \"address\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"\",\n        \"countryRegionCode\": \"\",\n        \"phoneNo\": \"\",\n        \"email\": \"testUserStatements@TT.com\",\n        \"houseApartmentNo\": \"\",\n        \"mobilePhoneNo\": \"\",\n        \"daytimePhoneNo\": \"\",\n        \"territoryCode\": \"\",\n        \"shipOrder\": \"true\",\n        \"shipToName\": \"\",\n        \"shipToAddress\": \"\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"\",\n        \"shipToCounty\": \"\",\n        \"shipToPostCode\": \"\",\n        \"shipToCountryRegionCode\": \"\",\n        \"shipToPhoneNo\": \"\",\n        \"shipToEmail\": \"\",\n        \"shipToHouseApartmentNo\": \"\",\n        \"clickAndCollectOrder\": \"true\",\n        \"shippingAgentCode\": \"\",\n        \"shippingAgentServiceCode\": \"\",\n        \"sourcingLocation\": \"\",\n        \"sourcingOrderType\": \"\",\n        \"vendorSourcing\": \"\",\n        \"externalID\": \"150000\",\n        \"shipmentMethodCode\": \"\",\n        \"appID\":\"1\"\n    },\n    \"customerOrderLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"10000\",\n            \"status\": \"0\",\n            \"lineType\": \"0\",\n            \"number\": \"552063687\",\n            \"variantCode\": \"\",\n            \"unitOfMeasureCode\": \"EA\",\n            \"netPrice\": \"4.89\",\n            \"price\": \"5.50\",\n            \"quantity\": \"1\",\n            \"discountAmount\": \"\",\n            \"discountPercent\": \"\",\n            \"netAmount\": \"4.89\",\n            \"vatAmount\": \"0.6100\",\n            \"amount\": \"5.50\",\n            \"vatProdPostingGroup\": \"\",\n            \"itemDescription\": \"\",\n            \"variantDescription\": \"\",\n            \"uoMDescription\": \"\",\n            \"sourcingLocation\": \"\",\n            \"orderReference\": \"\",\n            \"inventoryTransfer\": \"\",\n            \"vendorSourcing\": \"\",\n            \"leadTime\": \"\",\n            \"prepaymentAmount\": \"\",\n            \"purchaseOrderNo\": \"\",\n            \"prescriptionNo\": \"\"\n        }\n    ],\n    \"customerOrderDiscountLine\": [\n        {\n            \"documentID\": \"\",\n            \"lineNo\": \"\",\n            \"entryNo\": \"\",\n            \"discountType\": \"\",\n            \"offerNo\": \"\",\n            \"periodicDiscType\": \"\",\n            \"periodicDiscGroup\": \"\",\n            \"description\": \"\",\n            \"discountPercent\": \"\",\n            \"discountAmount\": \"\"\n        }\n    ],\n    \"customerOrderPayment\": [\n        {\n            \"documentId\": \"\",\n            \"storeNo\": \"CUV\",\n            \"lineNo\": \"10000\",\n            \"preApprovedAmount\": \"26.2\",\n            \"finalizedAmount\": \"\",\n            \"tenderType\": \"99\",\n            \"cardType\": \"\",\n            \"currencyCode\": \"\",\n            \"currencyFactor\": \"1\",\n            \"authorizationCode\": \"\",\n            \"preApprovedValidDate\": \"\",\n            \"cardorCustomernumber\": \"\",\n            \"incomeExpenseAccountNo\": \"\",\n            \"preApprovedAmountLCY\": \"26.2\",\n            \"finalizedAmountLCY\": \"\",\n            \"loyaltyPointPayment\": \"\",\n            \"depositPayment\": \"\",\n            \"posTransReceiptNo\": \"\",\n            \"type\": \"1\",\n            \"created\": \"2022-10-28T17:39:23Z\",\n            \"authorizationExpired\": \"\",\n            \"tokenNo\": \"\",\n            \"externalReference\": \"\"\n        }\n    ],\n    \"customerOrderStatusLog\": {\n        \"storeNo\": \"\",\n        \"userID\": \"\",\n        \"staffID\": \"\",\n        \"terminalNo\": \"\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CustomerOrderCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 01 Feb 2023 16:34:46 GMT"},{"key":"x-amzn-RequestId","value":"8ce152dc-1a09-4477-ae7d-4711eb1f0f80"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"89"},{"key":"x-amz-apigw-id","value":"fqwqCHzVliAFVLA="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"59-GcRoIE6MLEfXZlUShwfDeANdJ7c\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-63da94a6-2b15144076bf007b18609734;Sampled=0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d5d7b369f72f565a0dffcd2db50ec516.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN56-P2"},{"key":"X-Amz-Cf-Id","value":"MRFtHccfVTzpVi7tIlKmnQusyPCSsXUpD8NmIEnNuWV6ReUhsGmzGg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"responseCode\": \"0000\",\n    \"reponseText\": \"\",\n    \"responseBody\": {\n        \"customerOrderID\": \"ECOM0000262\"\n    }\n}"}],"_postman_id":"4238ffa5-0ed5-4855-8cff-4ba7499052b1"},{"name":"CreateTookanTask","id":"92697f32-c231-478a-b704-c4b379395c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"53676884f54b0b0242157267411626471aecc5f229dd79385a1c08c4\",\r\n  \"order_id\": \"test1111_1\",\r\n  \"team_id\": \"1466887\",\r\n  \"auto_assignment\": \"1\",\r\n  \"job_description\": \"delivery test1\",\r\n  \"job_pickup_phone\": \"+12015555551\",\r\n  \"job_pickup_name\": \"test  store\",\r\n  \"job_pickup_email\": \"\",\r\n  \"job_pickup_address\": \"test store address\",\r\n  \"job_pickup_latitude\": \"10.628883170946606\",\r\n  \"job_pickup_longitude\": \"-61.353405361033936\",\r\n  \"job_pickup_datetime\": \"2023-05-18 15:00:00\",\r\n  \"customer_email\": \"moderson@superpharmtt.com\",\r\n  \"customer_username\": \"Lea18051\",\r\n  \"customer_phone\": \"1-123-123-1234\",\r\n  \"customer_address\": \"customer address\",\r\n  \"latitude\": \"10.628806721457646\",\r\n  \"longitude\": \"-61.35374600156766\",\r\n  \"job_delivery_datetime\": \"2023-05-18 15:00:00\",\r\n  \"has_pickup\": \"1\",\r\n  \"has_delivery\": \"1\",\r\n  \"layout_type\": \"0\",\r\n  \"tracking_link\": 1,\r\n  \"timezone\": \"240\",\r\n  \"custom_field_template\": \"SuperPharm-Presto\",\r\n  \"ignore_customer_lat_long\":\"1\",\r\n  \"meta_data\": [\r\n   \r\n  ],\r\n  \"pickup_custom_field_template\": \"Pickup_Template_1\",\r\n  \"pickup_meta_data\": [\r\n    {\r\n      \"label\": \"Quantity\",\r\n      \"data\": \"10\"\r\n    }\r\n  ],\r\n  \"fleet_id\": \"\",\r\n  \"p_ref_images\": [\r\n    \"http://tookanapp.com/wp-content/uploads/2015/11/logo_dark.png\",\r\n    \"http://tookanapp.com/wp-content/uploads/2015/11/logo_dark.png\"\r\n  ],\r\n  \"ref_images\": [\r\n    \"http://tookanapp.com/wp-content/uploads/2015/11/logo_dark.png\",\r\n    \"http://tookanapp.com/wp-content/uploads/2015/11/logo_dark.png\"\r\n  ],\r\n  \"notify\": 1,\r\n  \"tags\": \"\",\r\n  \"geofence\": 1,\r\n  \"ride_type\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CreateTookanTask","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StoreNo</td>\n<td></td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>(NOT UPDATED YET)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["CreateTookanTask"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[{"id":"4aebd1e6-6980-442a-9e39-ab605100dd2f","name":"CreateTookanTask","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"53676884f54b0b0242157267411626471aecc5f229dd79385a1c08c4\",\r\n  \"order_id\": \"test1111_1\",\r\n  \"team_id\": \"1466887\",\r\n  \"auto_assignment\": \"1\",\r\n  \"job_description\": \"delivery test1\",\r\n  \"job_pickup_phone\": \"+12015555551\",\r\n  \"job_pickup_name\": \"test  store\",\r\n  \"job_pickup_email\": \"\",\r\n  \"job_pickup_address\": \"test store address\",\r\n  \"job_pickup_latitude\": \"10.6289500540423\",\r\n  \"job_pickup_longitude\": \"-61.3538331275217\",\r\n  \"job_pickup_datetime\": \"2023-05-18 15:00:00\",\r\n  \"customer_email\": \"atai.omorov+7@tenging.is\",\r\n  \"customer_username\": \"Lea18051\",\r\n  \"customer_phone\": \"1-123-123-1234\",\r\n  \"customer_address\": \"customer address\",\r\n  \"latitude\": \"10.608661\",\r\n  \"longitude\": \"-61.26953\",\r\n  \"job_delivery_datetime\": \"2023-05-18 15:00:00\",\r\n  \"has_pickup\": \"1\",\r\n  \"has_delivery\": \"1\",\r\n  \"layout_type\": \"0\",\r\n  \"tracking_link\": 1,\r\n  \"timezone\": \"240\",\r\n  \"custom_field_template\": \"SuperPharm-Presto\",\r\n  \"ignore_customer_lat_long\":\"1\",\r\n  \"meta_data\": [\r\n   \r\n  ],\r\n  \"pickup_custom_field_template\": \"Pickup_Template_1\",\r\n  \"pickup_meta_data\": [\r\n    {\r\n      \"label\": \"Quantity\",\r\n      \"data\": \"10\"\r\n    }\r\n  ],\r\n  \"fleet_id\": \"\",\r\n  \"p_ref_images\": [\r\n    \"http://tookanapp.com/wp-content/uploads/2015/11/logo_dark.png\",\r\n    \"http://tookanapp.com/wp-content/uploads/2015/11/logo_dark.png\"\r\n  ],\r\n  \"ref_images\": [\r\n    \"http://tookanapp.com/wp-content/uploads/2015/11/logo_dark.png\",\r\n    \"http://tookanapp.com/wp-content/uploads/2015/11/logo_dark.png\"\r\n  ],\r\n  \"notify\": 1,\r\n  \"tags\": \"\",\r\n  \"geofence\": 1,\r\n  \"ride_type\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/CreateTookanTask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"401"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 18 May 2023 09:18:20 GMT"},{"key":"x-amzn-RequestId","value":"18e55bb9-514e-4156-9e28-efcdcc068ed6"},{"key":"access-control-allow-origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"access-control-allow-headers","value":"Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers"},{"key":"x-amzn-Remapped-content-length","value":"799"},{"key":"x-amz-apigw-id","value":"FHIGQHexoAMFufQ="},{"key":"access-control-allow-methods","value":"GET,HEAD,OPTIONS,POST,PUT"},{"key":"etag","value":"W/\"31f-xfEhEWteQN8Nbv076PUrVGDqeFM\""},{"key":"x-powered-by","value":"Express"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6465ed5a-6ff65d5362e260cc1fe7aea3;Sampled=0;lineage=9ef108bf:0"},{"key":"access-control-allow-credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1132899b9bc2928e13b30713fd82f9b0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ARN1-C1"},{"key":"X-Amz-Cf-Id","value":"IH6wITW4F8nOb0C8JXmyO1SuEmBjdUqCAQYu0u2SoH3jEbkjVEv-CA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The task has been created.\",\n    \"status\": 200,\n    \"data\": {\n        \"job_id\": 481107584,\n        \"pickup_job_id\": 481107584,\n        \"delivery_job_id\": 481107585,\n        \"job_hash\": \"9fb3ceeef2b6f74b9091e4de34412250\",\n        \"pickup_job_hash\": \"9af107d7f756afc0c0a3636ff11b3e75\",\n        \"delivery_job_hash\": \"9fb3ceeef2b6f74b9091e4de34412250\",\n        \"customer_name\": \"Lea18051\",\n        \"customer_address\": \"customer address\",\n        \"job_pickup_name\": \"test  store\",\n        \"job_pickup_address\": \"test store address\",\n        \"job_token\": \"481107584378116844014999482556\",\n        \"pickup_tracking_link\": \"https://jngl.ml/UK36ff11b\",\n        \"delivery_tracing_link\": \"https://jngl.ml/G4dZe3441\",\n        \"order_id\": \"test1111_1\",\n        \"pickupOrderId\": \"test1111_1\",\n        \"deliveryOrderId\": \"test1111_1\",\n        \"geofence_details\": [\n            {\n                \"region_id\": 32439,\n                \"region_name\": \"SuperPharm Trincity\"\n            }\n        ],\n        \"pickupAddressNotFound\": false,\n        \"deliveryAddressNotFound\": false\n    }\n}"}],"_postman_id":"92697f32-c231-478a-b704-c4b379395c7c"},{"name":"GetTaskFromOrderID","id":"a853393b-183e-41fd-94d6-a873888d46ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"53676884f54b0b0242157267411626471aecc5f229dd79385a1c08c4\",\r\n  \"order_ids\": [\r\n    \"ECOM0001972\"\r\n  ],\r\n  \"include_task_history\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetTaskFromOrderID","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StoreNo</td>\n<td></td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>(NOT UPDATED YET)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetTaskFromOrderID"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"a853393b-183e-41fd-94d6-a873888d46ac"},{"name":"GetJobDetails","id":"04b46d5c-53e9-4573-8647-54cca188d82f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"53676884f54b0b0242157267411626471aecc5f229dd79385a1c08c4\",\r\n  \"job_ids\": [\r\n    482501130\r\n  ],\r\n  \"include_task_history\": 1,\r\n  \"job_additional_info\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetJobDetails","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StoreNo</td>\n<td></td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>(NOT UPDATED YET)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetJobDetails"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"04b46d5c-53e9-4573-8647-54cca188d82f"},{"name":"TookanWebhookRequestReceived","id":"0511d8e1-8273-4b37-9aa9-521a1adc0c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"api_key\": \"53676884f54b0b0242157267411626471aecc5f229dd79385a1c08c4\",\r\n  \"job_ids\": [\r\n    477341522,\r\n    477135475\r\n  ],\r\n  \"include_task_history\": 1,\r\n  \"job_additional_info\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetJobDetails","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>StoreNo</td>\n<td></td>\n<td>Store number.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>(NOT UPDATED YET)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetJobDetails"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"0511d8e1-8273-4b37-9aa9-521a1adc0c16"}],"id":"d2e3ecf0-2011-434a-bd81-1f2d12c33da2","_postman_id":"d2e3ecf0-2011-434a-bd81-1f2d12c33da2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}}],"id":"e51c48f2-f6c3-44a0-b0a8-75ab1cc483d1","_postman_id":"e51c48f2-f6c3-44a0-b0a8-75ab1cc483d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}},{"name":"Attachments","item":[{"name":"AddAttachments","id":"4556cbe4-c246-46b0-804e-754668c66228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customer\":\"{55dd6911-3bf3-4b75-89d1-ed6f0913c807}\",\r\n    \"recordCode\":\"ABC\",\r\n    \"documents\":[\r\n        {\"code\":\"PASSPORT\",\r\n        \"url\":\"http://www.123.com\"\r\n        },\r\n        {\"code\":\"DRIVE_LIC\",\r\n         \"url\":\"http://www.321.com\"\r\n        }\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/AddAttachments","description":"<p>The method is responsible for adding attachments for the service animals of the customer.</p>\n<p>Fields request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Text</td>\n<td>Customer</td>\n</tr>\n<tr>\n<td>documents</td>\n<td>Array</td>\n<td>Attached documents in the request</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>Language id of the request</td>\n</tr>\n</tbody>\n</table>\n</div><p>Fields response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>added</td>\n<td>Boolean</td>\n<td>Verification whether the documents were added or not</td>\n</tr>\n<tr>\n<td>success</td>\n<td>Boolean</td>\n<td>Verification whether the request was successful or not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["AddAttachments"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"4556cbe4-c246-46b0-804e-754668c66228"},{"name":"GetDocumentTypes","id":"86d9f821-f9a9-4d63-8f8c-57c466527cea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetDocumentTypes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetDocumentTypes"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"86d9f821-f9a9-4d63-8f8c-57c466527cea"},{"name":"GetAttachedDocument","id":"24ef5c05-e44c-408f-a231-0d7fc390b8ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customer\":\"{55dd6911-3bf3-4b75-89d1-ed6f0913c807}\",\r\n    \"recordCode\":\"\",\r\n    \"code\":\"Passport\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetAttachedDocument","description":"<p>The method is responsible for getting an uploaded attachment document of the customer.</p>\n<p>Fields request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>Language id of the request</td>\n</tr>\n</tbody>\n</table>\n</div><p>Fields response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>Text</td>\n<td>Customer unique number.</td>\n</tr>\n<tr>\n<td>recordCode</td>\n<td>Code</td>\n<td>Document record code.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code name of the document.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetAttachedDocument"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"24ef5c05-e44c-408f-a231-0d7fc390b8ed"},{"name":"GetAttachedDocuments","id":"385d8dec-936e-4909-a88d-8f6b97ba54af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"appID\":\"0\",\r\n    \"customer\":\"\",\r\n    \"recordCode\":\"IPR000042\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetAttachedDocuments","description":"<p>The method is responsible for getting uploaded attachment documents of the customer.</p>\n<p>Fields request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appID</td>\n<td>Integer</td>\n<td>App id of the request</td>\n</tr>\n<tr>\n<td>languageID</td>\n<td>Code</td>\n<td>Language id of the request</td>\n</tr>\n</tbody>\n</table>\n</div><p>Fields response:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer</td>\n<td>Text</td>\n<td>Customer unique number.</td>\n</tr>\n<tr>\n<td>recordCode</td>\n<td>Code</td>\n<td>Document record code.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Code</td>\n<td>Code name of the document.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetAttachedDocuments"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"385d8dec-936e-4909-a88d-8f6b97ba54af"},{"name":"GetAttachmentTypes","id":"b0116548-23cb-47bf-9e7d-efdf2e9a13ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://superpharm-pipe-uat.tengingapp.is/api/service/GetAttachmentTypes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"path":["GetAttachmentTypes"],"host":["https://superpharm-pipe-uat.tengingapp.is/api/service"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0116548-23cb-47bf-9e7d-efdf2e9a13ba"},{"name":"New Request","id":"4fbbbc17-7034-4a78-b588-b8128c7ed0ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"4fbbbc17-7034-4a78-b588-b8128c7ed0ba"}],"id":"9a550cc4-effd-4c15-9252-29b36fb098bc","_postman_id":"9a550cc4-effd-4c15-9252-29b36fb098bc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}}],"id":"c5cf92f9-e20d-43fd-8eb5-6c67559268eb","_postman_id":"c5cf92f9-e20d-43fd-8eb5-6c67559268eb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","id":"e5bad198-cbfb-4b08-ad5d-0cd70f2e6bcb","name":"SuperPharm Ecommerce UAT","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"1f8c9a15-d8e1-4441-abe5-27b0de068600","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fbfac985-82ef-4f57-ba41-9e44344c09ac","type":"text/javascript","exec":[""]}}],"variable":[{"key":"PIPEURL","value":"https://superpharm-pipe-uat.tengingapp.is/api/service"},{"key":"PIPEURL_ACCOUNT","value":"https://superpharm-pipe-uat.tengingapp.is/api/account"}]}