{"info":{"_postman_id":"53e04ce3-9f37-4224-ac31-3e21d1934147","name":"Checkout Champ APIs","description":"<html><head></head><body><p><a href=\"https://checkoutchamp.com/\"><b>Checkout Champ</b></a> has developed the easiest to use and most intuitive shopping cart technology in the e-commerce industry.</p>\n<p>We have combined the best Customer Relationship Management (CRM) and Order Management System (OMS) with an easy-to-use shopping cart, and all of the necessary e-commerce technology that will make being an e-tailer easier than ever. Gone are the days of tinkering with funky templates, and putting up with designs that are not as unique as you are. You can build your web store with an existing tool such as WordPress and use our product and cart plugins to manage your orders, or you can take advantage of our own newly-updated <a href=\"https://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0\">page builder</a> for a smoother, in-the-box experience.</p>\n<p><strong>All API calls</strong> require a <code>loginId</code> and <code>password</code>. Obtain these and the API user in <a href=\"https://help.checkoutchamp.com/crm/admin-setup/create-a-user/create-an-api-user\">Checkout Champ</a>. Since API calls contain sensitive data, it is required that you use the HTTPS protocol.</p>\n<p><strong>Note:</strong></p>\n<ol>\n<li><p>Requests sent using the HTTP GET method should be URL encoded.</p>\n</li>\n<li><p>The API application expects to receive data in the ASCII or UTF8 characters encodings.</p>\n</li>\n</ol>\n<p><b>Need some help?</b></p>\n\n<p>We all need help sometimes. Get help now from our <a href=\"https://konnektive.atlassian.net/servicedesk/customer/portal/5\">support</a> superheroes, or share your knowledge to make things awesome.</p></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6575778","collectionId":"53e04ce3-9f37-4224-ac31-3e21d1934147","publishedId":"TzRVg6ny","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-14T17:59:09.000Z"},"item":[{"name":"Order","item":[{"name":"Import Lead","id":"35a47084-1a24-454e-9309-f6163329fd51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/leads/import/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Import Lead API allows you to add new leads through a simple HTTPS GET or POST request.</p>\n<h3 id=\"note\">Note</h3>\n<p><strong>Custom Fields</strong></p>\n<p>Custom fields setup within the campaign settings can also be imported with this api call. You do this by following these steps:</p>\n<ol>\n<li><p>Take the field name and replace all spaces with underscores</p>\n</li>\n<li><p>Prefix the field name with the string \"custom_\"</p>\n</li>\n<li><p>Add the resulting string to the parameter list</p>\n</li>\n</ol>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>affId</code></td>\n<td>String char(10)</td>\n<td>Checkout Champ affiliate Id for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billShipSame</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set indicates that shipping address fields are the same as billing address fields</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Campaign Id for which the order is being placed.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>contactOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Send this value if the customer has opted in to receive sms communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Send this value if the customer has opted in to receive email communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>taxExemption</code></td>\n<td>String (max 50 chars)</td>\n<td>Send this value 'exempt' if the customer is exempt from tax calculations</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>marketingOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Customer has opted in to receive email and SMS communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max 30 chars)</td>\n<td>coupon code for order discount as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom1</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom2</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom3</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom4</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom5</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom_order_{field_name}</code></td>\n<td>String (max 500 chars)</td>\n<td>Replace <code>{field_name}</code> with the Field Name you want to use for your Order. If a custom field with that name does not exist, it will be created.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>disableCustomerDedup</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set, this order will always create a new customer record.(Note: if either orderId or customerId is passed, this field will be ignored)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>dob</code></td>\n<td>Date (mm/dd/yyy)</td>\n<td>customer's date of birth</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>customers email address</td>\n<td>must be a valid email address format</td>\n<td>Y- Online campaigns or Phone Number is not provided</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's first name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>gender</code></td>\n<td>String (max: 1 char)</td>\n<td>customer's gender (M or F)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td>customers ip address</td>\n<td>Must be a valid ipv4 or ipv6 format</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's last name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max: 30 chars)</td>\n<td>The orderId returned by a previous Import Lead API call. Setting this will update the existing lead instead of creating a new record.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>customers phone number</td>\n<td>may contain numeric digits and hyphens</td>\n<td>Y- Phone campaigns or Email Address is not provided</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer</td>\n<td>campaign product Id (found on campaign page)</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_qty</code></td>\n<td>Integer</td>\n<td>quantity of product in order, defaults to quantity of 1 if not set</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>variant{i}_id</code></td>\n<td>Integer</td>\n<td>variant detail Id (found on product page)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_price</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>If set this will override the default shipping price as setup in CheckoutChamp</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_shipPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>If set this will override the default shipping price as setup in CheckoutChamp</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>salesUrl</code></td>\n<td>String (max: 2000 chars)</td>\n<td>Sales page URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td>String (max: 40 chars)</td>\n<td>A sessionId returned by the Import Click API call.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipAddress1</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 1 of customer shipping address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipAddress2</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 2 of customer shipping address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCity</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's shipping city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCompanyName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's ship to company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCountry</code></td>\n<td>2 character ISO country code</td>\n<td>customer's shipping country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipFirstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's ship to first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipLastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's ship to last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipPostalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's shipping postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipState</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's shipping state, abbreviated state code (varies from country to country) <a href=\"#e7153cc7-cce9-4642-8ce4-f79be2a5cf83\">View full List</a></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue1</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue2</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue3</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String (max: 6 chars)</td>\n<td>customer's billing state, abbreviated state code (varies from country to country) <a href=\"#e7153cc7-cce9-4642-8ce4-f79be2a5cf83\">View full List</a></td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"result\": \"SUCCESS\",\n  \"message\": {\n    \"billShipSame\": false,\n    \"customTaxSet\": false,\n    \"shipmentInsured\": false,\n    \"firstName\": \"Test\",\n    \"lastName\": \"Robinson\",\n    \"companyName\": null,\n    \"address1\": \"4455 Hollywood Blvd\",\n    \"address2\": \"Apt. 1120\",\n    \"city\": \"Rome\",\n    \"state\": \"NY\",\n    \"country\": \"US\",\n    \"postalCode\": \"00012\",\n    \"shipFirstName\": \"Test\",\n    \"shipLastName\": \"Robinson\",\n    \"shipCompanyName\": null,\n    \"shipAddress1\": \"4455 Hollywood Blvd\",\n    \"shipAddress2\": \"Apt. 1120\",\n    \"shipCity\": \"Rome\",\n    \"shipState\": \"NY\",\n    \"shipCountry\": \"US\",\n    \"shipPostalCode\": \"00012\",\n    \"emailAddress\": \"Robinson@email.net\",\n    \"phoneNumber\": \"11233399\",\n    \"campaignId\": 13,\n    \"orderStatus\": \"PARTIAL\",\n    \"orderType\": \"NEW_SALE\",\n    \"agentUserId\": 3137,\n    \"dateCreated\": {\n      \"date\": \"2015-01-16 12:20:49.000000\",\n      \"timezone_type\": 3,\n      \"timezone\": \"America/New_York\"\n    },\n    \"customerId\": 46611,\n    \"dateUpdated\": \"2015-01-16 12:20:49\",\n    \"orderId\": \"C3E67A9BD0\"\n  }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["leads","import",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"737072d2-756b-4d24-adb7-8576e15fc778","name":"Import Lead","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/leads/import/?loginId=testapi&password=abc123&firstName=Test&lastName=Robinson&address1=4455+Hollywood+Blvd&address2=Apt.+1120&postalCode=00012&city=Rome&state=NY&country=US&emailAddress=Robinson@email.net&phoneNumber=11233399&shipFirstName=Test&shipLastName=Robinson&shipAddress1=4455+Hollywood+Blvd&shipAddress2=Apt.+1120&shipPostalCode=00012&shipCity=Rome&shipState=NY&shipCountry=US&campaignId=13","protocol":"https","host":["api","checkoutchamp","com"],"path":["leads","import",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"","type":"text","disabled":true},{"key":"firstName","value":"Test"},{"key":"lastName","value":"Robinson"},{"key":"companyName","value":"","type":"text","disabled":true},{"key":"address1","value":"4455+Hollywood+Blvd"},{"key":"address2","value":"Apt.+1120"},{"key":"postalCode","value":"00012"},{"key":"city","value":"Rome"},{"key":"state","value":"NY"},{"key":"country","value":"US"},{"key":"emailAddress","value":"Robinson@email.net"},{"key":"phoneNumber","value":"11233399"},{"key":"ipAddress","value":"","type":"text","disabled":true},{"key":"billShipSame","value":"","type":"text","disabled":true},{"key":"shipFirstName","value":"Test"},{"key":"shipLastName","value":"Robinson"},{"key":"shipAddress1","value":"4455+Hollywood+Blvd"},{"key":"shipAddress2","value":"Apt.+1120"},{"key":"shipPostalCode","value":"00012"},{"key":"shipCity","value":"Rome"},{"key":"shipState","value":"NY"},{"key":"shipCountry","value":"US"},{"key":"campaignId","value":"13"},{"key":"affId","value":"","type":"text","disabled":true},{"key":"sourceValue1","value":"","type":"text","disabled":true},{"key":"sourceValue2","value":"","type":"text","disabled":true},{"key":"sourceValue3","value":"","type":"text","disabled":true},{"key":"custom1","value":"","type":"text","disabled":true},{"key":"custom2","value":"","type":"text","disabled":true},{"key":"custom3","value":"","type":"text","disabled":true},{"key":"custom4","value":"","type":"text","disabled":true},{"key":"custom5","value":"","type":"text","disabled":true},{"key":"disableCustomerDedup","value":"","type":"text","disabled":true},{"key":"couponCode","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"billShipSame\": false,\n        \"customTaxSet\": false,\n        \"shipmentInsured\": false,\n        \"firstName\": \"Test\",\n        \"lastName\": \"Robinson\",\n        \"companyName\": null,\n        \"address1\": \"4455 Hollywood Blvd\",\n        \"address2\": \"Apt. 1120\",\n        \"city\": \"Rome\",\n        \"state\": \"NY\",\n        \"country\": \"US\",\n        \"postalCode\": \"00012\",\n        \"shipFirstName\": \"Test\",\n        \"shipLastName\": \"Robinson\",\n        \"shipCompanyName\": null,\n        \"shipAddress1\": \"4455 Hollywood Blvd\",\n        \"shipAddress2\": \"Apt. 1120\",\n        \"shipCity\": \"Rome\",\n        \"shipState\": \"NY\",\n        \"shipCountry\": \"US\",\n        \"shipPostalCode\": \"00012\",\n        \"emailAddress\": \"Robinson@email.net\",\n        \"phoneNumber\": \"11233399\",\n        \"campaignId\": 13,\n        \"orderStatus\": \"PARTIAL\",\n        \"orderType\": \"NEW_SALE\",\n        \"agentUserId\": 3137,\n        \"dateCreated\": {\n            \"date\": \"2015-01-16 12:20:49.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"customerId\": 46611,\n        \"dateUpdated\": \"2015-01-16 12:20:49\",\n        \"orderId\": \"C3E67A9BD0\"\n    }\n}"}],"_postman_id":"35a47084-1a24-454e-9309-f6163329fd51"},{"name":"Preauth Order","id":"4d90fc65-4772-4449-9410-48a9e8f64d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/preauth/","description":"<p>The Preauth Order API allows you to preauth a credit card for 1.00 on new orders before billing the final charges through a simple HTTPS GET or POST request. This is usually called after Import Lead.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardExpiryDate</code></td>\n<td>Date (mm/yy or mm/yyyy)</td>\n<td>credit card expiration date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cardNumber</code></td>\n<td>Integer (max: 16 digits)-- must be a valid credit card number</td>\n<td>customer's credit card number</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cardSecurityCode</code></td>\n<td>Integer (max: 4 digits)</td>\n<td>credit card security code</td>\n<td>Recommended</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's city</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Int (max 10 digits)</td>\n<td>Id of the customer as assigned by Checkout Champ (Import Lead API call)</td>\n<td>Y if not passing orderId</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Int (max of 10 digits)</td>\n<td>BillerId that you want to pre-auth against</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>customers email address</td>\n<td>must be a valid email address format</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's first name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td>customers ip address</td>\n<td>must be a valid ip format (xxx.xxx.xxx.xxx)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's last name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>paySource</code></td>\n<td>Static 'CREDITCARD'</td>\n<td>the pay source used for the purchase</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>customers phone number</td>\n<td>may contain numeric digits and hyphens</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String (max: 6 chars)</td>\n<td>customer's billing state, abbreviated state code (varies from country to country) <a href=\"#e7153cc7-cce9-4642-8ce4-f79be2a5cf83\">View full List</a></td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 20 chars)</td>\n<td>Id of the order as assigned by Checkout Champ (Import Lead API call)</td>\n<td>Y if not passing customerId</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"test-card-fields\">Test Card Fields</h3>\n<p>CardNumber: 0000000000000000</p>\n<p>CardExpiryDate: any non-expired</p>\n<p>CardSecurityCode: 100 - approved, 900 - declined, 800 - prepaid, 700 - debit</p>\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Card is preauthorized\"\n}\n\n</code></pre><h4 id=\"error\">Error</h4>\n<p><strong>Decline</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Transaction Declined: Invalid Credit Card Number\"\n}\n\n</code></pre><p><strong>Missing Fields</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Order is already completed. Cannot preauthorize completed order.\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","preauth",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"d1e8a40f-dcfe-49d4-aed0-70a0581d8c68","name":"Preauth Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/preauth/?loginId=testapi&password=abc123&orderId=3AB9116187&paySource=CREDITCARD&cardNumber=4111111111111111&cardExpiryDate=02/2018&cardSecurityCode=123&billerId=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","preauth",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"customerId","value":"","type":"text","disabled":true},{"key":"orderId","value":"3AB9116187"},{"key":"paySource","value":"CREDITCARD"},{"key":"cardNumber","value":"4111111111111111"},{"key":"cardExpiryDate","value":"02/2018"},{"key":"cardSecurityCode","value":"123"},{"key":"firstName","value":"","type":"text","disabled":true},{"key":"lastName","value":"","type":"text","disabled":true},{"key":"companyName","value":"","type":"text","disabled":true},{"key":"address1","value":"","type":"text","disabled":true},{"key":"address2","value":"","type":"text","disabled":true},{"key":"postalCode","value":"","type":"text","disabled":true},{"key":"city","value":"","type":"text","disabled":true},{"key":"state","value":"","type":"text","disabled":true},{"key":"country","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"","type":"text","disabled":true},{"key":"phoneNumber","value":"","type":"text","disabled":true},{"key":"ipAddress","value":"","type":"text","disabled":true},{"key":"billerId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": \"Card is preauthorized\"\r\n}"}],"_postman_id":"4d90fc65-4772-4449-9410-48a9e8f64d86"},{"name":"Order QA","id":"cab0b9b3-1e2c-46be-b133-d748fbbf385f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/qa/","description":"<p>The Order QA API allows you to approve or decline orders that are pending Quality Assurance through a simple HTTPS GET or POST request.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Require</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>action</code></td>\n<td>Enum 'APPROVE' or 'DECLINE'</td>\n<td>If APPROVE, order will pass QA. If DECLINE, order will be rejected.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the import order api call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success---approve\">Success - APPROVE</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order QA Approved\"\n}\n</code></pre><h4 id=\"success---decline\">Success - DECLINE</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order QA Declined\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["order","qa",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"2f9832a5-4510-4c0e-b730-174b1b9b9ed8","name":"Order QA - Approved","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/qa/?loginId=testapi&password=abc123&orderId=23EC6A001E&action=APPROVED","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","qa",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"},{"key":"action","value":"APPROVED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order QA Approved\"\n}"},{"id":"abbbbb3c-16d2-4226-9594-262765dcafef","name":"Order QA - Declined","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/qa/?loginId=testapi&password=abc123&orderId=23EC6A001E&action=DECLINED","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","qa",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"},{"key":"action","value":"DECLINED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order QA Declined\"\n}"}],"_postman_id":"cab0b9b3-1e2c-46be-b133-d748fbbf385f"},{"name":"Rerun Declined Sale","id":"a19884c8-6958-4050-8a99-b29c581d1e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/rerun/","description":"<p>The Rerun Declined Sale API will allow you to retry billing of a declined transaction in a new sale through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cbProtectionDays</code></td>\n<td>Int (max 10)</td>\n<td>Use chargeback protection and hold the sale for the input amount of days. Cannot be used with isUpsale</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delayFulfillment</code></td>\n<td>Boolean</td>\n<td>If using chargeback protection, also delay the fulfillment for the amount of days input in cbProtectionDays</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>forceMerchantId</code></td>\n<td>String (max 30 chars)</td>\n<td>billerId to use to rerun (will override item defaults)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isUpsale</code></td>\n<td>Boolean</td>\n<td>1 for upsale decline, 0 for declined new sale</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the Import Order API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>useDeclineMerchantId</code></td>\n<td>Boolean</td>\n<td>1 to use the declined biller to rerun</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Decline retry on order D121DBF1DE approved.\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","rerun",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"c0e4a52b-3ef4-4bff-ba10-d55da7de8f24","name":"Rerun Declined Sale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/rerun/?loginId=testapi&password=abc123&orderId=23EC6A001E&forceMerchantId=2","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","rerun",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"},{"key":"forceMerchantId","value":"2"},{"key":"forceLoadBalancerId","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Decline retry on order D121DBF1DE approved.\"\n}"}],"_postman_id":"a19884c8-6958-4050-8a99-b29c581d1e2a"},{"name":"Refund Order","id":"bbeb05ab-a5ff-4819-a411-d35c59459556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/refund/","description":"<p>The Refund Order API will allow you to issue partial and full refunds against an order through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>fullRefund</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, a full refund will be issued on the order</td>\n<td>Y - if refundAmount is empty</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the import order api call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>refundAmount</code></td>\n<td>Decimal</td>\n<td>The dollar amount to refund</td>\n<td>Y - if fullRefund is not set to 1</td>\n</tr>\n<tr>\n<td><code>refundItemId</code></td>\n<td>Int</td>\n<td>transactionItemId tied to the refund as returned by the order query or transaction query API call. For reporting purposes only</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>refundReason</code></td>\n<td>String</td>\n<td>Reason for why the order is refunded.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cancelOrder</code></td>\n<td>Boolean (true or false)</td>\n<td>Cancels the order that is being refunded. Only a fully-refunded order may be canceled</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cancelReason</code></td>\n<td>String</td>\n<td>Reason for why the order is cancelled.</td>\n<td>Y - if cancelOrder is set to 1</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Refund Successful\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","refund",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"bd008ab3-d36e-4d35-be3c-e8ce2e860ab5","name":"Refund Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/refund/?loginId=testapi&password=abc123&orderId=23EC6A001E&refundAmount=2.00","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","refund",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"},{"key":"refundAmount","value":"2.00"},{"key":"fullRefund","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Refund Successful\"\n}"}],"_postman_id":"bbeb05ab-a5ff-4819-a411-d35c59459556"},{"name":"Cancel Order","id":"7d96da60-f66e-4c7b-936e-fa9129105fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/cancel/","description":"<p>The Cancel Order API will cancel an existing order and optionally issue a refund through a simple HTTPS GET or POST request.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>afterNextBill</code></td>\n<td>Boolean (true or false)</td>\n<td>If set, continuity purchases will be cancelled after the next scheduled billing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cancelReason</code></td>\n<td>String (max 100 chars)</td>\n<td>Reason the order was cancelled</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>fullRefund</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, a full refund will be issued on the order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the Import Order API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order Cancelled\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["order","cancel",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"5ed2459b-b43c-4712-9d0a-dbd917ed5867","name":"Cancel Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/cancel/?loginId=testapi&password=abc123&orderId=23EC6A001E&cancelReason=didn%27t+say%2C+didn%27t+ask&afterNextBill=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","cancel",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"},{"key":"cancelReason","value":"didn%27t+say%2C+didn%27t+ask"},{"key":"fullRefund","value":"","type":"text","disabled":true},{"key":"afterNextBill","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order Cancelled\"\n}"}],"_postman_id":"7d96da60-f66e-4c7b-936e-fa9129105fa8"},{"name":"Import Order","id":"275a54c6-b4b0-414c-819b-7387e9a81f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/import/","description":"<p>The Import Order API allows you to create new orders and bill customers through a simple HTTPS GET or POST request.</p>\n<h3 id=\"product-fields\">Product Fields</h3>\n<p>The following fields are used to set the products in the customer order: <code>product{i}_id</code>, <code>product{i}_qty</code>, <code>product{i}_price</code>, <code>product{i}_shipPrice</code>, where <code>{i}</code> is a sequential integer starting at the number 1.</p>\n<p>For 2 products in an order pass both <code>product1_id</code> and <code>product2_id</code>.</p>\n<p>For 3 products, pass <code>product1_id</code> , <code>product2_id</code> and <code>product3_id</code>.</p>\n<h3 id=\"custom-fields\">Custom Fields</h3>\n<p>Custom fields setup within the campaign settings can also be imported with this api call. You do this by following these steps:</p>\n<ol>\n<li><p>Take the field name and replace all spaces with underscores</p>\n</li>\n<li><p>Prefix the field name with the string \"custom_\"</p>\n</li>\n<li><p>Add the resulting string to the parameter list</p>\n</li>\n</ol>\n<h4 id=\"examples\">(EXAMPLES)</h4>\n<p>\"Pets Name\" \"custom_Pets_Name\"</p>\n<p>\"Drivers License Number\" \"custom_Drivers_License_Number\"</p>\n<p>\"hobbies\" \"custom_hobbies\"</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billShipSame</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set indicates that shipping address fields are the same as billing address fields</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardNumber</code></td>\n<td>Integer (max: 16 digits)-- must be a valid credit card number</td>\n<td>customer's credit card number</td>\n<td>Y - when paySource is 'CREDITCARD'</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's city</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>String (max: 30 chars)</td>\n<td>The customerId of an existing CRM customer. This parameter is useful when using paySource=ACCTONFILE</td>\n<td>N</td>\n</tr>\n<tr>\n<td>currencyCode</td>\n<td>String (max: 3 chars)</td>\n<td>The currency to process the order in</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>dateCreated</code></td>\n<td>DATE</td>\n<td>The date the order was created</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>dob</code></td>\n<td>DATE</td>\n<td>customer's date of birth</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>customers email address</td>\n<td>must be a valid email address format</td>\n<td>Y- Online campaigns</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's first name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>gender</code></td>\n<td>String (max: 1 char)</td>\n<td>customer's gender (M or F)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td>customers ip address</td>\n<td>Must be a valid ipv4 or ipv6 format</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's last name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>Api Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max: 30 chars)</td>\n<td>The orderId returned by a previous import lead call. If passed, address and other values created with Import Lead do not need to be passed again.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>Api password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>paySource</code></td>\n<td>Enum  <br />('CREDITCARD','PAYPAL','CHECK','ACCTONFILE',  <br />'COD','DIRECTDEBIT','PREPAID','APPLEPAY',  <br />'GOOGLEPAY')</td>\n<td>the pay source used for the purchase.  <br />CREDITCARD - pay with card  <br />CHECK - pay with eCheck  <br />ACCTONFILE - primay pay source associated with the customer account  <br />COD - Cash on Delivery  <br />DIRECTDEBIT - pay with Direct Debit account  <br />PREPAID - payment taken outside Checkout Champ system  <br />APPLEPAY - payment taken externally through Apple Pay  <br />GOOGLEPAY - payment taken externally through Google Pay  <br />PAYPAL - payment taken externally through PayPal</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>customers phone number</td>\n<td>may contain numeric digits and hyphens</td>\n<td>Y- Phone campaigns</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>salesUrl</code></td>\n<td>String (max: 2000 chars)</td>\n<td>Sales page URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td>String (max: 40 chars)</td>\n<td>A sessionId returned by the import click call.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipAddress1</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 1 of customer shipping address, should include street address and number</td>\n<td>Y - billShipSame is false</td>\n</tr>\n<tr>\n<td><code>shipAddress2</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 2 of customer shipping address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCity</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's shipping city</td>\n<td>Y - when billShipSame is false</td>\n</tr>\n<tr>\n<td><code>shipCompanyName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's ship to company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCountry</code></td>\n<td>2 character ISO country code</td>\n<td>customer's shipping country</td>\n<td>Y - when billShipSame is false</td>\n</tr>\n<tr>\n<td><code>shipFirstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's ship to first name</td>\n<td>Y - when billShipSame is false</td>\n</tr>\n<tr>\n<td><code>shipPostalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's shipping postal code</td>\n<td>Y - when billShipSame is false</td>\n</tr>\n<tr>\n<td><code>shipState</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's shipping state, abbreviated state code (varies from country to country) <a href=\"https://\">View full List</a></td>\n<td>Y - when billShipSame is false</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String (max: 6 chars)</td>\n<td>customer's billing state, abbreviated state code (varies from country to country) <a href=\"https://\">View full List</a></td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>accountHolder</code></td>\n<td>String (max: 50 chars)</td>\n<td>Name of Direct Debit account holder</td>\n<td>Y - when paySource is 'DIRECTDEBIT'</td>\n</tr>\n<tr>\n<td><code>achAccountNumber</code></td>\n<td>Integer (max digits 14)</td>\n<td>account number of customer's ach account</td>\n<td>Y - when paySource is 'CHECK'</td>\n</tr>\n<tr>\n<td><code>achAccountType</code></td>\n<td>Enum ('CHECKING' OR 'SAVINGS')</td>\n<td>account type of customer's ach account</td>\n<td>Y - when paySource is 'CHECK'</td>\n</tr>\n<tr>\n<td><code>achRoutingNumber</code></td>\n<td>Integer (9 digits)</td>\n<td>bank routing number, must be a valid routing number</td>\n<td>Y - when paySource is 'CHECK'</td>\n</tr>\n<tr>\n<td><code>affId</code></td>\n<td>String char(10)</td>\n<td>Checkout Champ affiliate Id for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Campaign Id for which the order is being placed.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cardMonth</code></td>\n<td>Date (mm)</td>\n<td>credit card month of expiration</td>\n<td>Y - when paySource is 'CREDITCARD'</td>\n</tr>\n<tr>\n<td><code>cardSecurityCode</code></td>\n<td>Integer (max: 4 digits)</td>\n<td>credit card security code</td>\n<td>N - but most gateways require it</td>\n</tr>\n<tr>\n<td><code>cardYear</code></td>\n<td>Date (yyyy)</td>\n<td>credit card year of expiration</td>\n<td>Y - when paySource is 'CREDITCARD'</td>\n</tr>\n<tr>\n<td><code>cavv</code></td>\n<td>String (max 50 chars)</td>\n<td>Cardholder Authentication Verification Value: a 3DS value that the CRM will pass through to the processor if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cbProtectionDays</code></td>\n<td>Integer (max 10)</td>\n<td>Use chargeback protection and hold the sale for the input amount of days</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>contactOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Send this value if the customer has opted in to receive sms communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Send this value if the customer has opted in to receive email communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>marketingOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Send this value if the customer has opted in to receive email and sms communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max 30 chars)</td>\n<td>coupon code for order discount as setup in Checkout Champ CRM</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponsSkipped</code></td>\n<td>String (max 30 chars)</td>\n<td>automatic coupon codes to be excluded from the order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom1</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom2</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom3</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom4</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom5</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>customDescriptor</code></td>\n<td>String (max 45 chars)</td>\n<td>A transaction descriptor to pass to the gateway. This will override the value on the gateway setup in CRM</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom_order_{field_name}</code></td>\n<td>String (max 500 characters)</td>\n<td>Replace <code>{field_name}</code> with the Field Name you want to use for your Order. If a custom field with that name does not exist, it will be created.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>ddbic</code></td>\n<td>String (max: 15 chars)</td>\n<td>BIC (Bank Identifier Code)</td>\n<td>Y - when paySource is 'DIRECTDEBIT'</td>\n</tr>\n<tr>\n<td><code>delayFulfillment</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If using chargeback protection, also delay the fulfillment for the amount of days input in cbProtectionDays</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>disableCustomerDedup</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set, this order will always create a new customer record.  <br />(Note: if either orderId or customerId is passed, this field will be ignored)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>eci</code></td>\n<td>String (max 5 chars)</td>\n<td>E-commerce Indicator: a 3DS value that the CRM will pass through to the processor if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>errorRedirectsTo</code></td>\n<td>String (max 300 chars)</td>\n<td>Indicates where the bank should redirect the customer on a failed 3DS transaction</td>\n<td>Y - if you are using 3DS process flow</td>\n</tr>\n<tr>\n<td><code>forceMerchantId</code></td>\n<td>Integer</td>\n<td>merchantId (gatewayId in CRM) from Checkout Champ CRM. Transactions will run against the specified merchant.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>forceQA</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set, places order into Quality Assurance</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>iban</code></td>\n<td>String (max: 40 chars)</td>\n<td>IBAN (International Bank Account Number)</td>\n<td>Y - when paySource is 'DIRECTDEBIT'</td>\n</tr>\n<tr>\n<td><code>insureShipment</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Charges Shipping Insurance according to CRM configuration</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipmentInsurancePrice</code></td>\n<td>Decimal - 2 Decimal precision.</td>\n<td>This is the price of shipment insurance if calculated by your shipping insurance vendor.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>maintainCustomerCategory</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set, this order will use the same subaccount and/or MID category of the customer's last successful order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>preAuthBillerId</code></td>\n<td>Integer</td>\n<td>merchantId from Checkout Champ CRM</td>\n<td>Y - on preauthed transactions</td>\n</tr>\n<tr>\n<td><code>preAuthMerchantTxnId</code></td>\n<td>String (max: 30 chars)</td>\n<td>The transactionId returned by the processor for the preauth transaction</td>\n<td>Y - on preauthed transactions</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer</td>\n<td>campaign product Id (found on campaign page)</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_price</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default price as setup in Checkout Champ CRM</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_qty</code></td>\n<td>Integer</td>\n<td>quantity of product in order, defaults to quantity of 1 if not set</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_shipPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default shipping price as setup in Checkout Champ CRM</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>variant{i}_id</code></td>\n<td>Integer</td>\n<td>variant detail Id (found on product page)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill_cavv</code></td>\n<td>String (max 50 chars)</td>\n<td>Cardholder Authentication Verification Value: a 3DS value that the CRM will pass through to the processor on the first rebill if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill_eci</code></td>\n<td>String (max 5 chars)</td>\n<td>E-commerce Indicator: a 3DS value that the CRM will pass through to the processor on the first rebill if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill_xid</code></td>\n<td>String (max 50 chars)</td>\n<td>Cardholder Authentication Transaction Id: a 3DS value that the CRM will pass through to the processor on the first rebill if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>redirectsTo</code></td>\n<td>String (max 300 chars)</td>\n<td>Indicates where the bank should redirect the customer on a successful 3DS transaction</td>\n<td>Y - if you are using 3DS process flow</td>\n</tr>\n<tr>\n<td><code>salesTax</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default sales tax</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>salesUrl</code></td>\n<td>String (max 2000 chars)</td>\n<td>The Url of your landing page. Required by some gateways.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipLastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's ship to last name</td>\n<td>Y - when billShipSame is false</td>\n</tr>\n<tr>\n<td><code>shipProfileId</code></td>\n<td>Integer</td>\n<td>Ship profile id of a shipping profile as setup in Checkout ChampCRM</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>signature</code></td>\n<td>Image Data URI (PNG/base64 encoded)</td>\n<td>This is an image of a client-provided contract signature.  <br />Example:  <br />\"data:image/png;base64,iVBORw0KGgoAAAANSUhEU..\"  <br />More information on data URIs:<a href=\"https://\">https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs</a></td>\n<td></td>\n</tr>\n<tr>\n<td><code>skipQA</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set, skips Quality Assurance for order that would have otherwise been placed into Quality Assurance.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue1</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue2</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue3</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue4</code></td>\n<td>String (max 60 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue5</code></td>\n<td>String (max 60 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>taxExemption</code></td>\n<td>Tax Exemption Number</td>\n<td>if set and it matches a Certificate Number, sales tax will be processed as tax exempt</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>xid</code></td>\n<td>String (max 50 chars)</td>\n<td>Cardholder Authentication Transaction Id: a 3DS value that the CRM will pass through to the processor if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>applePayToken</code></td>\n<td>String (max 5000 chars)</td>\n<td>Apple Pay Payment Token returned from Apple Pay SDK</td>\n<td>N (Y - if paySource ='PREPAID' and prepaidType='APPLEPAY')</td>\n</tr>\n<tr>\n<td><code>googlePayToken</code></td>\n<td>String (max 5000 chars)</td>\n<td>Google Pay Payment Token returned from Google Pay SDK</td>\n<td>N (Y - if paySource ='PREPAID' and prepaidType='GOOGLEPAY')</td>\n</tr>\n<tr>\n<td><code>browserData</code></td>\n<td>JSON String (not an object - view BrowserData section below)</td>\n<td>Customer's Browser Data used in 3DS flow</td>\n<td>N (Y - if not using CheckoutChamp pages. Certain gateways only)</td>\n</tr>\n<tr>\n<td><code>forceProfileId</code></td>\n<td>Integer</td>\n<td>ATRI Gateway Profile ID. Transactions will run against the specified gateway profile.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"test-card-fields\">Test Card Fields</h3>\n<p>CardNumber: 0000000000000000</p>\n<p>CardExpiryDate: any non-expired</p>\n<p>CardSecurityCode: 100 - approved, 900 - declined, 800 - prepaid, 700 - debit</p>\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-{\">{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"taxExemption\": null,\n        \"orderId\": \"25679F2AA1\",\n        \"ipAddress\": null,\n        \"sourceId\": null,\n        \"sourceValue1\": null,\n        \"sourceValue2\": null,\n        \"sourceValue3\": null,\n        \"sourceValue4\": null,\n        \"sourceValue5\": null,\n        \"shipCarrier\": \"Default\",\n        \"shipMethod\": \"Default\",\n        \"profileName\": \"Free Shipping\",\n        \"dateCreated\": \"2022-06-20 14:58:01\",\n        \"orderType\": \"NEW_SALE\",\n        \"orderStatus\": \"COMPLETE\",\n        \"reviewStatus\": null,\n        \"totalAmount\": 50,\n        \"campaignName\": \"SandBox\",\n        \"orderValue\": \"50.00\",\n        \"customerId\": 1798469,\n        \"name\": \"Test Robinson\",\n        \"emailAddress\": \"Robinson@email.net\",\n        \"phoneNumber\": \"112333399\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Robinson\",\n        \"companyName\": null,\n        \"address1\": \"455 Hollywood Blvd\",\n        \"address2\": \"Apt. 1120\",\n        \"shipmentInsured\": null,\n        \"shipmentInsurancePrice\": null,\n        \"insuranceCharged\": 0,\n        \"city\": \"Rome\",\n        \"state\": \"NY\",\n        \"country\": \"US\",\n        \"postalCode\": \"00012\",\n        \"shipFirstName\": \"Test\",\n        \"shipLastName\": \"Robinson\",\n        \"shipCompanyName\": null,\n        \"shipAddress1\": \"455 Hollywood Blvd\",\n        \"shipAddress2\": \"Apt. 1120\",\n        \"shipCity\": \"Rome\",\n        \"shipState\": \"NY\",\n        \"shipCountry\": \"US\",\n        \"shipPostalCode\": \"00012\",\n        \"custom1\": null,\n        \"custom2\": null,\n        \"custom3\": null,\n        \"custom4\": null,\n        \"custom5\": null,\n        \"paySource\": \"CREDITCARD\",\n        \"cardType\": \"VISA\",\n        \"cardLast4\": \"1111\",\n        \"cardExpiryDate\": \"10/25\",\n        \"achAccountHolderType\": null,\n        \"achAccountType\": null,\n        \"achRoutingNumber\": null,\n        \"achNameOnAccount\": null,\n        \"achAccountNumber\": null,\n        \"couponCode\": null,\n        \"agentUserId\": 222,\n        \"basePrice\": \"50.00\",\n        \"baseShipping\": \"0.00\",\n        \"voiceLogNumber\": null,\n        \"discountPrice\": \"0.00\",\n        \"salesTax\": \"0.00\",\n        \"salesUrl\": null,\n        \"surcharge\": \"0.00\",\n        \"shipUpcharge\": \"0.00\",\n        \"shipProfileId\": 6,\n        \"currencySymbol\": \"$\",\n        \"currencyCode\": \"USD\",\n        \"campaignId\": 64,\n        \"merchantTxnId\": \"DummyID:265813\",\n        \"ibanLast4\": null,\n        \"originalCycleNumber\": 1,\n        \"prepaidType\": null,\n        \"subTotal\": \"50.00\",\n        \"shipTotal\": \"0.00\",\n        \"taxTotal\": \"0.00\",\n        \"totalDiscount\": \"0.00\",\n        \"totalRefundRemaining\": \"50.00\",\n        \"amountPaid\": \"50.00\",\n        \"items\": [\n            {\n                \"productId\": \"138\",\n                \"name\": \"Dummy Straight Sale 1\",\n                \"qty\": \"1\",\n                \"productSku\": \"FakeSKU2\",\n                \"actualProductId\": \"1\",\n                \"replacedByOrderItemId\": \"\",\n                \"variantDetailId\": \"\",\n                \"title\": \"\",\n                \"variantSku\": \"\",\n                \"shipping\": \"0.00\",\n                \"price\": \"50.00\",\n                \"merchantId\": \"101\",\n                \"descriptor\": \"1\",\n                \"initialSalesTax\": \"0.00\",\n                \"customSalesTax\": \"\",\n                \"refundRemaining\": \"50.00\",\n                \"merchantTxnId\": \"DummyID:265813\",\n                \"purchaseStatus\": \"\",\n                \"billingCycleType\": \"\",\n                \"finalBillingCycle\": \"\",\n                \"isPreauthVoid\": \"0\",\n                \"nextBillDate\": \"\",\n                \"trialEnabled\": \"\",\n                \"trialType\": \"\",\n                \"trialAuthType\": \"\",\n                \"regularPrice\": \"\",\n                \"productQty\": \"1\",\n                \"cycle1_billDelay\": \"\",\n                \"cycle2_price\": \"\",\n                \"cycle2_shipPrice\": \"\",\n                \"cycle2_isShippable\": \"0\",\n                \"cycle2_billDelay\": \"\",\n                \"cycle3_price\": \"\",\n                \"cycle3_shipPrice\": \"\",\n                \"cycle3_isShippable\": \"0\",\n                \"cycle3_billDelay\": \"\",\n                \"lastCustomCycle\": \"0\",\n                \"purchaseCycle\": \"\",\n                \"txnType\": \"SALE\",\n                \"cancellationScheduled\": \"0\",\n                \"cancelAfterDate\": \"\",\n                \"pauseScheduled\": \"0\",\n                \"billingCycleNumber\": \"1\",\n                \"staggerIntervalCycles\": \"\",\n                \"staggerFulfillments\": \"0\",\n                \"recycleFailedStatus\": \"0\",\n                \"recycleReference\": \"0\"\n            }\n        ],\n        \"paypalUrl\": null,\n        \"paypalSdkParams\": null\n    }\n}\n\n</code></pre>\n<p><strong>Decline</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Transaction Declined: Invalid Credit Card Number\"\n}\n\n</code></pre><p><strong>Missing Fields</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": {\n        \"address1\": \"is a required field\",\n        \"city\": \"is a required field\",\n        \"state\": \"is a required field\"\n    }\n}\n\n</code></pre><h3 id=\"3ds-instructions\">3DS Instructions</h3>\n<p>The 3DS process involves sending the user to or opening an iframe for the customer's bank page where they enter additional security information to verify their identity. 3DS is a more complicated transaction flow than your standard order import requests, but the benefit is that it is both more secure and more difficult to chargeback as fraud.</p>\n\n<p>To begin a 3DS process flow, first send the standard order import request. Not all cards are 3DS enabled and will simply process through the normal way. 3DS cards, on the other hand, will return a special response code that indicates you will need to take additional action to process the sale.</p>\n\n<p>Checkout Champ has two different 3DS response types:</p>\n\n<h4 id=\"3ds-redirect-url-response\">3DS redirect URL response</h4>\n<p>This response indicates that the user's browser should be redirected to a specific URL</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"MERC_REDIRECT\",\n    \"message\": {\n        \"url\": \"https:\\/\\/redirecttheuserhere.com\"\n    }\n}\n\n</code></pre><h4 id=\"3ds-javascript-response\">3DS javascript response</h4>\n<p>This response indicates that the user's browser should execute the supplied javascript. <a href=\"https://\">The JS eval function can be used for this</a></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"MERC_REDIRECT\",\n    \"message\": {\n        \"script\": \"var iframe=document.createElement(\\\\'IFRAME\\\\');iframe.innerHTML=...\"\n    }\n}\n\n</code></pre><p>On completion of the 3DS process, one of 2 events will occur:</p>\n<h5 id=\"3ds-failure\">3DS Failure</h5>\n<p>On failure, the user will be redirected back to the URL provided in the \"errorRedirectsTo\" parameter. Additionally, the errorMsg parameter will be sent as part of the URL query string</p>\n<p>Ex. GET <a href=\"https://\">https://mysalesPage.com/lander/index.php?errorMsg=Description+of+bank+error</a></p>\n<h5 id=\"3ds-success\">3DS Success</h5>\n<p>On success, the user browser will initiate a POST request to the URL provided in the \"redirectsTo\" parameter. The request will contain two POST parameters:<br />finalizeTransaction=1&amp;orderData={}, which contains the same json-encoded response information as a successful non-3DS Import Order request.</p>\n<h4 id=\"browserdata\">BrowserData</h4>\n<p><b>This section can be ignored if using CheckoutChamp hosted pages</b><br /><br />BrowserData is data that is utilized by the gateway to validate the device used by the customer in 3DS transaction flows. Certain browser information should be included on the Import Order API call<br /><br />The browserData parameter's value is a string as obtained from a script which calls the javascript JSON.stringify function. This script is found in the Gateway's wiki article.</p>\n\n<p><a href=\"https://help.checkoutchamp.com/crm/gateway-setup/gateway-integrations\">Gateway Integrations</a></p>\n\n<p>The value is <b>not</b> an object.<br />Example String:</p>\n\n<p><code>'{\"acceptHeader\":\"application/json\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\",\"language\":\"en-US\",\"timezone\":\"300\",\"colorDepth\":24,\"screen\":{\"height\":\"1080\",\"width\":\"1920\"},\"javaScriptEnabled\":true,\"javaEnabled\":false}'</code></p>\n","urlObject":{"protocol":"https","path":["order","import",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"8a0ceb6c-b855-4697-b1cd-c98249500d65","name":"Import Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/import/?loginId=testapi&password=abc123&firstName=Test&lastName=Robinson&address1=455+Hollywood+Blvd&address2=Apt.+1120&postalCode=00012&city=Rome&state=NY&country=US&emailAddress=Robinson@email.net&phoneNumber=112333399&shipFirstName=Test&shipLastName=Robinson&shipAddress1=455+Hollywood+Blvd&shipAddress2=Apt.+1120&shipPostalCode=00012&shipCity=Rome&shipState=NY&shipCountry=US&paySource=CREDITCARD&cardNumber=4111111111111111&cardMonth=10&cardYear=2018&cardSecurityCode=123&campaignId=13&product1_id=59&product1_qty=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","import",""],"query":[{"key":"loginId","value":"testapi"},{"key":"orderId","value":"","type":"text","disabled":true},{"key":"sessionId","value":"","type":"text","disabled":true},{"key":"customerId","value":"","type":"text","disabled":true},{"key":"companyName","value":"","type":"text","disabled":true},{"key":"ipAddress","value":null,"disabled":true},{"key":"billShipSame","value":"","type":"text","disabled":true},{"key":"shipCompanyName","value":"","type":"text","disabled":true},{"key":"forceMerchantId","value":"","type":"text","disabled":true},{"key":"preAuthBillerId","value":null,"disabled":true},{"key":"preAuthMerchantTxnId","value":null,"disabled":true},{"key":"salesTax","value":"","type":"text","disabled":true},{"key":"taxExemption","value":"","type":"text","disabled":true},{"key":"achAccountType","value":null,"disabled":true},{"key":"achRoutingNumber","value":null,"disabled":true},{"key":"achAccountNumber","value":null,"disabled":true},{"key":"iban","value":null,"disabled":true},{"key":"ddbic","value":null,"disabled":true},{"key":"accountHolder","value":null,"disabled":true},{"key":"forceQA","value":"","type":"text","disabled":true},{"key":"skipQA","value":"","type":"text","disabled":true},{"key":"insureShipment","value":"","type":"text","disabled":true},{"key":"product{i}_price","value":"","type":"text","disabled":true},{"key":"product{i}_shipPrice","value":"","type":"text","disabled":true},{"key":"couponCode","value":"","type":"text","disabled":true},{"key":"shipProfileId","value":"","type":"text","disabled":true},{"key":"salesUrl","value":"","type":"text","disabled":true},{"key":"affId","value":"","type":"text","disabled":true},{"key":"sourceValue1","value":"","type":"text","disabled":true},{"key":"sourceValue2","value":"","type":"text","disabled":true},{"key":"sourceValue3","value":"","type":"text","disabled":true},{"key":"sourceValue4","value":"","type":"text","disabled":true},{"key":"sourceValue5","value":"","type":"text","disabled":true},{"key":"custom1","value":"","type":"text","disabled":true},{"key":"custom2","value":"","type":"text","disabled":true},{"key":"custom3","value":"","type":"text","disabled":true},{"key":"custom4","value":"","type":"text","disabled":true},{"key":"custom5","value":"","type":"text","disabled":true},{"key":"redirectsTo","value":null,"disabled":true},{"key":"errorRedirectsTo","value":null,"disabled":true},{"key":"eci","value":"","type":"text","disabled":true},{"key":"xid","value":"","type":"text","disabled":true},{"key":"cavv","value":"","type":"text","disabled":true},{"key":"rebill_eci","value":"","type":"text","disabled":true},{"key":"rebill_xid","value":"","type":"text","disabled":true},{"key":"rebill_cavv","value":"","type":"text","disabled":true},{"key":"disableCustomerDedup","value":"","type":"text","disabled":true},{"key":"signature","value":null,"disabled":true},{"key":"password","value":"abc123"},{"key":"firstName","value":"Test"},{"key":"lastName","value":"Robinson"},{"key":"address1","value":"455+Hollywood+Blvd"},{"key":"address2","value":"Apt.+1120"},{"key":"postalCode","value":"00012"},{"key":"city","value":"Rome"},{"key":"state","value":"NY"},{"key":"country","value":"US"},{"key":"emailAddress","value":"Robinson@email.net"},{"key":"phoneNumber","value":"112333399"},{"key":"shipFirstName","value":"Test"},{"key":"shipLastName","value":"Robinson"},{"key":"shipAddress1","value":"455+Hollywood+Blvd"},{"key":"shipAddress2","value":"Apt.+1120"},{"key":"shipPostalCode","value":"00012"},{"key":"shipCity","value":"Rome"},{"key":"shipState","value":"NY"},{"key":"shipCountry","value":"US"},{"key":"paySource","value":"CREDITCARD"},{"key":"cardNumber","value":"4111111111111111"},{"key":"cardMonth","value":"10"},{"key":"cardYear","value":"2018"},{"key":"cardSecurityCode","value":"123"},{"key":"campaignId","value":"13"},{"key":"product1_id","value":"59"},{"key":"product1_qty","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"orderId\": \"23EC6A001E\",\n        \"sourceId\": null,\n        \"sourceValue1\": null,\n        \"sourceValue2\": null,\n        \"sourceValue3\": null,\n        \"shipCarrier\": \"Default\",\n        \"shipMethod\": \"Default\",\n        \"dateCreated\": \"2014-09-09 15:28:24\",\n        \"orderType\": \"NEW_SALE\",\n        \"orderStatus\": \"COMPLETE\",\n        \"reviewStatus\": null,\n        \"totalAmount\": \"4.99\",\n        \"campaignName\": \"Miraclear-Phone\",\n        \"customerId\": 3629,\n        \"name\": \"Test Robinson\",\n        \"emailAddress\": \"Robinson@email.net\",\n        \"phoneNumber\": \"11233399\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Robinson\",\n        \"companyName\": null,\n        \"address1\": \"4455 Hollywood Blvd\",\n        \"address2\": \"Apt. 1120\",\n        \"city\": \"Rome\",\n        \"state\": \"NY\",\n        \"country\": \"US\",\n        \"postalCode\": \"00012\",\n        \"shipFirstName\": \"Test\",\n        \"shipLastName\": \"Robinson\",\n        \"shipCompanyName\": null,\n        \"shipAddress1\": \"4455 Hollywood Blvd\",\n        \"shipAddress2\": \"Apt. 1120\",\n        \"shipCity\": \"Rome\",\n        \"shipState\": \"NY\",\n        \"shipCountry\": \"US\",\n        \"shipPostalCode\": \"00012\",\n        \"paySource\": \"CREDITCARD\",\n        \"cardType\": \"VISA\",\n        \"cardLast4\": 1111,\n        \"cardExpiryDate\": \"10/16\",\n        \"achRoutingNumber\": null,\n        \"achAccountNumber\": null,\n        \"couponCode\": null,\n        \"agentUserId\": null,\n        \"basePrice\": \"0.00\",\n        \"baseShipping\": \"4.99\",\n        \"voiceLogNumber\": null,\n        \"discountPrice\": \"0.00\",\n        \"salesTax\": \"0.00\",\n        \"shipUpcharge\": \"0.00\",\n        \"shipProfileId\": null,\n        \"currencySymbol\": \"$\",\n        \"campaignId\": 13,\n        \"amountPaid\": \"4.99\",\n        \"totalDiscount\": \"0.00\",\n        \"items\": [\n            {\n                \"productId\": \"27\",\n                \"name\": \"MC PKG\",\n                \"qty\": \"1\",\n                \"shipping\": \"4.99\",\n                \"price\": \"0.00\",\n                \"refundRemaining\": \"4.99\",\n                \"purchaseStatus\": \"TRIAL\",\n                \"billingCycleType\": \"RECURRING\",\n                \"finalBillingCycle\": \"3\",\n                \"nextBillDate\": \"2014-09-10\"\n            }\n        ]\n    }\n}"}],"_postman_id":"275a54c6-b4b0-414c-819b-7387e9a81f58"},{"name":"Order Sales Tax","id":"e2ae6a7b-b460-4695-8320-ae17315ad072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/salestax/","description":"<p>The Order Sales Tax API allows you to compute tax for new orders with a tax service plugin through a simple HTTPS GET or POST request.</p>\n<h3 id=\"product-fields\">Product Fields</h3>\n<p>The following fields are used to set the products in the customer order: <code>product{i}_id</code>, <code>product{i}_qty</code>, <code>product{i}_price</code>, <code>product{i}_shipPrice</code>, where <code>{i}</code> is a sequential integer starting at the number 1.</p>\n<p>For 2 products in an order pass both <code>product1_id</code> and <code>product2_id</code>.</p>\n<p>For 3 products, pass <code>product1_id</code>, <code>product2_id</code>, and <code>product3_id</code>.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Checkout Champ hexidecimal campaignId for which the order is being checked placed.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max 30 chars)</td>\n<td>coupon code for order discount as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>getSurchargePrice</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>calculate and return surcharges. This can be used with or without taxes.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>getVatPrices</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>return the product prices with VAT</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer</td>\n<td>campaign product Id (found on campaign page)</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_price</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_qty</code></td>\n<td>Integer</td>\n<td>quantity of product in order, defaults to quantity of 1 if not set</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_shipPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default shipping price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>variant{i}_id</code></td>\n<td>Integer</td>\n<td>variant detail Id (found on product page)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipAddress1</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 1 of customer shipping address, should include street address and number</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipAddress2</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 2 of customer shipping address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCity</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's shipping city</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipCountry</code></td>\n<td>2 character ISO country code</td>\n<td>customer's shipping country</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipPostalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's shipping postal code</td>\n<td>Y (when using a tax plugin)</td>\n</tr>\n<tr>\n<td><code>shipState</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's shipping state, abbreviated state code (varies from country to country) <a href=\"#e7153cc7-cce9-4642-8ce4-f79be2a5cf83\">View full List</a></td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>taxExemption</code></td>\n<td>Tax Exemption Number</td>\n<td>if set and it matches a Certificate Number, sales tax will be processed as tax exempt</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"0.00\"\n}\n\n</code></pre><h4 id=\"error\">Error</h4>\n<p><strong>Invalid Address</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Unable to determine the taxing jurisdictions.\\\"\"\n}\n\n</code></pre><p><strong>Missing Fields</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \" Missing complete shipping contact and address data\\\"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","salestax",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"89eee82d-c513-4dcb-b17e-0257b323f2ce","name":"Order Sales Tax","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/salestax/?loginId=testapi&password=abc123&campaignId=13&firstName=Test&lastName=Robinson&shipAddress1=4455+Hollywood+Blvd&shipAddress2=Apt.+1120&shipPostalCode=00012&shipCity=Rome&shipState=NY&shipCountry=US&product{i}_id=59&taxExemption=12345","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","salestax",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"campaignId","value":"13"},{"key":"firstName","value":"Test"},{"key":"lastName","value":"Robinson"},{"key":"shipAddress1","value":"4455+Hollywood+Blvd"},{"key":"shipAddress2","value":"Apt.+1120"},{"key":"shipPostalCode","value":"00012"},{"key":"shipCity","value":"Rome"},{"key":"shipState","value":"NY"},{"key":"shipCountry","value":"US"},{"key":"product{i}_id","value":"59"},{"key":"product{i}_qty","value":"","type":"text","disabled":true},{"key":"product{i}_price","value":"","type":"text","disabled":true},{"key":"product{i}_shipPrice","value":"","type":"text","disabled":true},{"key":"taxExemption","value":"12345"},{"key":"couponCode","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"0.00\"\n}"}],"_postman_id":"e2ae6a7b-b460-4695-8320-ae17315ad072"},{"name":"Order Surcharge","id":"cfd0a201-f39c-4fc8-96ca-7ca63ced5dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/order/surcharge/","description":"<p>The Order Surcharge API allows you to compute surcharge for new orders with a surcharge plugin through a simple HTTPS GET or POST request.</p>\n<h3 id=\"product-fields\">Product Fields</h3>\n<p>The following fields are used to set the products in the customer order: <code>product{i}_id</code>, <code>product{i}_qty</code>, <code>product{i}_price</code>, <code>product{i}_shipPrice</code>,<code>product{i}_salesTax</code>, where <code>{i}</code> is a sequential integer starting at the number 1.  </p>\n<p>For 2 products in an order pass both <code>product1_id</code> and <code>product2_id</code>.  </p>\n<p>For 3 products, pass <code>product1_id</code>, <code>product2_id</code>, and <code>product3_id</code>.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardNumber</code></td>\n<td>Integer (max: 16 digits)-- must be a valid credit card number</td>\n<td>customer's credit card number</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>mode</code></td>\n<td>String (max: 4 chars)</td>\n<td>CALC=calculate surcharge, CAP=capture surcharge</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer</td>\n<td>campaign product Id (found on campaign page)</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_price</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_qty</code></td>\n<td>Integer</td>\n<td>quantity of product in order, defaults to quantity of 1 if not set</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_salesTax</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>sales tax for this item</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_shipPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default shipping price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipPostalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's shipping postal code</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>sTxnId</code></td>\n<td>String (max: 20 chars)</td>\n<td>surcharge transaction id to capture</td>\n<td>Y- for mode CAP</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"0.00\"\n}\n\n</code></pre><h4 id=\"error\">Error</h4>\n<h5 id=\"invalid\">Invalid:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \" Surcharge service plugin must be enabled to calculate surcharge\"\n}\n\n</code></pre><h5 id=\"missing-fields\">Missing Fields:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"cardNumber is required to calculate surcharge\"\n}\n\n</code></pre><h4 id=\"unknown\">Unknown</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"UNKNOWN\",\n    \"message\": \"Unable to calculate surcharge at this time. Surcharge will be calculated at time of sale.\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","surcharge",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"8e1c94da-68c7-4de7-8a19-e6fb094197aa","name":"Successful Response","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/order/surcharge/?loginId=123&password=12345&mode=CALC&cardNumber=4809035904248714&shipPostalCode=30078&postalCode=30092&product1_id=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","surcharge",""],"query":[{"key":"loginId","value":"123"},{"key":"password","value":"12345"},{"key":"mode","value":"CALC"},{"key":"cardNumber","value":"4809035904248714"},{"key":"shipPostalCode","value":"30078"},{"key":"postalCode","value":"30092"},{"key":"product1_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"0.00\"\n}"},{"id":"f44e14e2-3294-4682-aaae-2c114aa141c3","name":"Error Response _ Invalid","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/order/surcharge/?loginId=123&password=12345&mode=CALC&cardNumber=4809035904248714&shipPostalCode=30078&postalCode=30092&product1_id=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","surcharge",""],"query":[{"key":"loginId","value":"123"},{"key":"password","value":"12345"},{"key":"mode","value":"CALC"},{"key":"cardNumber","value":"4809035904248714"},{"key":"shipPostalCode","value":"30078"},{"key":"postalCode","value":"30092"},{"key":"product1_id","value":"1"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"ERROR\",\r\n    \"message\": \" Surcharge service plugin must be enabled to calculate surcharge\"\r\n}\r\n\r\n"},{"id":"47cb844a-5e02-4dcc-b662-347366574e2b","name":"Error Response _ Missing Fields","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/order/surcharge/?loginId=123&password=12345&mode=CALC&cardNumber=4809035904248714&shipPostalCode=30078&postalCode=30092&product1_id=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","surcharge",""],"query":[{"key":"loginId","value":"123"},{"key":"password","value":"12345"},{"key":"mode","value":"CALC"},{"key":"cardNumber","value":"4809035904248714"},{"key":"shipPostalCode","value":"30078"},{"key":"postalCode","value":"30092"},{"key":"product1_id","value":"1"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"ERROR\",\n    \"message\": \"cardNumber is required to calculate surcharge\"\n}"},{"id":"95c0cbe6-1db4-4d07-ba65-facdf83c3aa5","name":"Unknown Response","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/order/surcharge/?loginId=123&password=12345&mode=CALC&cardNumber=4809035904248714&shipPostalCode=30078&postalCode=30092&product1_id=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","surcharge",""],"query":[{"key":"loginId","value":"123"},{"key":"password","value":"12345"},{"key":"mode","value":"CALC"},{"key":"cardNumber","value":"4809035904248714"},{"key":"shipPostalCode","value":"30078"},{"key":"postalCode","value":"30092"},{"key":"product1_id","value":"1"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"UNKNOWN\",\n    \"message\": \"Unable to calculate surcharge at this time. Surcharge will be calculated at time of sale.\"\n}"}],"_postman_id":"cfd0a201-f39c-4fc8-96ca-7ca63ced5dee"},{"name":"Update Fulfillment","id":"e30a213c-5b87-4064-ad15-760e1828ccf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/fulfillment/update/","description":"<p>The Update Fulfillment API will allow you to update fulfillment information through a simple HTTPS GET or POST request.</p>\n<h4 id=\"additional-notes\">Additional Notes:</h4>\n<h4 id=\"splitting\">Splitting</h4>\n<p>To split a fulfillment, pass in 'SPLIT' in the fulfillmentStatus and the fulfillmentItemIds of the items to be split from the fulfillment. The quantity of the items being split cannot be modified from the original fulfillment.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>codUndeliveredStatus</code></td>\n<td>String (max 32 chars)</td>\n<td>undelivered status of COD fulfillment (REATTEMPT and PICKUP will produce a soft decline and leave the order in COD_PENDING status. DECLINED and any other status will produce a hard decline, decline the order, and cancel the fulfillment</td>\n<td>Y - if marking Cash on Delivery (COD) orders as undelivered</td>\n</tr>\n<tr>\n<td><code>dateDelivered</code></td>\n<td>Date (mm/dd/yyy)</td>\n<td>delivery date of fulfillment</td>\n<td>Y - if fulfillmentStatus is set to DELIVERED</td>\n</tr>\n<tr>\n<td><code>dateReturned</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>return date of fulfillment</td>\n<td>Y - if fulfillmentStatus is set to RETURNED</td>\n</tr>\n<tr>\n<td><code>dateShipped</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>shipping date of fulfillment</td>\n<td>Y - if fulfillmentStatus is set to SHIPPED</td>\n</tr>\n<tr>\n<td><code>declineReason</code></td>\n<td>String (max 32 chars)</td>\n<td>reason that COD Order was declined</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>deliveryConfirmation</code></td>\n<td>String (max 32 chars)</td>\n<td>delivery confirmation number of fulfillment</td>\n<td>Y - if fulfillmentStatus is set to DELIVERED</td>\n</tr>\n<tr>\n<td><code>fulfillmentId</code></td>\n<td>Integer (max 16 digits)</td>\n<td>fulfillmentId returned by the Query Order API call</td>\n<td>Y - if orderId not set</td>\n</tr>\n<tr>\n<td><code>fulfillmentHouseId</code></td>\n<td>Integer (max 16 digits)</td>\n<td>fulfillmentHouseId returned by the fulfillment query api call. If fulfillment's fulfillment house is updated, no other updates to the fulfillment will occur on the same API call. Pass in 0 to change the fulfillment house to System Fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentItem{i}_Id</code></td>\n<td>Integer (max 16 digits)</td>\n<td>fulfillmentItemId returned by the Query Order API call</td>\n<td>Y - if marking a fulfillment as RMA_PENDING or SPLIT or updating quantity, sku, or adding products</td>\n</tr>\n<tr>\n<td><code>fulfillmentItem{i}_qty</code></td>\n<td>Integer (max 16 digits)</td>\n<td>fulfillment item quantity used to update fulfillment record</td>\n<td>Y - if replacing variants when updating to RMA_PENDING</td>\n</tr>\n<tr>\n<td><code>fulfillmentItem{i}_sku</code></td>\n<td>String (max 50 chars)</td>\n<td>fulfillment item sku used to update fulfillment record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentStatus</code></td>\n<td>ENUM- <code>'PENDING'/'SHIPPED'/'DELIVERED'/'RMA_PENDING'/'RETURNED'/'CANCELLED'/'SPLIT'/'FREEZE'</code></td>\n<td>status of fulfillment</td>\n<td>Y - if updating fulfillment</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 32 chars)</td>\n<td>orderId returned by the Import Order API call</td>\n<td>Y - if fulfillmentId not set</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer (max 16 digits)</td>\n<td>Actual productId of the product to add. This is not the campaign product.</td>\n<td>Y - if adding products to a fulfillment</td>\n</tr>\n<tr>\n<td><code>refundAmount</code></td>\n<td>Decimal</td>\n<td>The dollar amount to refund</td>\n<td>Y - if fulfillmentStatus is set to RMA_PENDING</td>\n</tr>\n<tr>\n<td><code>reshipOnReturn</code></td>\n<td>Boolean (1 or 0)</td>\n<td>If set indicates that the fulfillment item will be reshipped to the customer once it has been returned</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rmaNumber</code></td>\n<td>String (max 32 chars)</td>\n<td>rma number of fulfillment</td>\n<td>Y - if fulfillmentStatus is set to RMA_PENDING</td>\n</tr>\n<tr>\n<td><code>shipCarrier</code></td>\n<td>String (max 32 chars)</td>\n<td>name of shipping carrier</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipMethod</code></td>\n<td>String (max 32 chars)</td>\n<td>shipping method of fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>trackingNumber</code></td>\n<td>String (max 32 chars)</td>\n<td>tracking number of fulfillment</td>\n<td>Y - if fulfillmentStatus is set to SHIPPED</td>\n</tr>\n<tr>\n<td><code>variant{i}_id</code></td>\n<td>Integer (max 16 digits)</td>\n<td>If adding a product, this is the Variant Id to add and must be used with product{i}_id.  <br />If replacing a product on RMA_PENDING, this is the replacement and must be a variant of the replaced product.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>reship</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Use this flag to initiate a reship on an order. Pass fulfillmentItem{i}_Id to reship a specific product, not supplied all items will be reshipped.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<h5 id=\"fulfillmentstatus-shipped\">fulfillmentStatus: SHIPPED</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order marked as Shipped\"\n}\n\n</code></pre><h5 id=\"fulfillmentstatus-rma_pending\">fulfillmentStatus: RMA_PENDING</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order marked as Rma Pending\"\n}\n\n</code></pre><h5 id=\"fulfillmentstatus-returned\">fulfillmentStatus: RETURNED</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order marked as Returned\"\n}\n\n</code></pre><h5 id=\"fulfillmentstatus-cancelled\">fulfillmentStatus: CANCELLED</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order marked as Cancelled\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["fulfillment","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"ff8407db-3e4d-4ec3-ba99-95927a9436a8","name":"Update Fulfillment - SHIPPED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/fulfillment/update/?loginId=testapi&password=abc123&orderId=23EC6A001E&fulfillmentStatus=SHIPPED&trackingNumber=8589342759874257849&dateShipped=2/27/2013&shipCarrier=USPS&shipMethod=Priority","protocol":"https","host":["api","checkoutchamp","com"],"path":["fulfillment","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"},{"key":"fulfillmentId","value":null,"disabled":true},{"key":"fulfillmentStatus","value":"SHIPPED"},{"key":"trackingNumber","value":"8589342759874257849"},{"key":"dateShipped","value":"2/27/2013"},{"key":"dateDelivered","value":"","type":"text","disabled":true},{"key":"deliveryConfirmation","value":"","type":"text","disabled":true},{"key":"refundAmount","value":"","type":"text","disabled":true},{"key":"rmaNumber","value":"","type":"text","disabled":true},{"key":"dateReturned","value":"","type":"text","disabled":true},{"key":"shipCarrier","value":"USPS"},{"key":"shipMethod","value":"Priority"},{"key":"codUndeliveredStatus","value":null,"disabled":true},{"key":"declineReason","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order marked as Shipped\"\n}"},{"id":"9fdeeed1-4483-4fb7-b36c-9ff0b9358c60","name":"Update Fulfillment - RMA_PENDING","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/fulfillment/update/?loginId=testapi&password=abc123&orderId=23EC6A001E&fulfillmentStatus=RMA_PENDING&refundAmount=35.95&rmaNumber=41593489314472","protocol":"https","host":["api","checkoutchamp","com"],"path":["fulfillment","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"},{"key":"fulfillmentId","value":null,"disabled":true},{"key":"fulfillmentStatus","value":"RMA_PENDING"},{"key":"trackingNumber","value":"","type":"text","disabled":true},{"key":"dateShipped","value":"","type":"text","disabled":true},{"key":"dateDelivered","value":"","type":"text","disabled":true},{"key":"deliveryConfirmation","value":"","type":"text","disabled":true},{"key":"refundAmount","value":"35.95"},{"key":"rmaNumber","value":"41593489314472"},{"key":"dateReturned","value":"","type":"text","disabled":true},{"key":"shipCarrier","value":"","type":"text","disabled":true},{"key":"shipMethod","value":"","type":"text","disabled":true},{"key":"codUndeliveredStatus","value":null,"disabled":true},{"key":"declineReason","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order marked as Rma Pending\"\n}"},{"id":"3b06dc3a-47a4-42b5-b990-9cbe114c82cb","name":"Update Fulfillment - CANCELLED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/fulfillment/update/?loginId=testapi&password=abc123&fulfillmentId=6036EABFF9&fulfillmentStatus=CANCELLED","protocol":"https","host":["api","checkoutchamp","com"],"path":["fulfillment","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":null,"disabled":true},{"key":"fulfillmentId","value":"6036EABFF9"},{"key":"fulfillmentStatus","value":"CANCELLED"},{"key":"trackingNumber","value":null,"disabled":true},{"key":"dateShipped","value":null,"disabled":true},{"key":"dateDelivered","value":null,"disabled":true},{"key":"deliveryConfirmation","value":null,"disabled":true},{"key":"refundAmount","value":null,"disabled":true},{"key":"rmaNumber","value":null,"disabled":true},{"key":"dateReturned","value":null,"disabled":true},{"key":"shipCarrier","value":null,"disabled":true},{"key":"shipMethod","value":null,"disabled":true},{"key":"codUndeliveredStatus","value":null,"disabled":true},{"key":"declineReason","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order marked as Cancelled\"\n}"},{"id":"25e4b9a9-6898-4db3-a0a8-fe674608e015","name":"Update Fulfillment - RETURNED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/fulfillment/update/?loginId=testapi&password=abc123&orderId=23EC6A001E&fulfillmentStatus=RETURNED&dateReturned=8/03/2014","protocol":"https","host":["api","checkoutchamp","com"],"path":["fulfillment","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"},{"key":"fulfillmentId","value":null,"disabled":true},{"key":"fulfillmentStatus","value":"RETURNED"},{"key":"trackingNumber","value":null,"disabled":true},{"key":"dateShipped","value":null,"disabled":true},{"key":"dateDelivered","value":null,"disabled":true},{"key":"deliveryConfirmation","value":null,"disabled":true},{"key":"refundAmount","value":null,"disabled":true},{"key":"rmaNumber","value":null,"disabled":true},{"key":"dateReturned","value":"8/03/2014"},{"key":"shipCarrier","value":null,"disabled":true},{"key":"shipMethod","value":null,"disabled":true},{"key":"codUndeliveredStatus","value":null,"disabled":true},{"key":"declineReason","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order marked as Returned\"\n}"}],"_postman_id":"e30a213c-5b87-4064-ad15-760e1828ccf4"},{"name":"Query Fulfillment","id":"30c3f200-af8f-4723-be65-b5d7ec085c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/fulfillment/query/","description":"<p>The Query Fulfillment API will allow you to query fulfillment information through a simple HTTPS POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company</code></td>\n<td>string (max 32 chars)</td>\n<td>The title of the fulfillment house</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>string (mm/dd/yy)</td>\n<td>only records falling on or before this date</td>\n<td>Y - if orderId, customerId, and fulfillmentId are not set</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour time format)</td>\n<td>Only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM - dateCreated, dateUpdated, dateExported, dateDelivered, or dateShipped</td>\n<td>defaults to dateCreated</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentId</code></td>\n<td>Integer (max 16 digits)</td>\n<td>fulfillmentId returned by the Query Order API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer (max 16 digits)</td>\n<td>customerId returned by the Query Order API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentHouseId</code></td>\n<td>Integer (max 16 digits)</td>\n<td>The id of the fulfillment house</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 32 chars)</td>\n<td>orderId returned by the Import Order API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>Date (mm/dd/yy)</td>\n<td>Only records falling on or after this date</td>\n<td>Y - if orderId, customerId, and fulfillmentId are not set</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour time format)</td>\n<td>Only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>trackingNumber</code></td>\n<td>String (max 32 chars)</td>\n<td>Tracking number of fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>ENUM - HOLD, PENDING, SHIPPED, DELIVERED, CANCELLED, RETURNED, FAILED, RMA_PENDING, FREEZE, RECYCLE, PENDING_SHIPMENT</td>\n<td>The status of the fulfillment</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 3,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"company\": \"fultest1\",\n                \"orderId\": \"D0BAD0EC6D\",\n                \"fulfillmentId\": 790,\n                \"fulfillmentHouseId\": 17,\n                \"dateShipped\": null,\n                \"dateDelivered\": null,\n                \"dateReturned\": null,\n                \"dateCreated\": \"2022-01-03 13:08:25\",\n                \"dateUpdated\": \"2022-01-03 13:08:25\",\n                \"dateExported\": null,\n                \"clientFulfillmentId\": \"F19A51D28A\",\n                \"trackingNumber\": null,\n                \"isReshipment\": 0,\n                \"shipCarrier\": null,\n                \"shipMethod\": null,\n                \"responseText\": null,\n                \"status\": \"HOLD\",\n                \"rmaNumber\": null,\n                \"campaignId\": \"4\",\n                \"customerId\": 4990,\n                \"items\": [\n                    {\n                        \"fulfillmentItemId\": \"927\",\n                        \"name\": \"testrpor\",\n                        \"sku\": \"RSDSC\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"productId\": \"4\",\n                        \"rmaNumber\": \"\"\n                    }\n                ]\n            },\n            {\n                \"company\": \"fultest1\",\n                \"orderId\": \"D0BAD0EC6D\",\n                \"fulfillmentId\": 791,\n                \"fulfillmentHouseId\": 17,\n                \"dateShipped\": null,\n                \"dateDelivered\": null,\n                \"dateReturned\": null,\n                \"dateCreated\": \"2022-01-03 13:09:25\",\n                \"dateUpdated\": \"2022-01-03 13:09:25\",\n                \"dateExported\": null,\n                \"clientFulfillmentId\": \"2E784F7979\",\n                \"trackingNumber\": null,\n                \"isReshipment\": 0,\n                \"shipCarrier\": \"Default\",\n                \"shipMethod\": \"Default\",\n                \"responseText\": null,\n                \"status\": \"HOLD\",\n                \"rmaNumber\": null,\n                \"campaignId\": \"4\",\n                \"customerId\": 4991,\n                \"items\": [\n                    {\n                        \"fulfillmentItemId\": \"928\",\n                        \"name\": \"testrpor\",\n                        \"sku\": \"RSDSC\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"productId\": \"4\",\n                        \"rmaNumber\": \"\"\n                    }\n                ]\n            },\n            {\n                \"company\": \"fultest1\",\n                \"orderId\": \"D0BAD0EC6D\",\n                \"fulfillmentId\": 792,\n                \"fulfillmentHouseId\": 17,\n                \"dateShipped\": null,\n                \"dateDelivered\": null,\n                \"dateReturned\": null,\n                \"dateCreated\": \"2022-01-03 13:09:28\",\n                \"dateUpdated\": \"2022-01-03 13:09:28\",\n                \"dateExported\": null,\n                \"clientFulfillmentId\": \"5057041821\",\n                \"trackingNumber\": null,\n                \"isReshipment\": 0,\n                \"shipCarrier\": \"Default\",\n                \"shipMethod\": \"Default\",\n                \"responseText\": null,\n                \"status\": \"HOLD\",\n                \"rmaNumber\": null,\n                \"campaignId\": \"4\",\n                \"customerId\": 4991,\n                \"items\": [\n                    {\n                        \"fulfillmentItemId\": \"929\",\n                        \"name\": \"testrpor\",\n                        \"sku\": \"RSDSC\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"productId\": \"4\",\n                        \"rmaNumber\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": \"dateCreated\",\n            \"orderId\": \"D0BAD0EC6D\",\n            \"hideExternal\": true,\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["fulfillment","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"b643b1fd-cd85-472a-a7a8-82ac4dfd88c7","name":"Query Fulfillment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/fulfillment/query/?loginId=testapi&password=abc123&orderId=D0BAD0EC6D","protocol":"https","host":["api","checkoutchamp","com"],"path":["fulfillment","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"D0BAD0EC6D"},{"key":"fulfillmentId","value":null,"disabled":true},{"key":"customerId","value":null,"type":"text","disabled":true},{"key":"startDate","value":"03/26/21","disabled":true},{"key":"endDate","value":"04/13/21","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 3,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"company\": \"fultest1\",\n                \"orderId\": \"D0BAD0EC6D\",\n                \"fulfillmentId\": 790,\n                \"fulfillmentHouseId\": 17,\n                \"dateShipped\": null,\n                \"dateDelivered\": null,\n                \"dateReturned\": null,\n                \"dateCreated\": \"2022-01-03 13:08:25\",\n                \"dateUpdated\": \"2022-01-03 13:08:25\",\n                \"dateExported\": null,\n                \"clientFulfillmentId\": \"F19A51D28A\",\n                \"trackingNumber\": null,\n                \"isReshipment\": 0,\n                \"shipCarrier\": null,\n                \"shipMethod\": null,\n                \"responseText\": null,\n                \"status\": \"HOLD\",\n                \"rmaNumber\": null,\n                \"campaignId\": \"4\",\n                \"customerId\": 4990,\n                \"items\": [\n                    {\n                        \"fulfillmentItemId\": \"927\",\n                        \"name\": \"testrpor\",\n                        \"sku\": \"RSDSC\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"productId\": \"4\",\n                        \"rmaNumber\": \"\"\n                    }\n                ]\n            },\n            {\n                \"company\": \"fultest1\",\n                \"orderId\": \"D0BAD0EC6D\",\n                \"fulfillmentId\": 791,\n                \"fulfillmentHouseId\": 17,\n                \"dateShipped\": null,\n                \"dateDelivered\": null,\n                \"dateReturned\": null,\n                \"dateCreated\": \"2022-01-03 13:09:25\",\n                \"dateUpdated\": \"2022-01-03 13:09:25\",\n                \"dateExported\": null,\n                \"clientFulfillmentId\": \"2E784F7979\",\n                \"trackingNumber\": null,\n                \"isReshipment\": 0,\n                \"shipCarrier\": \"Default\",\n                \"shipMethod\": \"Default\",\n                \"responseText\": null,\n                \"status\": \"HOLD\",\n                \"rmaNumber\": null,\n                \"campaignId\": \"4\",\n                \"customerId\": 4991,\n                \"items\": [\n                    {\n                        \"fulfillmentItemId\": \"928\",\n                        \"name\": \"testrpor\",\n                        \"sku\": \"RSDSC\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"productId\": \"4\",\n                        \"rmaNumber\": \"\"\n                    }\n                ]\n            },\n            {\n                \"company\": \"fultest1\",\n                \"orderId\": \"D0BAD0EC6D\",\n                \"fulfillmentId\": 792,\n                \"fulfillmentHouseId\": 17,\n                \"dateShipped\": null,\n                \"dateDelivered\": null,\n                \"dateReturned\": null,\n                \"dateCreated\": \"2022-01-03 13:09:28\",\n                \"dateUpdated\": \"2022-01-03 13:09:28\",\n                \"dateExported\": null,\n                \"clientFulfillmentId\": \"5057041821\",\n                \"trackingNumber\": null,\n                \"isReshipment\": 0,\n                \"shipCarrier\": \"Default\",\n                \"shipMethod\": \"Default\",\n                \"responseText\": null,\n                \"status\": \"HOLD\",\n                \"rmaNumber\": null,\n                \"campaignId\": \"4\",\n                \"customerId\": 4991,\n                \"items\": [\n                    {\n                        \"fulfillmentItemId\": \"929\",\n                        \"name\": \"testrpor\",\n                        \"sku\": \"RSDSC\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"productId\": \"4\",\n                        \"rmaNumber\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": \"dateCreated\",\n            \"orderId\": \"D0BAD0EC6D\",\n            \"hideExternal\": true,\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}"}],"_postman_id":"30c3f200-af8f-4723-be65-b5d7ec085c09"},{"name":"Confirm Order","id":"c71c6bca-20a0-48af-abd5-75773fdc692f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/confirm/","description":"<p>The Confirm Order API will immediately send confirmation auto responder emails to the customer through a simple HTTPS GET or POST request.</p>\n<p>Calling Import Click from a Thank You page will also send confirmation auto responder emails to the customer.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the Import Order API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","confirm",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"d6ca53f6-61f3-4c57-9253-0342553528f1","name":"Confirm Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/confirm/?loginId=testapi&password=abc123&orderId=23EC6A001E","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","confirm",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"23EC6A001E"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\"\n}"}],"_postman_id":"c71c6bca-20a0-48af-abd5-75773fdc692f"},{"name":"Query Order","id":"76291445-0d28-42f3-89cf-d020a621e37d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/query/","description":"<p>The Query Order API returns information about existing orders through a simple HTTPS GET or POST request. No wildcard characters need to be used as the api will insert wildcards automatically when necessary.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Int</td>\n<td>The numeric Checkout Champ campaign id</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignProductId</code></td>\n<td>Int</td>\n<td>The numeric Checkout Champ campaign id</td>\n<td>N</td>\n</tr>\n<tr>\n<td>campaignCategoryName</td>\n<td>String (max: 50 chars)</td>\n<td>The Checkout Champ campaign category name. This search shows results that include your query.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM - dateCreated or dateUpdated</td>\n<td>defaults to dateCreated</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>must be a valid email address format</td>\n<td>customers email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y - if orderId or customerId is not passed</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>exTestCards</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Exclude test cards</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentId</code></td>\n<td>String</td>\n<td>FulfillmentId tied to the order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includeClicks</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Include the number of clicks within the date range. Requires both startDate and endDate. Times are optional. Successful response will include a \"clicks\" value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td>must be a valid ip format (xxx.xxx.xxx.xxx)</td>\n<td>customers ip address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includeCustomFields</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Return any custom fields on the order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isDeclineSave</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Whether or not an order was completed due to a call center save</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the import order api call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>orderStatus</code></td>\n<td>ENUM- <code>'COMPLETE'/</code>  <br /><code>'SALE'/'PARTIAL'/ 'DECLINED'/ 'REFUNDED'/'PARTIAL_REFUNDED'/ 'CANCELLED'/'COD_PENDING'</code></td>\n<td>The order status.  <br />Use SALE to filter on COMPLETE, REFUNDED, CANCELLED and PENDING statuses</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>may contain numeric digits and hyphens</td>\n<td>customers phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>exactEmailMatch</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>only records with exact matching email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>exactPhoneMatch</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>only records with exact matching phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max:200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>showExternal</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>includes orders imported from an external source</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>Y - if orderId or customerId is not passed</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's billing state, 2 character ISO codes for US states, foreign countries use country iso code + 3 digit number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>orderType</code></td>\n<td>ENUM('NEW_SALE','RECURRING')</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmSource</code></td>\n<td>String</td>\n<td>Identifies which site sent the traffic, and is a required parameter.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmMedium</code></td>\n<td>String</td>\n<td>Identifies what type of link was used, such as email or pay-per-click advertising.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmCampaign</code></td>\n<td>String</td>\n<td>Identifies a specific product promotion or strategic campaign.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmTerm</code></td>\n<td>String</td>\n<td>Identifies search terms.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmContent</code></td>\n<td>String</td>\n<td>Identifies what specifically was clicked to bring the user to the site, such as a banner ad or a text link. It is often used for A/B testing and content-targeted ads.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includeBrowserDetails</code></td>\n<td>Boolean('1' or '0')</td>\n<td>Returns stored browser info associated with each order. The fields returned are <code>userAgent</code>, <code>device</code>, <code>browser</code>, <code>requestUri</code>, <code>acceptHeader</code>, <code>httpReferer</code>, <code>geoState</code>, and <code>geoCountry</code></td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 1,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"orderId\": \"25679F2AA1\",\n                \"clientOrderId\": \"25679F2AA1\",\n                \"shipCarrier\": \"Default\",\n                \"shipMethod\": \"Default\",\n                \"dateCreated\": \"2022-06-20 14:58:01\",\n                \"dateUpdated\": \"2022-06-20 14:58:01\",\n                \"orderType\": \"NEW_SALE\",\n                \"orderStatus\": \"COMPLETE\",\n                \"reviewStatus\": null,\n                \"totalAmount\": \"50.00\",\n                \"refundRemaining\": \"50.00\",\n                \"avsResponse\": null,\n                \"cvvResponse\": null,\n                \"campaignName\": \"SandBox\",\n                \"customerId\": 1798469,\n                \"name\": \"Test Robinson\",\n                \"emailAddress\": \"Robinson@email.net\",\n                \"phoneNumber\": \"112333399\",\n                \"firstName\": \"Test\",\n                \"lastName\": \"Robinson\",\n                \"companyName\": null,\n                \"address1\": \"455 Hollywood Blvd\",\n                \"address2\": \"Apt. 1120\",\n                \"city\": \"Rome\",\n                \"state\": \"NY\",\n                \"country\": \"US\",\n                \"postalCode\": \"00012\",\n                \"shipFirstName\": \"Test\",\n                \"shipLastName\": \"Robinson\",\n                \"shipCompanyName\": null,\n                \"shipAddress1\": \"455 Hollywood Blvd\",\n                \"shipAddress2\": \"Apt. 1120\",\n                \"shipCity\": \"Rome\",\n                \"shipState\": \"NY\",\n                \"shipCountry\": \"US\",\n                \"shipPostalCode\": \"00012\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardType\": \"VISA\",\n                \"cardLast4\": \"1111\",\n                \"cardExpiryDate\": \"2025-10-31 23:59:59\",\n                \"cardIsPrepaid\": 0,\n                \"cardIsDebit\": 0,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"couponCode\": null,\n                \"agentUserId\": 222,\n                \"agentName\": \"salimaAPI\",\n                \"price\": \"50.00\",\n                \"baseShipping\": \"0.00\",\n                \"voiceLogNumber\": null,\n                \"discountPrice\": \"0.00\",\n                \"salesTax\": \"0.00\",\n                \"surcharge\": \"0.00\",\n                \"shipUpcharge\": \"0.00\",\n                \"shipProfileId\": 6,\n                \"isDeclineSave\": 0,\n                \"ipAddress\": null,\n                \"sourceId\": null,\n                \"sourceTitle\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"currencySymbol\": \"$\",\n                \"currencyCode\": \"USD\",\n                \"campaignId\": 64,\n                \"totalDiscount\": \"0.00\",\n                \"custom1\": null,\n                \"custom2\": null,\n                \"custom3\": null,\n                \"custom4\": null,\n                \"custom5\": null,\n                \"UTMSource\": null,\n                \"UTMMedium\": null,\n                \"UTMCampaign\": null,\n                \"UTMTerm\": null,\n                \"UTMContent\": null,\n                \"hasUpsell\": false,\n                \"items\": {\n                    \"138\": {\n                        \"productId\": \"138\",\n                        \"name\": \"Dummy Straight Sale 1\",\n                        \"variantDetailId\": \"\",\n                        \"variantName\": \"\",\n                        \"merchantId\": \"101\",\n                        \"productDescription\": \"WATER!\",\n                        \"clientId\": \"bundle:1\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"0.00\",\n                        \"price\": \"50.00\",\n                        \"purchaseId\": \"\",\n                        \"purchaseStatus\": \"\",\n                        \"txnType\": \"SALE\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"productType\": \"OFFER\",\n                        \"orderItemId\": \"35581\",\n                        \"currentProduct\": \"\",\n                        \"currentPrice\": \"\",\n                        \"currentProductId\": \"\",\n                        \"currentVariantDetailId\": \"\",\n                        \"actualProductId\": \"\",\n                        \"clubPluginId\": \"\",\n                        \"pauseScheduled\": \"0\",\n                        \"cancellationScheduled\": \"0\",\n                        \"responseType\": \"SUCCESS\"\n                    }\n                },\n                \"fulfillments\": [\n                    {\n                        \"fulfillmentId\": 26651,\n                        \"fulfillmentHouseId\": 147,\n                        \"company\": \"BYRD\",\n                        \"clientFulfillmentId\": \"06E67CA284\",\n                        \"trackingNumber\": null,\n                        \"dateShipped\": null,\n                        \"dateDelivered\": null,\n                        \"shipCarrier\": \"Default\",\n                        \"shipMethod\": \"Default\",\n                        \"responseText\": null,\n                        \"status\": \"HOLD\",\n                        \"dateReturned\": null,\n                        \"rmaNumber\": null,\n                        \"items\": [\n                            {\n                                \"fulfillmentItemId\": \"26844\",\n                                \"name\": \"Challenger\",\n                                \"sku\": \"FakeSKU2\",\n                                \"purchaseId\": \"\",\n                                \"qty\": \"1\",\n                                \"status\": \"HOLD\",\n                                \"productId\": \"138\",\n                                \"rmaNumber\": \"\"\n                            }\n                        ],\n                        \"dateCreated\": \"2022-06-20 14:58:01\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": \"dateCreated\",\n            \"lastName\": \"Robinson\",\n            \"startDate\": \"6/20/22\",\n            \"endDate\": \"6/22/22\",\n            \"includeClicks\": \"1\",\n            \"hideExternal\": true,\n            \"dateRangeType\": \"dateCreated\",\n            \"dateCreated\": [\n                {\n                    \"date\": \"2022-06-20 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                {\n                    \"date\": \"2022-06-22 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            ]\n        },\n        \"clicks\": 0\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"5f6ab8cd-6a31-496b-86e0-594f01f6352e","name":"Query Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/query/?loginId=testapi&password=abc123&lastName=Robinson&startDate=8/7/14","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"","type":"text","disabled":true},{"key":"orderStatus","value":"","type":"text","disabled":true},{"key":"campaignId","value":"","type":"text","disabled":true},{"key":"isDeclineSave","value":"","type":"text","disabled":true},{"key":"firstName","value":"","type":"text","disabled":true},{"key":"lastName","value":"Robinson"},{"key":"companyName","value":"","type":"text","disabled":true},{"key":"address1","value":"","type":"text","disabled":true},{"key":"address2","value":"","type":"text","disabled":true},{"key":"postalCode","value":"","type":"text","disabled":true},{"key":"city","value":"","type":"text","disabled":true},{"key":"state","value":"","type":"text","disabled":true},{"key":"country","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"","type":"text","disabled":true},{"key":"phoneNumber","value":"","type":"text","disabled":true},{"key":"ipAddress","value":"","type":"text","disabled":true},{"key":"showExternal","value":"","type":"text","disabled":true},{"key":"includeClicks","value":"","type":"text","disabled":true},{"key":"dateRangeType","value":"","type":"text","disabled":true},{"key":"startDate","value":"8/7/14"},{"key":"endDate","value":null,"disabled":true},{"key":"startTime","value":"","type":"text","disabled":true},{"key":"endTime","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true},{"key":"exactEmailMatch","value":"0","type":"text","disabled":true},{"key":"exactPhoneMatch","value":"0","type":"text","disabled":true},{"key":"includeCustomFields","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 1,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"orderId\": \"7B83FF8095\",\n                \"clientOrderId\": \"7B83FF8095\",\n                \"shipCarrier\": null,\n                \"shipMethod\": null,\n                \"dateCreated\": \"2016-08-24 14:22:33\",\n                \"dateUpdated\": \"2016-08-24 14:22:33\",\n                \"orderType\": \"NEW_SALE\",\n                \"orderStatus\": \"COMPLETE\",\n                \"reviewStatus\": null,\n                \"totalAmount\": \"1.00\",\n                \"campaignName\": \"Widgets\",\n                \"customerId\": 1266,\n                \"name\": \"Brook Sanchez-Scott\",\n                \"emailAddress\": \"BrookSanchez-Scott19661@phoneyemail.com\",\n                \"phoneNumber\": \"3336158349\",\n                \"firstName\": \"Brook\",\n                \"lastName\": \"Sanchez-Scott\",\n                \"companyName\": null,\n                \"address1\": \"6616 Palm Springs Drive\",\n                \"address2\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"AL\",\n                \"country\": \"US\",\n                \"postalCode\": \"54108\",\n                \"shipFirstName\": \"Brook\",\n                \"shipLastName\": \"Sanchez-Scott\",\n                \"shipCompanyName\": null,\n                \"shipAddress1\": \"6616 Palm Springs Drive\",\n                \"shipAddress2\": null,\n                \"shipCity\": \"Atlanta\",\n                \"shipState\": \"AL\",\n                \"shipCountry\": \"US\",\n                \"shipPostalCode\": \"54108\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardType\": \"TESTCARD\",\n                \"cardLast4\": \"0000\",\n                \"cardExpiryDate\": \"2023-02-28 00:00:00\",\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"couponCode\": null,\n                \"agentUserId\": 3,\n                \"price\": \"1.00\",\n                \"baseShipping\": \"0.00\",\n                \"voiceLogNumber\": null,\n                \"discountPrice\": \"0.00\",\n                \"salesTax\": \"0.00\",\n                \"shipUpcharge\": null,\n                \"shipProfileId\": null,\n                \"isDeclineSave\": 1,\n                \"ipAddress\": null,\n                \"sourceId\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"currencySymbol\": \"$\",\n                \"campaignId\": 1,\n                \"totalDiscount\": \"0.00\",\n                \"items\": {\n                    \"3\": {\n                        \"productId\": \"3\",\n                        \"name\": \"Exciting Widget Parts\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"0.00\",\n                        \"price\": \"1.00\",\n                        \"purchaseId\": \"ABE23B5E8A\",\n                        \"purchaseStatus\": \"ACTIVE\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"2016-09-24\",\n                        \"orderItemId\": \"988\"\n                    }\n                },\n                \"fulfillments\": [\n                    {\n                        \"fulfillmentId\": 421,\n                        \"fulfillmentHouseId\": null,\n                        \"company\": \"System Fulfillment\",\n                        \"clientFulfillmentId\": \"6FEC0DBA37\",\n                        \"trackingNumber\": null,\n                        \"dateShipped\": null,\n                        \"dateDelivered\": null,\n                        \"shipCarrier\": null,\n                        \"shipMethod\": null,\n                        \"responseText\": null,\n                        \"status\": \"HOLD\",\n                        \"dateReturned\": null,\n                        \"rmaNumber\": null,\n                        \"items\": [\n                            {   \n                            \t\"clientId\":\"ketoitem1124\",\n                                \"fulfillmentItemId\": \"678\",\n                                \"name\": \"Exciting Widget Parts\",\n                                \"sku\": \"WGT\",\n                                \"qty\": \"1\",\n                                \"status\": \"HOLD\",\n                                \"rmaNumber\": \"\"，\n                                \"productId\": \"3\"\n                            }\n                        ],\n                        \"dateCreated\": \"2016-08-30 11:05:21\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": \"dateCreated\",\n            \"orderId\": \"7B83FF8095\",\n            \"dateRangeType\": \"dateCreated\"\n        },\n        \"clicks\": 5\n    }\n}"}],"_postman_id":"76291445-0d28-42f3-89cf-d020a621e37d"},{"name":"Import Upsale","event":[{"listen":"prerequest","script":{"id":"96338817-3d75-45a1-b13f-bc17788228f8","exec":["pm.Response.contentType('application/json');"],"type":"text/javascript","packages":{}}}],"id":"46b9bc0a-687a-4a87-a57c-266f9914681f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{},"disableUrlEncoding":false},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.checkoutchamp.com/upsale/import/","description":"<p>The Import Upsale API allows you bill and add upsales to existing orders through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cavv</code></td>\n<td>String (max 50 chars)</td>\n<td>Cardholder Authentication Verification Value: a 3DS value that will pass through to the processor if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>customDescriptor</code></td>\n<td>String (max 45 chars)</td>\n<td>A transaction descriptor to pass to the gateway. This will override the value on the gateway setup in CRM.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>eci</code></td>\n<td>String (max 5 chars)</td>\n<td>E-commerce Indicator: a 3DS value that will pass through to the processor if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>errorRedirectsTo</code></td>\n<td>String (max 300 chars)</td>\n<td>Indicates where the bank should redirect the customer on a failed 3DS transaction</td>\n<td>Y - if you are using 3DS process flow</td>\n</tr>\n<tr>\n<td><code>forceMerchantId</code></td>\n<td>Integer</td>\n<td>merchantId from Checkout Champ. Transactions will run against the specified merchant.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 32 chars)</td>\n<td>orderId returned from Import Order Call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max 30 chars)</td>\n<td>coupon code for order discount as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Integer</td>\n<td>cproduct Id of upsale</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productQty</code></td>\n<td>Integer</td>\n<td>quantity of upsale, defaults to quantity of 1 if not set</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productSalesTax</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will be added to any existing sales tax for the current order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productShipPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default shipping price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>variantDetailId</code></td>\n<td>Integer</td>\n<td>variant detail Id of upsale</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer</td>\n<td>campaign product Id (found on campaign page). use this if including multiple products on the upsell.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_qty</code></td>\n<td>Integer</td>\n<td>quantity of upsale, defaults to quantity of 1 if not set. use this if including multiple products on the upsell.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_price</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_shipPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default shipping price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>variant{i}_id</code></td>\n<td>Integer</td>\n<td>variant detail Id (found on product page). use this if including multiple products on the upsell.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill_cavv</code></td>\n<td>String (max 50 chars)</td>\n<td>Cardholder Authentication Verification Value: a 3DS value that will pass through to the processor on the first rebill if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill_eci</code></td>\n<td>String (max 5 chars)</td>\n<td>E-commerce Indicator: a 3DS value that will pass through to the processor on the first rebill if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill_xid</code></td>\n<td>String (max 50 chars)</td>\n<td>Cardholder Authentication Transaction Id: a 3DS value that will pass through to the processor on the first rebill if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>redirectsTo</code></td>\n<td>String (max 300 chars)</td>\n<td>Indicates where the bank should redirect the customer on a successful 3DS transaction</td>\n<td>Y - if you are using 3DS process flow</td>\n</tr>\n<tr>\n<td><code>replaceProductId</code></td>\n<td>Integer</td>\n<td>cproduct Id of previously selected offer in order. If passed, upsell will replace the existing offer.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>skipQA</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set, skips Quality Assurance for prepaid order that would have otherwise been placed into Quality Assurance. This affects prepaid orders only.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>xid</code></td>\n<td>String (max 50 chars)</td>\n<td>Cardholder Authentication Transaction Id: a 3DS value that will pass through to the processor if provided</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>applePayToken</code></td>\n<td>String (max 5000 chars)</td>\n<td>Apple Pay Payment Token returned from Apple Pay SDK</td>\n<td>N (Y - if paySource ='PREPAID' and prepaidType='APPLEPAY')</td>\n</tr>\n<tr>\n<td><code>googlePayToken</code></td>\n<td>String (max 5000 chars)</td>\n<td>Google Pay Payment Token returned from Google Pay SDK</td>\n<td>N (Y - if paySource ='PREPAID' and prepaidType='GOOGLEPAY')</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"taxExemption\": null,\n        \"orderId\": \"2200898DBB\",\n        \"ipAddress\": null,\n        \"sourceId\": null,\n        \"sourceValue1\": null,\n        \"sourceValue2\": null,\n        \"sourceValue3\": null,\n        \"sourceValue4\": null,\n        \"sourceValue5\": null,\n        \"shipCarrier\": \"USPS\",\n        \"shipMethod\": \"Default\",\n        \"profileName\": \"Taco Shipping\",\n        \"dateCreated\": \"2022-06-20 15:07:13\",\n        \"orderType\": \"RECURRING\",\n        \"orderStatus\": \"COMPLETE\",\n        \"reviewStatus\": null,\n        \"totalAmount\": 158.94,\n        \"campaignName\": \"Second Order\",\n        \"orderValue\": \"33.00\",\n        \"customerId\": 1798665,\n        \"name\": \"Katheryn Carter-Lopez\",\n        \"emailAddress\": \"KatherynCarter-Lopez38305@phoneyemail.com\",\n        \"phoneNumber\": \"4049896565\",\n        \"firstName\": \"Katheryn\",\n        \"lastName\": \"Carter-Lopez\",\n        \"companyName\": null,\n        \"address1\": \"3554 Mill Avenue\",\n        \"address2\": null,\n        \"shipmentInsured\": null,\n        \"shipmentInsurancePrice\": null,\n        \"insuranceCharged\": 0,\n        \"city\": \"New York\",\n        \"state\": \"AE\",\n        \"country\": \"US\",\n        \"postalCode\": \"72591\",\n        \"shipFirstName\": \"Katheryn\",\n        \"shipLastName\": \"Carter-Lopez\",\n        \"shipCompanyName\": null,\n        \"shipAddress1\": \"3554 Mill Avenue\",\n        \"shipAddress2\": null,\n        \"shipCity\": \"New York\",\n        \"shipState\": \"AE\",\n        \"shipCountry\": \"US\",\n        \"shipPostalCode\": \"72591\",\n        \"custom1\": null,\n        \"custom2\": null,\n        \"custom3\": null,\n        \"custom4\": null,\n        \"custom5\": null,\n        \"paySource\": \"CREDITCARD\",\n        \"cardType\": \"MASTERCARD\",\n        \"cardLast4\": \"8721\",\n        \"cardExpiryDate\": \"10/27\",\n        \"achAccountHolderType\": null,\n        \"achAccountType\": null,\n        \"achRoutingNumber\": null,\n        \"achNameOnAccount\": null,\n        \"achAccountNumber\": null,\n        \"couponCode\": null,\n        \"agentUserId\": 219,\n        \"basePrice\": \"33.00\",\n        \"baseShipping\": \"0.00\",\n        \"voiceLogNumber\": null,\n        \"discountPrice\": \"0.00\",\n        \"salesTax\": \"6.44\",\n        \"salesUrl\": null,\n        \"surcharge\": \"0.00\",\n        \"shipUpcharge\": \"0.00\",\n        \"shipProfileId\": 4,\n        \"currencySymbol\": \"$\",\n        \"currencyCode\": \"USD\",\n        \"campaignId\": 83,\n        \"merchantTxnId\": \"DummyID:016499\",\n        \"ibanLast4\": null,\n        \"originalCycleNumber\": 28,\n        \"prepaidType\": null,\n        \"subTotal\": \"133.00\",\n        \"shipTotal\": \"0.00\",\n        \"taxTotal\": \"25.94\",\n        \"totalDiscount\": \"0.00\",\n        \"totalRefundRemaining\": \"158.94\",\n        \"taxRate\": \"0.1950\",\n        \"amountPaid\": \"158.94\",\n        \"items\": [\n            {\n                \"productId\": \"183\",\n                \"name\": \"ChallengerX\",\n                \"qty\": \"1\",\n                \"productSku\": \"PKG10002\",\n                \"actualProductId\": \"53\",\n                \"replacedByOrderItemId\": \"\",\n                \"variantDetailId\": \"\",\n                \"title\": \"\",\n                \"variantSku\": \"\",\n                \"shipping\": \"0.00\",\n                \"price\": \"12.00\",\n                \"merchantId\": \"101\",\n                \"descriptor\": \"1\",\n                \"initialSalesTax\": \"2.34\",\n                \"customSalesTax\": \"0.00\",\n                \"purchaseId\": \"25ABA1148A\",\n                \"refundRemaining\": \"14.34\",\n                \"merchantTxnId\": \"DummyID:016499\",\n                \"purchaseStatus\": \"ACTIVE\",\n                \"billingCycleType\": \"RECURRING\",\n                \"finalBillingCycle\": \"0\",\n                \"isPreauthVoid\": \"0\",\n                \"nextBillDate\": \"2022-06-21\",\n                \"trialEnabled\": \"1\",\n                \"trialType\": \"STANDARD\",\n                \"trialAuthType\": \"\",\n                \"regularPrice\": \"5.00\",\n                \"productQty\": \"1\",\n                \"cycle1_billDelay\": \"1\",\n                \"cycle2_price\": \"5.00\",\n                \"cycle2_shipPrice\": \"0.00\",\n                \"cycle2_isShippable\": \"1\",\n                \"cycle2_billDelay\": \"1\",\n                \"cycle3_price\": \"12.00\",\n                \"cycle3_shipPrice\": \"0.00\",\n                \"cycle3_isShippable\": \"1\",\n                \"cycle3_billDelay\": \"1\",\n                \"lastCustomCycle\": \"3\",\n                \"purchaseCycle\": \"28\",\n                \"txnType\": \"SALE\",\n                \"cancellationScheduled\": \"0\",\n                \"cancelAfterDate\": \"\",\n                \"pauseScheduled\": \"0\",\n                \"billingCycleNumber\": \"28\",\n                \"staggerIntervalCycles\": \"0\",\n                \"staggerFulfillments\": \"0\",\n                \"recycleFailedStatus\": \"0\",\n                \"recycleReference\": \"0\"\n            },\n            {\n                \"productId\": \"184\",\n                \"name\": \"Rebill Product Test\",\n                \"qty\": \"1\",\n                \"productSku\": \"RSDSC11\",\n                \"actualProductId\": \"51\",\n                \"replacedByOrderItemId\": \"\",\n                \"variantDetailId\": \"\",\n                \"title\": \"\",\n                \"variantSku\": \"\",\n                \"shipping\": \"0.00\",\n                \"price\": \"21.00\",\n                \"merchantId\": \"101\",\n                \"descriptor\": \"1\",\n                \"initialSalesTax\": \"4.10\",\n                \"customSalesTax\": \"0.00\",\n                \"purchaseId\": \"2C4E56C1BE\",\n                \"refundRemaining\": \"25.10\",\n                \"merchantTxnId\": \"DummyID:016499\",\n                \"purchaseStatus\": \"ACTIVE\",\n                \"billingCycleType\": \"RECURRING\",\n                \"finalBillingCycle\": \"0\",\n                \"isPreauthVoid\": \"0\",\n                \"nextBillDate\": \"2022-06-21\",\n                \"trialEnabled\": \"1\",\n                \"trialType\": \"STANDARD\",\n                \"trialAuthType\": \"\",\n                \"regularPrice\": \"21.00\",\n                \"productQty\": \"1\",\n                \"cycle1_billDelay\": \"1\",\n                \"cycle2_price\": \"21.00\",\n                \"cycle2_shipPrice\": \"0.00\",\n                \"cycle2_isShippable\": \"0\",\n                \"cycle2_billDelay\": \"1\",\n                \"cycle3_price\": \"\",\n                \"cycle3_shipPrice\": \"\",\n                \"cycle3_isShippable\": \"0\",\n                \"cycle3_billDelay\": \"\",\n                \"lastCustomCycle\": \"2\",\n                \"purchaseCycle\": \"28\",\n                \"txnType\": \"SALE\",\n                \"cancellationScheduled\": \"0\",\n                \"cancelAfterDate\": \"\",\n                \"pauseScheduled\": \"0\",\n                \"billingCycleNumber\": \"28\",\n                \"staggerIntervalCycles\": \"0\",\n                \"staggerFulfillments\": \"0\",\n                \"recycleFailedStatus\": \"0\",\n                \"recycleReference\": \"0\"\n            },\n            {\n                \"productId\": \"133\",\n                \"name\": \"Yamaha MT-09\",\n                \"qty\": \"1\",\n                \"productSku\": \"MT09\",\n                \"actualProductId\": \"49\",\n                \"replacedByOrderItemId\": \"\",\n                \"variantDetailId\": \"\",\n                \"title\": \"\",\n                \"variantSku\": \"\",\n                \"shipping\": \"0.00\",\n                \"price\": \"100.00\",\n                \"merchantId\": \"101\",\n                \"descriptor\": \"1\",\n                \"initialSalesTax\": \"19.50\",\n                \"customSalesTax\": \"\",\n                \"refundRemaining\": \"119.50\",\n                \"merchantTxnId\": \"DummyID:853057\",\n                \"purchaseStatus\": \"\",\n                \"billingCycleType\": \"\",\n                \"finalBillingCycle\": \"\",\n                \"isPreauthVoid\": \"0\",\n                \"nextBillDate\": \"\",\n                \"trialEnabled\": \"\",\n                \"trialType\": \"\",\n                \"trialAuthType\": \"\",\n                \"regularPrice\": \"\",\n                \"productQty\": \"1\",\n                \"cycle1_billDelay\": \"\",\n                \"cycle2_price\": \"\",\n                \"cycle2_shipPrice\": \"\",\n                \"cycle2_isShippable\": \"0\",\n                \"cycle2_billDelay\": \"\",\n                \"cycle3_price\": \"\",\n                \"cycle3_shipPrice\": \"\",\n                \"cycle3_isShippable\": \"0\",\n                \"cycle3_billDelay\": \"\",\n                \"lastCustomCycle\": \"0\",\n                \"purchaseCycle\": \"\",\n                \"txnType\": \"SALE\",\n                \"cancellationScheduled\": \"0\",\n                \"cancelAfterDate\": \"\",\n                \"pauseScheduled\": \"0\",\n                \"billingCycleNumber\": \"1\",\n                \"staggerIntervalCycles\": \"\",\n                \"staggerFulfillments\": \"0\",\n                \"recycleFailedStatus\": \"0\",\n                \"recycleReference\": \"0\"\n            }\n        ],\n        \"paypalUrl\": null,\n        \"paypalSdkParams\": null\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["upsale","import",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"f033af3f-8aac-48c3-b75a-d5968e582f4a","name":"Import Upsale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/upsale/import/?loginId=daven_api&password=ZG83UJtBW6GZ3jZ&orderId=644C7AD138&productId=32&productQty=1&productPrice=6&productShipPrice=5","protocol":"https","host":["api","checkoutchamp","com"],"path":["upsale","import",""],"query":[{"key":"loginId","value":"daven_api"},{"key":"password","value":"ZG83UJtBW6GZ3jZ"},{"key":"orderId","value":"644C7AD138"},{"key":"productId","value":"32"},{"key":"productQty","value":"1"},{"key":"productPrice","value":"6"},{"key":"productShipPrice","value":"5"},{"key":"productSalesTax","value":"","type":"text","disabled":true},{"key":"replaceProductId","value":"","type":"text","disabled":true},{"key":"forceMerchantId","value":"","type":"text","disabled":true},{"key":"eci","value":"","type":"text","disabled":true},{"key":"xid","value":"","type":"text","disabled":true},{"key":"cavv","value":"","type":"text","disabled":true},{"key":"rebill_eci","value":"","type":"text","disabled":true},{"key":"rebill_xid","value":"","type":"text","disabled":true},{"key":"rebill_cavv","value":"","type":"text","disabled":true},{"key":"redirectsTo","value":null,"disabled":true},{"key":"errorRedirectsTo","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"orderId\": \"23EC6A001E\",\n        \"sourceId\": null,\n        \"sourceValue1\": null,\n        \"sourceValue2\": null,\n        \"sourceValue3\": null,\n        \"shipCarrier\": \"Default\",\n        \"shipMethod\": \"Default\",\n        \"dateCreated\": \"2014-09-09 15:28:24\",\n        \"orderType\": \"NEW_SALE\",\n        \"orderStatus\": \"COMPLETE\",\n        \"reviewStatus\": null,\n        \"totalAmount\": \"34.49\",\n        \"campaignName\": \"Miraclear-Phone\",\n        \"customerId\": 3629,\n        \"name\": \"Test Robinson\",\n        \"emailAddress\": \"Robinson@email.net\",\n        \"phoneNumber\": \"11233399\",\n        \"firstName\": \"Test\",\n        \"lastName\": \"Robinson\",\n        \"companyName\": null,\n        \"address1\": \"4455 Hollywood Blvd\",\n        \"address2\": \"Apt. 1120\",\n        \"city\": \"Rome\",\n        \"state\": \"NY\",\n        \"country\": \"US\",\n        \"postalCode\": \"00012\",\n        \"shipFirstName\": \"Test\",\n        \"shipLastName\": \"Robinson\",\n        \"shipCompanyName\": null,\n        \"shipAddress1\": \"4455 Hollywood Blvd\",\n        \"shipAddress2\": \"Apt. 1120\",\n        \"shipCity\": \"Rome\",\n        \"shipState\": \"NY\",\n        \"shipCountry\": \"US\",\n        \"shipPostalCode\": \"00012\",\n        \"paySource\": \"CREDITCARD\",\n        \"cardType\": \"VISA\",\n        \"cardLast4\": 1111,\n        \"cardExpiryDate\": \"10/16\",\n        \"achRoutingNumber\": null,\n        \"achAccountNumber\": null,\n        \"couponCode\": null,\n        \"agentUserId\": null,\n        \"basePrice\": \"24.55\",\n        \"baseShipping\": \"9.94\",\n        \"voiceLogNumber\": null,\n        \"discountPrice\": \"0.00\",\n        \"salesTax\": \"0.00\",\n        \"shipUpcharge\": \"0.00\",\n        \"shipProfileId\": null,\n        \"currencySymbol\": \"$\",\n        \"campaignId\": 13,\n        \"amountPaid\": \"34.49\",\n        \"totalDiscount\": \"0.00\",\n        \"items\": [\n            {\n                \"productId\": \"27\",\n                \"name\": \"MC PKG\",\n                \"qty\": \"1\",\n                \"shipping\": \"4.99\",\n                \"price\": \"0.00\",\n                \"refundRemaining\": \"4.99\",\n                \"purchaseStatus\": \"TRIAL\",\n                \"billingCycleType\": \"RECURRING\",\n                \"finalBillingCycle\": \"3\",\n                \"nextBillDate\": \"2014-09-10\"\n            },\n            {\n                \"productId\": \"29\",\n                \"name\": \"Shampoo\",\n                \"qty\": \"1\",\n                \"shipping\": \"4.95\",\n                \"price\": \"24.55\",\n                \"refundRemaining\": \"29.50\",\n                \"purchaseStatus\": \"\",\n                \"billingCycleType\": \"\",\n                \"finalBillingCycle\": \"\",\n                \"nextBillDate\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"46b9bc0a-687a-4a87-a57c-266f9914681f"},{"name":"Update Order","id":"5b98b98d-8a11-47dd-9e40-1da377806b90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/order/update/","description":"<p>The Update Order API allows you to update an existing order through a simple HTTPS GET or POST request.</p>\n<h3 id=\"custom-order-fields\">Custom Order Fields</h3>\n<p>Customer order fields can be updated/deleted for your order. If you had a custom field named \"Dog\" you can update the value by adding <code>custom_order_Dog=Snuffles</code> to the query parameters. This value can be modified as well as removed by sending a <code>null</code> value. An example of this would be: <code>custom_order_Dog=</code> and that will delete the custom order field.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>affId</code></td>\n<td>String char(10)</td>\n<td>Checkout Champ affiliate Id for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billShipSame</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set indicates that shipping address fields are the same as billing address fields</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom1</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom2</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom3</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom4</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom5</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom_order_{fieldName}</code></td>\n<td>String (max 500 characters)</td>\n<td>Replace {field_name} with the Field Name you want to use for your order. If a custom field with that name does not exist, it will be created</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>customers email address</td>\n<td>must be a valid email address format</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max: 30 chars)</td>\n<td>The orderId returned by Import Order API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>customers phone number</td>\n<td>may contain numeric digits and hyphens</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipAddress1</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 1 of customer shipping address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipAddress2</code></td>\n<td>String (max: 50 chars)</td>\n<td>line 2 of customer shipping address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCity</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's shipping city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCompanyName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's ship to company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCountry</code></td>\n<td>2 character ISO country code</td>\n<td>customer's shipping country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipFirstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's ship to first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipLastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's ship to last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipPostalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's shipping postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipState</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's shipping state, abbreviated state code (varies from country to country) <a href=\"#e7153cc7-cce9-4642-8ce4-f79be2a5cf83\">View full List</a></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue1</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue2</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue3</code></td>\n<td>String (max 200 chars)</td>\n<td>affiliate subId for Online Campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String (max: 6 chars)</td>\n<td>customer's billing state, abbreviated state code (varies from country to country) <a href=\"#e7153cc7-cce9-4642-8ce4-f79be2a5cf83\">View full List</a></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>validateAddress</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows force-validation of addresses for orders</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Order Updated\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"6e09ba7c-72f6-42a0-aa95-c91bde06bf9b","name":"Update Order","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/order/update/?loginId&password&orderId&address1&city&state&postalCode","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","update",""],"query":[{"key":"loginId","value":null},{"key":"password","value":null},{"key":"orderId","value":null},{"key":"address1","value":null},{"key":"city","value":null},{"key":"state","value":null},{"key":"postalCode","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"result\": \"SUCCESS\",\r\n  \"message\": \"Order successfully updated\"\r\n}"}],"_postman_id":"5b98b98d-8a11-47dd-9e40-1da377806b90"},{"name":"Order Ship Rate","id":"d432f7d4-8266-44b7-82d8-0f9d4719ed87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/order/shiprate/","description":"<p>The Order Ship Rate API allows you to compute shipping rates for new orders with the ShipEngine or OpenBorder Plugin through a simple http GET or POST request.</p>\n<p><strong>Purpose</strong></p>\n<p>The purpose of this endpoint is to obtain custom shipping rate from ShipEngine's Rating API. In order to use this properly you must have the ShipEngine plugin enabled and have valid carrierIds set in the plugin.</p>\n<p>Alternatively, users without ShipEngine integrations can pass their campaignId and shipProfileId for a particular product.</p>\n<p>Below is a high level flow of how to use this endpoint with ShipEngine:</p>\n<ol>\n<li>Send a request to this endpoint using the data dictionary below.</li>\n<li>The response will contain various shipping rates, carriers, and ship methods. Pick the one(s) that you want to offer on your page from the response.</li>\n<li>Display to card holder, and on import order pass in the selected carrier,method,and price as shipCarrier, shipMethod, and product{i}_shipPrice</li>\n</ol>\n<p>The flow of how to use this endpoint without ShipEngine is as follows:</p>\n<ol>\n<li>Send a request to this endpoint using the data dictionary below.</li>\n<li>The response will show the amount, carrier, and shipping method specified in your shipping profile. Choose how to display this on your page.</li>\n<li>Display to card holder, and on import order pass in the selected carrier, method, and price as shipCarrier, shipMethod, and product{i}_shipPrice</li>\n</ol>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>The numeric CheckoutChamp campaign id</td>\n<td>Y - If company does not have a ShipEngine integration.</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer</td>\n<td>campaign product Id (found on campaign page)</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_qty</code></td>\n<td>Integer</td>\n<td>quantity of product in order, defaults to quantity of 1 if not set</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipAddress1</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 1 of customer shipping address, should include street address and number</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipFirstName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's ship to first name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipLastName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's ship to last name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipCity</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's shipping city</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipCountry</code></td>\n<td>2 character ISO country code</td>\n<td>customer's shipping country</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipPostalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's shipping postal code</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipProfileId</code></td>\n<td>Integer</td>\n<td>Ship profile id of a shipping profile as setup in CheckoutChamp</td>\n<td>Y - If company does not have a ShipEngine integration.</td>\n</tr>\n<tr>\n<td><code>shipState</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's shipping state, abbreviated state code (varies from country to country) <a href=\"#e7153cc7-cce9-4642-8ce4-f79be2a5cf83\">View full List</a></td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\"result\":\"SUCCESS\",\"message\":[{\"rateId\":\"se-428837751\",\"shippingAmount\":0.5,\"packageType\":\"letter\",\"serviceType\":\"USPS\nFirst Class\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837752\",\"shippingAmount\":1,\"packageType\":\"large_envelope_or_flat\",\"serviceType\":\"USPS\nFirst Class\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837753\",\"shippingAmount\":2.74,\"packageType\":\"package\",\"serviceType\":\"USPS\nFirst Class\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837754\",\"shippingAmount\":6.48,\"packageType\":\"package\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837755\",\"shippingAmount\":12.72,\"packageType\":\"medium_flat_rate_box\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837756\",\"shippingAmount\":6.98,\"packageType\":\"small_flat_rate_box\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837757\",\"shippingAmount\":17.47,\"packageType\":\"large_flat_rate_box\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837758\",\"shippingAmount\":6.48,\"packageType\":\"flat_rate_envelope\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837759\",\"shippingAmount\":7.03,\"packageType\":\"flat_rate_padded_envelope\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837760\",\"shippingAmount\":7.05,\"packageType\":\"regional_rate_box_a\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837761\",\"shippingAmount\":7.36,\"packageType\":\"regional_rate_box_b\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837762\",\"shippingAmount\":6.78,\"packageType\":\"flat_rate_legal_envelope\",\"serviceType\":\"USPS\nPriority\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837763\",\"shippingAmount\":22.75,\"packageType\":\"package\",\"serviceType\":\"USPS\nPriority Mail\nExpress\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837764\",\"shippingAmount\":22.75,\"packageType\":\"flat_rate_envelope\",\"serviceType\":\"USPS\nPriority Mail\nExpress\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837765\",\"shippingAmount\":23.25,\"packageType\":\"flat_rate_padded_envelope\",\"serviceType\":\"USPS\nPriority Mail\nExpress\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837766\",\"shippingAmount\":22.95,\"packageType\":\"flat_rate_legal_envelope\",\"serviceType\":\"USPS\nPriority Mail\nExpress\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837767\",\"shippingAmount\":2.8,\"packageType\":\"package\",\"serviceType\":\"USPS\nMedia\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837768\",\"shippingAmount\":6.92,\"packageType\":\"package\",\"serviceType\":\"USPS\nParcel Select\nGround\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837769\",\"shippingAmount\":18.26,\"packageType\":null,\"serviceType\":\"UPS\n3 Day\nSelect\\u00ae\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837770\",\"shippingAmount\":70.61,\"packageType\":null,\"serviceType\":\"UPS\nNext Day Air\\u00ae\nEarly\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837771\",\"shippingAmount\":14.1,\"packageType\":null,\"serviceType\":\"UPS\\u00ae\nGround\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837772\",\"shippingAmount\":36.15,\"packageType\":null,\"serviceType\":\"UPS Next\nDay Air\nSaver\\u00ae\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837773\",\"shippingAmount\":39.03,\"packageType\":null,\"serviceType\":\"UPS\nNext Day\nAir\\u00ae\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837774\",\"shippingAmount\":26.56,\"packageType\":null,\"serviceType\":\"UPS\n2nd Day Air\\u00ae\",\"carrierName\":\"UPS\"}]}\n\n</code></pre><h4 id=\"error\">Error</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Unable to determine the shipping rate.\\\"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","shiprate",""],"host":["api","checkoutchamp","com"],"query":[{"disabled":true,"key":"shipCountry","value":""},{"disabled":true,"key":"shipAddress1","value":""}],"variable":[]}},"response":[{"id":"f599b526-1aa9-4f49-a464-4f9acdeb71ba","name":"Order Ship Rate","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/order/shiprate/?loginId=&password=&product1_id&product1_qty&shipAddress1&shipFirstName&shipLastName&shipCity&shipCountry&shipPostalCode&shipState","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","shiprate",""],"query":[{"key":"loginId","value":"","type":"text"},{"key":"password","value":"","type":"text"},{"key":"product1_id","value":null,"type":"text"},{"key":"product1_qty","value":null,"type":"text"},{"key":"shipAddress1","value":null,"type":"text"},{"key":"shipFirstName","value":null,"type":"text"},{"key":"shipLastName","value":null,"type":"text"},{"key":"shipCity","value":null,"type":"text"},{"key":"shipCountry","value":null,"type":"text"},{"key":"shipPostalCode","value":null,"type":"text"},{"key":"shipState","value":null,"type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"result\":\"SUCCESS\",\"message\":[{\"rateId\":\"se-428837751\",\"shippingAmount\":0.5,\"packageType\":\"letter\",\"serviceType\":\"USPS\r\nFirst Class\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837752\",\"shippingAmount\":1,\"packageType\":\"large_envelope_or_flat\",\"serviceType\":\"USPS\r\nFirst Class\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837753\",\"shippingAmount\":2.74,\"packageType\":\"package\",\"serviceType\":\"USPS\r\nFirst Class\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837754\",\"shippingAmount\":6.48,\"packageType\":\"package\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837755\",\"shippingAmount\":12.72,\"packageType\":\"medium_flat_rate_box\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837756\",\"shippingAmount\":6.98,\"packageType\":\"small_flat_rate_box\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837757\",\"shippingAmount\":17.47,\"packageType\":\"large_flat_rate_box\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837758\",\"shippingAmount\":6.48,\"packageType\":\"flat_rate_envelope\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837759\",\"shippingAmount\":7.03,\"packageType\":\"flat_rate_padded_envelope\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837760\",\"shippingAmount\":7.05,\"packageType\":\"regional_rate_box_a\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837761\",\"shippingAmount\":7.36,\"packageType\":\"regional_rate_box_b\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837762\",\"shippingAmount\":6.78,\"packageType\":\"flat_rate_legal_envelope\",\"serviceType\":\"USPS\r\nPriority\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837763\",\"shippingAmount\":22.75,\"packageType\":\"package\",\"serviceType\":\"USPS\r\nPriority Mail\r\nExpress\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837764\",\"shippingAmount\":22.75,\"packageType\":\"flat_rate_envelope\",\"serviceType\":\"USPS\r\nPriority Mail\r\nExpress\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837765\",\"shippingAmount\":23.25,\"packageType\":\"flat_rate_padded_envelope\",\"serviceType\":\"USPS\r\nPriority Mail\r\nExpress\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837766\",\"shippingAmount\":22.95,\"packageType\":\"flat_rate_legal_envelope\",\"serviceType\":\"USPS\r\nPriority Mail\r\nExpress\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837767\",\"shippingAmount\":2.8,\"packageType\":\"package\",\"serviceType\":\"USPS\r\nMedia\r\nMail\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837768\",\"shippingAmount\":6.92,\"packageType\":\"package\",\"serviceType\":\"USPS\r\nParcel Select\r\nGround\",\"carrierName\":\"Stamps.com\"},{\"rateId\":\"se-428837769\",\"shippingAmount\":18.26,\"packageType\":null,\"serviceType\":\"UPS\r\n3 Day\r\nSelect\\u00ae\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837770\",\"shippingAmount\":70.61,\"packageType\":null,\"serviceType\":\"UPS\r\nNext Day Air\\u00ae\r\nEarly\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837771\",\"shippingAmount\":14.1,\"packageType\":null,\"serviceType\":\"UPS\\u00ae\r\nGround\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837772\",\"shippingAmount\":36.15,\"packageType\":null,\"serviceType\":\"UPS Next\r\nDay Air\r\nSaver\\u00ae\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837773\",\"shippingAmount\":39.03,\"packageType\":null,\"serviceType\":\"UPS\r\nNext Day\r\nAir\\u00ae\",\"carrierName\":\"UPS\"},{\"rateId\":\"se-428837774\",\"shippingAmount\":26.56,\"packageType\":null,\"serviceType\":\"UPS\r\n2nd Day Air\\u00ae\",\"carrierName\":\"UPS\"}]}"}],"_postman_id":"d432f7d4-8266-44b7-82d8-0f9d4719ed87"},{"name":"Order Coupon","id":"5b42c318-30d3-42f9-b4da-cf5065419799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/order/coupon/","description":"<p>The Order Coupon API allows you to calculate discounts through a simple HTTPS GET or POST request.</p>\n<h3 id=\"product-fields\">Product Fields</h3>\n<p>The following fields are used to set the products in the customer order: <code>product{i}_id</code>, <code>product{i}_qty</code>, <code>product{i}_price</code>, <code>product{i}_shipPrice</code>, where <code>{i}</code> is a sequential integer starting at the number 1.  </p>\n<p>For 2 products in an order pass both <code>product1_id</code> and <code>product2_id</code>.  </p>\n<p>For 3 products, pass <code>product1_id</code> , <code>product2_id</code> and <code>product3_id</code>.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>string (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Campaign Id for which the order is being placed.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max 200 chars)</td>\n<td>coupon code for order discount as setup in Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>shipProfileId</code></td>\n<td>Integer</td>\n<td>Ship profile id of a shipping profile as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipState</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's shipping state, abbreviated state code (varies from country to country) <a href=\"#e7153cc7-cce9-4642-8ce4-f79be2a5cf83\">View full List</a></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCountry</code></td>\n<td>STR30</td>\n<td>customer's shipping country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCarrier</code></td>\n<td>STR20</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipMethod</code></td>\n<td>STR20</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipUpcharge</code></td>\n<td>DECIMAL</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_price</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_shipPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default shipping price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer</td>\n<td>campaign product Id (found on campaign page)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_qty</code></td>\n<td>Integer</td>\n<td>quantity of product in order, defaults to quantity of 1 if not set</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>variant{i}_id</code></td>\n<td>Integer</td>\n<td>variant detail id(found on product page)</td>\n<td>N</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n      \"result\":\"SUCCESS\",\n      \"message\":{\n          \"priceDiscount\":2,\n          \"shipDiscount\":0\n      }\n}\n\n</code></pre><h4 id=\"error\">Error</h4>\n<p><strong>Decline</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Invalid campaignId\"\n}\n\n</code></pre><p><strong>Missing Fields</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": {\n        \"campaignId\": \"is a required field\",\n        \"couponCode\": \"is a required field\",\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["order","coupon",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"477a6b5e-3f3f-434c-95bf-3a81df33b3a1","name":"Coupon","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/coupon/?campaignId=&couponCode=&shipProfileId=&shipState&shipCountry&shipCarrier&shipMethod&shipUpcharge&product{i}_id&product{i}_price&product{i}_qty&product{i}_shipPrice&variant{i}_id=","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","coupon",""],"query":[{"key":"campaignId","value":""},{"key":"couponCode","value":""},{"key":"shipProfileId","value":""},{"key":"shipState","value":null},{"key":"shipCountry","value":null},{"key":"shipCarrier","value":null},{"key":"shipMethod","value":null},{"key":"shipUpcharge","value":null},{"key":"product{i}_id","value":null},{"key":"product{i}_price","value":null},{"key":"product{i}_qty","value":null},{"key":"product{i}_shipPrice","value":null},{"key":"variant{i}_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\"result\":\"SUCCESS\",\"message\":{\"priceDiscount\":2,\"shipDiscount\":0}}\r\n\r\n"}],"_postman_id":"5b42c318-30d3-42f9-b4da-cf5065419799"},{"name":"Resend Autoresponder","id":"dc50d2ce-746a-4aed-a3db-173b44928492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/auto-responders/resend/","description":"<p>The Resend Autoresponder API allows you to resend autoresponders through a simple HTTP POST request.</p>\n<p><strong>Purpose</strong></p>\n<p>The purpose of this endpoint is to resend autoresponders that may have been sent to the wrong email address or phone number.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>autoresponderType</code></td>\n<td>ENUM -  <br /><code>ORDER</code> ; <code>FULFILLMENT_TRACKING_ASSIGNED</code> ; <code>FULFILLMENT_SHIPPED</code> ; <code>FULFILLMENT_DELIVERED</code> ; <code>CANCELLATION</code> ; <code>PAUSE</code> ; <code>PREBILL_NOTIFICATION</code> ; <code>REBILL_DECLINED</code> ; <code>REFUND</code> ; <code>VOID</code> ; <code>TRIAL_COMPLETION</code> ; <code>REPEAT_CUSTOMER</code> ; <code>CUSTOM</code></td>\n<td>The event for the autoresponder</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>fulfillmentId</code></td>\n<td>Integer (max 16 digits)</td>\n<td>fulfillmentId returned by the Query Order API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>Api Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the query order API</td>\n<td>Y - for Order Confirmation. If passed for Fulfillment Tracking Assigned, autoresponders for all fulfillments associated with that order are sent.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>Api password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>ENUM - \"SMS\" or \"EMAIL\"</td>\n<td>The contact method to use for the autoresponder</td>\n<td>N - defaults to \"EMAIL\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\"result\":\"SUCCESS\",\"message\": \"Re-sent successfully.\"}\n\n</code></pre><h4 id=\"error\">Error</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Autoresponder not sent. Please verify setup.\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["auto-responders","resend",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc50d2ce-746a-4aed-a3db-173b44928492"}],"id":"e81d7da5-aac4-4a5f-8386-1f91be11edf6","_postman_id":"e81d7da5-aac4-4a5f-8386-1f91be11edf6","description":""},{"name":"Customers","item":[{"name":"Create a Blacklist","id":"30b920be-d249-43a0-a1cb-daf2e6f7ca3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/blacklist/","description":"<p>The Blacklist API allows you to add or remove a blacklist entry to your customer blacklist through a simple HTTPS GET or POST request.</p>\n<h3 id=\"blacklist-fields\">Blacklist Fields</h3>\n<p>Blacklists can be created by using different filters: by Card Bin, by Country/State, by Phone Number, by Email or by IP Address. Based on the filter selected, the required field is going to be the corresponding value. For example, if you wish to create a blacklist by Card Bin, then the cardBin field will be required. You can optionally include a specific customerId to cancel all subscriptions for that customer, but you must still specify the specific type of blacklist.</p>\n<p>To remove an entry you must pass remove = 1.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>blacklistType</code></td>\n<td>Enum (<code>cardBin</code>/<code>stateCountry</code>/<code>emailAddress</code>,<code>phoneNumber</code>, or <code>ipAddress</code>)</td>\n<td>Case sensitive field specifying the field used to blacklist</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cancelPurchases</code></td>\n<td>Boolean ('1', '0')</td>\n<td>Find all customers that meet the entered criteria and cancel any recurring purchases for those customers. For country/state the customers must match both country and state.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardBin</code></td>\n<td>Integer (6 chars)</td>\n<td>6 digit credit card bin</td>\n<td>Y - if blacklistType is cardBin  <br />N otherwise</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>billing country</td>\n<td>Y - if blacklistType is stateCountry or if removing a state  <br />N - otherwise</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer</td>\n<td>id from the Query Customer API call; specify if you want to cancel all current subscriptions for a customer. The blacklist entry itself is not specific to a customer.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>Must be a valid email address format</td>\n<td>email address</td>\n<td>Y - if blacklistType is emailAddress  <br />N - otherwise</td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td>Must be a valid ipv4 or ipv6 format</td>\n<td>ip address</td>\n<td>Y - if blacklistType is ipAddress  <br />N - otherwise</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>May contain numeric digits and hyphens</td>\n<td>phone number</td>\n<td>Y - if blacklistType is phoneNumber  <br />N - otherwise</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Integer</td>\n<td>specifying productId will limit the blacklist to a specific product.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String (max: 3 chars)</td>\n<td>billing state; abbreviated state code (varies from country to country) View full List. Optional if blacklistType is stateCountry. Leaving this field empty will blacklist an entire country.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>remove</code></td>\n<td>BOOL(\"1\",\"0\")</td>\n<td>Remove a customer or blacklist entry from the blacklist</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Blacklist updated\"\n}\n\n</code></pre><h4 id=\"error\">Error</h4>\n<p><strong>Invalid Fields</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": {\n        \"cardBin\": \"Must be a number\"\n    }\n}\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": {\n        \"emailAddress\": \"Not a valid email address\"\n    }\n}\n\n</code></pre><p><strong>Missing Fields</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": {\n        \"emailAddress\": \"is a required field\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["customer","blacklist",""],"host":["api","checkoutchamp","com"],"query":[{"disabled":true,"key":"loginId","value":""},{"disabled":true,"key":"password","value":"2534E292649498FA"},{"disabled":true,"key":"orderId","value":"PJWKAC8L"},{"disabled":true,"key":"showExternal","value":"true"}],"variable":[]}},"response":[{"id":"8b8be63b-5177-441d-8326-c188cc7290d0","name":"Create a Blacklist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/blacklist/?loginId=testapi&password=abc123&blacklistType=cardBin&cardBin=411111","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","blacklist",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"blacklistType","value":"cardBin"},{"key":"customerId","value":"","type":"text","disabled":true},{"key":"cardBin","value":"411111"},{"key":"country","value":null,"disabled":true},{"key":"state","value":"","type":"text","disabled":true},{"key":"emailAddress","value":null,"disabled":true},{"key":"phoneNumber","value":null,"disabled":true},{"key":"ipAddress","value":null,"disabled":true},{"key":"productId","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": \"Blacklist updated\"\r\n}"}],"_postman_id":"30b920be-d249-43a0-a1cb-daf2e6f7ca3d"},{"name":"Query a Blacklist","id":"ea5529c8-f37f-42c7-93a3-f9e7f79e58fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/blacklist/query","description":"<p>The Blacklist Query API allows you to view a blacklist entry to your customer blacklist through a simple HTTPS GET or POST request.</p>\n<h3 id=\"blacklist-fields\">Blacklist Fields</h3>\n<p>The Query Blacklist API returns information about a blacklisted customer.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>blacklistType</code></td>\n<td>Enum (<code>cardBin</code>/<code>stateCountry</code>/<code>emailAddress</code>,<code>phoneNumber</code>, or <code>ipAddress</code>)</td>\n<td>Case sensitive field specifying the field used to blacklist</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardBin</code></td>\n<td>Integer (6 chars)</td>\n<td>6 digit credit card bin</td>\n<td>Y - if blacklistType is cardBin  <br />N otherwise</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>billing country</td>\n<td>Y - if blacklistType is stateCountry or if removing a state  <br />N - otherwise</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer</td>\n<td>id from the Query Customer API call; specify if you want to cancel all current subscriptions for a customer. The blacklist entry itself is not specific to a customer.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>Must be a valid email address format</td>\n<td>email address</td>\n<td>Y - if blacklistType is emailAddress  <br />N - otherwise</td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td>Must be a valid ipv4 or ipv6 format</td>\n<td>ip address</td>\n<td>Y - if blacklistType is ipAddress  <br />N - otherwise</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>May contain numeric digits and hyphens</td>\n<td>phone number</td>\n<td>Y - if blacklistType is phoneNumber  <br />N - otherwise</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String (max: 3 chars)</td>\n<td>billing state; abbreviated state code (varies from country to country) View full List. Optional if blacklistType is stateCountry. Leaving this field empty will blacklist an entire country.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\"result\":\"SUCCESS\",\"message\":{\"execTime\":null,\"memUsage\":null,\"totalResults\":23,\"resultsPerPage\":25,\"page\":1,\"data\":[{\"customerId\":null,\"blacklistType\":\"stateCountry\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":\"BAL\",\"country\":\"AF\",\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"stateCountry\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":\"DZ\",\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"stateCountry\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":\"IA\",\"country\":\"US\",\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"stateCountry\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":\"ID\",\"country\":\"US\",\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":67,\"blacklistType\":\"emailAddress\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":\"notreal@fakeemail.com\",\"cardBin\":null,\"ipAddress\":null},{\"customerId\":67,\"blacklistType\":\"ipAddress\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":\"24.14.151.35\"},{\"customerId\":67,\"blacklistType\":\"phoneNumber\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":\"7899989898\",\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":67,\"blacklistType\":\"address\",\"address1\":\"123 NO SHIP\",\"address2\":null,\"city\":\"CHICAGO\",\"state\":\"IL\",\"country\":\"US\",\"postalCode\":\"60540\",\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"phoneNumber\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":\"4044658738\",\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"cardBin\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":\"123458\",\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"address\",\"address1\":\"3425 JASMINE PARKWAY\",\"address2\":null,\"city\":\"ALPHARETTA\",\"state\":\"GA\",\"country\":\"US\",\"postalCode\":\"30022\",\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":214,\"blacklistType\":\"emailAddress\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":\"BrookJackson-Wilson43780@phoneyemail.com\",\"cardBin\":null,\"ipAddress\":null},{\"customerId\":214,\"blacklistType\":\"phoneNumber\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":\"3336305707\",\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":214,\"blacklistType\":\"address\",\"address1\":\"3999 TEST SPRINGS DRIVE\",\"address2\":null,\"city\":\"MIAMI\",\"state\":\"KR\",\"country\":\"AL\",\"postalCode\":\"38970\",\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":214,\"blacklistType\":\"address\",\"address1\":\"4579 PALM SPRINGS DRIVE\",\"address2\":null,\"city\":\"MIAMI\",\"state\":\"KR\",\"country\":\"AL\",\"postalCode\":\"38970\",\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"emailAddress\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":\"AdrianWilson-Harris78512@phoneyemail.com\",\"cardBin\":null,\"ipAddress\":null},{\"customerId\":295,\"blacklistType\":\"emailAddress\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":\"askjdslkfj@no.com\",\"cardBin\":null,\"ipAddress\":null},{\"customerId\":295,\"blacklistType\":\"phoneNumber\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":\"1234567\",\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"stateCountry\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":\"AS\",\"country\":\"US\",\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"stateCountry\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":\"GU\",\"country\":\"US\",\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"stateCountry\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":\"MP\",\"country\":\"US\",\"postalCode\":null,\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"phoneNumber\",\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"country\":null,\"postalCode\":null,\"phoneNumber\":\"123123\",\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null},{\"customerId\":null,\"blacklistType\":\"address\",\"address1\":\"123 TEST ST\",\"address2\":null,\"city\":\"CHICAGO\",\"state\":\"AR\",\"country\":\"US\",\"postalCode\":\"56789\",\"phoneNumber\":null,\"emailAddress\":null,\"cardBin\":null,\"ipAddress\":null}],\"params\":null,\"errors\":null,\"sortBy\":null,\"sortDir\":1,\"queryArgs\":{\"page\":1,\"sortDir\":1,\"resultsPerPage\":25,\"sortBy\":null,\"startDate\":\"01\\/01\\/2026\",\"endDate\":\"01\\/30\\/2026\",\"dateRangeType\":null}}}\n\n</code></pre>","urlObject":{"protocol":"https","path":["customer","blacklist","query"],"host":["api","checkoutchamp","com"],"query":[{"disabled":true,"key":"loginId","value":""},{"disabled":true,"key":"password","value":"2534E292649498FA"},{"disabled":true,"key":"orderId","value":"PJWKAC8L"},{"disabled":true,"key":"showExternal","value":"true"}],"variable":[]}},"response":[{"id":"7070c75e-6c9c-4a50-b61b-c23b0655f594","name":"Query a Blacklist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/blacklist/query/?loginId=testapi&password=abc123&startDate=01/01/2026&endDate=01/30/2026","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","blacklist","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"customerId","value":"","type":"text","disabled":true},{"key":"country","value":null,"disabled":true},{"key":"state","value":"","type":"text","disabled":true},{"key":"emailAddress","value":null,"disabled":true},{"key":"phoneNumber","value":null,"disabled":true},{"key":"ipAddress","value":null,"disabled":true},{"key":"productId","value":"","type":"text","disabled":true},{"key":"startDate","value":"01/01/2026"},{"key":"endDate","value":"01/30/2026"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": \"Blacklist retrun\"\r\n}"}],"_postman_id":"ea5529c8-f37f-42c7-93a3-f9e7f79e58fe"},{"name":"Query Customer Contracts","id":"a4184b71-449f-4c1b-b5fc-30622a513a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/contracts/","description":"<p>The Query Customer Contracts API returns the base64-encoded customer contract pdf file(s) based on order Id or customer Id through a simple HTTPS GET or POST request.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Descripion</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerId</code></td>\n<td>String (max 30 chars)</td>\n<td>The customerId of an existing customer.</td>\n<td>Y, if no orderId is passed</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the Import Order API call</td>\n<td>Y, if no customerId is passed</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"customerId\": 830,\n            \"orderId\": \"5403B1B54B\",\n            \"dateCreated\": \"2017-11-20 11:03:52\",\n            \"mimeType\": \"application\\/pdf\",\n            \"contract\": \"JVBERi0xLjQKMyAwIG9iago8PC9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL1Jlc291cmNlcyAyIDAgUgovR3JvdXAgPDwvVHlwZSAvR3JvdXAgL1MgL1RyYW5zcGFyZW5jeSAvQ1MgL0RldmljZVJHQj4+Ci9Db250ZW50cyA0IDAgUj4+CmVuZG9iago0IDAgb2JqCjw8L0ZpbHRlciAvRmxhdGVEZWNvZGUgL0xlbmd0aCA1NDc+PgpzdHJlYW0KeJxtk09v2zAMxe\\/9FLxlAxpVkv8luRQdug7dgHVDA+zM2IztzbYySamRbz\\/KTopkDnwyLf743qOs4euNFEkG\\/c2nNdw9KVBaSAnrLXxeh5KOl0IvIVsmIstgXcCHNdnWgdnCK9m3OqePsP59PHz3pEGpi\\/5ICcXtcSridGh\\/AYcHyLGDg9mDI7qFzQF8RVBg380cENrmAE1dVv72jH0ERTrICaBfFXpwBnbW7Avu6AkqrJtZAVwPPN\\/XA4WZDToPZUPY1l15haoWQqkj1TiCjTVYgPO23pED7AquBBSX0Dqm88yyGqbsyNaN2TvYhgNTtIzEMh6dz8gOLRbbHVrvguQefV6x5p4sBTclNg12nv3w9FHv\\/QSaLpanbTywtoFp8j8UrFoq2ClazjXUN6bdONjsrfOMgroDrO00gTRLRDLm+gXfKITKGz732Q3+fQjd7C1sGyxZvGOZddOEEzxxik2ViPXZ3gtDboSEJOduhx2vhePFruN0DuQZ+kZTUJwJnVzG2IS9DCoJtpZo2FN4qUxLpw8by7j7izs6uePHEXxzk\\/ESvNZlh35v33X8Ba3TELnkR2VSZAnohYgSiCMptIS8hbtnBY8Gfr7\\/CNeGRGkslnIY8h1bWsGTxS6vHbzmxnv4Rof\\/pcoLygCW18BRJtT4hz2iZ7CWKpsrNVcsWq8iuVLZrp3kGsmFWIymn3\\/AQ1FYcm7FFjXTBA86dfwD62Iq+wplbmRzdHJlYW0KZW5kb2JqCjEgMCBvYmoKPDwvVHlwZSAvUGFnZXMKL0tpZHMgWzMgMCBSIF0KL0NvdW50IDEKL01lZGlhQm94IFswIDAgNTk1LjI4IDg0MS44OV0KPj4KZW5kb2JqCjUgMCBvYmoKPDwvRmlsdGVyIC9GbGF0ZURlY29kZSAvTGVuZ3RoIDM2ND4+CnN0cmVhbQp4nF1Sy26DMBC88xU+pocITBqCJYRESZA49KHSfgCBJUUqBhly4O+7u3bSqkhY47FndlZrPy+Ppe4X4b+ZsalgEV2vWwPzeDUNiDNceu3JULR9s7gdr81QT56P4mqdFxhK3Y1ekvjveDYvZhWbrB3P8OD5r6YF0+uL2HzmFe6r6zR9wwB6EYGXpqKFDn2e6+mlHkD4LNuWLZ73y7pFze+Nj3UCEfJe2izN2MI81Q2YWl\\/AS4IgFUlRpB7o9t9ZZBXn7u\\/VQ4FLgF\\/qJXGEOD7gEgYhEUoiViETMiZiR8SjJXIiSKKsRO6QyFx9MkVMMW4FpboFaL5qg+UClmXkE7siGWEqEkisi9jVOhHe22QR4ZjuhDljxfyOW8hYGzF+srwinDO\\/Z88T48OR8jtP4pX1PHJf7Ckt7zwlYedJOZXzpLaV86ScqrA4dt1ztzQOejD3OTdXY3DE\\/Kp4tjTVXsP94U3jRCr6fwB\\/DbapCmVuZHN0cmVhbQplbmRvYmoKNiAwIG9iago8PC9UeXBlIC9Gb250Ci9CYXNlRm9udCAvSGVsdmV0aWNhLUJvbGQKL1N1YnR5cGUgL1R5cGUxCi9FbmNvZGluZyAvV2luQW5zaUVuY29kaW5nCi9Ub1VuaWNvZGUgNSAwIFIKPj4KZW5kb2JqCjcgMCBvYmoKPDwvVHlwZSAvRm9udAovQmFzZUZvbnQgL0hlbHZldGljYQovU3VidHlwZSAvVHlwZTEKL0VuY29kaW5nIC9XaW5BbnNpRW5jb2RpbmcKL1RvVW5pY29kZSA1IDAgUgo+PgplbmRvYmoKOCAwIG9iago8PC9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9JbWFnZQovV2lkdGggMzQwCi9IZWlnaHQgMjU2Ci9Db2xvclNwYWNlIC9EZXZpY2VSR0IKL0JpdHNQZXJDb21wb25lbnQgOAovRmlsdGVyIC9GbGF0ZURlY29kZQovRGVjb2RlUGFybXMgPDwvUHJlZGljdG9yIDE1IC9Db2xvcnMgMyAvQml0c1BlckNvbXBvbmVudCA4IC9Db2x1bW5zIDM0MD4+Ci9TTWFzayA5IDAgUgovTGVuZ3RoIDgwMDY+PgpzdHJlYW0KeJztnc1u7Dayx\\/0Kx\\/0Rx8gii3kDv4C3s\\/BJrFYvA2Tl59B2ECDAjVrnxucOkL2f8vJLEiVWkUVJ\\/en\\/D8Qg49PNpkQWq1gsFu\\/uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMhlU9aqrHfNujy4suNKM\\/rLalebrzSqhseX93M\\/CgCflfXOinFN\\/uvWiKiSVS2xoSSXY8GWl7bC2quKbgMAYDGcyBUD2bvrJoKS1tjHKoU\\/F+gfPffrAeDmUIJtZMyXavffG18JX0Rpzv22ALh+lFSvRIJ9KlUvsQXMggIeAQAmsvXX5MW5RXqS\\/of8A5BN1AN\\/RQXyD0AO2xl++MsrWP8DIGa9++vcEisuZaLclxB+AMRsf30\\/tffeyWqzMXsHqjzsvq+\\/\\/qcrP\\/z2hzLgw\\/Kvf\\/8VL3f7j3O\\/zk+K2\\/ct4Xm9Mqr73bclpNpGBJhBUDQjP8J2V7ciXfWy+vTuyl117pcAJjJeNhaIv7ou9h+m2\\/K1d6G1txJspa43e+1v+2n\\/p5JqEwg4\\/sq5HxIsDxm4ucXi68p4e1fSq8S4M8VJm3xkgWszW+nt56qrZj0ODYLw3yxKW5BRIRv09VWixLgzxfNtcrPwo9wHBY7l3BrsYQ1l9nvKAHwK2u4PxkRRq7XAuVsHliQSCYq+\\/nSw\\/oISo+EG4WJDfnzFav8zoex51ilYNNovAG6OzTgkVC33mseXCrs2n4iIe09JPnbdbxW9odue9V6Vh4eXA2b5z4W2\\/Uj3ntkygOTfMs+VEni7v\\/vz7\\/\\/MUfguBwyys1wRrcIP1X6tt3mf4Nu\\/ear5VQTW4kFNBPOrBUfEePIaVvKn7vS02YFstecfBFBKRyWU\\/NZJDK\\/hpRLL9lFO3+PtwoH7+s+hB6zv6pYilKxHdthrdfuXs81rkVPkm\\/KK3\\/YtEwkB1ts8M9b57ISyO9EU0IUkh7NblzVwlS8txjNyhohXLfPOOvMepyBiMU7csLvoKNLdDVPr0oht6VmDP\\/avvnVwIK365Be5KcDtOOhqJwoYeRJhWEa5DKWjc7QfHpkC9CcLZ\\/TOnCn045iEq5KMbJLpTLXHN8fWM5KmpUYRhP\\/yMH2WmfOjiP7fVpC6nzC7R5K5Q8ueak+bYrT7o\\/nfIk+PTT3LLBqd+qUV461QphkDaRy9GTmCWSzWBSTMDDJFPoWjaIJ5BZbESpc5tzdBNsTFE9fHr4JjxUWQw59onlRs1uxWZaJsBD\\/hJH\\/YvBUl\\/NwblnfWXVzszVb82qVdJv419orottWr\\/GV5RsIoHAo+C544jQbTMVN9uZFU\\/fi6xK8I8kl4Hi\\/2dIr5X+pfizoZ0GIGeiCN6sW+fg+awYdIyYgb0vpcpt2Kf3tfkY\\/Dq1lO8ids6DAbw\\/SEtf1VtKYw0yu2Bhei7+yTZ+9tm2Dkf+6vN5uo6jAOgoieVOq6+Wn\\/5+YrLZbJowrOqRE8hVnJV93H2BOQpg1C12nkHqSNXplXXcAF80NqPmJWIkzN97tv2ZKvLazBxrDN7MI5\\/CURBNu2QjgIluGMOXxtA1yPzhR+PsTIKUk6QsENSi3b+w96dVokDq7EPAhDbRm76Uh2CNLbwAvUaWmyGLcvQf03t24fzUcdK85ZmB+yHZ751+\\/QvIoN87rSdXofXmV6eQDN6aTdZAGymUJsFqC7UNUI\\/X+B9HI2uQ3XiTRJC4wZlMzqlBWV9u3FDIquVQkXo0zyt5H5qxwcpnJXpHKPE+jwSM16dZYj+cQEOjz8s6KUzSpqxntrHK0kVHcjlnQZvpRHSOPbpvqy6YAGWYBsppDnaqzEilopB214Z\\/6QsiRJi7RXfaRNUQymjFbyQwFgF7p28ckbFHVnLyRWHLLD8BHPWadU+1Yxn3x4OYSPE79MNevoTuCArMMaNlTzVuW3aJ19tQ+\\/\\/I2sIcux\\/5imb3k5r\\/pUX4zOHI8Sp\\/rMh590Dfr0yC56sXehLYiJCn84hjo5D36iuXujNUxQf\\/hbzl5YudjBqOimYOcmlyupf8ncr2zcLv2gOzwPKP2tx12Ggl2PG2msjOAF0s37Sr+EgSel0C4DHB9eGJHyL1pRb412k5Y3Lech48u8jaeN+NzTO7c+dNLL2H6c740UGHZ+4d1vo\\/pDO1Zvib29x2zpgeQn3ltE8sP35n9sZfMpFwNfgPfJQ9QeqbeFyAl3R4cS00Hf3N5k+EPjt4f0MEciJfbaE26y9BpRf3ufbHcF8sCeAqbHk\\/lKJIFEWt6GE03EQiaHWth+\\/WaKQDJfv8dtabl0tctdorbHr5Sp\\/Nbfd6C3+tS7DV7vYAnNNE\\/u3icr4YK+eVd\\/5GM10sMci8QAbT3hy\\/9QceBOAbMyXIw9W4P6k9sWntc6HnZGmuJB\\/dqsDWyTWu+rF+FN58R3k9JFBw70LUx8nX5LktgN2aYj7fUIViLDXyd+7ou3Rxt6DfSLQpKIYzCI354x\\/UsY\\/RDnuYlErU34Cin5UQOBUMj058uaip8hHAebHD9ih7MdCNukXu+\\/TZD85JZn22DGphg1b0dNTNwKztCePhgX2y9Gwx9Gj0x6KMECkFHoudO\\/HCUt3Y0AnHLgRYjWJwmXPiX5KdU3FkvSoNBRSa9sDf08YlMVhI1h\\/IjdQ635SMTNbsr1ZNQyhJ4xN691fGZxXyxHoRn1OpXHiZoElYJpzEnEwAFR1JOtG5AmjEL3i2T6z8P6BXnXIC+69DY4rXzikh+EnfnFOuq6+kmDYqVDA6rVXuAi1V8PPpaaUiOmvmth5hY3G9RMeiWK2Ba6k1LiWwfSse\\/DWWdeUtDQvVdlPSmQEvVIZXh6l4I13WmfNql86K9bYbML1PhxV5OX7u7O3y0fH1LUAfMRJ1z3o0pr\\/fDyf6GQxKfU1D7F+JhAHF5WdfOo\\/fY60rzIVCvZe2ens\\/GsBPfekTG9eKKlvgT2mEog+eyAZor9umTXbdUeqmGmRW3DsyHAfmm1VmhYRYIFJSbMfTTWMKiQlNXavhOzBUi0nN9DYaZaFyGSiLSXdpm1IODeOyqnXOqL2sOsb0eKqBu+slJvTAS48PPK3HWzANWYzvMUbUAf0Ea6LbgpVXTKuJCG2TobipJV\\/RTGOKfDKIPTPvF4QTWDdJZUImGJrAsQvXd04ofAl1\\/qp+DEyajiqv1M30LhSDLHVLr\\/248\\/c4KQOnjL1e8FlsV\\/3V\\/3hg9FRrDyp4yn3HfM96z+exccQb\\/wYuDnS1lYzg7yf5FsklDyVyURgAiWh3S69sP35B1Aj4\\/iYOJ83\\/2\\/CMU+MmTtJlmG+eDtXcUb4AfYk629L\\/\\/Hf2peumqjlsfvJHIHbtwHYW\\/X8L1x9Mde\\/6I+QNfZ2UHDMIfGT6niPWBc\\/vXzdt4WcERiPTEj\\/fYc6BheFzYX3caLryTH3+rDRUTziD091jkLo+9tFHFIPtEgvijS8rLuFiAjGR69t63buThE5rJWrir\\/i6SBsBkkUI9NJb6KXu25HYTO45DQ\\/HoewRG90xAZKOdysUYskbhkqgZnfKUNNReq\\/W79GZP8gj5NvKEPSo3SFhBOAb2+cBEv8ea577KbF8WBC+m\\/40\\/UuwrZmVF\\/a6SiuZ0\\/wRuuTQsrmPonYsvujTnf2FnIlnxPMoVrAT\\/UnA\\/O6aaJwaCks3oNmyF6ol5RU\\/E2o0MHE1OMmqpK0zDeOxgR\\/tg7H64dHM\\/VtOWYrg1e\\/VOyZk\\/vnXN\\/JW9ke44r0XcDmzx+fjnU5JSRnLidNlcSwv2taZLvXZ5JN8yyyhPXNkfQjE3KvhRtojEo\\/BPDdUk8NuvorRI7hEPlE92Iom3ydcHMgExekC+vwYZ5mUjmmSWuvqewY5W3FKrt6V3p5ZlP0Q288WtJPWzSkuonEZ1WFCv8M7Cml3PnNPgtm93fSe2hxJgc2dzEsSr5TWPKUo0kAtPJTmw687JNiZGykmTJUbolNNVI9aMSiTKH6tSc6E7vitm8psMK1rKHVe3fJqYSsxLBfd5nhJ6hLyKgqooEtDt5Y7YhtM9vJGkm+0BcB+qh32\\/sN5H6HfuPPgeZhOeKzFQ3mJvIJbSHsggilah\\/0qeG9k3SyKfRiVIiccQ6fUOGPfhs8i\\/TW7aNZCUCjgth7hYXMxnbi9+LdrgXZs+J91f7uLR\\/bdYaUfYBNfT3jU1GdKS5T80+tOgK5qaWSn3sYffdPV2bLs02W9cwc1\\/WvISt8TV2do3676nvRCd60Zm5v\\/5HlTanW2WqmtdOsADP1UhJ3l\\/Wpch6oNhjM0qAXXYwIU\\/v7vPnt2J61LPY+agTXencNKCyT+elS1uU52pg1yz2AquF6gEL4U509HfdIfn5kTHzUS+6lzQ3gc\\/H\\/sMY2Cb1Ag5RAPDJqLQJYO7MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA3rXbPeHTZlfe6GAABOxePL+2pXr0st\\/Lacu0UAgChaV5fNzEq2WubrTuxtgf6\\/GtTMrXpLlXV56MvuYKZz+9\\/NdvYoAReF1dX6f4vpitqOE1XDWPh3GC0XiRV11207a6qNZ+5x8Sw69UVMBFeNGgBh\\/+ZWYhR+Exkzx2g5mIITbzdDp0RdVGqtNHaw7q4MykpX\\/zdD+N0KPzVCjvcIQITu6fIwmKEDC21qaboK1Wg494MCEcwYaO6eK2EN2maUKY9jPgfgWQ9drycoWAhcPsOFXqcMmrs30dzdy7xMfxz7ccAYMzHrV28dOacS\\/gbyf8noRT45GFSX7T+SX2+XeDlDAoPhlHRif6biHIfnfg3Ls+6n0WammbNgVXKMe48yA4v6X\\/\\/+K93mSSrkS3GDI+ES2Z7Wwo\\/J\\/y12efikk\\/exFqxKCLkJbyX\\/p\\/2fya\\/riUMvFtScVW\\/kI0ENA4FBAWbR9s2CpR0oZnt\\/s3Nlq\\/7+9T9+2bJuhZuSf9LcXU1a0C5YlRCnFSjVLZF8Q7XZN6qoz2+iG3v+APhSpg0KMAt2Us8qhZ6nlRgrCX\\/YfVfdrCaUx5dKGYTaJnx6dyX0Bj\\/rzxAV3tBij7SWV+VBv5DzVSX+xdYcC373x9dpu\\/qywSbzI4DpcJFVGQJfKCvdTepOzu+qvDZQv765FTfveleTVtXPv\\/9zxqqkv8iuBGsj+VVWbe26UqD5ZX4EMBEiPEss80rVKHPdCryenqfO0BElsLkVs58c7ttJkbALViX6ueLAOOdr41+s8mrjLYiwiFcTIJ9kTCXZ5Wo+tjKvVY04nCNEMO\\/Um93fyz3u2eB2tia8vQWrksAbg0byc36U3SBkyoTVBJCS7dXX5n3z8GLm42VkPr7qm6JYLhB+es02ahasKklKVvMkXx7JZ0ZabaI8M+oHGWSsu0zRXvq9db1U037RCxMUDILikKtYLoT+RONucKIxs3i7JLaPFqpKGDrNbua73pGG8d35oftCtV82sPaPSJbkK7HXI2aSG9mNobbXhXFdq\\/Lw8Mvflyz56gWag4zmpMN4TIfPOCFuwj\\/12CxalW5e\\/Hh8QvJz3O+mHrnC1y4kePiOSNsZqWFkjPzJYt8GCLbaXjjrm10D47Wuln7uiZgH8YW8H8rZMaoXVsgpIKXzpcLpXlTZCLv+8mf8q6ddb6ck3\\/bEdO99voLSo6TdNTgTrT4PpHqu7r3cMnoDScnPCePLKBu3T1kdpV+BRWKDtaZXNf1n3t5dxB63TG3\\/bkP91HDRv3jWWA5i0J\\/uINMpS+8CGMVQJCRftvE2+IlkmWddggwECXYOP\\/z2xzKm17OL6lPl8aUycX5daQP+3qhQv3Px9r4xxue5hXNhCbeTrA6kLxo1z\\/oxl77IJSU\\/ufHWnwQTTZrawmpdyOD46BU13xnwtShhUManFpLzS6+0rNwuQGMPTTzsvnsS\\/t5PskrOeTFLWfuHeBhfZlS4FvuHl8NnH2wnJib517mvdhT2HzZUuZ0r5593qJeqSnvFjHh3ZpSarQbnJvIXaymdH4u28M4U54p9djvBLLhegeSPMaHKaomrN+33zegAohW\\/QYkMd7NUXqqqxb1iSWufGxvCxHvt9OfCwyaIvY7yNHETizzv54Xrm2uRfLdxGGYNLaWxKx16gWrq6QNydBHGk1bjVjHyoyUnEQyzYFVTSGxeFITkZ2p785Izw8O4GFA13SC\\/40Tojrn4jOh+1idP2\\/ThA\\/aPwiQ2sWFqtvSy2mYymtIKUK+Tc2bVBasSkpDhIJhnKPZxz4g7AKJlNWfOCmaW8FeyJ3qgWUXDti7Qshpqobh6aZKzmAvXieqoLN0SCZTMPei6YFVCEu9zGMyTF90w6QDI8ChB4ucy6jRjO6kYelujyKj\\/qth\\/ML1FBasNL9ux5nFYjtTSjKHWlojw5xxbbjay3GGsuBa13i5dRPLzqxKSDMKxW\\/p94oD0GTCn6nWD8w+AJOoP5imJlde9z25sxz4cbIRltf86UGokNW1nS53\\/xfkmWaIlJjSFHCsb5kB7dkyeQPgj4pp7KGXBqu5acU19JtGP28K+4f4mhdRXXBKXCWsTOy+vaGeH2R3YfX\\/45e\\/gnxLbhHb7c1gn263E7WC3mDxSUSn5P2YoS\\/rcCEefXCA8KmNi\\/pVWsXtaG2o4rl7HA8JZkvGcBWaHfDiUEwPrgiXfeQ0iijF9jttzoyRK2SjJfHypJgfqJDJEly7SNNwivd\\/H1TgxLLl3Qk5tj1+\\/TXuiy6eyoSyr8rDQTVuUKOacMI\\/tG+mMgLUf888polGIaHITq4trGgp\\/HVdflyn5g2muYLdvlulucwrDTcQzliRthVQflcaEND1ODonIdEMNJDaMhRhLqYimm2D\\/oaYAnUp1N+2UuKDIEkux2YQKbeEPxJ4fu4+796BOQaaQZ0KrpJpKj9dcXbF0VX09nIqTnumSyPzsmFzestB\\/73yNpA6PJPONdDTzNqgP37jk+zy9m\\/D7d5s\\/26nBMlWKpsvDbQt1sj0hS3fRBbk+Vugpc9MqfifM67BIhulwQIw8PauSFbzIUehcXbFezrc\\/cn9ENgUnqv1FZd61JJ4azGwN8j5a9jgAuYjgJZ94+Z872k09+ZPemO3O5HBFd0CXh9sU9UftmBn26yqq\\/N3YCrphpa2+qpMBb5lKfHLkD5dkK7jffXOSP5IH1VpmU3rtNuHniqv9RU7vzawq8vUpYm\\/ct4uftox4Ex5e3IKFvxqEjXRiPx8IM29pfmbJX4AqeKEHzsvKjjmXzMPBOqj6tB89QsvWW0eMNU\\/YTtsAzh1tcuZWwrfTOeSoMreqiORPvoJp8XCayG917Weyv2iblJuG6H4vCBuBdTHidoCZ0G\\/2lVD+Eckf94FalvsuCfPfD7vvZNoP0Zg2mSTviL3letTUZFIKuZXYRZvEoncnV6XTXVac5BtfYOI0p86qwCTnljRJSGQOspIfMYv0+2HO\\/JOaXN9fwg4PwsOKI4azYBdpwc6Z6i3a9mO8uNYl0Z1RNYZfFdbJKvyiMdEN47jgURv0WmCwfEhNImIrMX3l6ZyqykSOjXgovlsBPVebHXVd0tRd2xB+Da+v\\/Xj49X\\/ZebaoY44MckIpasIk5F8C8oXOYttuMoVvdtRtrSJaZmfbEtPPzpSokjsa1FqA1VSkYgnxtjCPU1XRxFVWYtLxf\\/rpnYv+WMT4pzu9lf\\/I382oqMIKI8ux0XZJ5LjUGrcDzCQemzn+MKOIpkl+\\/NIRX66USR9xd2+Nb6J\\/kFRMm+RiLGGm+qlV6f8bnzX8A1FECWzd9et3ct97\\/l3Jgv1Fwm7X\\/j\\/W\\/8rVU6\\/3IwtuMT8LGGCtUMYZZrpwKPyMAVxPmH0l58mHclXFNE\\/RPkg6lHUcUxBrW+LwzOSq+i2xCKRQdYWKJqg2r5w\\/bFase94uYzSDc+J0lue3c6+OVw9qpQP3\\/hT8ERzpyJGThrmVOTusQqJUibvr3jjLlliwrJiwhWQQiDyKZnpVZSIM8S5hjo3VYw9v\\/K+nnnXhBsk4qroN4uYyOKdv+yr66KD0PXS8BxHQGAe4cHDXo5M2nLM3+7y3YNLRmkoa1BWOodrFPoc\\/EfXJ8y59ap6aWJVZo6Z8BGvWe2+lLrZ1r41\\/6rsrPjw+TiDk7ezz9K4Mn\\/bik\\/YUMNMwyai7b5uXjliFez+LLvWNyDa2A2WUCqIk\\/MncUTwSE1woMSDHm3bu60W05YXV9k7zkGuKyIhhRyezzTatKuENdubznNWQ1Hjc+kj\\/MVf+2YnPjY2qjxljniu5tPSmp0N6Y8UUuPdFqLc5FAOJ2qejqcnRLIysYBvAHPsNRxJneXZJb92lw\\/1hkvGT8keG+dFZNOTfp1UlHLLxPhJpvDc2tLadgKRQnS7N28vmArfeWWpOkQxOuPdjrHsPU1YmdvdJ9gRV8GHJyb+InG+ZuJRQ7dNnPItDH548nCwIS5Wap6JRQC4ibcGqku\\/K1cOej0z7F\\/t6dkw9+k1mJNKiVLGk02M7OMYrOTFm8ROd25EbafaoQ6Bzsl8xd90aaY9FhL\\/PIUOIvXbh\\/vDbH\\/fFN2pZPlD7scNbzJKb9E2EJ8kSTseyVnPKglWJelE1nnhd08Z9ZHMkQ\\/7DuS9y3KPfbWV0uL3VS7KkZ4J\\/bj1637sYt44nJBkamcz7kpbapNCt2IMl1NJ3FaRksFflxXLImOP91m40W\\/eBaHlGHXM+JHFJwYYaW77iTRhENiLNfH7BqiTE1D7lAU3AGv8Z8k90ejFQSPZG867TGY+Sm+7tJJiSfO2sJVw24jXm1WCzmjuXqfemlNjf776NVoneiz4smcajqJMXsNB+r\\/zrHIdZPYg67b\\/2VnRgNSSj6GmJbV9gwuno7pavFq9KNBgKdn9rmnNbG\\/+xFV9a\\/sNvBWKZGIer4HqfyIlgfdL863\\/Jf70RJx+xKe0pEOuytolQ3G5nSb7oOXo+EMjUGF0XZOi4H6nK\\/wpznWN0QqHXq5LzMxt6ODZetXTqkfC+swWrkkBtqulChDxI4cN++meJWZfUG5B1uvsAEe3DfdhuMJn6x1utt+Pkk744JwzSkNXcsrFR38LlKJUzR1CMFcNc53i\\/z6tNeP37qvg24W2QlS9YlQRGftIRQTGeUvdtl7H9\\/8k6xo0uqt\\/DgaQUnj38My0u65oQvb5jXi+dJ\\/ZZzfbbXzaJ1QSXiTwoYc6PWDvzFiMxZ8eCVSVhYqjq+bkoVRdEm+2yEtFffg5SPMweXZ5zqvZjgT+Fk+94Uh0fmv2CYlJcpBqFUuVvUkFL8kNuuC3f4WCSHJ7pYRQIWZTIxaanBaua1mwq5GECZucvKv\\/mmDb53dVO0u9OjCWjS09GNovcvo8FbveqRgPp5px8qZ44SvFjYKZSJeLzTLo4ztij2X8o64BNVlH0LuIs7sukua79prrylFZZsKokyfQkM6i2gnlWX3kSnv9\\/rrYlfdzbHhlcD8VYhM0i17IdOLz7cpMZuKv03Rtzi5uJXWL2pa6I3H+Y4xl2L9c553Ssjrlzemq6uEqNG33dbdG0+UVdzsnpU9VbNPuNt9140qpSjO3zhdS+w8qwdPw0o+8q8d4ab7ztoM3Ou+pj3uhicrfxh5eun0rJpJs7lxX7UkujNxNXy7ddVdvmCNUdv8ySTF8dMcgvOg\\/1+OuRvioO8WNnJ6gqia8Vvizu4tYrC5n8m2livBH43PeR1ttLPHibhzds1c3n5Ht7d4n35xQTDjVQv7fkIJmBvs9jr20f9WZUyTZNj1NVCmMVFulUHxNxAcvCjZvjXnrFZeDWSVyOcJ35RfL0rqwAa\\/eyh7E7tVO66+6stCvbWI1CCHyU6iKriv2K6lOza3AcmLDlUPKzbm3KJXIjU55\\/9yao7CU89vqNUVGqpkuA6YwuSDuYzHOl1IZeAnCrTrNNu6zp4QWn+lFS4xnnduJ5ALhc1BLAuvG8e5wWucbPh81ESJ\\/RXux3AQApnquBn3U5bT\\/I9eoyrJrlKrfoKMdp4wAAVwaR4rk93hNxNyIzFwDXTXstYi\\/V7TGnir+ODUt9AK4Ze7vGKKOMf10Ps6WPpT4A14yx7euRqe8fc+J3FrDUB+BqSd5EFgkowFIfgGuFyNE4DE9kE3IXuGkPgOuESq86vomMjyasbypLBwCfiuC84zjDYiTZmbtcHABwdVAOvIHk8xt70nvNAQAXB5F7oxhY+5FzO+tPeXQHgFuAcOANNXlc8uHkA+AqIe9Q8rfropJvLlmDkw+AayS8UMy\\/QTAh+YJrFwAAl0h4oZivyePWPtz7AFwx4wvFvBsE3e1SXCRfcfM5+QC4aQa3dxX9Up+N4YPkA3AbbLyonvv2kq82OQej9iH5ANwAvlRvvv7XKnw6S5f18O1u7sodAD4no3i+mKm\\/06l74OED4EZYie6YsReWvmM\\/H4AbYv\\/BXi1h9\\/\\/bXH3nbigAYGl+\\/v2frb3xeRjea2\\/dXTDnNwDg8niu7O0yXXEXyQAAAAAAAAAAAAAAAAAAAAAAAAAA3A7\\/D+vB5GAKZW5kc3RyZWFtCmVuZG9iago5IDAgb2JqCjw8L1R5cGUgL1hPYmplY3QKL1N1YnR5cGUgL0ltYWdlCi9XaWR0aCAzNDAKL0hlaWdodCAyNTYKL0NvbG9yU3BhY2UgL0RldmljZUdyYXkKL0JpdHNQZXJDb21wb25lbnQgOAovRmlsdGVyIC9GbGF0ZURlY29kZQovRGVjb2RlUGFybXMgPDwvUHJlZGljdG9yIDE1IC9Db2xvcnMgMSAvQml0c1BlckNvbXBvbmVudCA4IC9Db2x1bW5zIDM0MD4+Ci9MZW5ndGggNjg5Nz4+CnN0cmVhbQp4nO1d228j13knKFIUKepfGLSIs16Zr4O2aRJHepmHXLsiBnGMJI0HIIKiDdqdIAFaNztALzBST4B0XZhMAwRoO9i0KdCYxKJoH0rCRhu7IaEkhh\\/IhZMYaLm7sjdpq5FE8SKy534ZzlDUiuLI6\\/N72NXMmct3fuc753zfd77hSSQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQedZhmyXXdOkEL\\/Vt2HVOLW7B3D3RTJ38Zpluut\\/b3e71ev98fEZygfwf9fu+gXXP0mc9SANBt7+5h74uAWLfW2j\\/q9Qejk0k0xqP+YcuOW+hLDbPcOjwejiedfwHE9meyKeDkuF2KW\\/LLCr3c7g0wjyej8Xx8Un3t1dToGgKjdjg4G5MSRruK1Sm4R6OHZxTiRLEahNE\\/H6WI1bgrcdnwmbNS2GliVDi+FnclLhve589BY6NScS3LKmwArOcwMhyrsdbAdN3LNv4kb4Qz6TerFacC\\/yquIwbT6XQybmFDYNSBc3I7bimCWLW7ApeoXztWcSOfy2ZuovF2L24JZ8FB0+zIiFuOINL5ooUAezfq16vpFDivt\\/Ac9sO4BZwBj0yzH41bkGmk0ghy7zbvY3egmotJqjngDDGn1VTckswHu4cdgmo2bkmioRM97VxiGUV4x1jeymWW90+wjI3NuAWZC1qd9CsnE7cos3ATmSlu7jJaJVPQd4nn6sRrgZ6GT\\/qTrle41O3OYJApyrcuN6eJVGEjvxampoZ52eLnpT08Rfk76bhFOQ0R\\/d4+6h22PXO5sswEnfb9nRA7RTcd+yxKEIvK2HCSHQ97zvJfHYEymfY7WyGcuoe9\\/vHhnDqgO\\/V9oDLnXHHR7HK9vX+3Xp67dVxSg8nN8715cfAGhNPNlZBSbBcOe\\/XTaTXrh3003T2wW+VgoeHO51dqTuvgeDAaT8ajwbyt47FY5gvz3XDRYKbU5PvfqNXrQEUA2vW6S\\/o8FXfEadVLbsgylVnv0dD3+Phk0JLVzNjrH9UZrYZXd0I5Nr2DvrBY9kB8Qrle9+yQ4JRWG7Ibnjtb5S8I2i5bBBiiVWk0uo5HI9Dn65C6KhN41Gs7umaW22BA6HmB5+i1nryacPLX0mveBM8d\\/Zgc2UfDUf+oNSUMaJeh9JAxLysfDUaj4fGtWTWYTD57PjbOD810vfq9GYuoI0jd4x2hjv3Dgx5e3BrKuurcn1qgEZVGu41u+lt8RFy3k4A8TNW7nm3hZ3RZIRmj\\/E8Fa2FINXh6UeQ8FGyvfdDrD09ZSB26ieRmJ7ToHaEj6vU+fU7V3m7gPwQD3biD2OpeQRe3qOsmCaRRVW9Y+bX0V\\/ElbGT28D3T5gk2Bjs07P4+6ZFLNrE8uOA\\/B94AhuFmN6xk\\/GleMaam1e3sYy+jg6YQQHCP8Lt2oI1JI2GTquRmOPfwM5pWLk0sJNoKCR6auhHk1IHGYKe4XiECiFassTv85iI5OxW\\/nIfRCeqixm4o\\/S51E4CKkQuaxewKGeG6POAB1JjcARlx6cVSKEyrYVUHTj14rEZsPH+HcFQmT5hyodG039hMJV4gEghl9t7J5HOLZ24GXjqNTbgaYFnFjYQDZOtUg8WdIu3d5h2qppVcio5wjA5BjZsZgWCZU4PMNZ0d+FRzl4yfpK8bLWLzVQKcamggQcGV7+Ar\\/oaX1Y7H3eJy\\/cMPR7PZqDhWYQOuBqTTKaRC1c2s1ZAuqqyTfqiVqeZ1Ic0GcXev026qebTc3xTHCSkcauzhEaEJVA7eQY4K+CHOERkvGoEwigkb0LfR2R\\/gS77EykBTd55Ychx7ZUr3Jh3G5ipbEDDhSFfNJhPp3IZVocR2La6mA9oWsAY2GTydNCsHuoQnkevJBGsA4GcIstCWqKJ43j08fIKxFQnBdbtzVa4CGk5psII01mOkDA4y1fWlhwdFVe02KnZxY11kEwOx4BClSj9HJG88QTljAyQmhDqLbApC5d4+POelWS+GnArvYZzi91xvNpues53D77CZbvvXJNk0RDZ1rE3yXHyJAVfa4gi1f4VRWt3O5zLpkJ6CWGCxQDAQ4MqxALHRYt4hIp46i3TiR+W+8wNk81xx9pg9KfGj\\/Rhz2nkcH6dzudza6gp55zGbJOWJv4SMhSZ1rL+Nr\\/kLdOCC8cKPI9Ru0wiED2bsiEvgWNalsUA6l3R3qLTuEWMJzsoaNT9p10bl\\/s734H3+F27D6b2BXykam8adk2nlJSjd4x6FZICRkbrK4v9v4Ys+CP4027Apd2IICxsPwhVABLykScd6k84l7ESbJ2RBTo3dE0kNsRp3tr6KqG6\\/DelxXkVXXBde6dBA7kemOOWmGmzLx4WS0p0h6x5YGHxhcyWhI7o7hRiWWpEnPq0AMrYsq0BVga2zkhN80ieclljnxpRhNW5sPkU8UjinFG8ixXO4nUPN08nEmuou2BugntIznHO9jt7t21z0V\\/BFv6+59yHd1RCtv3jcZrPw49EXrfCsADpYUOOyxCZ9wqnDOPYgZUSNvdyvvc0u62x9ph9oRoOZuF7QoCSOb+d58mJWrrmH2LsQ1ihM8pg\\/v4duqmTj4NSJmFGjYMqcElXhuq7xeGZnjdumzpr2I3ZhdfNXf4rI4M1IvVfBHSWgzFU3f47lZDeV7uBXNUUb9CfkMYjSWKYoQMovaE2jB1QR2tsip7TCBGCqBz42O\\/wC7Lfo0C+uartsKgPag7sHc7W4ATqZfE1uW8Kcb2e\\/jGmvUHuDNmf1xW\\/xy10xTNWNY4oC+O4cA6qIW6LNY9+RMob9J5GPPengUFYnbbfxMAnnilu0ttDtKWHdo80oxgq7khwmYa5RSCf+HV+AFVnzaAK482x\\/wAPeokDNZXtRVGiqV90ZA6oAnVz\\/BaAudvtY6PkAf\\/fryJTsbP4nOvy3OimH7oxHX9SB49\\/P0J\\/Ej6SxQjwPvSRKR4Kqvg3mRB2TWIWKqrnE14J94OZk8mNyg7EniOPFlWTxCpVgZz4BSKJNN61xSlmI9S00FgCD6L\\/Q4YiqUjbBOYVRpISN7\\/xN+EQ6gvgWPvlX9FWa3SJBVa8A5yHioXwe\\/Gnfo4YCjAm8AAyKVgk9ao+3sm+tXQRhc6BEu507Z0f5V3z5uHXAtLTyIq0H1redlYSowN3iKvcFcBQp8T18sIJUDnfYzlYan\\/wOeo\\/h1A6OiTVs4XyJm7j8m6bDewhSxt8Df5z09tutgz5\\/caMQW9LCz4gIzXknyVfJDWw66BYzbwkUIgdcF44bYFxjc1SXxAjJU0olj6pcdX2FrCoO4Bew+0d90txdhzj+NEra7zHqfBsp48dJkwpTlO\\/El19l0Ejck\\/Pe8dpEBuRM1MsGdMCf4sdIM798wi8Wn9LrkRUHH\\/lDxLaHX8AycipPsHnrhcCrQdfHdKemFiMahRjzlUjoYXI9wuOfhkwqmkASwgncu5+mhyR6jTuukJ0XaJoOtnwaQW7AYJrhCvc5uUx4XFku6VqxpgGSjtuYf\\/j5ulxndCNTFNq7P0aOafT6Q1AHm1t8iHlxIj1mE1\\/2bIA1b1tKPktLCik+7oq4GulX8rGmgOmk883d+ROJ9\\/MPhJpFUufnKTm0d+P+2GSLLCtblYqVE3rDJ0USbErdalNUN7ewFug\\/zwiltvi45DXGql+JO7OSjH3Pz935gfw7hNWmlaMGQwYtHFQFvXqmO+k4OW5QrGQykvakvKC2I2zS0x2vmM9MdeG0RXS14wSUMbXpIlobTmH6tiUDd9PumZo2VXC8ZtWlwXiErFVxtsVIbDq\\/sT5zqlgj9FWlHp5cK1jwe6ON9bVQCy+dLzpA57enn53MrG9sFDZyq3FTCghCKnbGbyCTq2u5bEZW7nRm9QzaDrG2DeiRWwI9PA2\\/N4q+LbUKdD7qVfETipB1QGf+eCyvXgH0nLUl3iVYLVQn75JPkN5FSGY34hZBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQeGRQWmOPTQVzgSt3Bv1zrmH63sWpfB9fQ20xcPxJdNVzTRdgHrZdUvz7SQbC8q9fnDDUQi6N8MrSxcoAprp1lr7B71eH2A06Pd7R\\/v1ObfoXTK0OtDH4ZSu8n2dRnFIFYSOd\\/8cBTdUHfWP7s6\\/O\\/SygPdf8T8hn9XKfF+nSTyCCTDc1mH07p\\/jwaEXsm9xjLDxz\\/xfl38S0hQ3zImZVN1pH\\/WDChrA8N5lGgRc\\/PP\\/jvT7q7q4kZW87efSYdYO+1EqKmrr3qVhle4u5Io\\/A6yXpQ1zJpOvxyafuOf5qawuaGDVvXqrXgtposgCGRrZXUjcoDnhHQ4C8n5wMdKeHcbclEJWv7uYl\\/5oODoZjf75DAWyzGR3QHmr4F\\/6VUuSthrTbwtr7lEUpX6zAXf6tYobEEUXnRwuRFXLmJPfnr9AAt0ZVNrWNpHM57N\\/JlXgw4uQ9eww5C2mKLpV1yrk8U6\\/ZAfQVAYXfXEBby3hbjq1EV10gQS67620rS2uzi\\/EWpzlx\\/cXCL4rnEios53PZtLBXycnPyv\\/l+d\\/q\\/4O5mRqs6PIAgkO2SHPn9oj0dgTq1ONZV8FrT6lpl2vmM+G\\/cy5XifbIT13\\/veS3f+uzV8ggm4q6E\\/tqWVLKtKJYZtfvscsH4OqxXzoPgaaXaO2iv\\/+c7+XjJudqTdFFoig+4dJ29oiIb1jsTLNqbFhGTD2ZFu\\/6xSyEYweHLM9LOfccm0GyLg5+f7cBaIwbE+2gCOF9xMX+n4sW\\/\\/I48+kaeXDNs3QHYFRuN\\/jebYJ0EzTdt13yLOG+wR36zW3FFkgucYa2\\/xSdqTkHXIB3Hj6vsRp08pNT7hayWsf9sUhwnuo\\/R4N03G9en0fRr6O+9Oe23g06kcXHNR4UJTvG+rK+6lIO+TyTZ2WDF3klO8BJ8CsHfTk6Iq8ncwcMEuAzLv7R71+fzia38EIYNSj6yKcU3liDzj8D9n254aw\\/e5kIuwBx1EKuFlNd2o7mWgYpluut\\/d7PUDmHCGF02nFQnNOJUdK3iGX7by4dHyLz1GdYuieTumiW6k0mgDArbKLG7nM\\/JZ0CejmYBFsQkC\\/zoJP5ZxKxlJgh9zQXrcU6HwEonvITSGVyWRyCMCtOlt3Slve5Lzwm03QmNb2BvTrIE0Cp4KxZNalHXL9Sj62PRS\\/y4S4mBE9veY8HJWgY3gV17IKG8RHZt2Dc9rljhQYTMWeH+\\/mdNQumTKgF4bVbafa9CdhqEYVeIUN0C\\/WIJdTAxLnlFvKuncYpDTOjb+oHBfGKdzVK5vLo\\/BWAf1r06rb2aiCGfOLsAc7lVkrH4rWfjdkvz\\/dXOYSNRGk8bCc6g40ldp1J7hoZXp106zVS+I5VFX9J\\/iVaL\\/v0wqmwTl1sMy6d0+0TJt20HUBfuDdw15vv7y0dbUGFuXVh7pZLwOXAJpK41FfXrSy673hqNcbTaeGGPeJW7+ZmrNAgsc4xUY\\/6PiCCe1Xi8EZH3B+jM2Pwe6yWCX7wI7azpn7h10\\/HPD6jIUQvdni\\/uwDuSYsqBwM1kUWSGD+Pjb6S3Wx43emQxaayPlJQy6zHUERtFrdW1RuEN0HdtzvgU5cg6kotkkw80a7fSz7BEzZtVpPiM+MPy3eRamrrkdwOlUgwWUUAgNVd9vCjA+UdH0qZOHcozegjVdHYm8q3TvuH9XY4e3RaHhcSywGm3znYehgAxz3CPb3QeOFdxmbbgrfqVh4cWXyT0xYmeynhdsYdcEgR2QBoE54KzPuu9eclrjq23Dy03E1rU6uANbAE+iPz\\/BCF\\/mz\\/0MPvZFYh\\/MiuTnDPAeNJ0YxKIwWptSvbq9n0v+Ir\\/08rojHnW8Xrb19TLjv7JyW7veZehk8SjoWMxM6biEXYuibtHWbW5nkLfTXB1ghjm\\/7O\\/QQaXTn8TMQNxPJtW0v3FokxPbK8g0smaa6BWMAZJjDe4XzgBz0Jv4B\\/scV6Oycwibq0gfoe2HidVzQsGFDhk1bt5JbSdhILL6kWh5iTsmzcR26M4fzM2JlLW9VmmESYwykbDpjF1swXQtSStdWOldR2R2mP0BgHRa9xG+kU1FQH6ILQBN1qDJJkR+R0fBIRJkuX9lgRsMrAXxJ1R6InGo1QvGCHYZ0JrdRtOwKh2NBVNAAPxSmxRJZJWg8AVXTvo+7GJ6zhcgsFBi5wF+iN+pR07tzFFlwIhhYt4KZSM1oRgGNAypHmpI2uU4vNjHhlFOylnQh\\/k8qnc5wrKYhMk8gVn\\/OLqKdyoNrFAaNYXhozhYjszdSCaSoXWo2OvfDqdPpkmNoAT9pS0skkNNZ0bIyubpTSJGMQGGFQH8bH2MSDeJOOMuLvCbb8IVjmjdhk07lwKVjgyRfVLfRQrLYPztg4ngZ\\/kHGY4NNxNdk6kr36TJiWEGDcWpIS3kQoxmmvD3gDUU6gm\\/RuYzI6eBjk\\/Q8d4kxLRO\\/8ikiLOUUSZCqNJvNil0gIesG6Z9wdP4\\/PeGgjNErqBo890XuYxoP1IcV8CU77U3KpV8skmn1VqTQtAUAp7QjcN+XaKaHSaQ9b5mZAdpPsXjYLjIe4KMqaVUYZaWpFkaL8OZsgkqPf4Rtlhuw0L7H7Eu5j5ncpA0rqHBj4BbrBDdSKZIlNYzyTjRiJvibv0KXAqpsaHawZlZx56Jr2cvMDDB2SWWQSNqbUdYkTHA5oUqcrID\\/TrDhtyr4CVw9MMRlz7AChysPH1Ar4MI0sax\\/GjEA3CaP\\/eEt0pq+nSUqT4chbGjo1ACczhq6ODg0HwA7zd8KywXDsrLUesjOFWb2XtMdgdJJQ0ziEfOcQwp8m\\/OsP6AX4l56Bc2ek\\/HtUKlLVP1HxO33CrTr02HI\\/wgkuURCOFPj+QXCbDM\\/EKXemQPSqYIXCqn1KPcpeZ0c+W9KCcTdq+I9wrJnSIEvxv9eppcSSzb5DGFNcGE5fjaRwFd+Tdb0MF9NkMBa1sRv13mtm6iCr+CD68FWFVUO5z7R\\/jkmmoIVayIY1yUpBjpd0NkS6umwpJiPkAvpC\\/ohcSWb9CerMUGONF35Bd4ZW4bJcB8GwF3O+qDmiDEo\\/0l4zsAnGsF4pbjSXiHm9FuSpvwRvsBlPNFJnwwT0wXNTcEE1VlSpMXO0hHmwXSi9euE\\/\\/RVt+IU2GI6D1hNJl8T5oBlTfymd0\\/stf4OEuzb+OhJ+Vr3vhCTwgYUnylg6iDQFDwiNpnsDpn0q\\/tRBVL2E+v8gkbREWb60wMdkwU6eBJ4MPQ5wlAG8LumkOS4jInfLLfldBTqIb+B6yt5MTaRlfTvCq4DDqN1gJdbyK+t0P5IW0OnfoDzbFSBVE027zREjUo3CKtvBkyAr+DGlLTPJENZl+h3T4zDXvTEr9ve3d5AZFRIRMMa8KxwOTWWOsX\\/FhUVh3z8a2myFPq62BosiQR4OJEFokwanXfE2QzgKiFoHFgkuYnOioG1Ev2SwXtGqBoNIC04iiJ3HK1UDvsgrUGTkUx8\\/Fl6ve4SSn13\\/TfGXFG1uhxVSxi4NXCEyKRJJJ2tdGSBJNc3mMsl156ZGCcyq\\/+BTn6OienQ5YGOtfZtXq\\/q1\\/H\\/i\\/T4tZJ39+\\/ZkW6XWwe9wfQHab7LRren8ZnfwRS4LO5e3coknsJlH0rQ7xnFNII\\/xYoB9ZFPalUwE0UWSILSWaoSrD0dAAKsvobOfRXdK4gJmj6d4POn8ynchtXFePy66bj19kHv1RtZ8uLa3cPjEELhK4U0D0LqO\\/U6zDejcfcmCqqSshXo5I8DnJL++Brs4GxSc6GHE1kg4suE7M70FH21G8bqi+jUAyjmARMT2P\\/wfqr0vvMY9mQXMUl5gI\\/DXr8\\/GnvbuVWj5NbQN70R+WOAMKGGH8Mnx6MRv56mgBFS3doBbn8pIfgFdGrUqh\\/QCZjkjEYWiHidvCok+Z+6AJBV\\/vXRc9NiTprE\\/ieHnZ1V7H4vZJLi2YxvvNyGyaIz8vGCyb+pqSUX36UpYB\\/AJ2hWcEdKCv1DUnE24dJhOrJABFG1atjQl64wVu+zCeITYTUhQwqugreZItkDC5mk+ItOTklvDMmnfkm+ouvysWFFWovx5FXmjwebgg7TkQUCDFIWviKXadCbx3s0FSYVWBcSa\\/I8crHWkg72AxYzSTUmc8EHg8O05\\/a4qKpNJy+utj3Jy8AkK9+X6orP7uxkTi2YvrkSoVJX2fr6mC1P\\/pYgJ6BQrElm28qDOaC00EmKyzADDRta7NNIblEdaLrbgSXhlUKVUOOsTzXHHwiVlHJgIwsEPI9Kr0RUKHmNMzho4fhqaoc0Vrdq5wMp3ytQOIN897ag9ejkZmM2oX7VKUSmH6\\/ktu2oVOpktuBUKu72ekjrp6v08dD8mqdAQAa2ZJSiQga58Cc9nA6Xyhedimtt57OhNdHwShoLzpwbyZwt9TkJzQr8xG\\/Wq1bS0anUydVMJmIlLut2keJMfSoQWSAAZtB8KFqklCPUYNSrI+MqBWRJRzxSI3H36\\/Pn2J+KdN4K0dZO1YUKeFFhxUy+sLER7IozCziSm9XGrPJVSxzrR9ELVxg0vfWUD4nPinSu4HhkeOzCdHqruLGevTBCMSL1\\/\\/Q+mMzmZpand4SZwn925rWM0+bsD4kfAsnVtRxKXSbp9LF8arQ4pNYdMqZ13EL0jG669VadZNBceGjqEcBqvghzaiKSqiD0chv+HBS1zq04vwh41wB+lRT2GT2G7h0Oxn6F\\/KIGsCZi+r7qEQLMYAdEFjIfJRGv5hITJx5ROPeH+GNGYqCqAfXc0FswBNaACSq7akBdDGyUL1GBoRr6XYsaUM+J8jHLH6KZQ2pAPSc8nj9E8nwnXTWgngs4gRrnDxlvE49r0Sno7zXcRgmyaGWH5XjfeJd7j3EDp3SgXwJiOd7eEtOlH0XgjwMd6UcXFh9GeW\\/BREsmMEWYc7rM1N5HETitHmVfMU6XmNr7aAIlC6EP5jinF\\/g7Ee8J4GQhqJn8hyzUxH9OoGQhmH1lME4dNfGfE9+b4BRVc09xujC8OkE56A7LnFecnh\\/\\/C3h8jOeg+0XF6fnxQ8DkLstBbxbUHLUA\\/DGgkv0kWFjim8LZscp+wqQb6+\\/TPVpYK3rwZzQrVj7W36d7xJBaQ7+iqZZOFBQUFBQUFBQU3pv4fwAG8NMKZW5kc3RyZWFtCmVuZG9iagoyIDAgb2JqCjw8Ci9Qcm9jU2V0IFsvUERGIC9UZXh0IC9JbWFnZUIgL0ltYWdlQyAvSW1hZ2VJXQovRm9udCA8PAovRjEgNiAwIFIKL0YyIDcgMCBSCj4+Ci9YT2JqZWN0IDw8Ci9JMSA4IDAgUgo+Pgo+PgplbmRvYmoKMTAgMCBvYmoKPDwKL1Byb2R1Y2VyIChGUERGIDEuODEpCi9DcmVhdGlvbkRhdGUgKEQ6MjAxNzExMTcxNDMwMTcpCj4+CmVuZG9iagoxMSAwIG9iago8PAovVHlwZSAvQ2F0YWxvZwovUGFnZXMgMSAwIFIKPj4KZW5kb2JqCnhyZWYKMCAxMgowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMDA3NjAgMDAwMDAgbiAKMDAwMDAxNjkxMyAwMDAwMCBuIAowMDAwMDAwMDA5IDAwMDAwIG4gCjAwMDAwMDAxNDMgMDAwMDAgbiAKMDAwMDAwMDg0NyAwMDAwMCBuIAowMDAwMDAxMjgxIDAwMDAwIG4gCjAwMDAwMDEzOTkgMDAwMDAgbiAKMDAwMDAwMTUxMiAwMDAwMCBuIAowMDAwMDA5NzczIDAwMDAwIG4gCjAwMDAwMTcwMzcgMDAwMDAgbiAKMDAwMDAxNzExNCAwMDAwMCBuIAp0cmFpbGVyCjw8Ci9TaXplIDEyCi9Sb290IDExIDAgUgovSW5mbyAxMCAwIFIKPj4Kc3RhcnR4cmVmCjE3MTY0CiUlRU9GCg==\"\n        }\n    ]\n}\n</code></pre>","urlObject":{"protocol":"https","path":["customer","contracts",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"a4256550-1e0c-4a99-8657-0d19d93b6dcb","name":"Query Customer Contracts","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/contracts/?loginId=testapi&password=abc123&orderId=5403B1B54B","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","contracts",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"5403B1B54B"},{"key":"customerId","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"customerId\": 830,\n            \"orderId\": \"5403B1B54B\",\n            \"dateCreated\": \"2017-11-20 11:03:52\",\n            \"mimeType\": \"application/pdf\",\n            \"contract\": \"JVBERi0xLjQKMyAwIG9iago8PC9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL1Jlc291cmNlcyAyIDAgUgovR3JvdXAgPDwvVHlwZSAvR3JvdXAgL1MgL1RyYW5zcGFyZW5jeSAvQ1MgL0RldmljZVJHQj4+Ci9Db250ZW50cyA0IDAgUj4+CmVuZG9iago0IDAgb2JqCjw8L0ZpbHRlciAvRmxhdGVEZWNvZGUgL0xlbmd0aCA1NDc+PgpzdHJlYW0KeJxtk09v2zAMxe/9FLxlAxpVkv8luRQdug7dgHVDA+zM2IztzbYySamRbz/KTopkDnwyLf743qOs4euNFEkG/c2nNdw9KVBaSAnrLXxeh5KOl0IvIVsmIstgXcCHNdnWgdnCK9m3OqePsP59PHz3pEGpi/5ICcXtcSridGh/AYcHyLGDg9mDI7qFzQF8RVBg380cENrmAE1dVv72jH0ERTrICaBfFXpwBnbW7Avu6AkqrJtZAVwPPN/XA4WZDToPZUPY1l15haoWQqkj1TiCjTVYgPO23pED7AquBBSX0Dqm88yyGqbsyNaN2TvYhgNTtIzEMh6dz8gOLRbbHVrvguQefV6x5p4sBTclNg12nv3w9FHv/QSaLpanbTywtoFp8j8UrFoq2ClazjXUN6bdONjsrfOMgroDrO00gTRLRDLm+gXfKITKGz732Q3+fQjd7C1sGyxZvGOZddOEEzxxik2ViPXZ3gtDboSEJOduhx2vhePFruN0DuQZ+kZTUJwJnVzG2IS9DCoJtpZo2FN4qUxLpw8by7j7izs6uePHEXxzk/ESvNZlh35v33X8Ba3TELnkR2VSZAnohYgSiCMptIS8hbtnBY8Gfr7/CNeGRGkslnIY8h1bWsGTxS6vHbzmxnv4Rof/pcoLygCW18BRJtT4hz2iZ7CWKpsrNVcsWq8iuVLZrp3kGsmFWIymn3/AQ1FYcm7FFjXTBA86dfwD62Iq+wplbmRzdHJlYW0KZW5kb2JqCjEgMCBvYmoKPDwvVHlwZSAvUGFnZXMKL0tpZHMgWzMgMCBSIF0KL0NvdW50IDEKL01lZGlhQm94IFswIDAgNTk1LjI4IDg0MS44OV0KPj4KZW5kb2JqCjUgMCBvYmoKPDwvRmlsdGVyIC9GbGF0ZURlY29kZSAvTGVuZ3RoIDM2ND4+CnN0cmVhbQp4nF1Sy26DMBC88xU+pocITBqCJYRESZA49KHSfgCBJUUqBhly4O+7u3bSqkhY47FndlZrPy+Ppe4X4b+ZsalgEV2vWwPzeDUNiDNceu3JULR9s7gdr81QT56P4mqdFxhK3Y1ekvjveDYvZhWbrB3P8OD5r6YF0+uL2HzmFe6r6zR9wwB6EYGXpqKFDn2e6+mlHkD4LNuWLZ73y7pFze+Nj3UCEfJe2izN2MI81Q2YWl/AS4IgFUlRpB7o9t9ZZBXn7u/VQ4FLgF/qJXGEOD7gEgYhEUoiViETMiZiR8SjJXIiSKKsRO6QyFx9MkVMMW4FpboFaL5qg+UClmXkE7siGWEqEkisi9jVOhHe22QR4ZjuhDljxfyOW8hYGzF+srwinDO/Z88T48OR8jtP4pX1PHJf7Ckt7zwlYedJOZXzpLaV86ScqrA4dt1ztzQOejD3OTdXY3DE/Kp4tjTVXsP94U3jRCr6fwB/DbapCmVuZHN0cmVhbQplbmRvYmoKNiAwIG9iago8PC9UeXBlIC9Gb250Ci9CYXNlRm9udCAvSGVsdmV0aWNhLUJvbGQKL1N1YnR5cGUgL1R5cGUxCi9FbmNvZGluZyAvV2luQW5zaUVuY29kaW5nCi9Ub1VuaWNvZGUgNSAwIFIKPj4KZW5kb2JqCjcgMCBvYmoKPDwvVHlwZSAvRm9udAovQmFzZUZvbnQgL0hlbHZldGljYQovU3VidHlwZSAvVHlwZTEKL0VuY29kaW5nIC9XaW5BbnNpRW5jb2RpbmcKL1RvVW5pY29kZSA1IDAgUgo+PgplbmRvYmoKOCAwIG9iago8PC9UeXBlIC9YT2JqZWN0Ci9TdWJ0eXBlIC9JbWFnZQovV2lkdGggMzQwCi9IZWlnaHQgMjU2Ci9Db2xvclNwYWNlIC9EZXZpY2VSR0IKL0JpdHNQZXJDb21wb25lbnQgOAovRmlsdGVyIC9GbGF0ZURlY29kZQovRGVjb2RlUGFybXMgPDwvUHJlZGljdG9yIDE1IC9Db2xvcnMgMyAvQml0c1BlckNvbXBvbmVudCA4IC9Db2x1bW5zIDM0MD4+Ci9TTWFzayA5IDAgUgovTGVuZ3RoIDgwMDY+PgpzdHJlYW0KeJztnc1u7Dayx/0Kx/0Rx8gii3kDv4C3s/BJrFYvA2Tl59B2ECDAjVrnxucOkL2f8vJLEiVWkUVJ/en/D8Qg49PNpkQWq1gsFu/uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMhlU9aqrHfNujy4suNKM/rLalebrzSqhseX93M/CgCflfXOinFN/uvWiKiSVS2xoSSXY8GWl7bC2quKbgMAYDGcyBUD2bvrJoKS1tjHKoU/F+gfPffrAeDmUIJtZMyXavffG18JX0Rpzv22ALh+lFSvRIJ9KlUvsQXMggIeAQAmsvXX5MW5RXqS/of8A5BN1AN/RQXyD0AO2xl++MsrWP8DIGa9++vcEisuZaLclxB+AMRsf30/tffeyWqzMXsHqjzsvq+//qcrP/z2hzLgw/Kvf/8VL3f7j3O/zk+K2/ct4Xm9Mqr73bclpNpGBJhBUDQjP8J2V7ciXfWy+vTuyl117pcAJjJeNhaIv7ou9h+m2/K1d6G1txJspa43e+1v+2n/p5JqEwg4/sq5HxIsDxm4ucXi68p4e1fSq8S4M8VJm3xkgWszW+nt56qrZj0ODYLw3yxKW5BRIRv09VWixLgzxfNtcrPwo9wHBY7l3BrsYQ1l9nvKAHwK2u4PxkRRq7XAuVsHliQSCYq+/nSw/oISo+EG4WJDfnzFav8zoex51ilYNNovAG6OzTgkVC33mseXCrs2n4iIe09JPnbdbxW9odue9V6Vh4eXA2b5z4W2/Uj3ntkygOTfMs+VEni7v/vz7//MUfguBwyys1wRrcIP1X6tt3mf4Nu/ear5VQTW4kFNBPOrBUfEePIaVvKn7vS02YFstecfBFBKRyWU/NZJDK/hpRLL9lFO3+PtwoH7+s+hB6zv6pYilKxHdthrdfuXs81rkVPkm/KK3/YtEwkB1ts8M9b57ISyO9EU0IUkh7NblzVwlS8txjNyhohXLfPOOvMepyBiMU7csLvoKNLdDVPr0oht6VmDP/avvnVwIK365Be5KcDtOOhqJwoYeRJhWEa5DKWjc7QfHpkC9CcLZ/TOnCn045iEq5KMbJLpTLXHN8fWM5KmpUYRhP/yMH2WmfOjiP7fVpC6nzC7R5K5Q8ueak+bYrT7o/nfIk+PTT3LLBqd+qUV461QphkDaRy9GTmCWSzWBSTMDDJFPoWjaIJ5BZbESpc5tzdBNsTFE9fHr4JjxUWQw59onlRs1uxWZaJsBD/hJH/YvBUl/NwblnfWXVzszVb82qVdJv419orottWr/GV5RsIoHAo+C544jQbTMVN9uZFU/fi6xK8I8kl4Hi/2dIr5X+pfizoZ0GIGeiCN6sW+fg+awYdIyYgb0vpcpt2Kf3tfkY/Dq1lO8ids6DAbw/SEtf1VtKYw0yu2Bhei7+yTZ+9tm2Dkf+6vN5uo6jAOgoieVOq6+Wn/5+YrLZbJowrOqRE8hVnJV93H2BOQpg1C12nkHqSNXplXXcAF80NqPmJWIkzN97tv2ZKvLazBxrDN7MI5/CURBNu2QjgIluGMOXxtA1yPzhR+PsTIKUk6QsENSi3b+w96dVokDq7EPAhDbRm76Uh2CNLbwAvUaWmyGLcvQf03t24fzUcdK85ZmB+yHZ751+/QvIoN87rSdXofXmV6eQDN6aTdZAGymUJsFqC7UNUI/X+B9HI2uQ3XiTRJC4wZlMzqlBWV9u3FDIquVQkXo0zyt5H5qxwcpnJXpHKPE+jwSM16dZYj+cQEOjz8s6KUzSpqxntrHK0kVHcjlnQZvpRHSOPbpvqy6YAGWYBsppDnaqzEilopB214Z/6QsiRJi7RXfaRNUQymjFbyQwFgF7p28ckbFHVnLyRWHLLD8BHPWadU+1Yxn3x4OYSPE79MNevoTuCArMMaNlTzVuW3aJ19tQ+//I2sIcux/5imb3k5r/pUX4zOHI8Sp/rMh590Dfr0yC56sXehLYiJCn84hjo5D36iuXujNUxQf/hbzl5YudjBqOimYOcmlyupf8ncr2zcLv2gOzwPKP2tx12Ggl2PG2msjOAF0s37Sr+EgSel0C4DHB9eGJHyL1pRb412k5Y3Lech48u8jaeN+NzTO7c+dNLL2H6c740UGHZ+4d1vo/pDO1Zvib29x2zpgeQn3ltE8sP35n9sZfMpFwNfgPfJQ9QeqbeFyAl3R4cS00Hf3N5k+EPjt4f0MEciJfbaE26y9BpRf3ufbHcF8sCeAqbHk/lKJIFEWt6GE03EQiaHWth+/WaKQDJfv8dtabl0tctdorbHr5Sp/Nbfd6C3+tS7DV7vYAnNNE/u3icr4YK+eVd/5GM10sMci8QAbT3hy/9QceBOAbMyXIw9W4P6k9sWntc6HnZGmuJB/dqsDWyTWu+rF+FN58R3k9JFBw70LUx8nX5LktgN2aYj7fUIViLDXyd+7ou3Rxt6DfSLQpKIYzCI354x/UsY/RDnuYlErU34Cin5UQOBUMj058uaip8hHAebHD9ih7MdCNukXu+/TZD85JZn22DGphg1b0dNTNwKztCePhgX2y9Gwx9Gj0x6KMECkFHoudO/HCUt3Y0AnHLgRYjWJwmXPiX5KdU3FkvSoNBRSa9sDf08YlMVhI1h/IjdQ635SMTNbsr1ZNQyhJ4xN691fGZxXyxHoRn1OpXHiZoElYJpzEnEwAFR1JOtG5AmjEL3i2T6z8P6BXnXIC+69DY4rXzikh+EnfnFOuq6+kmDYqVDA6rVXuAi1V8PPpaaUiOmvmth5hY3G9RMeiWK2Ba6k1LiWwfSse/DWWdeUtDQvVdlPSmQEvVIZXh6l4I13WmfNql86K9bYbML1PhxV5OX7u7O3y0fH1LUAfMRJ1z3o0pr/fDyf6GQxKfU1D7F+JhAHF5WdfOo/fY60rzIVCvZe2ens/GsBPfekTG9eKKlvgT2mEog+eyAZor9umTXbdUeqmGmRW3DsyHAfmm1VmhYRYIFJSbMfTTWMKiQlNXavhOzBUi0nN9DYaZaFyGSiLSXdpm1IODeOyqnXOqL2sOsb0eKqBu+slJvTAS48PPK3HWzANWYzvMUbUAf0Ea6LbgpVXTKuJCG2TobipJV/RTGOKfDKIPTPvF4QTWDdJZUImGJrAsQvXd04ofAl1/qp+DEyajiqv1M30LhSDLHVLr/248/c4KQOnjL1e8FlsV/3V/3hg9FRrDyp4yn3HfM96z+exccQb/wYuDnS1lYzg7yf5FsklDyVyURgAiWh3S69sP35B1Aj4/iYOJ83/2/CMU+MmTtJlmG+eDtXcUb4AfYk629L//Hf2peumqjlsfvJHIHbtwHYW/X8L1x9Mde/6I+QNfZ2UHDMIfGT6niPWBc/vXzdt4WcERiPTEj/fYc6BheFzYX3caLryTH3+rDRUTziD091jkLo+9tFHFIPtEgvijS8rLuFiAjGR69t63buThE5rJWrir/i6SBsBkkUI9NJb6KXu25HYTO45DQ/HoewRG90xAZKOdysUYskbhkqgZnfKUNNReq/W79GZP8gj5NvKEPSo3SFhBOAb2+cBEv8ea577KbF8WBC+m/40/UuwrZmVF/a6SiuZ0/wRuuTQsrmPonYsvujTnf2FnIlnxPMoVrAT/UnA/O6aaJwaCks3oNmyF6ol5RU/E2o0MHE1OMmqpK0zDeOxgR/tg7H64dHM/VtOWYrg1e/VOyZk/vnXN/JW9ke44r0XcDmzx+fjnU5JSRnLidNlcSwv2taZLvXZ5JN8yyyhPXNkfQjE3KvhRtojEo/BPDdUk8NuvorRI7hEPlE92Iom3ydcHMgExekC+vwYZ5mUjmmSWuvqewY5W3FKrt6V3p5ZlP0Q288WtJPWzSkuonEZ1WFCv8M7Cml3PnNPgtm93fSe2hxJgc2dzEsSr5TWPKUo0kAtPJTmw687JNiZGykmTJUbolNNVI9aMSiTKH6tSc6E7vitm8psMK1rKHVe3fJqYSsxLBfd5nhJ6hLyKgqooEtDt5Y7YhtM9vJGkm+0BcB+qh32/sN5H6HfuPPgeZhOeKzFQ3mJvIJbSHsggilah/0qeG9k3SyKfRiVIiccQ6fUOGPfhs8i/TW7aNZCUCjgth7hYXMxnbi9+LdrgXZs+J91f7uLR/bdYaUfYBNfT3jU1GdKS5T80+tOgK5qaWSn3sYffdPV2bLs02W9cwc1/WvISt8TV2do3676nvRCd60Zm5v/5HlTanW2WqmtdOsADP1UhJ3l/Wpch6oNhjM0qAXXYwIU/v7vPnt2J61LPY+agTXencNKCyT+elS1uU52pg1yz2AquF6gEL4U509HfdIfn5kTHzUS+6lzQ3gc/H/sMY2Cb1Ag5RAPDJqLQJYO7MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOA3rXbPeHTZlfe6GAABOxePL+2pXr0st/Lacu0UAgChaV5fNzEq2WubrTuxtgf6/GtTMrXpLlXV56MvuYKZz+9/NdvYoAReF1dX6f4vpitqOE1XDWPh3GC0XiRV11207a6qNZ+5x8Sw69UVMBFeNGgBh/+ZWYhR+Exkzx2g5mIITbzdDp0RdVGqtNHaw7q4MykpX/zdD+N0KPzVCjvcIQITu6fIwmKEDC21qaboK1Wg494MCEcwYaO6eK2EN2maUKY9jPgfgWQ9drycoWAhcPsOFXqcMmrs30dzdy7xMfxz7ccAYMzHrV28dOacS/gbyf8noRT45GFSX7T+SX2+XeDlDAoPhlHRif6biHIfnfg3Ls+6n0WammbNgVXKMe48yA4v6X//+K93mSSrkS3GDI+ES2Z7Wwo/J/y12efikk/exFqxKCLkJbyX/p/2fya/riUMvFtScVW/kI0ENA4FBAWbR9s2CpR0oZnt/s3Nlq/7+9T9+2bJuhZuSf9LcXU1a0C5YlRCnFSjVLZF8Q7XZN6qoz2+iG3v+APhSpg0KMAt2Us8qhZ6nlRgrCX/YfVfdrCaUx5dKGYTaJnx6dyX0Bj/rzxAV3tBij7SWV+VBv5DzVSX+xdYcC373x9dpu/qywSbzI4DpcJFVGQJfKCvdTepOzu+qvDZQv765FTfveleTVtXPv/9zxqqkv8iuBGsj+VVWbe26UqD5ZX4EMBEiPEss80rVKHPdCryenqfO0BElsLkVs58c7ttJkbALViX6ueLAOOdr41+s8mrjLYiwiFcTIJ9kTCXZ5Wo+tjKvVY04nCNEMO/Um93fyz3u2eB2tia8vQWrksAbg0byc36U3SBkyoTVBJCS7dXX5n3z8GLm42VkPr7qm6JYLhB+es02ahasKklKVvMkXx7JZ0ZabaI8M+oHGWSsu0zRXvq9db1U037RCxMUDILikKtYLoT+RONucKIxs3i7JLaPFqpKGDrNbua73pGG8d35oftCtV82sPaPSJbkK7HXI2aSG9mNobbXhXFdq/Lw8Mvflyz56gWag4zmpMN4TIfPOCFuwj/12CxalW5e/Hh8QvJz3O+mHrnC1y4kePiOSNsZqWFkjPzJYt8GCLbaXjjrm10D47Wuln7uiZgH8YW8H8rZMaoXVsgpIKXzpcLpXlTZCLv+8mf8q6ddb6ck3/bEdO99voLSo6TdNTgTrT4PpHqu7r3cMnoDScnPCePLKBu3T1kdpV+BRWKDtaZXNf1n3t5dxB63TG3/bkP91HDRv3jWWA5i0J/uINMpS+8CGMVQJCRftvE2+IlkmWddggwECXYOP/z2xzKm17OL6lPl8aUycX5daQP+3qhQv3Px9r4xxue5hXNhCbeTrA6kLxo1z/oxl77IJSU/ufHWnwQTTZrawmpdyOD46BU13xnwtShhUManFpLzS6+0rNwuQGMPTTzsvnsS/t5PskrOeTFLWfuHeBhfZlS4FvuHl8NnH2wnJib517mvdhT2HzZUuZ0r5593qJeqSnvFjHh3ZpSarQbnJvIXaymdH4u28M4U54p9djvBLLhegeSPMaHKaomrN+33zegAohW/QYkMd7NUXqqqxb1iSWufGxvCxHvt9OfCwyaIvY7yNHETizzv54Xrm2uRfLdxGGYNLaWxKx16gWrq6QNydBHGk1bjVjHyoyUnEQyzYFVTSGxeFITkZ2p785Izw8O4GFA13SC/40Tojrn4jOh+1idP2/ThA/aPwiQ2sWFqtvSy2mYymtIKUK+Tc2bVBasSkpDhIJhnKPZxz4g7AKJlNWfOCmaW8FeyJ3qgWUXDti7Qshpqobh6aZKzmAvXieqoLN0SCZTMPei6YFVCEu9zGMyTF90w6QDI8ChB4ucy6jRjO6kYelujyKj/qth/ML1FBasNL9ux5nFYjtTSjKHWlojw5xxbbjay3GGsuBa13i5dRPLzqxKSDMKxW/p94oD0GTCn6nWD8w+AJOoP5imJlde9z25sxz4cbIRltf86UGokNW1nS53/xfkmWaIlJjSFHCsb5kB7dkyeQPgj4pp7KGXBqu5acU19JtGP28K+4f4mhdRXXBKXCWsTOy+vaGeH2R3YfX/45e/gnxLbhHb7c1gn263E7WC3mDxSUSn5P2YoS/rcCEefXCA8KmNi/pVWsXtaG2o4rl7HA8JZkvGcBWaHfDiUEwPrgiXfeQ0iijF9jttzoyRK2SjJfHypJgfqJDJEly7SNNwivd/H1TgxLLl3Qk5tj1+/TXuiy6eyoSyr8rDQTVuUKOacMI/tG+mMgLUf888polGIaHITq4trGgp/HVdflyn5g2muYLdvlulucwrDTcQzliRthVQflcaEND1ODonIdEMNJDaMhRhLqYimm2D/oaYAnUp1N+2UuKDIEkux2YQKbeEPxJ4fu4+796BOQaaQZ0KrpJpKj9dcXbF0VX09nIqTnumSyPzsmFzestB/73yNpA6PJPONdDTzNqgP37jk+zy9m/D7d5s/26nBMlWKpsvDbQt1sj0hS3fRBbk+Vugpc9MqfifM67BIhulwQIw8PauSFbzIUehcXbFezrc/cn9ENgUnqv1FZd61JJ4azGwN8j5a9jgAuYjgJZ94+Z872k09+ZPemO3O5HBFd0CXh9sU9UftmBn26yqq/N3YCrphpa2+qpMBb5lKfHLkD5dkK7jffXOSP5IH1VpmU3rtNuHniqv9RU7vzawq8vUpYm/ct4uftox4Ex5e3IKFvxqEjXRiPx8IM29pfmbJX4AqeKEHzsvKjjmXzMPBOqj6tB89QsvWW0eMNU/YTtsAzh1tcuZWwrfTOeSoMreqiORPvoJp8XCayG917Weyv2iblJuG6H4vCBuBdTHidoCZ0G/2lVD+Eckf94FalvsuCfPfD7vvZNoP0Zg2mSTviL3letTUZFIKuZXYRZvEoncnV6XTXVac5BtfYOI0p86qwCTnljRJSGQOspIfMYv0+2HO/JOaXN9fwg4PwsOKI4azYBdpwc6Z6i3a9mO8uNYl0Z1RNYZfFdbJKvyiMdEN47jgURv0WmCwfEhNImIrMX3l6ZyqykSOjXgovlsBPVebHXVd0tRd2xB+Da+v/Xj49X/ZebaoY44MckIpasIk5F8C8oXOYttuMoVvdtRtrSJaZmfbEtPPzpSokjsa1FqA1VSkYgnxtjCPU1XRxFVWYtLxf/rpnYv+WMT4pzu9lf/I382oqMIKI8ux0XZJ5LjUGrcDzCQemzn+MKOIpkl+/NIRX66USR9xd2+Nb6J/kFRMm+RiLGGm+qlV6f8bnzX8A1FECWzd9et3ct97/l3Jgv1Fwm7X/j/W/8rVU6/3IwtuMT8LGGCtUMYZZrpwKPyMAVxPmH0l58mHclXFNE/RPkg6lHUcUxBrW+LwzOSq+i2xCKRQdYWKJqg2r5w/bFase94uYzSDc+J0lue3c6+OVw9qpQP3/hT8ERzpyJGThrmVOTusQqJUibvr3jjLlliwrJiwhWQQiDyKZnpVZSIM8S5hjo3VYw9v/K+nnnXhBsk4qroN4uYyOKdv+yr66KD0PXS8BxHQGAe4cHDXo5M2nLM3+7y3YNLRmkoa1BWOodrFPoc/EfXJ8y59ap6aWJVZo6Z8BGvWe2+lLrZ1r41/6rsrPjw+TiDk7ezz9K4Mn/bik/YUMNMwyai7b5uXjliFez+LLvWNyDa2A2WUCqIk/MncUTwSE1woMSDHm3bu60W05YXV9k7zkGuKyIhhRyezzTatKuENdubznNWQ1Hjc+kj/MVf+2YnPjY2qjxljniu5tPSmp0N6Y8UUuPdFqLc5FAOJ2qejqcnRLIysYBvAHPsNRxJneXZJb92lw/1hkvGT8keG+dFZNOTfp1UlHLLxPhJpvDc2tLadgKRQnS7N28vmArfeWWpOkQxOuPdjrHsPU1YmdvdJ9gRV8GHJyb+InG+ZuJRQ7dNnPItDH548nCwIS5Wap6JRQC4ibcGqku/K1cOej0z7F/t6dkw9+k1mJNKiVLGk02M7OMYrOTFm8ROd25EbafaoQ6Bzsl8xd90aaY9FhL/PIUOIvXbh/vDbH/fFN2pZPlD7scNbzJKb9E2EJ8kSTseyVnPKglWJelE1nnhd08Z9ZHMkQ/7DuS9y3KPfbWV0uL3VS7KkZ4J/bj1637sYt44nJBkamcz7kpbapNCt2IMl1NJ3FaRksFflxXLImOP91m40W/eBaHlGHXM+JHFJwYYaW77iTRhENiLNfH7BqiTE1D7lAU3AGv8Z8k90ejFQSPZG867TGY+Sm+7tJJiSfO2sJVw24jXm1WCzmjuXqfemlNjf776NVoneiz4smcajqJMXsNB+r/zrHIdZPYg67b/2VnRgNSSj6GmJbV9gwuno7pavFq9KNBgKdn9rmnNbG/+xFV9a/sNvBWKZGIer4HqfyIlgfdL863/Jf70RJx+xKe0pEOuytolQ3G5nSb7oOXo+EMjUGF0XZOi4H6nK/wpznWN0QqHXq5LzMxt6ODZetXTqkfC+swWrkkBtqulChDxI4cN++meJWZfUG5B1uvsAEe3DfdhuMJn6x1utt+Pkk744JwzSkNXcsrFR38LlKJUzR1CMFcNc53i/z6tNeP37qvg24W2QlS9YlQRGftIRQTGeUvdtl7H9/8k6xo0uqt/DgaQUnj38My0u65oQvb5jXi+dJ/ZZzfbbXzaJ1QSXiTwoYc6PWDvzFiMxZ8eCVSVhYqjq+bkoVRdEm+2yEtFffg5SPMweXZ5zqvZjgT+Fk+94Uh0fmv2CYlJcpBqFUuVvUkFL8kNuuC3f4WCSHJ7pYRQIWZTIxaanBaua1mwq5GECZucvKv/mmDb53dVO0u9OjCWjS09GNovcvo8FbveqRgPp5px8qZ44SvFjYKZSJeLzTLo4ztij2X8o64BNVlH0LuIs7sukua79prrylFZZsKokyfQkM6i2gnlWX3kSnv9/rrYlfdzbHhlcD8VYhM0i17IdOLz7cpMZuKv03Rtzi5uJXWL2pa6I3H+Y4xl2L9c553Ssjrlzemq6uEqNG33dbdG0+UVdzsnpU9VbNPuNt9140qpSjO3zhdS+w8qwdPw0o+8q8d4ab7ztoM3Ou+pj3uhicrfxh5eun0rJpJs7lxX7UkujNxNXy7ddVdvmCNUdv8ySTF8dMcgvOg/1+OuRvioO8WNnJ6gqia8Vvizu4tYrC5n8m2livBH43PeR1ttLPHibhzds1c3n5Ht7d4n35xQTDjVQv7fkIJmBvs9jr20f9WZUyTZNj1NVCmMVFulUHxNxAcvCjZvjXnrFZeDWSVyOcJ35RfL0rqwAa/eyh7E7tVO66+6stCvbWI1CCHyU6iKriv2K6lOza3AcmLDlUPKzbm3KJXIjU55/9yao7CU89vqNUVGqpkuA6YwuSDuYzHOl1IZeAnCrTrNNu6zp4QWn+lFS4xnnduJ5ALhc1BLAuvG8e5wWucbPh81ESJ/RXux3AQApnquBn3U5bT/I9eoyrJrlKrfoKMdp4wAAVwaR4rk93hNxNyIzFwDXTXstYi/V7TGnir+ODUt9AK4Ze7vGKKOMf10Ps6WPpT4A14yx7euRqe8fc+J3FrDUB+BqSd5EFgkowFIfgGuFyNE4DE9kE3IXuGkPgOuESq86vomMjyasbypLBwCfiuC84zjDYiTZmbtcHABwdVAOvIHk8xt70nvNAQAXB5F7oxhY+5FzO+tPeXQHgFuAcOANNXlc8uHkA+AqIe9Q8rfropJvLlmDkw+AayS8UMy/QTAh+YJrFwAAl0h4oZivyePWPtz7AFwx4wvFvBsE3e1SXCRfcfM5+QC4aQa3dxX9Up+N4YPkA3AbbLyonvv2kq82OQej9iH5ANwAvlRvvv7XKnw6S5f18O1u7sodAD4no3i+mKm/06l74OED4EZYie6YsReWvmM/H4AbYv/BXi1h9//bXH3nbigAYGl+/v2frb3xeRjea2/dXTDnNwDg8niu7O0yXXEXyQAAAAAAAAAAAAAAAAAAAAAAAAAA3A7/D+vB5GAKZW5kc3RyZWFtCmVuZG9iago5IDAgb2JqCjw8L1R5cGUgL1hPYmplY3QKL1N1YnR5cGUgL0ltYWdlCi9XaWR0aCAzNDAKL0hlaWdodCAyNTYKL0NvbG9yU3BhY2UgL0RldmljZUdyYXkKL0JpdHNQZXJDb21wb25lbnQgOAovRmlsdGVyIC9GbGF0ZURlY29kZQovRGVjb2RlUGFybXMgPDwvUHJlZGljdG9yIDE1IC9Db2xvcnMgMSAvQml0c1BlckNvbXBvbmVudCA4IC9Db2x1bW5zIDM0MD4+Ci9MZW5ndGggNjg5Nz4+CnN0cmVhbQp4nO1d228j13knKFIUKepfGLSIs16Zr4O2aRJHepmHXLsiBnGMJI0HIIKiDdqdIAFaNztALzBST4B0XZhMAwRoO9i0KdCYxKJoH0rCRhu7IaEkhh/IhZMYaLm7sjdpq5FE8SKy534ZzlDUiuLI6/N72NXMmct3fuc753zfd77hSSQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQedZhmyXXdOkEL/Vt2HVOLW7B3D3RTJ38Zpluut/b3e71ev98fEZygfwf9fu+gXXP0mc9SANBt7+5h74uAWLfW2j/q9Qejk0k0xqP+YcuOW+hLDbPcOjwejiedfwHE9meyKeDkuF2KW/LLCr3c7g0wjyej8Xx8Un3t1dToGgKjdjg4G5MSRruK1Sm4R6OHZxTiRLEahNE/H6WI1bgrcdnwmbNS2GliVDi+FnclLhve589BY6NScS3LKmwArOcwMhyrsdbAdN3LNv4kb4Qz6TerFacC/yquIwbT6XQybmFDYNSBc3I7bimCWLW7ApeoXztWcSOfy2ZuovF2L24JZ8FB0+zIiFuOINL5ooUAezfq16vpFDivt/Ac9sO4BZwBj0yzH41bkGmk0ghy7zbvY3egmotJqjngDDGn1VTckswHu4cdgmo2bkmioRM97VxiGUV4x1jeymWW90+wjI3NuAWZC1qd9CsnE7cos3ATmSlu7jJaJVPQd4nn6sRrgZ6GT/qTrle41O3OYJApyrcuN6eJVGEjvxampoZ52eLnpT08Rfk76bhFOQ0R/d4+6h22PXO5sswEnfb9nRA7RTcd+yxKEIvK2HCSHQ97zvJfHYEymfY7WyGcuoe9/vHhnDqgO/V9oDLnXHHR7HK9vX+3Xp67dVxSg8nN8715cfAGhNPNlZBSbBcOe/XTaTXrh3003T2wW+VgoeHO51dqTuvgeDAaT8ajwbyt47FY5gvz3XDRYKbU5PvfqNXrQEUA2vW6S/o8FXfEadVLbsgylVnv0dD3+Phk0JLVzNjrH9UZrYZXd0I5Nr2DvrBY9kB8Qrle9+yQ4JRWG7Ibnjtb5S8I2i5bBBiiVWk0uo5HI9Dn65C6KhN41Gs7umaW22BA6HmB5+i1nryacPLX0mveBM8d/Zgc2UfDUf+oNSUMaJeh9JAxLysfDUaj4fGtWTWYTD57PjbOD810vfq9GYuoI0jd4x2hjv3Dgx5e3BrKuurcn1qgEZVGu41u+lt8RFy3k4A8TNW7nm3hZ3RZIRmj/E8Fa2FINXh6UeQ8FGyvfdDrD09ZSB26ieRmJ7ToHaEj6vU+fU7V3m7gPwQD3biD2OpeQRe3qOsmCaRRVW9Y+bX0V/ElbGT28D3T5gk2Bjs07P4+6ZFLNrE8uOA/B94AhuFmN6xk/GleMaam1e3sYy+jg6YQQHCP8Lt2oI1JI2GTquRmOPfwM5pWLk0sJNoKCR6auhHk1IHGYKe4XiECiFassTv85iI5OxW/nIfRCeqixm4o/S51E4CKkQuaxewKGeG6POAB1JjcARlx6cVSKEyrYVUHTj14rEZsPH+HcFQmT5hyodG039hMJV4gEghl9t7J5HOLZ24GXjqNTbgaYFnFjYQDZOtUg8WdIu3d5h2qppVcio5wjA5BjZsZgWCZU4PMNZ0d+FRzl4yfpK8bLWLzVQKcamggQcGV7+Ar/oaX1Y7H3eJy/cMPR7PZqDhWYQOuBqTTKaRC1c2s1ZAuqqyTfqiVqeZ1Ic0GcXev026qebTc3xTHCSkcauzhEaEJVA7eQY4K+CHOERkvGoEwigkb0LfR2R/gS77EykBTd55Ychx7ZUr3Jh3G5ipbEDDhSFfNJhPp3IZVocR2La6mA9oWsAY2GTydNCsHuoQnkevJBGsA4GcIstCWqKJ43j08fIKxFQnBdbtzVa4CGk5psII01mOkDA4y1fWlhwdFVe02KnZxY11kEwOx4BClSj9HJG88QTljAyQmhDqLbApC5d4+POelWS+GnArvYZzi91xvNpues53D77CZbvvXJNk0RDZ1rE3yXHyJAVfa4gi1f4VRWt3O5zLpkJ6CWGCxQDAQ4MqxALHRYt4hIp46i3TiR+W+8wNk81xx9pg9KfGj/Rhz2nkcH6dzudza6gp55zGbJOWJv4SMhSZ1rL+Nr/kLdOCC8cKPI9Ru0wiED2bsiEvgWNalsUA6l3R3qLTuEWMJzsoaNT9p10bl/s734H3+F27D6b2BXykam8adk2nlJSjd4x6FZICRkbrK4v9v4Ys+CP4027Apd2IICxsPwhVABLykScd6k84l7ESbJ2RBTo3dE0kNsRp3tr6KqG6/DelxXkVXXBde6dBA7kemOOWmGmzLx4WS0p0h6x5YGHxhcyWhI7o7hRiWWpEnPq0AMrYsq0BVga2zkhN80ieclljnxpRhNW5sPkU8UjinFG8ixXO4nUPN08nEmuou2BugntIznHO9jt7t21z0V/BFv6+59yHd1RCtv3jcZrPw49EXrfCsADpYUOOyxCZ9wqnDOPYgZUSNvdyvvc0u62x9ph9oRoOZuF7QoCSOb+d58mJWrrmH2LsQ1ihM8pg/v4duqmTj4NSJmFGjYMqcElXhuq7xeGZnjdumzpr2I3ZhdfNXf4rI4M1IvVfBHSWgzFU3f47lZDeV7uBXNUUb9CfkMYjSWKYoQMovaE2jB1QR2tsip7TCBGCqBz42O/wC7Lfo0C+uartsKgPag7sHc7W4ATqZfE1uW8Kcb2e/jGmvUHuDNmf1xW/xy10xTNWNY4oC+O4cA6qIW6LNY9+RMob9J5GPPengUFYnbbfxMAnnilu0ttDtKWHdo80oxgq7khwmYa5RSCf+HV+AFVnzaAK482x/wAPeokDNZXtRVGiqV90ZA6oAnVz/BaAudvtY6PkAf/fryJTsbP4nOvy3OimH7oxHX9SB49/P0J/Ej6SxQjwPvSRKR4Kqvg3mRB2TWIWKqrnE14J94OZk8mNyg7EniOPFlWTxCpVgZz4BSKJNN61xSlmI9S00FgCD6L/Q4YiqUjbBOYVRpISN7/xN+EQ6gvgWPvlX9FWa3SJBVa8A5yHioXwe/Gnfo4YCjAm8AAyKVgk9ao+3sm+tXQRhc6BEu507Z0f5V3z5uHXAtLTyIq0H1redlYSowN3iKvcFcBQp8T18sIJUDnfYzlYan/wOeo/h1A6OiTVs4XyJm7j8m6bDewhSxt8Df5z09tutgz5/caMQW9LCz4gIzXknyVfJDWw66BYzbwkUIgdcF44bYFxjc1SXxAjJU0olj6pcdX2FrCoO4Bew+0d90txdhzj+NEra7zHqfBsp48dJkwpTlO/El19l0Ejck/Pe8dpEBuRM1MsGdMCf4sdIM798wi8Wn9LrkRUHH/lDxLaHX8AycipPsHnrhcCrQdfHdKemFiMahRjzlUjoYXI9wuOfhkwqmkASwgncu5+mhyR6jTuukJ0XaJoOtnwaQW7AYJrhCvc5uUx4XFku6VqxpgGSjtuYf/j5ulxndCNTFNq7P0aOafT6Q1AHm1t8iHlxIj1mE1/2bIA1b1tKPktLCik+7oq4GulX8rGmgOmk883d+ROJ9/MPhJpFUufnKTm0d+P+2GSLLCtblYqVE3rDJ0USbErdalNUN7ewFug/zwiltvi45DXGql+JO7OSjH3Pz935gfw7hNWmlaMGQwYtHFQFvXqmO+k4OW5QrGQykvakvKC2I2zS0x2vmM9MdeG0RXS14wSUMbXpIlobTmH6tiUDd9PumZo2VXC8ZtWlwXiErFVxtsVIbDq/sT5zqlgj9FWlHp5cK1jwe6ON9bVQCy+dLzpA57enn53MrG9sFDZyq3FTCghCKnbGbyCTq2u5bEZW7nRm9QzaDrG2DeiRWwI9PA2/N4q+LbUKdD7qVfETipB1QGf+eCyvXgH0nLUl3iVYLVQn75JPkN5FSGY34hZBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQeGRQWmOPTQVzgSt3Bv1zrmH63sWpfB9fQ20xcPxJdNVzTRdgHrZdUvz7SQbC8q9fnDDUQi6N8MrSxcoAprp1lr7B71eH2A06Pd7R/v1ObfoXTK0OtDH4ZSu8n2dRnFIFYSOd/8cBTdUHfWP7s6/O/SygPdf8T8hn9XKfF+nSTyCCTDc1mH07p/jwaEXsm9xjLDxz/xfl38S0hQ3zImZVN1pH/WDChrA8N5lGgRc/PP/jvT7q7q4kZW87efSYdYO+1EqKmrr3qVhle4u5Io/A6yXpQ1zJpOvxyafuOf5qawuaGDVvXqrXgtposgCGRrZXUjcoDnhHQ4C8n5wMdKeHcbclEJWv7uYl/5oODoZjf75DAWyzGR3QHmr4F/6VUuSthrTbwtr7lEUpX6zAXf6tYobEEUXnRwuRFXLmJPfnr9AAt0ZVNrWNpHM57N/JlXgw4uQ9eww5C2mKLpV1yrk8U6/ZAfQVAYXfXEBby3hbjq1EV10gQS67620rS2uzi/EWpzlx/cXCL4rnEios53PZtLBXycnPyv/l+d/q/4O5mRqs6PIAgkO2SHPn9oj0dgTq1ONZV8FrT6lpl2vmM+G/cy5XifbIT13/veS3f+uzV8ggm4q6E/tqWVLKtKJYZtfvscsH4OqxXzoPgaaXaO2iv/+c7+XjJudqTdFFoig+4dJ29oiIb1jsTLNqbFhGTD2ZFu/6xSyEYweHLM9LOfccm0GyLg5+f7cBaIwbE+2gCOF9xMX+n4sW//I48+kaeXDNs3QHYFRuN/jebYJ0EzTdt13yLOG+wR36zW3FFkgucYa2/xSdqTkHXIB3Hj6vsRp08pNT7hayWsf9sUhwnuo/R4N03G9en0fRr6O+9Oe23g06kcXHNR4UJTvG+rK+6lIO+TyTZ2WDF3klO8BJ8CsHfTk6Iq8ncwcMEuAzLv7R71+fzia38EIYNSj6yKcU3liDzj8D9n254aw/e5kIuwBx1EKuFlNd2o7mWgYpluut/d7PUDmHCGF02nFQnNOJUdK3iGX7by4dHyLz1GdYuieTumiW6k0mgDArbKLG7nM/JZ0CejmYBFsQkC/zoJP5ZxKxlJgh9zQXrcU6HwEonvITSGVyWRyCMCtOlt3Slve5Lzwm03QmNb2BvTrIE0Cp4KxZNalHXL9Sj62PRS/y4S4mBE9veY8HJWgY3gV17IKG8RHZt2Dc9rljhQYTMWeH+/mdNQumTKgF4bVbafa9CdhqEYVeIUN0C/WIJdTAxLnlFvKuncYpDTOjb+oHBfGKdzVK5vLo/BWAf1r06rb2aiCGfOLsAc7lVkrH4rWfjdkvz/dXOYSNRGk8bCc6g40ldp1J7hoZXp106zVS+I5VFX9J/iVaL/v0wqmwTl1sMy6d0+0TJt20HUBfuDdw15vv7y0dbUGFuXVh7pZLwOXAJpK41FfXrSy673hqNcbTaeGGPeJW7+ZmrNAgsc4xUY/6PiCCe1Xi8EZH3B+jM2Pwe6yWCX7wI7azpn7h10/HPD6jIUQvdni/uwDuSYsqBwM1kUWSGD+Pjb6S3Wx43emQxaayPlJQy6zHUERtFrdW1RuEN0HdtzvgU5cg6kotkkw80a7fSz7BEzZtVpPiM+MPy3eRamrrkdwOlUgwWUUAgNVd9vCjA+UdH0qZOHcozegjVdHYm8q3TvuH9XY4e3RaHhcSywGm3znYehgAxz3CPb3QeOFdxmbbgrfqVh4cWXyT0xYmeynhdsYdcEgR2QBoE54KzPuu9eclrjq23Dy03E1rU6uANbAE+iPz/BCF/mz/0MPvZFYh/MiuTnDPAeNJ0YxKIwWptSvbq9n0v+Ir/08rojHnW8Xrb19TLjv7JyW7veZehk8SjoWMxM6biEXYuibtHWbW5nkLfTXB1ghjm/7O/QQaXTn8TMQNxPJtW0v3FokxPbK8g0smaa6BWMAZJjDe4XzgBz0Jv4B/scV6Oycwibq0gfoe2HidVzQsGFDhk1bt5JbSdhILL6kWh5iTsmzcR26M4fzM2JlLW9VmmESYwykbDpjF1swXQtSStdWOldR2R2mP0BgHRa9xG+kU1FQH6ILQBN1qDJJkR+R0fBIRJkuX9lgRsMrAXxJ1R6InGo1QvGCHYZ0JrdRtOwKh2NBVNAAPxSmxRJZJWg8AVXTvo+7GJ6zhcgsFBi5wF+iN+pR07tzFFlwIhhYt4KZSM1oRgGNAypHmpI2uU4vNjHhlFOylnQh/k8qnc5wrKYhMk8gVn/OLqKdyoNrFAaNYXhozhYjszdSCaSoXWo2OvfDqdPpkmNoAT9pS0skkNNZ0bIyubpTSJGMQGGFQH8bH2MSDeJOOMuLvCbb8IVjmjdhk07lwKVjgyRfVLfRQrLYPztg4ngZ/kHGY4NNxNdk6kr36TJiWEGDcWpIS3kQoxmmvD3gDUU6gm/RuYzI6eBjk/Q8d4kxLRO/8ikiLOUUSZCqNJvNil0gIesG6Z9wdP4/PeGgjNErqBo890XuYxoP1IcV8CU77U3KpV8skmn1VqTQtAUAp7QjcN+XaKaHSaQ9b5mZAdpPsXjYLjIe4KMqaVUYZaWpFkaL8OZsgkqPf4Rtlhuw0L7H7Eu5j5ncpA0rqHBj4BbrBDdSKZIlNYzyTjRiJvibv0KXAqpsaHawZlZx56Jr2cvMDDB2SWWQSNqbUdYkTHA5oUqcrID/TrDhtyr4CVw9MMRlz7AChysPH1Ar4MI0sax/GjEA3CaP/eEt0pq+nSUqT4chbGjo1ACczhq6ODg0HwA7zd8KywXDsrLUesjOFWb2XtMdgdJJQ0ziEfOcQwp8m/OsP6AX4l56Bc2ek/HtUKlLVP1HxO33CrTr02HI/wgkuURCOFPj+QXCbDM/EKXemQPSqYIXCqn1KPcpeZ0c+W9KCcTdq+I9wrJnSIEvxv9eppcSSzb5DGFNcGE5fjaRwFd+Tdb0MF9NkMBa1sRv13mtm6iCr+CD68FWFVUO5z7R/jkmmoIVayIY1yUpBjpd0NkS6umwpJiPkAvpC/ohcSWb9CerMUGONF35Bd4ZW4bJcB8GwF3O+qDmiDEo/0l4zsAnGsF4pbjSXiHm9FuSpvwRvsBlPNFJnwwT0wXNTcEE1VlSpMXO0hHmwXSi9euE//RVt+IU2GI6D1hNJl8T5oBlTfymd0/stf4OEuzb+OhJ+Vr3vhCTwgYUnylg6iDQFDwiNpnsDpn0q/tRBVL2E+v8gkbREWb60wMdkwU6eBJ4MPQ5wlAG8LumkOS4jInfLLfldBTqIb+B6yt5MTaRlfTvCq4DDqN1gJdbyK+t0P5IW0OnfoDzbFSBVE027zREjUo3CKtvBkyAr+DGlLTPJENZl+h3T4zDXvTEr9ve3d5AZFRIRMMa8KxwOTWWOsX/FhUVh3z8a2myFPq62BosiQR4OJEFokwanXfE2QzgKiFoHFgkuYnOioG1Ev2SwXtGqBoNIC04iiJ3HK1UDvsgrUGTkUx8/Fl6ve4SSn13/TfGXFG1uhxVSxi4NXCEyKRJJJ2tdGSBJNc3mMsl156ZGCcyq/+BTn6OienQ5YGOtfZtXq/q1/H/i/T4tZJ39+/ZkW6XWwe9wfQHab7LRren8ZnfwRS4LO5e3coknsJlH0rQ7xnFNII/xYoB9ZFPalUwE0UWSILSWaoSrD0dAAKsvobOfRXdK4gJmj6d4POn8ynchtXFePy66bj19kHv1RtZ8uLa3cPjEELhK4U0D0LqO/U6zDejcfcmCqqSshXo5I8DnJL++Brs4GxSc6GHE1kg4suE7M70FH21G8bqi+jUAyjmARMT2P/wfqr0vvMY9mQXMUl5gI/DXr8/GnvbuVWj5NbQN70R+WOAMKGGH8Mnx6MRv56mgBFS3doBbn8pIfgFdGrUqh/QCZjkjEYWiHidvCok+Z+6AJBV/vXRc9NiTprE/ieHnZ1V7H4vZJLi2YxvvNyGyaIz8vGCyb+pqSUX36UpYB/AJ2hWcEdKCv1DUnE24dJhOrJABFG1atjQl64wVu+zCeITYTUhQwqugreZItkDC5mk+ItOTklvDMmnfkm+ouvysWFFWovx5FXmjwebgg7TkQUCDFIWviKXadCbx3s0FSYVWBcSa/I8crHWkg72AxYzSTUmc8EHg8O05/a4qKpNJy+utj3Jy8AkK9+X6orP7uxkTi2YvrkSoVJX2fr6mC1P/pYgJ6BQrElm28qDOaC00EmKyzADDRta7NNIblEdaLrbgSXhlUKVUOOsTzXHHwiVlHJgIwsEPI9Kr0RUKHmNMzho4fhqaoc0Vrdq5wMp3ytQOIN897ag9ejkZmM2oX7VKUSmH6/ktu2oVOpktuBUKu72ekjrp6v08dD8mqdAQAa2ZJSiQga58Cc9nA6Xyhedimtt57OhNdHwShoLzpwbyZwt9TkJzQr8xG/Wq1bS0anUydVMJmIlLut2keJMfSoQWSAAZtB8KFqklCPUYNSrI+MqBWRJRzxSI3H36/Pn2J+KdN4K0dZO1YUKeFFhxUy+sLER7IozCziSm9XGrPJVSxzrR9ELVxg0vfWUD4nPinSu4HhkeOzCdHqruLGevTBCMSL1//Q+mMzmZpand4SZwn925rWM0+bsD4kfAsnVtRxKXSbp9LF8arQ4pNYdMqZ13EL0jG669VadZNBceGjqEcBqvghzaiKSqiD0chv+HBS1zq04vwh41wB+lRT2GT2G7h0Oxn6F/KIGsCZi+r7qEQLMYAdEFjIfJRGv5hITJx5ROPeH+GNGYqCqAfXc0FswBNaACSq7akBdDGyUL1GBoRr6XYsaUM+J8jHLH6KZQ2pAPSc8nj9E8nwnXTWgngs4gRrnDxlvE49r0Sno7zXcRgmyaGWH5XjfeJd7j3EDp3SgXwJiOd7eEtOlH0XgjwMd6UcXFh9GeW/BREsmMEWYc7rM1N5HETitHmVfMU6XmNr7aAIlC6EP5jinF/g7Ee8J4GQhqJn8hyzUxH9OoGQhmH1lME4dNfGfE9+b4BRVc09xujC8OkE56A7LnFecnh//C3h8jOeg+0XF6fnxQ8DkLstBbxbUHLUA/DGgkv0kWFjim8LZscp+wqQb6+/TPVpYK3rwZzQrVj7W36d7xJBaQ7+iqZZOFBQUFBQUFBQU3pv4fwAG8NMKZW5kc3RyZWFtCmVuZG9iagoyIDAgb2JqCjw8Ci9Qcm9jU2V0IFsvUERGIC9UZXh0IC9JbWFnZUIgL0ltYWdlQyAvSW1hZ2VJXQovRm9udCA8PAovRjEgNiAwIFIKL0YyIDcgMCBSCj4+Ci9YT2JqZWN0IDw8Ci9JMSA4IDAgUgo+Pgo+PgplbmRvYmoKMTAgMCBvYmoKPDwKL1Byb2R1Y2VyIChGUERGIDEuODEpCi9DcmVhdGlvbkRhdGUgKEQ6MjAxNzExMTcxNDMwMTcpCj4+CmVuZG9iagoxMSAwIG9iago8PAovVHlwZSAvQ2F0YWxvZwovUGFnZXMgMSAwIFIKPj4KZW5kb2JqCnhyZWYKMCAxMgowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMDA3NjAgMDAwMDAgbiAKMDAwMDAxNjkxMyAwMDAwMCBuIAowMDAwMDAwMDA5IDAwMDAwIG4gCjAwMDAwMDAxNDMgMDAwMDAgbiAKMDAwMDAwMDg0NyAwMDAwMCBuIAowMDAwMDAxMjgxIDAwMDAwIG4gCjAwMDAwMDEzOTkgMDAwMDAgbiAKMDAwMDAwMTUxMiAwMDAwMCBuIAowMDAwMDA5NzczIDAwMDAwIG4gCjAwMDAwMTcwMzcgMDAwMDAgbiAKMDAwMDAxNzExNCAwMDAwMCBuIAp0cmFpbGVyCjw8Ci9TaXplIDEyCi9Sb290IDExIDAgUgovSW5mbyAxMCAwIFIKPj4Kc3RhcnR4cmVmCjE3MTY0CiUlRU9GCg==\"\n        }\n    ]\n}"}],"_postman_id":"a4184b71-449f-4c1b-b5fc-30622a513a08"},{"name":"Add Customer Note","id":"983afa27-2356-4186-8376-a487222b373c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/addnote/","description":"<p>The Add Customer Note API will allow you to add a note to a customer account through a simple HTTPS GET or POST request.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerId</code></td>\n<td>String (max 30 chars)</td>\n<td>customerId returned by the Query Customer API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>String (max 500 chars)</td>\n<td>The content of the note</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["customer","addnote",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"d45f56cd-bc1d-48a0-b11b-9f23a208e2b5","name":"Add Customer Note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/addnote/?loginId=testapi&password=abc123&customerId=3631&message=Customer+complained+about+shipping+taking+to+long.+Asked+for+a+refund%2C+but+upsold+him+on+the+product2+instead.","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","addnote",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"customerId","value":"3631"},{"key":"message","value":"Customer+complained+about+shipping+taking+to+long.+Asked+for+a+refund%2C+but+upsold+him+on+the+product2+instead."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}"}],"_postman_id":"983afa27-2356-4186-8376-a487222b373c"},{"name":"Update Customer Card","id":"aaaa5c28-1c27-4a0e-a086-f16201d6fd30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/cardupdate/","description":"<p>The Update Customer Card API will allow you to update customer credit card information through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cardMonth</code></td>\n<td>Date (mm)</td>\n<td>new credit card month of expiration</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cardNumber</code></td>\n<td>Integer (max: 16 digits)-- must be a valid credit card number</td>\n<td>new credit card number</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cardYear</code></td>\n<td>Date (yyyy)</td>\n<td>new credit card year of expiration</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cardSecurityCode</code></td>\n<td>Integer (max: 4 digits)</td>\n<td>new credit card security code</td>\n<td></td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>paySourceId</code></td>\n<td>Integer</td>\n<td>The paySourceId returned by the Query Customers API call</td>\n<td>Y - if updating existing card N - if adding a new card</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer</td>\n<td>The customerId returned by the Query Customers API call</td>\n<td>Y - if adding new card for customer</td>\n</tr>\n<tr>\n<td><code>validateCard</code></td>\n<td>Boolean ('1','0')</td>\n<td>If set will validate the Credit Card</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["customer","cardupdate",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"94d6b2f1-43b2-435e-b9ec-e92fd4957acb","name":"Update Customer Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/cardupdate/?loginId=testapi&password=abc123&paySourceId=9&cardNumber=4462030000000000&cardMonth=11&cardYear=2019","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","cardupdate",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"paySourceId","value":"9"},{"key":"cardNumber","value":"4462030000000000"},{"key":"cardMonth","value":"11"},{"key":"cardYear","value":"2019"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}"}],"_postman_id":"aaaa5c28-1c27-4a0e-a086-f16201d6fd30"},{"name":"Update Customer","id":"1ca46c5e-dae7-45e2-8a8e-b6af258b7b7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/update/","description":"<p>The Update Customer API will allow you to update customer information through a simple HTTPS GET or POST request.</p>\n<h3 id=\"custom-fields\">Custom Fields</h3>\n<p>Custom fields setup within the campaign settings can also be imported with this api call. You do this by following these steps:</p>\n<ol>\n<li><p>Take the field name and replace all spaces with underscores</p>\n</li>\n<li><p>Prefix the field name with the string \"custom_\"</p>\n</li>\n<li><p>Add the resulting string to the parameter list</p>\n</li>\n</ol>\n<h4 id=\"examples\">(EXAMPLES)</h4>\n<p>\"Pets Name\" \"custom_Pets_Name\"</p>\n<p>\"Drivers License Number\" \"custom_Drivers_License_Number\"</p>\n<p>\"hobbies\" \"custom_hobbies\"</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>contactOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Customer has opted in to receive SMS communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Customer has opted in to receive email communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>taxExemption</code></td>\n<td>String (max 50 chars)</td>\n<td>Send this value 'exempt' if the customer is exempt from tax calculations</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>marketingOptIn</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Customer has opted in to receive email and SMS communications</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom1</code></td>\n<td>String (max: 200 chars)</td>\n<td>Custom value on customer record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom2</code></td>\n<td>String (max: 200 chars)</td>\n<td>Custom value on customer record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom3</code></td>\n<td>String (max: 200 chars)</td>\n<td>Custom value on customer record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom4</code></td>\n<td>String (max: 200 chars)</td>\n<td>Custom value on customer record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom5</code></td>\n<td>String (max: 200 chars)</td>\n<td>Custom value on customer record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>String (max 30 chars)</td>\n<td>customerId returned by the Query Customer API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>eCommerceLogin</code></td>\n<td>String (max: 45 chars)</td>\n<td>customer's eCommerce login</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>eCommercePassword</code></td>\n<td>String (max: 45 chars)</td>\n<td>customer's eCommerce password</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>must be a valid email address format</td>\n<td>customers email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>may contain numeric digits and hyphens</td>\n<td>customers phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipAddress1</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 1 of customer shipping address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipAddress2</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 2 of customer shipping address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCity</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's shipping city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCompanyName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's ship to company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipCountry</code></td>\n<td>2 character ISO country code</td>\n<td>customer's shipping country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipFirstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's ship to first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipLastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's ship to last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipPostalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's shipping postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shipState</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's shipping state, 2 character ISO codes for US states, foreign countries use country iso code + 3 digit number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's billing state, 2 character ISO codes for US states, foreign countries use country iso code + 3 digit number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>creditAmount</code></td>\n<td>Decimal</td>\n<td>This amount will discount the next rebill</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["customer","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"3c60f8bf-96e6-484f-a060-6afd573086ee","name":"Update Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/update/?loginId=testapi&password=abc123&customerId=3631&emailAddress=mynewemail%40email.com&phoneNumber=123-333-1233","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"customerId","value":"3631"},{"key":"firstName","value":"","type":"text","disabled":true},{"key":"lastName","value":"","type":"text","disabled":true},{"key":"companyName","value":"","type":"text","disabled":true},{"key":"address1","value":"","type":"text","disabled":true},{"key":"address2","value":"","type":"text","disabled":true},{"key":"postalCode","value":"","type":"text","disabled":true},{"key":"city","value":"","type":"text","disabled":true},{"key":"state","value":"","type":"text","disabled":true},{"key":"country","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"mynewemail%40email.com"},{"key":"phoneNumber","value":"123-333-1233"},{"key":"shipFirstName","value":"","type":"text","disabled":true},{"key":"shipLastName","value":"","type":"text","disabled":true},{"key":"shipCompanyName","value":"","type":"text","disabled":true},{"key":"shipAddress1","value":"","type":"text","disabled":true},{"key":"shipAddress2","value":"","type":"text","disabled":true},{"key":"shipPostalCode","value":"","type":"text","disabled":true},{"key":"shipCity","value":"","type":"text","disabled":true},{"key":"shipState","value":"","type":"text","disabled":true},{"key":"shipCountry","value":"","type":"text","disabled":true},{"key":"eCommerceLogin","value":"","type":"text","disabled":true},{"key":"eCommercePassword","value":"","type":"text","disabled":true},{"key":"custom1","value":"","type":"text","disabled":true},{"key":"custom2","value":"","type":"text","disabled":true},{"key":"custom3","value":"","type":"text","disabled":true},{"key":"custom4","value":"","type":"text","disabled":true},{"key":"custom5","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}"}],"_postman_id":"1ca46c5e-dae7-45e2-8a8e-b6af258b7b7f"},{"name":"Delete Customers","id":"b2aa4c40-6966-4dbc-89ce-c6d03fe6475a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/delete/","description":"<p>The Delete Customer API will allow you to delete customer information through a simple HTTPS GET or POST request. Only customers that have exclusively partial orders may be deleted. At least one search parameter must be passed in.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>affId</code></td>\n<td>String (max: 20 chars)</td>\n<td>affId returned by the order query or transaction query api calls, only records associated with this affId</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer</td>\n<td>customerId returned by the Query Customer API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Only records associated with this campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>Only records falling on or before this date</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>Only records falling on or after this date</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["customer","delete",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"e48e72d5-5446-4644-80a6-1d4a690e68ed","name":"Delete Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/delete/?loginId=testapi&password=abc123&customerId=3631","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","delete",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"customerId","value":"3631"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}"}],"_postman_id":"b2aa4c40-6966-4dbc-89ce-c6d03fe6475a"},{"name":"Query Customer History","id":"b65ed822-ec42-4653-b0f0-bc279ed0b5c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/history/","description":"<p>The Query Customer History API returns a customer's about existing Customers through a simple HTTPS GET or POST request. No wildcard characters need to be used as the API will insert wildcards automatically when necessary.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>categoryType</code></td>\n<td>string (max 32 chars)</td>\n<td>PARTIAL=&gt;'incomplete order'  <br />NEW_SALE_DECLINED=&gt;'new sale transaction not successful'  <br />NEW_SALE_SUCCESS=&gt;'successful new sale transaction'  <br />QA_DECLINED=&gt;'quality assurance declined'  <br />QA_APPROVED=&gt;'quality assurance approved'  <br />QA_PENDING=&gt;'order set to QA pending'  <br />TRIAL_STARTED=&gt;'started recurring trial'  <br />REBILL_STARTED=&gt;'rebill initiated'  <br />TRIAL_COMPLETED=&gt;'customer completed trial'  <br />TRIAL_FAILED=&gt;'trial transaction not successful'  <br />'REBILL_FORCED'=&gt;'rebill forced',  <br />REBILL_SUCCESS=&gt;'rebill success'  <br />REBILL_FAILED=&gt;'rebill declined'  <br />REBILL_COMPLETED=&gt;'completed all billing cycles'  <br />RECYCLE_SAVED=&gt;'successful recycle billing transaction'  <br />RECYCLE_FAILED=&gt;'recycle billing transaction not succcessful'  <br />'ORDER_RESHIPPED'=&gt;'order set to reship'  <br />'VOID'=&gt;'order set to void'  <br />ORDER_CANCELLED=&gt;'cancelled order'  <br />REBILL_CANCELLED=&gt;'cancelled continuity product'  <br />REBILL_RESTARTED=&gt;'rebill restarted'  <br />AGENT_NOTE=&gt;'note added by agent'  <br />CUSTOMER_UPDATED=&gt;'updated customer'  <br />PURCHASE_UPDATED=&gt;'updated purchase'  <br />ORDER_UPDATED=&gt;'updated order'  <br />FULFILLMENT_UPDATED=&gt;'updated fulfillment'  <br />'FULFILLMENT_BUNDLED'=&gt;'fulfillments bundled'  <br />'FULFILLMENT_CAPTURED'=&gt;'transaction captured on shipment'  <br />REFUNDED=&gt;'successful refund transaction'  <br />REFUND_FAILED=&gt;'refund transaction failed'  <br />BLACKLISTED=&gt;'customer added to blacklist'  <br />CHARGEBACKED=&gt;'chargeback transaction'  <br />MEMBERSHIP_STARTED=&gt;'customer added to membership' MEMBERSHIP_CANCELLED=&gt;'customer removed from membership' MEMBERSHIP_RESTARTED=&gt;'customer restarted membership'  <br />AUTORESPONDER=&gt;'Email sent to customer'  <br />'SMS_AUTORESPONDER'=&gt;'text message sent to customer',  <br />TRIAL_SKIPPED=&gt;'cancelled recurring trial'  <br />REBILL_CANCELLED=&gt;'cancelled recurring purchase'  <br />RESTART_BILLING=&gt;'billing cycle restarted'  <br />RMA_PENDING=&gt;'fulfillment set to pending return'  <br />ORDER_RETURNED=&gt;'return received from customer'  <br />ORDER_SHIPPED=&gt;'fulfillment shipped'  <br />ORDER_FAILED=&gt;'Fulfillmlent failed'  <br />ORDER_FROZEN=&gt;'permanent hold on fulfillment'  <br />'ACCOUNT_UPDATE_SUCCESS'=&gt;'pay source updated by CyberSource Account Updater'  <br />'ACCOUNT_UPDATE_FAILURE'=&gt;'error returned by CyberSource Account Updater'  <br />'FRAUD_RESULT'=&gt;'fraud plugin note'  <br />'CONSENT_RECEIVED'=&gt;'consent received'  <br />'CONSENT_DENIED'=&gt;'consent denied'  <br />'FULFILLMENT_ADDRESS_HOLD'=&gt;'fulfillment on hold at fulfillment house due to address validation' 'ORDER_EXPORT_SUCCESSFUL' =&gt; 'successful order export'  <br />'ORDER_EXPORT_FAILED' =&gt; 'order export failed'  <br />'FULFILLMENTITEM_EDITED' =&gt;'fulfillment item edited'  <br />'ADDRESS_VERIFY_SUCCESS' =&gt; 'address verification passed'  <br />'ADDRESS_VERIFY_FAILED' =&gt;'address verification failed'  <br />'TAX_COLLECTION_FAILED' =&gt; 'tax reconciliation failed'  <br />'FULFILLMENT_CANCEL_FAILED' =&gt; 'fulfillment could not be cancelled'  <br />'TAX_CALC' =&gt; 'tax calculation failed'</td>\n<td>Y - if customerId is not passed</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer</td>\n<td>Customer's Id provided by Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y - If customerId is not provided</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includeMessageSent</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Some history messages include the actual message, such as webhooks. Use this setting to include those messages in the response.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max: 200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>Y - If customerId is not provided</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 19,\n        \"resultsPerPage\": \"25\",\n        \"page\": 1,\n        \"data\": [\n            {\n                \"message\": \"New customer order 700538B1D6 ($4.99) created\",\n                \"dateCreated\": \"2015-06-17 09:25:38\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"testadmin\"\n            },\n            {\n                \"message\": \"Trial started for product Forskolin full trial billing will occur on 07\\/01\\/15\",\n                \"dateCreated\": \"2015-06-17 09:25:38\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"System\"\n            },\n            {\n                \"message\": \"fafdsdafasdf\",\n                \"dateCreated\": \"2015-06-17 09:28:09\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"testadmin\"\n            },\n            {\n                \"message\": \"Fulfillment Company updated for order: 700538B1D6\",\n                \"dateCreated\": \"2015-06-17 10:16:46\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"jeffm\"\n            },\n            {\n                \"message\": \"New customer order B7E8B018A6 ($75.9) created\",\n                \"dateCreated\": \"2015-06-18 09:38:54\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"Trial started for product Shampoo2 full trial billing will occur on 07\\/02\\/15\",\n                \"dateCreated\": \"2015-06-18 09:38:54\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"System\"\n            },\n            {\n                \"message\": \"Fulfillment for order B7E8B018A6 cancelled\",\n                \"dateCreated\": \"2015-06-18 09:44:34\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"jeffm\"\n            },\n            {\n                \"message\": \"Fulfillment for order B7E8B018A6 scheduled to be reshipped\",\n                \"dateCreated\": \"2015-06-18 09:44:38\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"jeffm\"\n            },\n            {\n                \"message\": \"New order could not be created due to declined transactions.\",\n                \"dateCreated\": \"2015-06-18 12:52:34\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"New order could not be created due to declined transactions.\",\n                \"dateCreated\": \"2015-06-18 13:16:43\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"New order could not be created due to declined transactions.\",\n                \"dateCreated\": \"2015-06-18 13:30:34\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"New order could not be created due to declined transactions.\",\n                \"dateCreated\": \"2015-06-18 13:30:40\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"New customer order 08D92A0530 ($16.24) created\",\n                \"dateCreated\": \"2015-06-18 13:35:47\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            },\n            {\n                \"message\": \"Trial started for product Colon Cleanse full trial billing will occur on 07\\/02\\/15\",\n                \"dateCreated\": \"2015-06-18 13:35:47\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"System\"\n            },\n            {\n                \"message\": \"Order Confirmation Email titled \\\"Thank you for your Order!\\\" sent to testman@checkoutchamp.com\",\n                \"dateCreated\": \"2015-06-18 13:35:47\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"System\"\n            },\n            {\n                \"message\": \"Order #08D92A0530 refunded for $16.24.\",\n                \"dateCreated\": \"2015-06-18 13:50:49\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            },\n            {\n                \"message\": \"Continuity purchase: Shampoo cancelled (Reason: Was Not Aware of Trial Terms) \",\n                \"dateCreated\": \"2015-06-18 17:19:15\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            },\n            {\n                \"message\": \"Order #B7E8B018A6 cancelled. Order refunded for $75.90.\",\n                \"dateCreated\": \"2015-06-18 17:19:15\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            },\n            {\n                \"message\": \"Card out of date\",\n                \"dateCreated\": \"2015-06-18 17:19:15\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": null,\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": \"25\",\n            \"sortBy\": null,\n            \"customerId\": \"2607\"\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["customer","history",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"19ea793b-5903-4d17-b507-f07abf06dd19","name":"Query Customer History","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/history/?loginId=testapi&password=abc123&customerId=###&categoryType=#########&categoryType=######","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","history",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"startDate","value":null,"disabled":true},{"key":"endDate","value":null,"disabled":true},{"key":"startTime","value":"","type":"text","disabled":true},{"key":"endTime","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true},{"key":"customerId","value":""}],"hash":"##&categoryType=#########&categoryType=######"}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 19,\n        \"resultsPerPage\": \"25\",\n        \"page\": 1,\n        \"data\": [\n            {\n                \"message\": \"New customer order 700538B1D6 ($4.99) created\",\n                \"dateCreated\": \"2015-06-17 09:25:38\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"testadmin\"\n            },\n            {\n                \"message\": \"Trial started for product Forskolin full trial billing will occur on 07/01/15\",\n                \"dateCreated\": \"2015-06-17 09:25:38\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"System\"\n            },\n            {\n                \"message\": \"fafdsdafasdf\",\n                \"dateCreated\": \"2015-06-17 09:28:09\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"testadmin\"\n            },\n            {\n                \"message\": \"Fulfillment Company updated for order: 700538B1D6\",\n                \"dateCreated\": \"2015-06-17 10:16:46\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"jeffm\"\n            },\n            {\n                \"message\": \"New customer order B7E8B018A6 ($75.9) created\",\n                \"dateCreated\": \"2015-06-18 09:38:54\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"Trial started for product Shampoo2 full trial billing will occur on 07/02/15\",\n                \"dateCreated\": \"2015-06-18 09:38:54\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"System\"\n            },\n            {\n                \"message\": \"Fulfillment for order B7E8B018A6 cancelled\",\n                \"dateCreated\": \"2015-06-18 09:44:34\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"jeffm\"\n            },\n            {\n                \"message\": \"Fulfillment for order B7E8B018A6 scheduled to be reshipped\",\n                \"dateCreated\": \"2015-06-18 09:44:38\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"jeffm\"\n            },\n            {\n                \"message\": \"New order could not be created due to declined transactions.\",\n                \"dateCreated\": \"2015-06-18 12:52:34\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"New order could not be created due to declined transactions.\",\n                \"dateCreated\": \"2015-06-18 13:16:43\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"New order could not be created due to declined transactions.\",\n                \"dateCreated\": \"2015-06-18 13:30:34\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"New order could not be created due to declined transactions.\",\n                \"dateCreated\": \"2015-06-18 13:30:40\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"sarath.g\"\n            },\n            {\n                \"message\": \"New customer order 08D92A0530 ($16.24) created\",\n                \"dateCreated\": \"2015-06-18 13:35:47\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            },\n            {\n                \"message\": \"Trial started for product Colon Cleanse full trial billing will occur on 07/02/15\",\n                \"dateCreated\": \"2015-06-18 13:35:47\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"System\"\n            },\n            {\n                \"message\": \"Order Confirmation Email titled \\\"Thank you for your Order!\\\" sent to testman@konnektive.com\",\n                \"dateCreated\": \"2015-06-18 13:35:47\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"System\"\n            },\n            {\n                \"message\": \"Order #08D92A0530 refunded for $16.24.\",\n                \"dateCreated\": \"2015-06-18 13:50:49\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            },\n            {\n                \"message\": \"Continuity purchase: Shampoo cancelled (Reason: Was Not Aware of Trial Terms) \",\n                \"dateCreated\": \"2015-06-18 17:19:15\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            },\n            {\n                \"message\": \"Order #B7E8B018A6 cancelled. Order refunded for $75.90.\",\n                \"dateCreated\": \"2015-06-18 17:19:15\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            },\n            {\n                \"message\": \"Card out of date\",\n                \"dateCreated\": \"2015-06-18 17:19:15\",\n                \"categoryType\": \"PARTIAL\",\n                \"isAgentNote\": 0,\n                \"agentName\": \"bbeal\"\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": null,\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": \"25\",\n            \"sortBy\": null,\n            \"customerId\": \"2607\"\n        }\n    }\n}"}],"_postman_id":"b65ed822-ec42-4653-b0f0-bc279ed0b5c2"},{"name":"Query Customers","id":"3f50e48b-6847-4ce9-a0f5-230df324ee70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/customer/query/","description":"<p>The Query Customer API returns information about existing Customers through a simple HTTPS GET or POST request. No wildcard characters need to be used as the API will insert wildcards automatically when necessary.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>address1</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>String (max: 30 chars)</td>\n<td>customerId returned by the Query Customer API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM - dateCreated,dateUpdated,mostRecentActivity</td>\n<td>defaults to dateCreated</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>must be a valid email address format</td>\n<td>customers email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td>must be a valid ip format (xxx.xxx.xxx.xxx)</td>\n<td>customers ip address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includeBlacklist</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Return an indicator if the customer is blacklisted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includeLifetimeValue</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Return the customer's lifetime value</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 50 chars)</td>\n<td>customer's last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>may contain numeric digits and hyphens</td>\n<td>customers phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>exactEmailMatch</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>only records with exact matching email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>exactPhoneMatch</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>only records with exact matching phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max:200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sortDir</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>0 is descending, while 1 is ascending</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's billing state, 2 character ISO codes for US states, foreign countries use country iso code + 3 digit number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>excludeHistory</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>if set customer history messages will be excluded from the query result</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 3,\n        \"resultsPerPage\": null,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"customerId\": 2955,\n                \"firstName\": \"Darl\",\n                \"lastName\": \"Clark\",\n                \"companyName\": null,\n                \"address1\": \"6170 Main Street\",\n                \"city\": \"Dallas\",\n                \"state\": \"AL\",\n                \"country\": \"US\",\n                \"postalCode\": \"45329\",\n                \"phoneNumber\": \"33362613640\",\n                \"emailAddress\": \"DarlClark99137@phoneyemail.com\",\n                \"billShipSame\": 1,\n                \"shipFirstName\": \"Darl\",\n                \"shipLastName\": \"Clark\",\n                \"shipCompanyName\": null,\n                \"shipAddress1\": \"6170 Main Street\",\n                \"shipAddress2\": null,\n                \"shipCity\": \"Dallas\",\n                \"shipState\": \"AL\",\n                \"shipPostalCode\": \"45329\",\n                \"shipCountry\": \"US\",\n                \"paySourceId\": 365,\n                \"paySource\": \"CREDITCARD\",\n                \"cardType\": \"TESTCARD\",\n                \"cardLast4\": \"0000\",\n                \"cardExpiryDate\": \"2017-03-31 00:00:00\",\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"dateCreated\": \"2015-09-14 15:29:12\",\n                \"dateUpdated\": \"2015-09-14 15:29:12\",\n                \"mostRecentActivity\": \"2015-09-14 15:29:12\",\n                \"eCommerceLogin\": null,\n                \"eCommercePassword\": null,\n                \"campaignName\": \"Phone\",\n                \"campaignType\": \"PHONE\",\n                \"clientSourceId\": null,\n                \"sourceTitle\": null,\n                \"sourceType\": null,\n                \"sourceId\": null,\n                \"dateOfBirth\": null,\n                \"notes\": null,\n                \"customFields\": {\n                    \"Ad Source\": \"Google\",\n                    \"Pet\": \"Dog\",\n                    \"Smoker\": \"0\",\n                    \"Epilepsy\": \"0\",\n                    \"Quadriplegic\": \"1\",\n                    \"Heart Disease\": \"0\",\n                    \"Dementia\": \"0\",\n                    \"Oxygen\": \"1\",\n                    \"Diabetes\": \"0\",\n                    \"Bariatric\": \"0\",\n                    \"Stroke\": \"0\",\n                    \"Life Threatening Allergy\": \"0\",\n                    \"Medical Instructions\": \"asdf dasfasd asdf adsafa f aafas\",\n                    \"Monitoring Language\": \"English\",\n                    \"Security Passcode\": \"12333de\",\n                    \"Lockbox Pass Code\": null,\n                    \"Lockbox Location\": \"3333de\",\n                    \"Contact 1 Name\": \"aasdfasdf\",\n                    \"Contact 1 Phone\": \"1233363s\",\n                    \"Contact 2 Name\": \"fff333hhhs\",\n                    \"Contact 2 Phone\": null,\n                    \"Special Instructions\": \"asdfdsf afdasf dsfa \",\n                    \"Model\": \"1233\",\n                    \"Serial Number\": \"222222222\",\n                    \"Telguard Number\": null,\n                    \"Alarm Account Number\": \"1\"\n                }\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 0,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 0,\n            \"resultsPerPage\": null,\n            \"sortBy\": \"dateCreated\",\n            \"customerId\": \"2955\",\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["customer","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"661f53bf-799a-44d7-8b8d-186930b2e0ca","name":"Query Customers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/customer/query/?loginId=testapi&password=abc123&startDate=09/09/14&endDate=09/10/14","protocol":"https","host":["api","checkoutchamp","com"],"path":["customer","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"firstName","value":"","type":"text","disabled":true},{"key":"lastName","value":"","type":"text","disabled":true},{"key":"companyName","value":"","type":"text","disabled":true},{"key":"address1","value":"","type":"text","disabled":true},{"key":"address2","value":"","type":"text","disabled":true},{"key":"postalCode","value":"","type":"text","disabled":true},{"key":"city","value":"","type":"text","disabled":true},{"key":"state","value":"","type":"text","disabled":true},{"key":"country","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"","type":"text","disabled":true},{"key":"phoneNumber","value":"","type":"text","disabled":true},{"key":"ipAddress","value":"","type":"text","disabled":true},{"key":"dateRangeType","value":"","type":"text","disabled":true},{"key":"startDate","value":"09/09/14"},{"key":"endDate","value":"09/10/14"},{"key":"startTime","value":"","type":"text","disabled":true},{"key":"endTime","value":"","type":"text","disabled":true},{"key":"exactEmailMatch","value":"0","type":"text","disabled":true},{"key":"exactPhoneMatch","value":"0","type":"text","disabled":true},{"key":"sortDir","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 3,\n        \"resultsPerPage\": null,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"customerId\": 2955,\n                \"firstName\": \"Darl\",\n                \"lastName\": \"Clark\",\n                \"companyName\": null,\n                \"address1\": \"6170 Main Street\",\n                \"city\": \"Dallas\",\n                \"state\": \"AL\",\n                \"country\": \"US\",\n                \"postalCode\": \"45329\",\n                \"phoneNumber\": \"33362613640\",\n                \"emailAddress\": \"DarlClark99137@phoneyemail.com\",\n                \"billShipSame\": 1,\n                \"shipFirstName\": \"Darl\",\n                \"shipLastName\": \"Clark\",\n                \"shipCompanyName\": null,\n                \"shipAddress1\": \"6170 Main Street\",\n                \"shipAddress2\": null,\n                \"shipCity\": \"Dallas\",\n                \"shipState\": \"AL\",\n                \"shipPostalCode\": \"45329\",\n                \"shipCountry\": \"US\",\n                \"paySourceId\": 365,\n                \"paySource\": \"CREDITCARD\",\n                \"cardType\": \"TESTCARD\",\n                \"cardLast4\": \"0000\",\n                \"cardExpiryDate\": \"2017-03-31 00:00:00\",\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"dateCreated\": \"2015-09-14 15:29:12\",\n                \"dateUpdated\": \"2015-09-14 15:29:12\",\n                \"mostRecentActivity\": \"2015-09-14 15:29:12\",\n                \"eCommerceLogin\": null,\n                \"eCommercePassword\": null,\n                \"campaignName\": \"Phone\",\n                \"campaignType\": \"PHONE\",\n                \"clientSourceId\": null,\n                \"sourceTitle\": null,\n                \"sourceType\": null,\n                \"sourceId\": null,\n                \"dateOfBirth\": null,\n                \"notes\": null,\n                \"customFields\": {\n                    \"Ad Source\": \"Google\",\n                    \"Pet\": \"Dog\",\n                    \"Smoker\": \"0\",\n                    \"Epilepsy\": \"0\",\n                    \"Quadriplegic\": \"1\",\n                    \"Heart Disease\": \"0\",\n                    \"Dementia\": \"0\",\n                    \"Oxygen\": \"1\",\n                    \"Diabetes\": \"0\",\n                    \"Bariatric\": \"0\",\n                    \"Stroke\": \"0\",\n                    \"Life Threatening Allergy\": \"0\",\n                    \"Medical Instructions\": \"asdf dasfasd asdf adsafa f aafas\",\n                    \"Monitoring Language\": \"English\",\n                    \"Security Passcode\": \"12333de\",\n                    \"Lockbox Pass Code\": null,\n                    \"Lockbox Location\": \"3333de\",\n                    \"Contact 1 Name\": \"aasdfasdf\",\n                    \"Contact 1 Phone\": \"1233363s\",\n                    \"Contact 2 Name\": \"fff333hhhs\",\n                    \"Contact 2 Phone\": null,\n                    \"Special Instructions\": \"asdfdsf afdasf dsfa \",\n                    \"Model\": \"1233\",\n                    \"Serial Number\": \"222222222\",\n                    \"Telguard Number\": null,\n                    \"Alarm Account Number\": \"1\"\n                }\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 0,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 0,\n            \"resultsPerPage\": null,\n            \"sortBy\": \"dateCreated\",\n            \"customerId\": \"2955\",\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}"}],"_postman_id":"3f50e48b-6847-4ce9-a0f5-230df324ee70"}],"id":"faed7056-8ac9-4029-bb27-2dcf9bff6bec","_postman_id":"faed7056-8ac9-4029-bb27-2dcf9bff6bec","description":""},{"name":"Transactions","item":[{"name":"Query Transactions","id":"5b4dcaa6-33ea-4ca1-84d3-2556d1773a03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/transactions/query/","description":"<p>The Query Transaction API returns information about all transactions recorded in the Checkout Champ through a simple HTTPS GET or POST request. No wildcard characters need to be used as the API will insert wildcards automatically when necessary.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Descripion</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>achAccountNumber</code></td>\n<td>String (max 4 chars)</td>\n<td>Last 4 of the checking account number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>achRoutingNumber</code></td>\n<td>String (max 9 chars)</td>\n<td>full bank routing number for check</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max: 30 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>affId</code></td>\n<td>String (max: 20 chars)</td>\n<td>affId returned by the Query Order or Query Transaction API calls</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>authCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>The authorization code of a transaction</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billType</code></td>\n<td><code>NEW_SALE / RECURRING</code></td>\n<td>'NEW_SALE' - only transactions with the initial billing.  <br />'RECURRING' - transactions in the second or higher billing cycle.  <br />(case sensitive)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billingCycleNumber</code></td>\n<td>Integer</td>\n<td>The current billing cycle number of the purchase</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignCategoryName</code></td>\n<td>String (max: 50 chars)</td>\n<td>campaign category name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardBin</code></td>\n<td>String (max: 6 chars)</td>\n<td>The BIN # associated with the card (first 6 digits)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardLast4</code></td>\n<td>String (max: 4 chars)</td>\n<td>Last 4 numbers of the customer's credit card</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardType</code></td>\n<td>Enum ('VISA','MASTERCARD','DISCOVER','AMEX','TESTCARD')</td>\n<td>Card type of the customer's credit card</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>clientTxnId</code></td>\n<td>String (max 32 chars)</td>\n<td>The internal hexidecimal id assigned to the transaction by the Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>companyName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's company</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer</td>\n<td>customerId returned by customer query</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM - dateCreated,  <br />dateUpdated,  <br />chargebackDate</td>\n<td>defaults to dateCreated</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>Must be a valid email address format</td>\n<td>customers email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y - if customerId, purchaseId or orderId is not passed</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>exTestCards</code></td>\n<td>Boolean</td>\n<td>exclude Test Cards from the results</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fraudPlugin</code></td>\n<td>String</td>\n<td>Specify your Fraud Plugin (KOUNT, FRAUD MANAGER, MAXMIND, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isChargedback</code></td>\n<td>Boolean</td>\n<td>only return transactions that have been charged back</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>merchantId</code></td>\n<td>Integer</td>\n<td>The Checkout Champ merchantId</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>merchantTxnId</code></td>\n<td>String (max 32 chars)</td>\n<td>The id assigned to the transaction by the processor</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the import order api call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>paySource</code></td>\n<td><code>CREDITCARD / CHECK / PREPAID</code></td>\n<td>The source of payment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>May contain numeric digits and hyphens</td>\n<td>customers phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>purchaseId</code></td>\n<td>String (max 30 chars)</td>\n<td>purchaseId returned by the query purchases API</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Int or Enum('OFFER','UPSALE')</td>\n<td>The numeric konnektive campaign product id. Use OFFER to return all offers. Use UPSALE to return all upsells.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productName</code></td>\n<td>String</td>\n<td>The display name of the campaign product</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>responseType</code></td>\n<td><code>SUCCESS / HARD_DECLINE / SOFT_DECLINE</code></td>\n<td>the result of the transaction</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max:200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>showExternal</code></td>\n<td>Boolean</td>\n<td>includes transactions imported from an external source</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sortDir</code></td>\n<td>ENUM - 0,1</td>\n<td>0 is descending, while 1 is ascending</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>Y - if customerId, purchaseId or orderId is not passed</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's billing state, 2 character ISO codes for US states, foreign countries use country iso code + 3 digit number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>txnType</code></td>\n<td><code>SALE / AUTHORIZE / CAPTURE / VOID / REFUND</code></td>\n<td>Type of transaction processed</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmSource</code></td>\n<td>String</td>\n<td>Identifies which site sent the traffic, and is a required parameter.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmMedium</code></td>\n<td>String</td>\n<td>Identifies what type of link was used, such as email or pay-per-click advertising.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmCampaign</code></td>\n<td>String</td>\n<td>Identifies a specific product promotion or strategic campaign.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmTerm</code></td>\n<td>String</td>\n<td>Identifies search terms.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmContent</code></td>\n<td>String</td>\n<td>Identifies what specifically was clicked to bring the user to the site, such as a banner ad or a text link. It is often used for A/B testing and content-targeted ads.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 721,\n        \"resultsPerPage\": \"25\",\n        \"page\": 1,\n        \"data\": [\n            {\n                \"transactionId\": 13977,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:13:21\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"Charge Successful\",\n                \"authCode\": \"152589\",\n                \"cvvResponse\": \"M\",\n                \"avsResponse\": \"Y\",\n                \"merchantTxnId\": \"69367\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"A51DFD793C\",\n                \"clientOrderId\": \"A51DFD793C\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Andy\",\n                \"lastName\": \"Lopez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50455,\n                \"emailAddress\": \"AndyLopez79534@phoneyemail.com\",\n                \"phoneNumber\": \"33327183251\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"0000\",\n                \"cardType\": \"TESTCARD\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 1,\n                \"chargebackAmount\": \"10.00\",\n                \"chargebackDate\": \"2015-02-14 00:00:00\",\n                \"chargebackReasonCode\": \"1233\",\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"55F39977D8\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"2AF334697C\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13975,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:52\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253611\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"CA35D6FC12\",\n                \"clientOrderId\": \"CA35D6FC12\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Bailey\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50683,\n                \"emailAddress\": \"BaileySanchez65387@phoneyemail.com\",\n                \"phoneNumber\": \"33363298172\",\n                \"address1\": \"105 Hemp St\",\n                \"address2\": \"Apt. 24\",\n                \"city\": \"Roswell\",\n                \"state\": \"GA\",\n                \"country\": \"US\",\n                \"postalCode\": \"30155\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 1,\n                \"chargebackAmount\": \"1.00\",\n                \"chargebackDate\": \"2015-02-14 00:00:00\",\n                \"chargebackReasonCode\": \"1233\",\n                \"chargebackNote\": \"Customer called in and complained\",\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"C1D72999CF\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13973,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:50\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253579\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"022542AB17\",\n                \"clientOrderId\": \"022542AB17\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Brook\",\n                \"lastName\": \"Phillips\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50681,\n                \"emailAddress\": \"BrookPhillips16395@phoneyemail.com\",\n                \"phoneNumber\": \"33329727026\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"2E6181C093\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13971,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:48\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253548\",\n                \"totalAmount\": \"17.98\",\n                \"orderId\": \"01AACB0C52\",\n                \"clientOrderId\": \"01AACB0C52\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Darl\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50679,\n                \"emailAddress\": \"DarlSanchez71228@phoneyemail.com\",\n                \"phoneNumber\": \"33391287994\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"6A953DF3D8\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"074D910860\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"893F6E8F74\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13969,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:46\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253511\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"0E23165D8A\",\n                \"clientOrderId\": \"0E23165D8A\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Andy\",\n                \"lastName\": \"Lopez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50677,\n                \"emailAddress\": \"AndyLopez20303@phoneyemail.com\",\n                \"phoneNumber\": \"33317621922\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"2635816BB1\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13967,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:44\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253482\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"652341829C\",\n                \"clientOrderId\": \"652341829C\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Devin\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50675,\n                \"emailAddress\": \"DevinSanchez53293@phoneyemail.com\",\n                \"phoneNumber\": \"33376485737\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"B29B7A52B0\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"2EA122BC84\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13965,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:43\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253459\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"D4F8E908C2\",\n                \"clientOrderId\": \"D4F8E908C2\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Devin\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50673,\n                \"emailAddress\": \"DevinSanchez31875@phoneyemail.com\",\n                \"phoneNumber\": \"33382089784\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"8859\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13963,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:41\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253415\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"D0595097F1\",\n                \"clientOrderId\": \"D0595097F1\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Dakota\",\n                \"lastName\": \"Anderson\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50671,\n                \"emailAddress\": \"DakotaAnderson42174@phoneyemail.com\",\n                \"phoneNumber\": \"33345501331\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8857\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8855\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13961,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:39\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253384\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"380A9E6C8B\",\n                \"clientOrderId\": \"380A9E6C8B\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Ray\",\n                \"lastName\": \"Turner\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50669,\n                \"emailAddress\": \"RayTurner35387@phoneyemail.com\",\n                \"phoneNumber\": \"33315054297\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8851\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8853\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13959,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:37\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253352\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"AE1292CEC1\",\n                \"clientOrderId\": \"AE1292CEC1\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Campbell\",\n                \"lastName\": \"Stewart\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50667,\n                \"emailAddress\": \"CampbellStewart27514@phoneyemail.com\",\n                \"phoneNumber\": \"3337286474\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8849\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8847\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13957,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:35\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253319\",\n                \"totalAmount\": \"17.98\",\n                \"orderId\": \"EE9B2770FB\",\n                \"clientOrderId\": \"EE9B2770FB\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Morgan\",\n                \"lastName\": \"Cook\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50665,\n                \"emailAddress\": \"MorganCook28570@phoneyemail.com\",\n                \"phoneNumber\": \"33350782713\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8845\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8843\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"8841\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13915,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 14:59:58\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"Charge Successful\",\n                \"merchantTxnId\": \"28763\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"BEBC9504FF\",\n                \"clientOrderId\": \"BEBC9504FF\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Andy\",\n                \"lastName\": \"Lopez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50455,\n                \"emailAddress\": \"AndyLopez79534@phoneyemail.com\",\n                \"phoneNumber\": \"33327183251\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"0000\",\n                \"cardType\": \"TESTCARD\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8839\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8837\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13911,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:48:27\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580936473\",\n                \"totalAmount\": \"35.24\",\n                \"orderId\": \"A603B183DB\",\n                \"clientOrderId\": \"A603B183DB\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"81\",\n                \"campaignName\": \"html-2\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@checkoutchamp.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"MC PKG\",\n                        \"purchaseId\": \"8835\",\n                        \"price\": \"33.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"2.24\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13909,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:48:00\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580935680\",\n                \"totalAmount\": \"21.36\",\n                \"orderId\": \"F950CC7762\",\n                \"clientOrderId\": \"F950CC7762\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"79\",\n                \"campaignName\": \"html-1\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@checkoutchamp.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": null,\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": null\n            },\n            {\n                \"transactionId\": 13907,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:47:56\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580935605\",\n                \"totalAmount\": \"35.24\",\n                \"orderId\": \"F950CC7762\",\n                \"clientOrderId\": \"F950CC7762\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"79\",\n                \"campaignName\": \"html-1\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@checkoutchamp.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"MC PKG\",\n                        \"purchaseId\": \"8833\",\n                        \"price\": \"33.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"2.24\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13905,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:47:26\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580934937\",\n                \"totalAmount\": \"35.24\",\n                \"orderId\": \"1DD5AD748C\",\n                \"clientOrderId\": \"1DD5AD748C\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"85\",\n                \"campaignName\": \"php-2\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@checkoutchamp.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": null\n            },\n            {\n                \"transactionId\": 13903,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:46:52\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580934112\",\n                \"totalAmount\": \"21.36\",\n                \"orderId\": \"37BD4D23C3\",\n                \"clientOrderId\": \"37BD4D23C3\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"83\",\n                \"campaignName\": \"php-1\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@checkoutchamp.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": null,\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": null\n            },\n            {\n                \"transactionId\": 13901,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:46:48\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580933997\",\n                \"totalAmount\": \"4.99\",\n                \"orderId\": \"37BD4D23C3\",\n                \"clientOrderId\": \"37BD4D23C3\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"83\",\n                \"campaignName\": \"php-1\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@checkoutchamp.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"MC PKG\",\n                        \"purchaseId\": \"8831\",\n                        \"price\": \"0.00\",\n                        \"shipping\": \"4.99\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13899,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:37:06\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920694\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"8B281ED15B\",\n                \"clientOrderId\": \"8B281ED15B\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Drew\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50621,\n                \"emailAddress\": \"DrewSanchez50461@phoneyemail.com\",\n                \"phoneNumber\": \"33380088800\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"8829\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13897,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:37:04\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920631\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"9C5F0115E2\",\n                \"clientOrderId\": \"9C5F0115E2\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Devin\",\n                \"lastName\": \"Scott\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50619,\n                \"emailAddress\": \"DevinScott83490@phoneyemail.com\",\n                \"phoneNumber\": \"33337066346\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8827\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8825\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13895,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:37:02\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920588\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"DCED523EAC\",\n                \"clientOrderId\": \"DCED523EAC\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Alex\",\n                \"lastName\": \"Phillips\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50617,\n                \"emailAddress\": \"AlexPhillips27061@phoneyemail.com\",\n                \"phoneNumber\": \"33321307993\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8823\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8821\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13893,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:37:00\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920533\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"5F945EE638\",\n                \"clientOrderId\": \"5F945EE638\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Haydne\",\n                \"lastName\": \"Carter\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50615,\n                \"emailAddress\": \"HaydneCarter58234@phoneyemail.com\",\n                \"phoneNumber\": \"33349322026\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8819\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8817\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13891,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:36:58\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920477\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"9D112C9A22\",\n                \"clientOrderId\": \"9D112C9A22\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Andy\",\n                \"lastName\": \"Gray\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50613,\n                \"emailAddress\": \"AndyGray68478@phoneyemail.com\",\n                \"phoneNumber\": \"33386016562\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"8815\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13889,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:36:56\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920432\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"42799D9BA4\",\n                \"clientOrderId\": \"42799D9BA4\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Blaine\",\n                \"lastName\": \"Allen\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50611,\n                \"emailAddress\": \"BlaineAllen25821@phoneyemail.com\",\n                \"phoneNumber\": \"33354353327\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"9A3E9E84BD\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"CE48F079AE\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13887,\n                \"parentTxnId\": null,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:36:54\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920353\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"8B8290AD57\",\n                \"clientOrderId\": \"8B8290AD57\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Drew\",\n                \"lastName\": \"Thompson\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50609,\n                \"emailAddress\": \"DrewThompson83886@phoneyemail.com\",\n                \"phoneNumber\": \"3334121133\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"83B5B3B7E8\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 0,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 0,\n            \"resultsPerPage\": \"25\",\n            \"sortBy\": \"dateCreated\",\n            \"startDate\": \"2\\/1\\/15\",\n            \"endDate\": \"2\\/18\\/15\",\n            \"responseType\": \"SUCCESS\",\n            \"txnType\": \"SALE\",\n            \"dateRangeType\": \"dateCreated\",\n            \"dateCreated\": [\n                {\n                    \"date\": \"2015-02-01 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America\\/New_York\"\n                },\n                {\n                    \"date\": \"2015-02-18 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America\\/New_York\"\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["transactions","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"44ebea5b-58d9-49d8-aea4-8d89e1a319b1","name":"Query Transactions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/transactions/query/?loginId=testapi&password=abc123&txnType=SALE&responseType=SUCCESS&startDate=2/1/15&endDate=2/18/15","protocol":"https","host":["api","checkoutchamp","com"],"path":["transactions","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"","type":"text","disabled":true},{"key":"purchaseId","value":"","type":"text","disabled":true},{"key":"customerId","value":null,"disabled":true},{"key":"txnType","value":"SALE"},{"key":"paySource","value":"","type":"text","disabled":true},{"key":"responseType","value":"SUCCESS"},{"key":"merchantTxnId","value":"","type":"text","disabled":true},{"key":"clientTxnId","value":"","type":"text","disabled":true},{"key":"merchantId","value":"","type":"text","disabled":true},{"key":"cardLast4","value":"","type":"text","disabled":true},{"key":"cardBin","value":"","type":"text","disabled":true},{"key":"achAccountNumber","value":"","type":"text","disabled":true},{"key":"achRoutingNumber","value":"","type":"text","disabled":true},{"key":"isChargedback","value":"","type":"text","disabled":true},{"key":"firstName","value":"","type":"text","disabled":true},{"key":"lastName","value":"","type":"text","disabled":true},{"key":"companyName","value":"","type":"text","disabled":true},{"key":"address1","value":"","type":"text","disabled":true},{"key":"address2","value":"","type":"text","disabled":true},{"key":"postalCode","value":"","type":"text","disabled":true},{"key":"city","value":"","type":"text","disabled":true},{"key":"state","value":"","type":"text","disabled":true},{"key":"country","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"","type":"text","disabled":true},{"key":"phoneNumber","value":"","type":"text","disabled":true},{"key":"affId","value":"","type":"text","disabled":true},{"key":"showExternal","value":"","type":"text","disabled":true},{"key":"dateRangeType","value":"","type":"text","disabled":true},{"key":"startDate","value":"2/1/15"},{"key":"endDate","value":"2/18/15"},{"key":"startTime","value":"","type":"text","disabled":true},{"key":"endTime","value":"","type":"text","disabled":true},{"key":"sortDir","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 721,\n        \"resultsPerPage\": \"25\",\n        \"page\": 1,\n        \"data\": [\n            {\n                \"transactionId\": 13977,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:13:21\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"Charge Successful\",\n                \"authCode\": \"152589\",\n                \"cvvResponse\": \"M\",\n                \"avsResponse\": \"Y\",\n                \"merchantTxnId\": \"69367\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"A51DFD793C\",\n                \"clientOrderId\": \"A51DFD793C\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Andy\",\n                \"lastName\": \"Lopez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50455,\n                \"emailAddress\": \"AndyLopez79534@phoneyemail.com\",\n                \"phoneNumber\": \"33327183251\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"0000\",\n                \"cardType\": \"TESTCARD\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 1,\n                \"chargebackAmount\": \"10.00\",\n                \"chargebackDate\": \"2015-02-14 00:00:00\",\n                \"chargebackReasonCode\": \"1233\",\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"55F39977D8\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"2AF334697C\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13975,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:52\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253611\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"CA35D6FC12\",\n                \"clientOrderId\": \"CA35D6FC12\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Bailey\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50683,\n                \"emailAddress\": \"BaileySanchez65387@phoneyemail.com\",\n                \"phoneNumber\": \"33363298172\",\n                \"address1\": \"105 Hemp St\",\n                \"address2\": \"Apt. 24\",\n                \"city\": \"Roswell\",\n                \"state\": \"GA\",\n                \"country\": \"US\",\n                \"postalCode\": \"30155\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 1,\n                \"chargebackAmount\": \"1.00\",\n                \"chargebackDate\": \"2015-02-14 00:00:00\",\n                \"chargebackReasonCode\": \"1233\",\n                \"chargebackNote\": \"Customer called in and complained\",\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"C1D72999CF\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13973,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:50\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253579\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"022542AB17\",\n                \"clientOrderId\": \"022542AB17\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Brook\",\n                \"lastName\": \"Phillips\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50681,\n                \"emailAddress\": \"BrookPhillips16395@phoneyemail.com\",\n                \"phoneNumber\": \"33329727026\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"2E6181C093\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13971,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:48\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253548\",\n                \"totalAmount\": \"17.98\",\n                \"orderId\": \"01AACB0C52\",\n                \"clientOrderId\": \"01AACB0C52\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Darl\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50679,\n                \"emailAddress\": \"DarlSanchez71228@phoneyemail.com\",\n                \"phoneNumber\": \"33391287994\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"6A953DF3D8\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"074D910860\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"893F6E8F74\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13969,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:46\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253511\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"0E23165D8A\",\n                \"clientOrderId\": \"0E23165D8A\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Andy\",\n                \"lastName\": \"Lopez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50677,\n                \"emailAddress\": \"AndyLopez20303@phoneyemail.com\",\n                \"phoneNumber\": \"33317621922\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"2635816BB1\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13967,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:44\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253482\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"652341829C\",\n                \"clientOrderId\": \"652341829C\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Devin\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50675,\n                \"emailAddress\": \"DevinSanchez53293@phoneyemail.com\",\n                \"phoneNumber\": \"33376485737\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"B29B7A52B0\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"2EA122BC84\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13965,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:43\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253459\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"D4F8E908C2\",\n                \"clientOrderId\": \"D4F8E908C2\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Devin\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50673,\n                \"emailAddress\": \"DevinSanchez31875@phoneyemail.com\",\n                \"phoneNumber\": \"33382089784\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"8859\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13963,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:41\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253415\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"D0595097F1\",\n                \"clientOrderId\": \"D0595097F1\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Dakota\",\n                \"lastName\": \"Anderson\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50671,\n                \"emailAddress\": \"DakotaAnderson42174@phoneyemail.com\",\n                \"phoneNumber\": \"33345501331\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8857\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8855\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13961,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:39\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253384\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"380A9E6C8B\",\n                \"clientOrderId\": \"380A9E6C8B\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Ray\",\n                \"lastName\": \"Turner\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50669,\n                \"emailAddress\": \"RayTurner35387@phoneyemail.com\",\n                \"phoneNumber\": \"33315054297\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8851\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8853\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13959,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:37\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253352\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"AE1292CEC1\",\n                \"clientOrderId\": \"AE1292CEC1\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Campbell\",\n                \"lastName\": \"Stewart\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50667,\n                \"emailAddress\": \"CampbellStewart27514@phoneyemail.com\",\n                \"phoneNumber\": \"3337286474\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8849\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8847\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13957,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 15:10:35\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2581253319\",\n                \"totalAmount\": \"17.98\",\n                \"orderId\": \"EE9B2770FB\",\n                \"clientOrderId\": \"EE9B2770FB\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Morgan\",\n                \"lastName\": \"Cook\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50665,\n                \"emailAddress\": \"MorganCook28570@phoneyemail.com\",\n                \"phoneNumber\": \"33350782713\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8845\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8843\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"8841\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13915,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 14:59:58\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"Charge Successful\",\n                \"merchantTxnId\": \"28763\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"BEBC9504FF\",\n                \"clientOrderId\": \"BEBC9504FF\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Andy\",\n                \"lastName\": \"Lopez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50455,\n                \"emailAddress\": \"AndyLopez79534@phoneyemail.com\",\n                \"phoneNumber\": \"33327183251\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"0000\",\n                \"cardType\": \"TESTCARD\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8839\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8837\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13911,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:48:27\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580936473\",\n                \"totalAmount\": \"35.24\",\n                \"orderId\": \"A603B183DB\",\n                \"clientOrderId\": \"A603B183DB\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"81\",\n                \"campaignName\": \"html-2\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@konnektive.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"MC PKG\",\n                        \"purchaseId\": \"8835\",\n                        \"price\": \"33.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"2.24\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13909,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:48:00\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580935680\",\n                \"totalAmount\": \"21.36\",\n                \"orderId\": \"F950CC7762\",\n                \"clientOrderId\": \"F950CC7762\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"79\",\n                \"campaignName\": \"html-1\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@konnektive.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": null,\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": null\n            },\n            {\n                \"transactionId\": 13907,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:47:56\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580935605\",\n                \"totalAmount\": \"35.24\",\n                \"orderId\": \"F950CC7762\",\n                \"clientOrderId\": \"F950CC7762\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"79\",\n                \"campaignName\": \"html-1\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@konnektive.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"MC PKG\",\n                        \"purchaseId\": \"8833\",\n                        \"price\": \"33.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"2.24\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13905,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:47:26\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580934937\",\n                \"totalAmount\": \"35.24\",\n                \"orderId\": \"1DD5AD748C\",\n                \"clientOrderId\": \"1DD5AD748C\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"85\",\n                \"campaignName\": \"php-2\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@konnektive.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": null\n            },\n            {\n                \"transactionId\": 13903,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:46:52\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580934112\",\n                \"totalAmount\": \"21.36\",\n                \"orderId\": \"37BD4D23C3\",\n                \"clientOrderId\": \"37BD4D23C3\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"83\",\n                \"campaignName\": \"php-1\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@konnektive.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": null,\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": null\n            },\n            {\n                \"transactionId\": 13901,\n                \"merchant\": \"NMI # 1\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 11,\n                \"dateCreated\": \"2015-02-13 10:46:48\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580933997\",\n                \"totalAmount\": \"4.99\",\n                \"orderId\": \"37BD4D23C3\",\n                \"clientOrderId\": \"37BD4D23C3\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"83\",\n                \"campaignName\": \"php-1\",\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50623,\n                \"emailAddress\": \"jared.h@konnektive.com\",\n                \"phoneNumber\": \"1232131111\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": \"411111\",\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"VISA\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"MC PKG\",\n                        \"purchaseId\": \"8831\",\n                        \"price\": \"0.00\",\n                        \"shipping\": \"4.99\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13899,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:37:06\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920694\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"8B281ED15B\",\n                \"clientOrderId\": \"8B281ED15B\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Drew\",\n                \"lastName\": \"Sanchez\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50621,\n                \"emailAddress\": \"DrewSanchez50461@phoneyemail.com\",\n                \"phoneNumber\": \"33380088800\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"8829\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13897,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:37:04\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920631\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"9C5F0115E2\",\n                \"clientOrderId\": \"9C5F0115E2\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Devin\",\n                \"lastName\": \"Scott\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50619,\n                \"emailAddress\": \"DevinScott83490@phoneyemail.com\",\n                \"phoneNumber\": \"33337066346\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8827\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8825\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13895,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:37:02\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920588\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"DCED523EAC\",\n                \"clientOrderId\": \"DCED523EAC\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Alex\",\n                \"lastName\": \"Phillips\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50617,\n                \"emailAddress\": \"AlexPhillips27061@phoneyemail.com\",\n                \"phoneNumber\": \"33321307993\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8823\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8821\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13893,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:37:00\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920533\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"5F945EE638\",\n                \"clientOrderId\": \"5F945EE638\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Haydne\",\n                \"lastName\": \"Carter\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50615,\n                \"emailAddress\": \"HaydneCarter58234@phoneyemail.com\",\n                \"phoneNumber\": \"33349322026\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"8819\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"8817\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13891,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:36:58\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920477\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"9D112C9A22\",\n                \"clientOrderId\": \"9D112C9A22\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Andy\",\n                \"lastName\": \"Gray\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50613,\n                \"emailAddress\": \"AndyGray68478@phoneyemail.com\",\n                \"phoneNumber\": \"33386016562\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"8815\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13889,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:36:56\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920432\",\n                \"totalAmount\": \"12.98\",\n                \"orderId\": \"42799D9BA4\",\n                \"clientOrderId\": \"42799D9BA4\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Blaine\",\n                \"lastName\": \"Allen\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50611,\n                \"emailAddress\": \"BlaineAllen25821@phoneyemail.com\",\n                \"phoneNumber\": \"33354353327\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Forskolin\",\n                        \"purchaseId\": \"9A3E9E84BD\",\n                        \"price\": \"6.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    },\n                    {\n                        \"product\": \"Garcinia\",\n                        \"purchaseId\": \"CE48F079AE\",\n                        \"price\": \"5.99\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            },\n            {\n                \"transactionId\": 13887,\n                \"merchant\": \"NMI # 2\",\n                \"merchantDescriptor\": null,\n                \"midNumber\": null,\n                \"merchantId\": 13,\n                \"dateCreated\": \"2015-02-13 10:36:54\",\n                \"txnType\": \"SALE\",\n                \"responseType\": \"SUCCESS\",\n                \"responseText\": \"SUCCESS\",\n                \"merchantTxnId\": \"2580920353\",\n                \"totalAmount\": \"5.00\",\n                \"orderId\": \"8B8290AD57\",\n                \"clientOrderId\": \"8B8290AD57\",\n                \"billingCycleNumber\": 1,\n                \"recycleNumber\": null,\n                \"campaignId\": \"87\",\n                \"campaignName\": \"Supplements\",\n                \"firstName\": \"Drew\",\n                \"lastName\": \"Thompson\",\n                \"orderType\": \"NEW_SALE\",\n                \"customerId\": 50609,\n                \"emailAddress\": \"DrewThompson83886@phoneyemail.com\",\n                \"phoneNumber\": \"3334121133\",\n                \"paySource\": \"CREDITCARD\",\n                \"cardBin\": null,\n                \"cardLast4\": \"1111\",\n                \"cardType\": \"AMEX\",\n                \"achBankName\": null,\n                \"achRoutingNumber\": null,\n                \"achAccountNumber\": null,\n                \"affId\": null,\n                \"sourceValue1\": null,\n                \"sourceValue2\": null,\n                \"sourceValue3\": null,\n                \"sourceValue4\": null,\n                \"sourceValue5\": null,\n                \"isChargedback\": 0,\n                \"chargebackAmount\": null,\n                \"chargebackDate\": null,\n                \"chargebackReasonCode\": null,\n                \"chargebackNote\": null,\n                \"currencySymbol\": \"$\",\n                \"items\": [\n                    {\n                        \"product\": \"Colon Cleanse\",\n                        \"purchaseId\": \"83B5B3B7E8\",\n                        \"price\": \"5.00\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 0,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 0,\n            \"resultsPerPage\": \"25\",\n            \"sortBy\": \"dateCreated\",\n            \"startDate\": \"2/1/15\",\n            \"endDate\": \"2/18/15\",\n            \"responseType\": \"SUCCESS\",\n            \"txnType\": \"SALE\",\n            \"dateRangeType\": \"dateCreated\",\n            \"dateCreated\": [\n                {\n                    \"date\": \"2015-02-01 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                {\n                    \"date\": \"2015-02-18 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"5b4dcaa6-33ea-4ca1-84d3-2556d1773a03"},{"name":"Update Transaction","id":"2ecf26fb-69a5-4840-9f34-d42cc8c1b9d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/transactions/update","description":"<p>The Update Transaction API will allow you to update transaction information. This is used primarily for marking chargebacks through a simple HTTPS GET or POST request. This can also be used to update the refund reason for each transaction.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>chargebackAmount</code></td>\n<td>Decimal</td>\n<td>The amount that was charged back. Uses the full transaction amount by default.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>chargebackDate</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>the date of the chargeback</td>\n<td>Y - if markChargeback is true</td>\n</tr>\n<tr>\n<td><code>chargebackNote</code></td>\n<td>String (max 500 chars)</td>\n<td>Any additional notes about the chargeback or chargeback reversion</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>chargebackReasonCode</code></td>\n<td>String (max 10 chars)</td>\n<td>reason code provided by the issuer</td>\n<td>Y - if markChargeback is true</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>markChargeback</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, a chargeback will be marked or updated for the transaction</td>\n<td>N*</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>refundItemId</code></td>\n<td>Int</td>\n<td>transactionItemId tied to the refund as returned by the order query or transaction query API call. For reporting purposes only. Note that if a transaction has been refunded multiple times, the refundItemId will be updated for all of the refunds.</td>\n<td>N*</td>\n</tr>\n<tr>\n<td><code>refundReason</code></td>\n<td>String (max 200 chars)</td>\n<td>Update the refund reason for the transaction. Note that if a transaction has been refunded multiple times, the refundReason will be updated for all of the refunds.</td>\n<td>N*</td>\n</tr>\n<tr>\n<td><code>revertChargeback</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, any chargeback for the transaction will be reverted</td>\n<td>N*</td>\n</tr>\n<tr>\n<td><code>transactionId</code></td>\n<td>String (max 30 chars)</td>\n<td>transactionId returned by the Query Transaction API call</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><p>*At least one of these should be passed in, or the request will be invalid. If more than one is passed in, the API will do ONE of these actions with the following priority: marking a chargeback, reverting a chargeback, updating the refund data</p>\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Transaction marked as chargedback.\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["transactions","update"],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"ada1180f-0a20-4e45-a993-929f32937ec7","name":"Update Transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/transactions/update/?loginId=testapi&password=abc123&transactionId=13915&markChargeback=1&chargebackAmount=4.55&chargebackDate=2/15/2015&chargebackReasonCode=1223","protocol":"https","host":["api","checkoutchamp","com"],"path":["transactions","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"transactionId","value":"13915"},{"key":"refundReason","value":null,"type":"text","disabled":true},{"key":"markChargeback","value":"1"},{"key":"revertChargeback","value":"","type":"text","disabled":true},{"key":"chargebackAmount","value":"4.55"},{"key":"chargebackDate","value":"2/15/2015"},{"key":"chargebackReasonCode","value":"1223"},{"key":"chargebackNote","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Transaction marked as chargedback.\"\n}"}],"_postman_id":"2ecf26fb-69a5-4840-9f34-d42cc8c1b9d9"},{"name":"Refund Transactions","id":"9a74cdd2-0b0d-4894-89df-772ecc85d252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/transactions/refund/","description":"<p>The Refund Transaction API will allow you to issue partial and full refunds against a specific transaction through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancelPurchase</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, any purchase associated with the order will be cancelled. This is used with a full refund only.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>externalRefund</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, no requests will be made to the processor</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fullRefund</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, a full refund will be issued on the order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>Api Login Id provided by Konnektive</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>Api password provided by Konnektive</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>refundAmount</code></td>\n<td>Decimal</td>\n<td>The dollar amount to refund</td>\n<td>Y - if fullRefund is false</td>\n</tr>\n<tr>\n<td><code>refundItemId</code></td>\n<td>Int</td>\n<td>transactionItemId tied to the refund as returned by the order query or transaction query API call. For reporting purposes only</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>refundReason</code></td>\n<td>String</td>\n<td>The reason for the refund</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>refundMerchantTxnId</code></td>\n<td>String (max 50 chars)</td>\n<td>If externalRefund is set to true, this sets the processor's Transaction Id of the refund</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>returnDetails</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, the details of the refund transaction will be returned in the response. This is equivalent to the response provided by a transactions/query API call.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>transactionId</code></td>\n<td>List</td>\n<td>transactionId returned by the query transaction api call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>voidOnly</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, only a void request will be made to the processor, if possible. Refund requests are will not be made to the processor.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Refund Successful\"\n}\n\n</code></pre><h4 id=\"error\">Error</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Could not issue refund. Processor returned: Do Not Honor\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["transactions","refund",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"7612839b-612b-41a0-9499-411e5778b49b","name":"Refund Transactions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/transactions/refund/?loginId=testapi&password=abc123&transactionId=123456&refundAmount=2.00","protocol":"https","host":["api","checkoutchamp","com"],"path":["transactions","refund",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"transactionId","value":"123456"},{"key":"refundAmount","value":"2.00"},{"key":"fullRefund","value":"","type":"text","disabled":true},{"key":"cancelPurchase","value":"","type":"text","disabled":true},{"key":"externalRefund","value":"","type":"text","disabled":true},{"key":"refundMerchantTxnId","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": \"Refund Successful\"\r\n}"}],"_postman_id":"9a74cdd2-0b0d-4894-89df-772ecc85d252"},{"name":"Composite Data Query","id":"d6fa4091-1fe6-40ee-bc1e-2bad37e542f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/cbdata/query/","description":"<p>The Composite Data Query API returns a data set combining information from the Transaction, Order, and Customer APIs through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM - dateCreated or dateUpdated</td>\n<td>defaults to dateCreated</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y - if transaction IDs are not passed</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>Y - if transaction IDs are not passed</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>transactionId</code></td>\n<td>Integer or list</td>\n<td>comma-separated list of transactionIds returned by the Query Transaction API call</td>\n<td>Y - if date range not specified</td>\n</tr>\n<tr>\n<td><code>cardLast4</code></td>\n<td>String (max 4 chars)</td>\n<td>Last 4 numbers of the customer's credit card</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardBin</code></td>\n<td>String (max 6 chars)</td>\n<td>The BIN # associated with the card (first 6 digits)</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"execTime\": null,\n        \"memUsage\": null,\n        \"totalResults\": 2,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"transactionId\": 526165,\n                \"merchantId\": 100,\n                \"campaignId\": \"14\",\n                \"dateCreated\": \"2016-06-29 04:22:31\",\n                \"dateUpdated\": \"2016-09-15 20:31:08\",\n                \"customerId\": 170238,\n                \"firstName\": \"Dorene\",\n                \"lastName\": \"DeRusha\",\n                \"billingCycleNumber\": 2,\n                \"phoneNumber\": null,\n                \"emailAddress\": null,\n                \"sourceValue1\": \"213157\",\n                \"cardBin\": \"000000\",\n                \"cardLast4\": \"0000\",\n                \"cardType\": \"TESTCARD\",\n                \"totalAmount\": \"97.81\",\n                \"isChargedback\": 0,\n                \"affId\": 9,\n                \"achAccountNumber\": null,\n                \"achRoutingNumber\": null,\n                \"city\": \"Gilmer\",\n                \"state\": \"TX\",\n                \"country\": \"US\",\n                \"txnType\": \"SALE\",\n                \"orderType\": \"NEW_SALE\",\n                \"tItems\": [\n                    {\n                        \"productId\": \"81\",\n                        \"product\": \"Vita Luminance US\",\n                        \"purchaseId\": \"D76D62CABC\",\n                        \"status\": \"RECYCLE_FAILED\",\n                        \"billingCycleNumber\": \"2\",\n                        \"lastCancellationDate\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"price\": \"97.81\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\",\n                        \"fulfillmentStatus\": \"SHIPPED\",\n                        \"dateShipped\": \"2016-06-16\",\n                        \"trackingNumber\": \"9400110200793040369932\",\n                        \"transactionItemId\": \"490555\"\n                    },\n                    {\n                        \"productId\": \"81\",\n                        \"product\": \"Vita Luminance US\",\n                        \"purchaseId\": \"D76D62CABC\",\n                        \"status\": \"RECYCLE_FAILED\",\n                        \"billingCycleNumber\": \"2\",\n                        \"lastCancellationDate\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"price\": \"97.81\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\",\n                        \"fulfillmentStatus\": \"HOLD\",\n                        \"dateShipped\": \"\",\n                        \"trackingNumber\": \"\",\n                        \"transactionItemId\": \"490555\"\n                    }\n                ],\n                \"sourceId\": 9,\n                \"agentUserId\": 12434,\n                \"shipProfileId\": null,\n                \"merchantTxnId\": \"3171167120\",\n                \"salesTax\": \"0.00\",\n                \"ipAddress\": \"00.000.000.000\",\n                \"postalCode\": \"75644\",\n                \"address1\": \"6293 Lemon Road\",\n                \"address2\": null,\n                \"shipCountry\": \"US\",\n                \"shipState\": \"TX\",\n                \"shipCity\": \"Gilmer\",\n                \"shipPostalCode\": \"75644\",\n                \"shipFirstName\": \"Dorene\",\n                \"shipLastName\": \"DeRusha\",\n                \"shipAddress1\": \"6293 Lemon Road\",\n                \"shipAddress2\": null,\n                \"cardExpiryDate\": \"2017-10-31 00:00:00\",\n                \"orderStatus\": \"COMPLETE\",\n                \"totalRefunded\": \"0.00\",\n                \"clientOrderId\": \"5D13B5D9FD\",\n                \"orderId\": 220924,\n                \"fItems\": [\n                    {\n                        \"fulfillmentItemId\": \"157127\",\n                        \"name\": \"Vita Luminance US\",\n                        \"sku\": \"VitaLUS\",\n                        \"qty\": \"1\",\n                        \"status\": \"SHIPPED\",\n                        \"rmaNumber\": \"\"\n                    }\n                ],\n                \"oItems\": [\n                    {\n                        \"productId\": \"81\",\n                        \"name\": \"Vita Luminance US\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"0.00\",\n                        \"price\": \"97.81\",\n                        \"purchaseId\": \"D76D62CABC\",\n                        \"purchaseStatus\": \"RECYCLE_FAILED\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"orderItemId\": \"277889\"\n                    },\n                    {\n                        \"productId\": \"83\",\n                        \"name\": \"Vita Luminance US\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"0.00\",\n                        \"price\": \"97.81\",\n                        \"purchaseId\": \"D76D62CABC\",\n                        \"purchaseStatus\": \"RECYCLE_FAILED\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"orderItemId\": \"277890\"\n                    }\n                ],\n                \"notes\": null\n            },\n            {\n                \"transactionId\": 862070,\n                \"merchantId\": 181,\n                \"campaignId\": \"25\",\n                \"dateCreated\": \"2016-09-11 23:30:15\",\n                \"dateUpdated\": \"2016-09-15 20:31:08\",\n                \"customerId\": 315717,\n                \"firstName\": \"cindy\",\n                \"lastName\": \"sutton\",\n                \"billingCycleNumber\": 1,\n                \"phoneNumber\": null,\n                \"emailAddress\": null,\n                \"sourceValue1\": \"770\",\n                \"cardBin\": \"000000\",\n                \"cardLast4\": \"0000\",\n                \"cardType\": \"TESTCARD\",\n                \"totalAmount\": \"4.99\",\n                \"isChargedback\": 0,\n                \"affId\": 38,\n                \"achAccountNumber\": null,\n                \"achRoutingNumber\": null,\n                \"city\": \"scottsdale\",\n                \"state\": \"AZ\",\n                \"country\": \"US\",\n                \"txnType\": \"SALE\",\n                \"orderType\": \"NEW_SALE\",\n                \"tItems\": [\n                    {\n                        \"productId\": \"158\",\n                        \"product\": \"Nuevoderm\",\n                        \"purchaseId\": \"46055D10E3\",\n                        \"status\": \"TRIAL\",\n                        \"billingCycleNumber\": \"1\",\n                        \"lastCancellationDate\": \"\",\n                        \"nextBillDate\": \"2016-09-25\",\n                        \"price\": \"0.00\",\n                        \"shipping\": \"4.99\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\",\n                        \"fulfillmentStatus\": \"PENDING\",\n                        \"dateShipped\": \"\",\n                        \"trackingNumber\": \"\",\n                        \"transactionItemId\": \"800179\"\n                    }\n                ],\n                \"sourceId\": 38,\n                \"agentUserId\": 17531,\n                \"shipProfileId\": null,\n                \"merchantTxnId\": \"3276917077\",\n                \"salesTax\": \"0.00\",\n                \"ipAddress\": null,\n                \"postalCode\": \"85259\",\n                \"address1\": \"11318 e jenan dr\",\n                \"address2\": null,\n                \"shipCountry\": \"US\",\n                \"shipState\": \"AZ\",\n                \"shipCity\": \"scottsdale\",\n                \"shipPostalCode\": \"85259\",\n                \"shipFirstName\": \"cindy\",\n                \"shipLastName\": \"sutton\",\n                \"shipAddress1\": \"11318 e jenan dr\",\n                \"shipAddress2\": null,\n                \"cardExpiryDate\": \"2020-08-31 00:00:00\",\n                \"orderStatus\": \"COMPLETE\",\n                \"totalRefunded\": \"0.00\",\n                \"clientOrderId\": \"78007ADC16\",\n                \"orderId\": 440543,\n                \"fItems\": [\n                    {\n                        \"fulfillmentItemId\": \"352853\",\n                        \"name\": \"Derma Vibrance\",\n                        \"sku\": \"DermaVibrance\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"rmaNumber\": \"\"\n                    },\n                    {\n                        \"fulfillmentItemId\": \"352854\",\n                        \"name\": \"Nuevoderm\",\n                        \"sku\": \"Nuevoderm\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"rmaNumber\": \"\"\n                    }\n                ],\n                \"oItems\": [\n                    {\n                        \"productId\": \"157\",\n                        \"name\": \"Nuevoderm\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"4.99\",\n                        \"price\": \"0.00\",\n                        \"purchaseId\": \"46055D10E3\",\n                        \"purchaseStatus\": \"TRIAL\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"2016-09-25\",\n                        \"orderItemId\": \"525257\"\n                    },\n                    {\n                        \"productId\": \"158\",\n                        \"name\": \"Nuevoderm\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"4.99\",\n                        \"price\": \"0.00\",\n                        \"purchaseId\": \"46055D10E3\",\n                        \"purchaseStatus\": \"TRIAL\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"2016-09-25\",\n                        \"orderItemId\": \"525258\"\n                    }\n                ],\n                \"notes\": [\n                    {\n                        \"customerId\": \"315717\",\n                        \"date\": \"2016-09-11 23:29:55\",\n                        \"agentName\": \"System\",\n                        \"message\": \"Trial started for product Derma Vibrance full trial billing will occur on 09\\/25\\/16\"\n                    },\n                    {\n                        \"customerId\": \"315717\",\n                        \"date\": \"2016-09-11 23:29:55\",\n                        \"agentName\": \"System\",\n                        \"message\": \"New customer order 78007ADC16 ($4.95) created.\"\n                    },\n                    {\n                        \"customerId\": \"315717\",\n                        \"date\": \"2016-09-11 23:30:18\",\n                        \"agentName\": \"System\",\n                        \"message\": \"Trial started for product Nuevoderm full trial billing will occur on 09\\/25\\/16\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": null,\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": null,\n            \"transactionId\": [\n                \"862070\",\n                \"526165\"\n            ],\n            \"dateRangeType\": null\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["cbdata","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"fd76bbb3-873b-45b4-b6d8-f9912e130c00","name":"Composite Data Query","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/cbdata/query/?loginId=testapi&password=abc123&transactionId=123456","protocol":"https","host":["api","checkoutchamp","com"],"path":["cbdata","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"transactionId","value":"123456"},{"key":"dateRangeType","value":"","type":"text","disabled":true},{"key":"startDate","value":null,"disabled":true},{"key":"endDate","value":null,"disabled":true},{"key":"startTime","value":"","type":"text","disabled":true},{"key":"endTime","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true},{"key":"cardLast4","value":"","type":"text","disabled":true},{"key":"cardBin","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"execTime\": null,\n        \"memUsage\": null,\n        \"totalResults\": 2,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"transactionId\": 526165,\n                \"merchantId\": 100,\n                \"campaignId\": \"14\",\n                \"dateCreated\": \"2016-06-29 04:22:31\",\n                \"dateUpdated\": \"2016-09-15 20:31:08\",\n                \"customerId\": 170238,\n                \"firstName\": \"Dorene\",\n                \"lastName\": \"DeRusha\",\n                \"billingCycleNumber\": 2,\n                \"phoneNumber\": null,\n                \"emailAddress\": null,\n                \"sourceValue1\": \"213157\",\n                \"cardBin\": \"000000\",\n                \"cardLast4\": \"0000\",\n                \"cardType\": \"TESTCARD\",\n                \"totalAmount\": \"97.81\",\n                \"isChargedback\": 0,\n                \"affId\": 9,\n                \"achAccountNumber\": null,\n                \"achRoutingNumber\": null,\n                \"city\": \"Gilmer\",\n                \"state\": \"TX\",\n                \"country\": \"US\",\n                \"txnType\": \"SALE\",\n                \"orderType\": \"NEW_SALE\",\n                \"tItems\": [\n                    {\n                        \"productId\": \"81\",\n                        \"product\": \"Vita Luminance US\",\n                        \"purchaseId\": \"D76D62CABC\",\n                        \"status\": \"RECYCLE_FAILED\",\n                        \"billingCycleNumber\": \"2\",\n                        \"lastCancellationDate\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"price\": \"97.81\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\",\n                        \"fulfillmentStatus\": \"SHIPPED\",\n                        \"dateShipped\": \"2016-06-16\",\n                        \"trackingNumber\": \"9400110200793040369932\",\n                        \"transactionItemId\": \"490555\"\n                    },\n                    {\n                        \"productId\": \"81\",\n                        \"product\": \"Vita Luminance US\",\n                        \"purchaseId\": \"D76D62CABC\",\n                        \"status\": \"RECYCLE_FAILED\",\n                        \"billingCycleNumber\": \"2\",\n                        \"lastCancellationDate\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"price\": \"97.81\",\n                        \"shipping\": \"0.00\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\",\n                        \"fulfillmentStatus\": \"HOLD\",\n                        \"dateShipped\": \"\",\n                        \"trackingNumber\": \"\",\n                        \"transactionItemId\": \"490555\"\n                    }\n                ],\n                \"sourceId\": 9,\n                \"agentUserId\": 12434,\n                \"shipProfileId\": null,\n                \"merchantTxnId\": \"3171167120\",\n                \"salesTax\": \"0.00\",\n                \"ipAddress\": \"00.000.000.000\",\n                \"postalCode\": \"75644\",\n                \"address1\": \"6293 Lemon Road\",\n                \"address2\": null,\n                \"shipCountry\": \"US\",\n                \"shipState\": \"TX\",\n                \"shipCity\": \"Gilmer\",\n                \"shipPostalCode\": \"75644\",\n                \"shipFirstName\": \"Dorene\",\n                \"shipLastName\": \"DeRusha\",\n                \"shipAddress1\": \"6293 Lemon Road\",\n                \"shipAddress2\": null,\n                \"cardExpiryDate\": \"2017-10-31 00:00:00\",\n                \"orderStatus\": \"COMPLETE\",\n                \"totalRefunded\": \"0.00\",\n                \"clientOrderId\": \"5D13B5D9FD\",\n                \"orderId\": 220924,\n                \"fItems\": [\n                    {\n                        \"fulfillmentItemId\": \"157127\",\n                        \"name\": \"Vita Luminance US\",\n                        \"sku\": \"VitaLUS\",\n                        \"qty\": \"1\",\n                        \"status\": \"SHIPPED\",\n                        \"rmaNumber\": \"\"\n                    }\n                ],\n                \"oItems\": [\n                    {\n                        \"productId\": \"81\",\n                        \"name\": \"Vita Luminance US\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"0.00\",\n                        \"price\": \"97.81\",\n                        \"purchaseId\": \"D76D62CABC\",\n                        \"purchaseStatus\": \"RECYCLE_FAILED\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"orderItemId\": \"277889\"\n                    },\n                    {\n                        \"productId\": \"83\",\n                        \"name\": \"Vita Luminance US\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"0.00\",\n                        \"price\": \"97.81\",\n                        \"purchaseId\": \"D76D62CABC\",\n                        \"purchaseStatus\": \"RECYCLE_FAILED\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"\",\n                        \"orderItemId\": \"277890\"\n                    }\n                ],\n                \"notes\": null\n            },\n            {\n                \"transactionId\": 862070,\n                \"merchantId\": 181,\n                \"campaignId\": \"25\",\n                \"dateCreated\": \"2016-09-11 23:30:15\",\n                \"dateUpdated\": \"2016-09-15 20:31:08\",\n                \"customerId\": 315717,\n                \"firstName\": \"cindy\",\n                \"lastName\": \"sutton\",\n                \"billingCycleNumber\": 1,\n                \"phoneNumber\": null,\n                \"emailAddress\": null,\n                \"sourceValue1\": \"770\",\n                \"cardBin\": \"000000\",\n                \"cardLast4\": \"0000\",\n                \"cardType\": \"TESTCARD\",\n                \"totalAmount\": \"4.99\",\n                \"isChargedback\": 0,\n                \"affId\": 38,\n                \"achAccountNumber\": null,\n                \"achRoutingNumber\": null,\n                \"city\": \"scottsdale\",\n                \"state\": \"AZ\",\n                \"country\": \"US\",\n                \"txnType\": \"SALE\",\n                \"orderType\": \"NEW_SALE\",\n                \"tItems\": [\n                    {\n                        \"productId\": \"158\",\n                        \"product\": \"Nuevoderm\",\n                        \"purchaseId\": \"46055D10E3\",\n                        \"status\": \"TRIAL\",\n                        \"billingCycleNumber\": \"1\",\n                        \"lastCancellationDate\": \"\",\n                        \"nextBillDate\": \"2016-09-25\",\n                        \"price\": \"0.00\",\n                        \"shipping\": \"4.99\",\n                        \"salesTax\": \"0.00\",\n                        \"quantity\": \"1\",\n                        \"fulfillmentStatus\": \"PENDING\",\n                        \"dateShipped\": \"\",\n                        \"trackingNumber\": \"\",\n                        \"transactionItemId\": \"800179\"\n                    }\n                ],\n                \"sourceId\": 38,\n                \"agentUserId\": 17531,\n                \"shipProfileId\": null,\n                \"merchantTxnId\": \"3276917077\",\n                \"salesTax\": \"0.00\",\n                \"ipAddress\": null,\n                \"postalCode\": \"85259\",\n                \"address1\": \"11318 e jenan dr\",\n                \"address2\": null,\n                \"shipCountry\": \"US\",\n                \"shipState\": \"AZ\",\n                \"shipCity\": \"scottsdale\",\n                \"shipPostalCode\": \"85259\",\n                \"shipFirstName\": \"cindy\",\n                \"shipLastName\": \"sutton\",\n                \"shipAddress1\": \"11318 e jenan dr\",\n                \"shipAddress2\": null,\n                \"cardExpiryDate\": \"2020-08-31 00:00:00\",\n                \"orderStatus\": \"COMPLETE\",\n                \"totalRefunded\": \"0.00\",\n                \"clientOrderId\": \"78007ADC16\",\n                \"orderId\": 440543,\n                \"fItems\": [\n                    {\n                        \"fulfillmentItemId\": \"352853\",\n                        \"name\": \"Derma Vibrance\",\n                        \"sku\": \"DermaVibrance\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"rmaNumber\": \"\"\n                    },\n                    {\n                        \"fulfillmentItemId\": \"352854\",\n                        \"name\": \"Nuevoderm\",\n                        \"sku\": \"Nuevoderm\",\n                        \"qty\": \"1\",\n                        \"status\": \"HOLD\",\n                        \"rmaNumber\": \"\"\n                    }\n                ],\n                \"oItems\": [\n                    {\n                        \"productId\": \"157\",\n                        \"name\": \"Nuevoderm\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"4.99\",\n                        \"price\": \"0.00\",\n                        \"purchaseId\": \"46055D10E3\",\n                        \"purchaseStatus\": \"TRIAL\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"2016-09-25\",\n                        \"orderItemId\": \"525257\"\n                    },\n                    {\n                        \"productId\": \"158\",\n                        \"name\": \"Nuevoderm\",\n                        \"qty\": \"1\",\n                        \"shipping\": \"4.99\",\n                        \"price\": \"0.00\",\n                        \"purchaseId\": \"46055D10E3\",\n                        \"purchaseStatus\": \"TRIAL\",\n                        \"detailedStatus\": \"\",\n                        \"nextBillDate\": \"2016-09-25\",\n                        \"orderItemId\": \"525258\"\n                    }\n                ],\n                \"notes\": [\n                    {\n                        \"customerId\": \"315717\",\n                        \"date\": \"2016-09-11 23:29:55\",\n                        \"agentName\": \"System\",\n                        \"message\": \"Trial started for product Derma Vibrance full trial billing will occur on 09/25/16\"\n                    },\n                    {\n                        \"customerId\": \"315717\",\n                        \"date\": \"2016-09-11 23:29:55\",\n                        \"agentName\": \"System\",\n                        \"message\": \"New customer order 78007ADC16 ($4.95) created.\"\n                    },\n                    {\n                        \"customerId\": \"315717\",\n                        \"date\": \"2016-09-11 23:30:18\",\n                        \"agentName\": \"System\",\n                        \"message\": \"Trial started for product Nuevoderm full trial billing will occur on 09/25/16\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": null,\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": null,\n            \"transactionId\": [\n                \"862070\",\n                \"526165\"\n            ],\n            \"dateRangeType\": null\n        }\n    }\n}"}],"_postman_id":"d6fa4091-1fe6-40ee-bc1e-2bad37e542f5"},{"name":"Transaction Range Select","id":"c90448ec-0b9a-4543-960b-21231fba03e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/cbdata/list/","description":"<p>The Transaction Range Select API returns the IDs of successful transactions within a specific date range through a simple HTTPS GET or POST request. Unlike the Query Transaction API, this command accepts only a date range, and returns only transaction IDs, primarily for use in other API calls.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM - dateCreated or dateUpdated</td>\n<td>defaults to dateCreated</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardLast4</code></td>\n<td>String (max 4 chars)</td>\n<td>Last 4 numbers of the customer's credit card</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cardBin</code></td>\n<td>String (max 6 chars)</td>\n<td>The BIN # associated with the card (first 6 digits)</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"execTime\": null,\n        \"memUsage\": null,\n        \"totalResults\": 20,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            863411,\n            863413,\n            863414,\n            863415,\n            863416,\n            863417,\n            863418,\n            863419,\n            863421,\n            863422,\n            863423,\n            863424,\n            863425,\n            863426,\n            863429,\n            863430,\n            863431,\n            863432,\n            863434,\n            863435\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": \"dateCreated\",\n            \"startDate\": \"9\\/15\\/16\",\n            \"endDate\": \"9\\/16\\/16\",\n            \"dateRangeType\": \"dateCreated\",\n            \"dateCreated\": [\n                {\n                    \"date\": \"2016-09-15 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America\\/New_York\"\n                },\n                {\n                    \"date\": \"2016-09-16 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America\\/New_York\"\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["cbdata","list",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"47cd9112-aefe-4581-b92d-f7fcdc7e8458","name":"Transaction Range Select","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/cbdata/list/?password=abc123&startDate=09/15/16&endDate=09/16/16&loginId=testapi","protocol":"https","host":["api","checkoutchamp","com"],"path":["cbdata","list",""],"query":[{"key":"password","value":"abc123"},{"key":"dateRangeType","value":null,"disabled":true},{"key":"startDate","value":"09/15/16"},{"key":"endDate","value":"09/16/16"},{"key":"startTime","value":"","type":"text","disabled":true},{"key":"endTime","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true},{"key":"loginId","value":"testapi"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"execTime\": null,\n        \"memUsage\": null,\n        \"totalResults\": 20,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            863411,\n            863413,\n            863414,\n            863415,\n            863416,\n            863417,\n            863418,\n            863419,\n            863421,\n            863422,\n            863423,\n            863424,\n            863425,\n            863426,\n            863429,\n            863430,\n            863431,\n            863432,\n            863434,\n            863435\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": \"dateCreated\",\n            \"startDate\": \"9/15/16\",\n            \"endDate\": \"9/16/16\",\n            \"dateRangeType\": \"dateCreated\",\n            \"dateCreated\": [\n                {\n                    \"date\": \"2016-09-15 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                },\n                {\n                    \"date\": \"2016-09-16 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America/New_York\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"c90448ec-0b9a-4543-960b-21231fba03e1"},{"name":"Capture Transaction","id":"95b40189-758c-46fc-8341-aecba52a1b83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"description":"<p>The Transaction Capture API enables you to capture transactions through a simple HTTPS GET or POST request. This is primarily used to capture all or one authorized and charge back protection eligible transactions on an order.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 50 chars)</td>\n<td>Id of the order as assigned by Checkout Champ</td>\n<td>Y if not passing transactionId</td>\n</tr>\n<tr>\n<td><code>transactionId</code></td>\n<td>Int</td>\n<td>transactionId returned by the Query Transaction API call</td>\n<td>Y if not passing orderId</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\"result\":\"SUCCESS\",\"message\":\"Transactions successfully captured\"}\n\n</code></pre>","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"c5b0dd4c-9444-4958-b052-f8680b809826","name":"Capture Transaction","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/transactions/capture/?loginId=testapi&password=abc123&orderId=B31879106A","protocol":"https","host":["api","checkoutchamp","com"],"path":["transactions","capture",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"orderId","value":"B31879106A"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"result\":\"SUCCESS\",\"message\":\"Transactions successfully captured\"}"}],"_postman_id":"95b40189-758c-46fc-8341-aecba52a1b83"}],"id":"1114da28-6b6a-4615-80bd-8c20175b1735","_postman_id":"1114da28-6b6a-4615-80bd-8c20175b1735","description":""},{"name":"Purchases","item":[{"name":"Query Purchases","id":"7bc88882-7c2b-4531-be02-abe242f38fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/purchase/query/","description":"<p>The Query Purchase API returns information about existing recurring purchases through a simple HTTPS GET or POST request. No wildcard characters need to be used as the API will insert wildcards automatically when necessary.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer</td>\n<td>customerId returned by the Query Customer API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignCategoryName</code></td>\n<td>String (max: 50 chars)</td>\n<td>The Checkout Champ Campaign Category. This is a contained-in search  <br />Example: \"apple\" is contained in \"The apple tree fell\"</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM - dateCreated or dateUpdated or nextBillDate</td>\n<td>defaults to dateCreated</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>Must be a valid email address format</td>\n<td>customers email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y - if customerId, purchaseId or orderId is not passed</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>firstName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's first name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>lastName</code></td>\n<td>String (max: 30 chars)</td>\n<td>customer's last name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>nextBillDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>Billing date of next purchase</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId of which the purchase was a part</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>May contain numeric digits and hyphens</td>\n<td>customers phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>purchaseId</code></td>\n<td>String (max 30 chars)</td>\n<td>purchaseId returned by the Query Purchases API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max:200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>showExternal</code></td>\n<td>Boolean</td>\n<td>includes purchases imported from an external source</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>Y - if customerId, purchaseId or orderId is not passed</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Enum ( 'ACTIVE','PAUSED','RECYCLE_BILLING','CANCELLED','RECYCLE_FAILED','TRIAL','COMPLETE')</td>\n<td>The status of the purchase</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includeNextFulfillmentDetails</code></td>\n<td>Boolean (0 or 1)</td>\n<td>Displays product information for the upcoming fulfillment</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    {\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 3,\n        \"resultsPerPage\": null,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"emailAddress\": \"test@checkoutchamp.com\",\n                \"phoneNumber\": \"123123123\",\n                \"address1\": \"123 noship\",\n                \"address2\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"AL\",\n                \"country\": \"US\",\n                \"postalCode\": \"12333\",\n                \"shipFirstName\": \"Jared\",\n                \"shipLastName\": \"Test\",\n                \"shipCity\": \"Atlanta\",\n                \"shipState\": \"AL\",\n                \"shipCountry\": \"US\",\n                \"shipPostalCode\": \"12333\",\n                \"purchaseId\": \"2536295D39\",\n                \"campaignId\": 33,\n                \"affId\": null,\n                \"productId\": 85,\n                \"productSku\": \"SKU-1\",\n                \"clientProductId\": \"csku1\",\n                \"customerId\": 299,\n                \"status\": \"ACTIVE\",\n                \"cancelReason\": null,\n                \"price\": \"13.00\",\n                \"shippingPrice\": \"5.00\",\n                \"lastCancellationDate\": null,\n                \"lastActivationDate\": null,\n                \"billingCycleType\": \"RECURRING\",\n                \"billingIntervalDays\": 30,\n                \"billingCycleNumber\": 3,\n                \"nextBillDate\": \"2015-08-01\",\n                \"finalBillingCycle\": 0,\n                \"fulfillmentCycleNumber\": 0,\n                \"recycleBillingNumber\": 0,\n                \"trialType\": \"DELAYED\",\n                \"trialPeriodDays\": 14,\n                \"trialPrice\": null,\n                \"trialShippingPrice\": null,\n                \"productQty\": 1,\n                \"memberId\": null,\n                \"dateUpdated\": \"2015-07-01 21:05:39\",\n                \"dateCreated\": \"2015-07-01 20:42:24\",\n                \"cardLast4\": \"1111\",\n                \"productName\": \"Delayed Trial\",\n                \"totalBilled\": \"36.00\",\n                \"totalRefunded\": \"5.00\",\n                \"orderId\": \"EFCFEA5314\",\n                \"clubName\": null,\n                \"transactions\": [\n                    {\n                        \"transactionId\": \"499\",\n                        \"txnDate\": \"2015-07-01 20:42:24\",\n                        \"totalAmount\": \"5.00\",\n                        \"responseType\": \"SUCCESS\",\n                        \"responseText\": \"Dummy Approval\",\n                        \"merchantTxnId\": \"DummyID:49129\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"merchantId\": \"7\",\n                        \"merchant\": \"Dummy Gateway\",\n                        \"amountRefunded\": \"5.00\",\n                        \"isChargedback\": \"0\",\n                        \"chargebackDate\": \"\",\n                        \"chargebackReasonCode\": \"\"\n                    },\n                    {\n                        \"transactionId\": \"501\",\n                        \"txnDate\": \"2015-07-01 20:59:11\",\n                        \"totalAmount\": \"13.00\",\n                        \"responseType\": \"SUCCESS\",\n                        \"responseText\": \"Dummy Approval\",\n                        \"merchantTxnId\": \"DummyID:72080\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"merchantId\": \"7\",\n                        \"merchant\": \"Dummy Gateway\",\n                        \"amountRefunded\": \"0.00\",\n                        \"isChargedback\": \"1\",\n                        \"chargebackDate\": \"2015-07-01 00:00:00\",\n                        \"chargebackReasonCode\": \"222\"\n                    },\n                    {\n                        \"transactionId\": \"503\",\n                        \"txnDate\": \"2015-07-01 21:05:39\",\n                        \"totalAmount\": \"18.00\",\n                        \"responseType\": \"SUCCESS\",\n                        \"responseText\": \"Dummy Approval\",\n                        \"merchantTxnId\": \"DummyID:65398\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"merchantId\": \"7\",\n                        \"merchant\": \"Dummy Gateway\",\n                        \"amountRefunded\": \"0.00\",\n                        \"isChargedback\": \"0\",\n                        \"chargebackDate\": \"\",\n                        \"chargebackReasonCode\": \"\"\n                    }\n                ],\n                \"fulfillments\": [\n                    {\n                        \"fulfillmentId\": 4529,\n                        \"fulfillmentHouseId\": null,\n                        \"company\": \"System Fulfillment\",\n                        \"clientFulfillmentId\": \"983FD6DF4C\",\n                        \"trackingNumber\": null,\n                        \"dateShipped\": null,\n                        \"dateDelivered\": null,\n                        \"shipCarrier\": null,\n                        \"shipMethod\": null,\n                        \"responseText\": null,\n                        \"status\": \"HOLD\",\n                        \"dateReturned\": null,\n                        \"rmaNumber\": null,\n                        \"dateCreated\": \"2015-07-01 20:42:24\"\n                    },\n                    {\n                        \"fulfillmentId\": 4531,\n                        \"fulfillmentHouseId\": null,\n                        \"company\": \"System Fulfillment\",\n                        \"clientFulfillmentId\": \"C939C93C2D\",\n                        \"trackingNumber\": \"12312313123\",\n                        \"dateShipped\": \"2015-07-01\",\n                        \"dateDelivered\": null,\n                        \"shipCarrier\": null,\n                        \"shipMethod\": null,\n                        \"responseText\": null,\n                        \"status\": \"SHIPPED\",\n                        \"dateReturned\": null,\n                        \"rmaNumber\": null,\n                        \"dateCreated\": \"2015-07-01 21:05:39\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 0,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 0,\n            \"resultsPerPage\": null,\n            \"sortBy\": \"dateCreated\",\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["purchase","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"b6653cfb-c387-46c7-9c60-397e3d01837e","name":"Query Purchases","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/purchase/query/?startDate=02/14/14&endDate=09/20/14&loginId=######&password=#######","protocol":"https","host":["api","checkoutchamp","com"],"path":["purchase","query",""],"query":[{"key":"orderId","value":"","type":"text","disabled":true},{"key":"purchaseId","value":"","type":"text","disabled":true},{"key":"customerId","value":null,"disabled":true},{"key":"firstName","value":"","type":"text","disabled":true},{"key":"lastName","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"","type":"text","disabled":true},{"key":"phoneNumber","value":"","type":"text","disabled":true},{"key":"showExternal","value":"","type":"text","disabled":true},{"key":"dateRangeType","value":"","type":"text","disabled":true},{"key":"startTime","value":"","type":"text","disabled":true},{"key":"endTime","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true},{"key":"startDate","value":"02/14/14"},{"key":"endDate","value":"09/20/14"},{"key":"loginId","value":""}],"hash":"#####&password=#######"}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 3,\n        \"resultsPerPage\": null,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"firstName\": \"Jared\",\n                \"lastName\": \"Test\",\n                \"emailAddress\": \"test@checkoutchamp.com\",\n                \"phoneNumber\": \"123123123\",\n                \"address1\": \"123 noship\",\n                \"address2\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"AL\",\n                \"country\": \"US\",\n                \"postalCode\": \"12333\",\n                \"shipFirstName\": \"Jared\",\n                \"shipLastName\": \"Test\",\n                \"shipCity\": \"Atlanta\",\n                \"shipState\": \"AL\",\n                \"shipCountry\": \"US\",\n                \"shipPostalCode\": \"12333\",\n                \"purchaseId\": \"2536295D39\",\n                \"campaignId\": 33,\n                \"affId\": null,\n                \"productId\": 85,\n                \"productSku\": \"SKU-1\",\n                \"clientProductId\": \"csku1\",\n                \"customerId\": 299,\n                \"status\": \"ACTIVE\",\n                \"cancelReason\": null,\n                \"price\": \"13.00\",\n                \"shippingPrice\": \"5.00\",\n                \"lastCancellationDate\": null,\n                \"lastActivationDate\": null,\n                \"billingCycleType\": \"RECURRING\",\n                \"billingIntervalDays\": 30,\n                \"billingCycleNumber\": 3,\n                \"nextBillDate\": \"2015-08-01\",\n                \"finalBillingCycle\": 0,\n                \"fulfillmentCycleNumber\": 0,\n                \"recycleBillingNumber\": 0,\n                \"trialType\": \"DELAYED\",\n                \"trialPeriodDays\": 14,\n                \"trialPrice\": null,\n                \"trialShippingPrice\": null,\n                \"productQty\": 1,\n                \"memberId\": null,\n                \"dateUpdated\": \"2015-07-01 21:05:39\",\n                \"dateCreated\": \"2015-07-01 20:42:24\",\n                \"cardLast4\": \"1111\",\n                \"productName\": \"Delayed Trial\",\n                \"totalBilled\": \"36.00\",\n                \"totalRefunded\": \"5.00\",\n                \"orderId\": \"EFCFEA5314\",\n                \"clubName\": null,\n                \"transactions\": [\n                    {\n                        \"transactionId\": \"499\",\n                        \"txnDate\": \"2015-07-01 20:42:24\",\n                        \"totalAmount\": \"5.00\",\n                        \"responseType\": \"SUCCESS\",\n                        \"responseText\": \"Dummy Approval\",\n                        \"merchantTxnId\": \"DummyID:49129\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"merchantId\": \"7\",\n                        \"merchant\": \"Dummy Gateway\",\n                        \"amountRefunded\": \"5.00\",\n                        \"isChargedback\": \"0\",\n                        \"chargebackDate\": \"\",\n                        \"chargebackReasonCode\": \"\"\n                    },\n                    {\n                        \"transactionId\": \"501\",\n                        \"txnDate\": \"2015-07-01 20:59:11\",\n                        \"totalAmount\": \"13.00\",\n                        \"responseType\": \"SUCCESS\",\n                        \"responseText\": \"Dummy Approval\",\n                        \"merchantTxnId\": \"DummyID:72080\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"merchantId\": \"7\",\n                        \"merchant\": \"Dummy Gateway\",\n                        \"amountRefunded\": \"0.00\",\n                        \"isChargedback\": \"1\",\n                        \"chargebackDate\": \"2015-07-01 00:00:00\",\n                        \"chargebackReasonCode\": \"222\"\n                    },\n                    {\n                        \"transactionId\": \"503\",\n                        \"txnDate\": \"2015-07-01 21:05:39\",\n                        \"totalAmount\": \"18.00\",\n                        \"responseType\": \"SUCCESS\",\n                        \"responseText\": \"Dummy Approval\",\n                        \"merchantTxnId\": \"DummyID:65398\",\n                        \"paySource\": \"CREDITCARD\",\n                        \"merchantId\": \"7\",\n                        \"merchant\": \"Dummy Gateway\",\n                        \"amountRefunded\": \"0.00\",\n                        \"isChargedback\": \"0\",\n                        \"chargebackDate\": \"\",\n                        \"chargebackReasonCode\": \"\"\n                    }\n                ],\n                \"fulfillments\": [\n                    {\n                        \"fulfillmentId\": 4529,\n                        \"fulfillmentHouseId\": null,\n                        \"company\": \"System Fulfillment\",\n                        \"clientFulfillmentId\": \"983FD6DF4C\",\n                        \"trackingNumber\": null,\n                        \"dateShipped\": null,\n                        \"dateDelivered\": null,\n                        \"shipCarrier\": null,\n                        \"shipMethod\": null,\n                        \"responseText\": null,\n                        \"status\": \"HOLD\",\n                        \"dateReturned\": null,\n                        \"rmaNumber\": null,\n                        \"dateCreated\": \"2015-07-01 20:42:24\"\n                    },\n                    {\n                        \"fulfillmentId\": 4531,\n                        \"fulfillmentHouseId\": null,\n                        \"company\": \"System Fulfillment\",\n                        \"clientFulfillmentId\": \"C939C93C2D\",\n                        \"trackingNumber\": \"12312313123\",\n                        \"dateShipped\": \"2015-07-01\",\n                        \"dateDelivered\": null,\n                        \"shipCarrier\": null,\n                        \"shipMethod\": null,\n                        \"responseText\": null,\n                        \"status\": \"SHIPPED\",\n                        \"dateReturned\": null,\n                        \"rmaNumber\": null,\n                        \"dateCreated\": \"2015-07-01 21:05:39\"\n                    }\n                ]\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 0,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 0,\n            \"resultsPerPage\": null,\n            \"sortBy\": \"dateCreated\",\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}"}],"_postman_id":"7bc88882-7c2b-4531-be02-abe242f38fc4"},{"name":"Update Purchase","id":"d24833f1-a138-4c8e-bd7b-e851fa94f315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/purchase/update/","description":"<p>The Update Purchase API will allow you to update information tied to an existing purchase through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>billingIntervalDays</code></td>\n<td>Integer</td>\n<td>Number of days between each recurring bill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billNow</code></td>\n<td>Boolean</td>\n<td>Attempts to immediately bill the next recurring billing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>changeNextBillPrice</code></td>\n<td>Boolean</td>\n<td>Use the updated price for the next billing only</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>finalBillingCycle</code></td>\n<td>Integer</td>\n<td>The final billing cycle for this purchase</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>newMerchantId</code></td>\n<td>Integer</td>\n<td>A new Merchant Id (as specified within Checkout Champ) that this purchase will be billed against</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>nextBillDate</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>Sets the date of the next recurring billing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td>Decimal</td>\n<td>Sets the price of the all future billings</td>\n<td>Y - When changeNextBillPrice is set to 1</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Integer</td>\n<td>Update to a new campaign product (found on campaign page)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>purchaseId</code></td>\n<td>String (max 30 chars)</td>\n<td>purchaseId returned by the Query Purchases API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>reactivate</code></td>\n<td>Boolean</td>\n<td>Reactivates a cancelled or inactive purchase</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>salesTax</code></td>\n<td>Decimal/String (\"AUTO\")</td>\n<td>Sets the tax amount of future billings. Set a decimal amount for a custom tax amount. <code>AUTO</code> will use the tax profile set on the campaign.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shippingPrice</code></td>\n<td>Decimal</td>\n<td>Sets the shipping price of the next recurring billing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>ENUM - RECYCLE_BILLING, RECYCLE_FAILED</td>\n<td>Update purchase status</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>variantDetailId</code></td>\n<td>Integer</td>\n<td>Update to a new variant (found on product page)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productQty</code></td>\n<td>Integer</td>\n<td>quantity for new product being updated</td>\n<td>N - default 1</td>\n</tr>\n<tr>\n<td><code>cancelFulfillment</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Choose to cancel fulfillment record tied to purchase</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fixedBillingDay</code></td>\n<td>Integer</td>\n<td>Set the fixed day of future recurring billings. (The next rebill is excluded)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>newBundleProduct</code></td>\n<td>Integer</td>\n<td>Send a campaign product id to be added to an existing subscription as a bundle product</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (Max 100 chars)</td>\n<td>The coupon code to apply to the purchase. To remove the couponCode, pass NULL</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["purchase","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"6462c8e0-0a2a-4ed1-b14a-88a6e49c8395","name":"Update Purchase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/purchase/update/?loginId=testapi&password=abc123&purchaseId=B6A9C2C69C&price=30.00&shippingPrice=2.00&nextBillDate=09/22/2014","protocol":"https","host":["api","checkoutchamp","com"],"path":["purchase","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"purchaseId","value":"B6A9C2C69C"},{"key":"reactivate","value":"","type":"text","disabled":true},{"key":"status","value":"","type":"text","disabled":true},{"key":"billNow","value":"","type":"text","disabled":true},{"key":"newMerchantId","value":"","type":"text","disabled":true},{"key":"price","value":"30.00"},{"key":"shippingPrice","value":"2.00"},{"key":"nextBillDate","value":"09/22/2014"},{"key":"billingIntervalDays","value":"","type":"text","disabled":true},{"key":"finalBillingCycle","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}"}],"_postman_id":"d24833f1-a138-4c8e-bd7b-e851fa94f315"},{"name":"Cancel Purchase","id":"93ed7d3c-3d93-440d-b379-2b9ecd651175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/purchase/cancel/","description":"<p>The Cancel Purchase API will cancel an existing recurring purchase and optionally issue a refund through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>afterNextBill</code></td>\n<td>Boolean (true or false)</td>\n<td>If set, the purchase will be cancelled after the next scheduled billing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cancelAfterDate</code></td>\n<td>Date (mm/dd/yy)</td>\n<td>The date on which to cancel</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cancelFulfillment</code></td>\n<td>Boolean (true or false)</td>\n<td>If set, all fulfillments on hold for the purchase will be cancelled. All pending fulfillments will also be cancelled at the fulfillment house if the fulfillment house allows for cancellation updates. Defaults to <code>true</code></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cancelReason</code></td>\n<td>String (max 100 chars)</td>\n<td>Reason the order was cancelled</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>fullRefund</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, a full refund will be issued on the order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>priorToNextBill</code></td>\n<td>Boolean (true or false)</td>\n<td>If set, the purchase will be cancelled prior to the next scheduled billing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>purchaseId</code></td>\n<td>String (max 30 chars)</td>\n<td>purchaseId returned by the Query Purchases API call</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Purchase Cancelled\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["purchase","cancel",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"271aad1e-3d6e-4a8f-9ef1-cd719749d216","name":"Cancel Purchase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/purchase/cancel/?loginId=testapi&password=abc123&purchaseId=B6A9C2C69C&cancelReason=Do+not+receive+product&fullRefund=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["purchase","cancel",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"purchaseId","value":"B6A9C2C69C"},{"key":"cancelReason","value":"Do+not+receive+product"},{"key":"fullRefund","value":"1"},{"key":"afterNextBill","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Purchase Cancelled\"\n}"}],"_postman_id":"93ed7d3c-3d93-440d-b379-2b9ecd651175"},{"name":"Pause Purchase","id":"4b3e58ba-c82e-47e3-a3ef-9376d5ab8d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/purchase/pause/","description":"<p>The Pause Purchase API will pause an existing recurring purchase through a simple HTTPS GET or POST request.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>priorToNextBill</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, purchase will be paused prior to the next scheduled billing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>restartDate</code></td>\n<td>Date (mm/dd/yy)</td>\n<td>The date on which to restart billing</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>purchaseId</code></td>\n<td>String (max 30 chars)</td>\n<td>purchaseId returned by the Query Purchases API call</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Purchase Paused\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["purchase","pause",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"6f008b4a-c37f-4423-9edd-fbd9d9141fc3","name":"Pause Purchase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/purchase/pause/?loginId=testApi&password=abc123&purchaseId=12&restartDate=01/01/2026&priorToNextBill=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["purchase","pause",""],"query":[{"key":"loginId","value":"testApi","type":"text"},{"key":"password","value":"abc123","type":"text"},{"key":"purchaseId","value":"12","type":"text"},{"key":"restartDate","value":"01/01/2026","type":"text"},{"key":"priorToNextBill","value":"1","type":"text"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Purchase Paused\"\n}"}],"_postman_id":"4b3e58ba-c82e-47e3-a3ef-9376d5ab8d15"},{"name":"Refund Purchase","id":"abe37270-cc23-44c3-b168-79cb2615e773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/purchase/refund/","description":"<p>The Purchase Refund API will allow you to issue partial and full refunds against a continuity purchase's most recent billing through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>fullRefund</code></td>\n<td>Boolean (true or false)</td>\n<td>If set to true, a full refund will be issued on the order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>purchaseId</code></td>\n<td>String (max 30 chars)</td>\n<td>purchaseId returned by the Query Purchases API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>refundAmount</code></td>\n<td>Decimal</td>\n<td>The dollar amount to refund</td>\n<td>Y - if fullRefund is not set to 1</td>\n</tr>\n<tr>\n<td><code>refundItemId</code></td>\n<td>Int</td>\n<td>transactionItemId tied to the refund as returned by the order query or transaction query API call. For reporting purposes only</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>refundReason</code></td>\n<td>String</td>\n<td>Reason for why the order is refunded</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Refund Successful\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["purchase","refund",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"6df739dd-a88d-48c2-a218-a8bdb5b3b780","name":"Refund Purchase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/purchase/refund/?loginId=testapi&password=abc123&purchaseId=23EC6A001E&refundAmount=2.00","protocol":"https","host":["api","checkoutchamp","com"],"path":["purchase","refund",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"purchaseId","value":"23EC6A001E"},{"key":"refundAmount","value":"2.00"},{"key":"fullRefund","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Refund Successful\"\n}"}],"_postman_id":"abe37270-cc23-44c3-b168-79cb2615e773"}],"id":"9231a16f-6805-4084-a45a-7143243e533f","_postman_id":"9231a16f-6805-4084-a45a-7143243e533f","description":""},{"name":"Products","item":[{"name":"Query Product","id":"b6e8b3d2-9060-47db-a35b-0bc1679f7e70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/product/query/","description":"<p>The Query Products API returns information about Products. The API can return campaign products or base products.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>allProducts</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Return all base products, instead of all campaign products</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>CheckoutChamp campaign Id for campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>Api Login Id provided by CheckoutChamp</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>Api password provided by CheckoutChamp</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Integer</td>\n<td>CheckoutChamp product Id for one specific product</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productTags</code></td>\n<td>String (max 200 chars, comma-separated)</td>\n<td>Return products with at least one matching tag</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>comboProducts</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Return combo products</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rotationProducts</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Return rotation products and cycle</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"1\": {\n            \"productId\": 1,\n            \"productName\": \"Very Cool Sunglasses\",\n            \"clientProductId\": null,\n            \"productCode\": null,\n            \"productSku\": null,\n            \"itemCount\": 1,\n            \"productDescription\": \"These are some very cool sunglasses.\",\n            \"productImagePath\": null,\n            \"fulfillmentCycleType\": \"RECURRING\",\n            \"finalFulfillmentCycle\": null,\n            \"productCategoryId\": \"1\",\n            \"isProductCombo\": null,\n            \"fulfillmentHouseId\": null,\n            \"fulfillmentIntervalDayOfMonth\": null,\n            \"fulfillmentDelayHours\": 1,\n            \"productCost\": \"12.00\",\n            \"shippingCost\": \"1.00\",\n            \"thresholdQuantity\": 100,\n            \"productQty\": 1,\n            \"clubPluginId\": null,\n            \"externalProductId\": null,\n            \"weight\": null,\n            \"msrp\": null,\n            \"comboProducts\": {\n                            \"0\": {\n                                \"productId\": 3,\n                                \"productName\": \"Premium Cleaning Cloth\",\n                                \"productSku\": \"sng-clean\"\n                                },\n                            \"1\": {\n                                \"productId\": 4,\n                                \"productName\": \"Premium Sunglass Retainer\",\n                                \"productSku\": \"sng-retain\"\n                                }},\n            \"rotationProducts\": {\n                            \"0\": {\n                                \"productId\": 2,\n                                \"productName\": \"Beach Towel\",\n                                \"productSku\": null,\n                                \"cycle\": 2\n                                },\n                            \"1\": {\n                                \"productId\": 4,\n                                \"productName\": \"Premium Beach Towel\",\n                                \"productSku\": null,\n                                \"cycle\": 3\n                                }},\n            \"isVariantBundle\": 0,\n            \"bundleProductQty\": null,\n            \"campaignId\": 1,\n            \"price\": null,\n            \"shippingPrice\": null,\n            \"currencySymbol\": \"$\",\n            \"stockQty\": \"0\",\n            \"productTags\": null\n        },\n        \"2\": {\n            \"productId\": 2,\n            \"productName\": \"Beach Towel\",\n            \"clientProductId\": null,\n            \"productCode\": null,\n            \"productSku\": null,\n            \"itemCount\": 1,\n            \"productDescription\": \"Towel typically used for beaches\",\n            \"productImagePath\": null,\n            \"fulfillmentCycleType\": \"RECURRING\",\n            \"finalFulfillmentCycle\": null,\n            \"productCategoryId\": \"1\",\n            \"isProductCombo\": null,\n            \"fulfillmentHouseId\": null,\n            \"fulfillmentIntervalDayOfMonth\": null,\n            \"fulfillmentDelayHours\": 1,\n            \"productCost\": \"0.00\",\n            \"shippingCost\": null,\n            \"thresholdQuantity\": 100,\n            \"productQty\": 1,\n            \"clubPluginId\": null,\n            \"externalProductId\": null,\n            \"weight\": null,\n            \"msrp\": null,\n            \"isVariantBundle\": 0,\n            \"bundleProductQty\": null,\n            \"campaignId\": 1,\n            \"price\": null,\n            \"shippingPrice\": null,\n            \"currencySymbol\": \"$\",\n            \"stockQty\": \"0\",\n            \"productTags\": null\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["product","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"a81bc337-7946-49bf-93c3-51b3c7f8c96a","name":"Query Product","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/product/query/?loginId=testapi&password=abc123","protocol":"https","host":["api","checkoutchamp","com"],"path":["product","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": {\r\n        \"1\": {\r\n            \"productId\": 1,\r\n            \"productName\": \"Very Cool Sunglasses\",\r\n            \"clientProductId\": null,\r\n            \"productCode\": null,\r\n            \"productSku\": null,\r\n            \"itemCount\": 1,\r\n            \"productDescription\": \"These are some very cool sunglasses.\",\r\n            \"productImagePath\": null,\r\n            \"fulfillmentCycleType\": \"RECURRING\",\r\n            \"finalFulfillmentCycle\": null,\r\n            \"productCategoryId\": \"1\",\r\n            \"isProductCombo\": null,\r\n            \"fulfillmentHouseId\": null,\r\n            \"fulfillmentIntervalDayOfMonth\": null,\r\n            \"fulfillmentDelayHours\": 1,\r\n            \"productCost\": \"12.00\",\r\n            \"shippingCost\": \"1.00\",\r\n            \"thresholdQuantity\": 100,\r\n            \"productQty\": 1,\r\n            \"clubPluginId\": null,\r\n            \"externalProductId\": null,\r\n            \"weight\": null,\r\n            \"msrp\": null,\r\n            \"isVariantBundle\": 0,\r\n            \"bundleProductQty\": null,\r\n            \"campaignId\": 1,\r\n            \"price\": null,\r\n            \"shippingPrice\": null,\r\n            \"currencySymbol\": \"$\",\r\n            \"stockQty\": \"0\",\r\n            \"productTags\": null\r\n        },\r\n        \"2\": {\r\n            \"productId\": 2,\r\n            \"productName\": \"Beach Towel\",\r\n            \"clientProductId\": null,\r\n            \"productCode\": null,\r\n            \"productSku\": null,\r\n            \"itemCount\": 1,\r\n            \"productDescription\": \"Towel typically used for beaches\",\r\n            \"productImagePath\": null,\r\n            \"fulfillmentCycleType\": \"RECURRING\",\r\n            \"finalFulfillmentCycle\": null,\r\n            \"productCategoryId\": \"1\",\r\n            \"isProductCombo\": null,\r\n            \"fulfillmentHouseId\": null,\r\n            \"fulfillmentIntervalDayOfMonth\": null,\r\n            \"fulfillmentDelayHours\": 1,\r\n            \"productCost\": \"0.00\",\r\n            \"shippingCost\": null,\r\n            \"thresholdQuantity\": 100,\r\n            \"productQty\": 1,\r\n            \"clubPluginId\": null,\r\n            \"externalProductId\": null,\r\n            \"weight\": null,\r\n            \"msrp\": null,\r\n            \"isVariantBundle\": 0,\r\n            \"bundleProductQty\": null,\r\n            \"campaignId\": 1,\r\n            \"price\": null,\r\n            \"shippingPrice\": null,\r\n            \"currencySymbol\": \"$\",\r\n            \"stockQty\": \"0\",\r\n            \"productTags\": null\r\n        }\r\n    }\r\n}"}],"_postman_id":"b6e8b3d2-9060-47db-a35b-0bc1679f7e70"},{"name":"Create Product","id":"484429b7-84ab-487b-b8ca-2797fff1e080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/product/create/","description":"<p>The Create Product API can create base products to be used in offers and upsells.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>category</code></td>\n<td>String (max 50 chars)</td>\n<td>Product's Category</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>clientProductId</code></td>\n<td>String (max 30 chars)</td>\n<td>Used to match this product against 3rd party data sources</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>clubPluginId</code></td>\n<td>Integer</td>\n<td>Set the club to the product (can be found on the plugin tile in the CRM)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentCycleType</code></td>\n<td>Enum (RECURRING, NO_SHIPPING)</td>\n<td>(Defaults to RECURRING when not sent)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentDelayHours</code></td>\n<td>Integer</td>\n<td>Number of hours to delay fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>msrp</code></td>\n<td>Decimal</td>\n<td>The Manufacture's Suggested Retail Price</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productCategoryId</code></td>\n<td>Integer</td>\n<td>Id of the category to assign a product (defaults to miscellaneous productCategoryId when not passed)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productCost</code></td>\n<td>Decimal</td>\n<td>Product cost (used to calculate expenses in reporting)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productDescription</code></td>\n<td>String (max 5000 chars)</td>\n<td>Product's Descrtiption</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productName</code></td>\n<td>String (max 100 chars)</td>\n<td>Product's Name</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productQty</code></td>\n<td>Integer</td>\n<td>Quantity of the SKU per product purchased for which to request fulfillment (defaults to 1 via the database if not sent)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productSku</code></td>\n<td>String (max 50 chars)</td>\n<td>Products Stock Keeping Unit</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productTags</code></td>\n<td>String</td>\n<td>Add tags to products (not case-sensitive)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>salestaxCode</code></td>\n<td>String (max 50 chars)</td>\n<td>Product tax category at Avalara Tax or TaxJar</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shippingCost</code></td>\n<td>Decimal</td>\n<td>Shipping cost (used to calculate expenses in reporting)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>stockQty</code></td>\n<td>Integer</td>\n<td>The quantity of the SKU available for Fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td>Decimal</td>\n<td>Item weight per SKU in pounds</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS,\",\n    \"message\": {\n        \"productId\": 15,\n        \"productName\": \"Super Cool Sunglasses\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["product","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"5cb3aa02-62eb-4ca7-b446-4ffdd1c28f2b","name":"Create Product","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/product/create/?loginId=&password=&productName=","protocol":"https","host":["api","checkoutchamp","com"],"path":["product","create",""],"query":[{"key":"category","value":"","type":"text","disabled":true},{"key":"clientProductId","value":"","type":"text","disabled":true},{"key":"fulfillmentCycleType","value":"","type":"text","disabled":true},{"key":"fulfillmentDelayHours","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"msrp","value":"","type":"text","disabled":true},{"key":"password","value":""},{"key":"productName","value":""},{"key":"productCategoryId","value":"","type":"text","disabled":true},{"key":"productCost","value":"","type":"text","disabled":true},{"key":"productDescription","value":"","type":"text","disabled":true},{"key":"productQty","value":"","type":"text","disabled":true},{"key":"productSku","value":"","type":"text","disabled":true},{"key":"productTags","value":"","type":"text","disabled":true},{"key":"shippingCost","value":"","type":"text","disabled":true},{"key":"stockQty","value":"","type":"text","disabled":true},{"key":"weight","value":"","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"productId\": 15,\n        \"productName\": \"Super Cool Sunglasses\"\n    }\n}"}],"_postman_id":"484429b7-84ab-487b-b8ca-2797fff1e080"},{"name":"Update Product","id":"fbabdbd0-fa96-4569-a7f2-4d47886c422c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/product/update/","description":"<p>The Update Product API can update base products</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>bundleProductQty</code></td>\n<td>Integer</td>\n<td>Total number of variants per bundle purchased</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>String (max 50 chars)</td>\n<td>Product's Category</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>clientProductId</code></td>\n<td>String (max 30 chars)</td>\n<td>Used to match this product against 3rd party data sources</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>clubPluginId</code></td>\n<td>Integer</td>\n<td>Set the club to the product (can be found on the plugin tile in the CRM)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentCycleType</code></td>\n<td>Enum (RECURRING, NO_SHIPPING)</td>\n<td>(Defaults to RECURRING when not sent)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fulfillmentDelayHours</code></td>\n<td>Integer</td>\n<td>Number of hours to delay fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isVariantBundle</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Bundle multiple variants into a single item on an order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>msrp</code></td>\n<td>Decimal</td>\n<td>The Manufacture's Suggested Retail Price</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productCategoryId</code></td>\n<td>Integer</td>\n<td>Id of the category to assign a product (defaults to miscellaneous productCategoryId when not passed)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productCost</code></td>\n<td>Decimal</td>\n<td>Product cost (used to calculate expenses in reporting)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productDescription</code></td>\n<td>String (max 5000 chars)</td>\n<td>Product's Description</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Int(min 1)</td>\n<td>Product's Id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productName</code></td>\n<td>String (max 100 chars)</td>\n<td>Product's Name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productQty</code></td>\n<td>Integer</td>\n<td>Quantity of the SKU per product purchased for which to request fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productSku</code></td>\n<td>String (max 50 chars)</td>\n<td>Product's Stock Keeping Uint</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productTags</code></td>\n<td>String</td>\n<td>Add tags to products (not case-sensitive)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>salestaxCode</code></td>\n<td>String (max 50 chars)</td>\n<td>Product tax category at Avalara Tax or TaxJar</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>shippingCost</code></td>\n<td>Decimal</td>\n<td>Shipping cost (used to calculate expenses in reporting)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>stockQty</code></td>\n<td>Integer</td>\n<td>The quantity of the SKU available for Fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>visible</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Product is available for a campaign (defaults to 1 if not sent)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>weight</code></td>\n<td>Decimal</td>\n<td>Item weight per SKU in pounds</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS,\",\n    \"message\": {\n        \"productId\": 15,\n        \"productName\": \"Super Cool Sunglasses\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["product","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"2f2e322e-2585-4547-962e-693c4a974055","name":"Update Product","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/product/update/?loginId=&password=&productId=","protocol":"https","host":["api","checkoutchamp","com"],"path":["product","update",""],"query":[{"key":"bundleProductQty","value":"","type":"text","disabled":true},{"key":"category","value":"","type":"text","disabled":true},{"key":"clientProductId","value":"","type":"text","disabled":true},{"key":"fulfillmentCycleType","value":"","type":"text","disabled":true},{"key":"fulfillmentDelayHours","value":"","type":"text","disabled":true},{"key":"isVariantBundle","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"msrp","value":"","type":"text","disabled":true},{"key":"password","value":""},{"key":"productId","value":""},{"key":"productName","value":"","type":"text","disabled":true},{"key":"productCategoryId","value":"","type":"text","disabled":true},{"key":"productCost","value":"","type":"text","disabled":true},{"key":"productDescription","value":"","type":"text","disabled":true},{"key":"productQty","value":"","type":"text","disabled":true},{"key":"productSku","value":"","type":"text","disabled":true},{"key":"productTags","value":"","type":"text","disabled":true},{"key":"shippingCost","value":"","type":"text","disabled":true},{"key":"stockQty","value":"","type":"text","disabled":true},{"key":"visible","value":"","type":"text","disabled":true},{"key":"weight","value":"","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"productId\": 15,\n        \"productName\": \"Super Cool Sunglasses\"\n    }\n}"}],"_postman_id":"fbabdbd0-fa96-4569-a7f2-4d47886c422c"}],"id":"5f9cf882-4913-4862-812b-fbeccf373f51","_postman_id":"5f9cf882-4913-4862-812b-fbeccf373f51","description":""},{"name":"Campaigns","item":[{"name":"Query Campaign","id":"0c72ff61-4615-4f18-80d1-f411a3a90cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/campaign/query/","description":"<p>The Query Campaigns API returns information about Campaigns.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Campaign Id for campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignName</code></td>\n<td>String (max: 30 chars)</td>\n<td>Name of campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Limit results to campaign information only, without coupons, ship profiles, products, and other details.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignProductId</code></td>\n<td>String</td>\n<td>Comma-separated list of campaign product IDs to fetch from the specified campaignId. Leave blank to fetch all.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignType</code></td>\n<td>Enum (<code>PHONE</code>,<code>ECOMMERCE</code>, or <code>LANDER</code>)</td>\n<td>Campaign type</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>Api Login Id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>Api password</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max: 200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>showAllCampaigns</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Show all campaigns, live and deleted (overrides visible parameter)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>showAllProducts</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>List all products in campaign (including deleted)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>visible</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>1 shows all live campaigns. 0 shows all deleted campaigns. (defaults to 1)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includeAffiliates</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>1 shows all affiliates in a campaign</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"execTime\": null,\n        \"memUsage\": null,\n        \"totalResults\": 1,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": {\n            \"1\": {\n                \"campaignId\": 83,\n                \"campaignName\": \"php-1\",\n                \"campaignType\": \"PHONE\",\n                \"currency\": \"USD\",\n                \"requireQA\": 0,\n                \"listSalesEntry\": 1,\n                \"captureOnShipment\": 0,\n                \"requireTOS\": 0,\n                \"eSignature\": 1,\n                \"campaignTOS\": \"Test campaign terms of service.\",\n                \"preauthOnly\": 0,\n                \"enableFraudPlugin\": 0,\n                \"insureShipBillerId\": null,\n                \"insureShipLoadBalancerId\": 11,\n                \"externalCampaignId\": null,\n                \"visible\": 1,\n                \"isLocked\": 0,\n                \"countries\": [\n                    {\n                        \"countryName\": \"United States\",\n                        \"countryCode\": \"US\"\n                    },\n                    {\n                        \"countryName\": \"Canada\",\n                        \"countryCode\": \"CA\"\n                    }\n                ],\n                \"products\": [\n                    {\n                        \"campaignProductId\": 249,\n                        \"productName\": \"MC PKG\",\n                        \"productType\": \"OFFER\",\n                        \"price\": null,\n                        \"shippingPrice\": null,\n                        \"billerId\": null,\n                        \"billerName\": null,\n                        \"loadBalancerId\": 1,\n                        \"loadBalancerName\": \"Test\",\n                        \"billingCycleType\": \"RECURRING\",\n                        \"finalBillingCycle\": null,\n                        \"staggerFulfillments\": 0,\n                        \"staggerIntervalCycles\": null,\n                        \"cycle1_price\": \"0.00\",\n                        \"cycle1_shipPrice\": \"5.00\",\n                        \"cycle1_isShippable\": 1,\n                        \"cycle1_billDelay\": 30,\n                        \"cycle2_price\": null,\n                        \"cycle2_shipPrice\": null,\n                        \"cycle2_isShippable\": 0,\n                        \"cycle2_billDelay\": null,\n                        \"cycle3_price\": null,\n                        \"cycle3_shipPrice\": null,\n                        \"cycle3_isShippable\": 0,\n                        \"cycle3_billDelay\": null,\n                        \"trialEnabled\": 1,\n                        \"trialType\": \"STANDARD\",\n                        \"trialAuthType\": null,\n                        \"trialBillerId\": null,\n                        \"trialBillerName\": null,\n                        \"trialLoadBalancerId\": null,\n                        \"trialLoadBalancerName\": null,\n                        \"minOrderPrice\": \"0.00\",\n                        \"maxOrderPrice\": null,\n                        \"maxOrderQty\": null,\n                        \"productId\": 27,\n                        \"clientProductId\": null,\n                        \"productSku\": \"111\",\n                        \"productDescription\": \"A wonderful dietary supplement that burns the fat right off! Just take one pill each morning with a tablespoon of sugar and you are good to go. We are so confident in this product that we will give you your money back if you are not 100% satisfied.\",\n                        \"productCost\": \"0.00\",\n                        \"shippingCost\": null,\n                        \"weight\": null,\n                        \"isProductCombo\": null,\n                        \"fulfillmentCycleType\": \"RECURRING\",\n                        \"fulfillmentHouseId\": \"23\",\n                        \"clubPluginId\": null,\n                        \"externalProductId\": null\n                    }\n                ],\n                \"taxes\": [\n                    {\n                        \"countryCode\": \"US\",\n                        \"countryName\": \"United States\",\n                        \"stateCode\": \"*\",\n                        \"stateName\": null,\n                        \"taxRate\": \"0.0500\"\n                    }\n                ],\n                \"coupons\": [\n                    {\n                        \"couponCode\": \"TEST\",\n                        \"applyTo\": \"BASE_PRICE\",\n                        \"discountPrice\": \"5.00\",\n                        \"discountPerc\": null,\n                        \"isRecurring\": 0,\n                        \"recurringDiscountPrice\": null,\n                        \"recurringDiscountPerc\": null,\n                        \"campaignProductId\": null\n                    }\n                ],\n                 \"affiliates\": [\n                    {\n                        \"affiliateId\": \"TEST\",\n                        \"sourceTitle\": \"MyAffiliate\",\n                        \"cpcCommission\": \"0.00\",\n                        \"step1Commission\": 0.00,\n                        \"step2Commission\": 0.00,\n                        \"rateType\": \"AMOUNT\",\n                    }\n                ]\n            }\n        },\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 25,\n            \"sortBy\": \"dateCreated\",\n            \"campaignId\": \"83\",\n            \"campaignType\": \"PHONE\",\n            \"visible\": true,\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["campaign","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"db2c8924-6de7-497e-9722-bbaa0ae27933","name":"Query Campaign","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/campaign/query/?loginId=testapi&password=abc123&campaignId=##&campaignName=#########&campaignType=##########&resultsPerPage=#####&campaignName=#########&campaignType=##########&resultsPerPage=###","protocol":"https","host":["api","checkoutchamp","com"],"path":["campaign","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"visible","value":"","type":"text","disabled":true},{"key":"showAllCampaigns","value":"","type":"text","disabled":true},{"key":"showAllProducts","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true},{"key":"campaignId","value":""},{"key":"includeAffiliates","value":null,"type":"text","disabled":true}],"hash":"#&campaignName=#########&campaignType=##########&resultsPerPage=#####&campaignName=#########&campaignType=##########&resultsPerPage=###"}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": {\r\n        \"execTime\": null,\r\n        \"memUsage\": null,\r\n        \"totalResults\": 1,\r\n        \"resultsPerPage\": 25,\r\n        \"page\": 1,\r\n        \"data\": {\r\n            \"1\": {\r\n                \"campaignId\": 83,\r\n                \"campaignName\": \"php-1\",\r\n                \"campaignType\": \"PHONE\",\r\n                \"currency\": \"USD\",\r\n                \"requireQA\": 0,\r\n                \"listSalesEntry\": 1,\r\n                \"captureOnShipment\": 0,\r\n                \"requireTOS\": 0,\r\n                \"eSignature\": 1,\r\n                \"campaignTOS\": \"Test campaign terms of service.\",\r\n                \"preauthOnly\": 0,\r\n                \"enableFraudPlugin\": 0,\r\n                \"insureShipBillerId\": null,\r\n                \"insureShipLoadBalancerId\": 11,\r\n                \"externalCampaignId\": null,\r\n                \"visible\": 1,\r\n                \"isLocked\": 0,\r\n                \"countries\": [\r\n                    {\r\n                        \"countryName\": \"United States\",\r\n                        \"countryCode\": \"US\"\r\n                    },\r\n                    {\r\n                        \"countryName\": \"Canada\",\r\n                        \"countryCode\": \"CA\"\r\n                    }\r\n                ],\r\n                \"products\": [\r\n                    {\r\n                        \"campaignProductId\": 249,\r\n                        \"productName\": \"MC PKG\",\r\n                        \"productType\": \"OFFER\",\r\n                        \"price\": null,\r\n                        \"shippingPrice\": null,\r\n                        \"billerId\": null,\r\n                        \"billerName\": null,\r\n                        \"loadBalancerId\": 1,\r\n                        \"loadBalancerName\": \"Test\",\r\n                        \"billingCycleType\": \"RECURRING\",\r\n                        \"finalBillingCycle\": null,\r\n                        \"staggerFulfillments\": 0,\r\n                        \"staggerIntervalCycles\": null,\r\n                        \"cycle1_price\": \"0.00\",\r\n                        \"cycle1_shipPrice\": \"5.00\",\r\n                        \"cycle1_isShippable\": 1,\r\n                        \"cycle1_billDelay\": 30,\r\n                        \"cycle2_price\": null,\r\n                        \"cycle2_shipPrice\": null,\r\n                        \"cycle2_isShippable\": 0,\r\n                        \"cycle2_billDelay\": null,\r\n                        \"cycle3_price\": null,\r\n                        \"cycle3_shipPrice\": null,\r\n                        \"cycle3_isShippable\": 0,\r\n                        \"cycle3_billDelay\": null,\r\n                        \"trialEnabled\": 1,\r\n                        \"trialType\": \"STANDARD\",\r\n                        \"trialAuthType\": null,\r\n                        \"trialBillerId\": null,\r\n                        \"trialBillerName\": null,\r\n                        \"trialLoadBalancerId\": null,\r\n                        \"trialLoadBalancerName\": null,\r\n                        \"minOrderPrice\": \"0.00\",\r\n                        \"maxOrderPrice\": null,\r\n                        \"maxOrderQty\": null,\r\n                        \"productId\": 27,\r\n                        \"clientProductId\": null,\r\n                        \"productSku\": \"111\",\r\n                        \"productDescription\": \"A wonderful dietary supplement that burns the fat right off! Just take one pill each morning with a tablespoon of sugar and you are good to go. We are so confident in this product that we will give you your money back if you are not 100% satisfied.\",\r\n                        \"productCost\": \"0.00\",\r\n                        \"shippingCost\": null,\r\n                        \"weight\": null,\r\n                        \"isProductCombo\": null,\r\n                        \"fulfillmentCycleType\": \"RECURRING\",\r\n                        \"fulfillmentHouseId\": \"23\",\r\n                        \"clubPluginId\": null,\r\n                        \"externalProductId\": null,\r\n                        \"imageUrl\": \"https://cdn.shopify.com/s/file/1/0542/0410/products/4-bottle-test-product.png\"\r\n                    }\r\n                ],\r\n                \"taxes\": [\r\n                    {\r\n                        \"countryCode\": \"US\",\r\n                        \"countryName\": \"United States\",\r\n                        \"stateCode\": \"*\",\r\n                        \"stateName\": null,\r\n                        \"taxRate\": \"0.0500\"\r\n                    }\r\n                ],\r\n                \"coupons\": [\r\n                    {\r\n                        \"couponCode\": \"TEST\",\r\n                        \"applyTo\": \"BASE_PRICE\",\r\n                        \"discountPrice\": \"5.00\",\r\n                        \"discountPerc\": null,\r\n                        \"isRecurring\": 0,\r\n                        \"recurringDiscountPrice\": null,\r\n                        \"recurringDiscountPerc\": null,\r\n                        \"campaignProductId\": null\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        \"params\": null,\r\n        \"errors\": null,\r\n        \"sortBy\": \"dateCreated\",\r\n        \"sortDir\": 1,\r\n        \"queryArgs\": {\r\n            \"page\": 1,\r\n            \"sortDir\": 1,\r\n            \"resultsPerPage\": 25,\r\n            \"sortBy\": \"dateCreated\",\r\n            \"campaignId\": \"83\",\r\n            \"campaignType\": \"PHONE\",\r\n            \"visible\": true,\r\n            \"dateRangeType\": \"dateCreated\"\r\n        }\r\n    }\r\n}"}],"_postman_id":"0c72ff61-4615-4f18-80d1-f411a3a90cee"},{"name":"Create Campaign","id":"974a48ad-e753-4aa6-b428-c3b31e4bf7cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/campaign/create/","description":"<p>The Create Campaigns API creates a single Campaign.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>autoTax</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Automatic tax calculation</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockChargebackBlacklist</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Transaction info will be checked against our global blacklist</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockDebit</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Block debit cards</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockMastercard</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Block card numbers from MasterCard</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockPrepaid</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Reject any sales using a Prepaid Credit or Prepaid Debit Card</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockVisa</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Block card numbers from Visa</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>bundleFulfillment</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Bundle fulfillments that are within the designated hours of each other when they are shipped to the same customer</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignName</code></td>\n<td>String (max: 40 chars)</td>\n<td>Name of the campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignTOS</code></td>\n<td>String (max: 2000 chars)</td>\n<td>Campaign Terms of Service</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignType</code></td>\n<td>Enum(\"LANDER\", \"ECOMMERCE\", \"PHONE\")</td>\n<td>Type of campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>captureOnShipment</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Charges will be authorized at the time of the initial sale but only captured once the fulfillment has been updated with a tracking number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>codOrders</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Orders will be approved for shipment, and payment will be collected on delivery</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponMax</code></td>\n<td>Integer</td>\n<td>The maximum number of coupons allowed per order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String (max: 3 chars)</td>\n<td>The letter currency code set as the campaign's default currency</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>disableExternalPayments</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>This disables the \"Prepaid\" Order Entry payment option, which records payments taken outside the CRM system, such as mailed-in checks</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>disableRecycleBilling</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Exclude this campaign from applying Recycle Billing profiles</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>eSignature</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Requires an eSignature for terms of service, which are set in the Terms of Service</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>insureShipBillerId</code></td>\n<td>Integer</td>\n<td>shipping insurance is charged after order has shipped</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>insureShipId</code></td>\n<td>Integer</td>\n<td>shipping insurance is charged after order's fulfillment ships</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>maxBundleHours</code></td>\n<td>Integer (min: 1 max:96</td>\n<td>Number of hours allowed between orders from the same customer before going to fulfillment (Default is 96)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>preauthOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Only a single $1.00 authorization will be applied against the customer's card. This is generally used by call centers that are taking orders for third-party Gateways</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>qaPercent</code></td>\n<td>Integer</td>\n<td>Quality Assurance percentage rate</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>reOrderDays</code></td>\n<td>Integer</td>\n<td>Restrict customers from purchasing against this campaign again for the number of days</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>requireQA</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>New orders are subjected to a Quality Assurance (QA) review based on the set percentage (Default QA percentage is 100%)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>requireTOS</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Requires customer agreement to Gateway's terms of service</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>singleTransaction</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Combine all offers and upsells into one transaction</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>taxServiceId</code></td>\n<td>Integer</td>\n<td>Set the tax service plugin</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>upsellWindow</code></td>\n<td>Integer (max 240)</td>\n<td>The number of minutes after the initial order to allow upsells This also controls wait time to send order confirmation autoresponders. (Default is 120)</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"campaignId\": 15,\n        \"campaignName\": \"Coffee House\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["campaign","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"b0fabeae-d5d4-496d-8691-e63ac1f67f3e","name":"Create Campaign","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/campaign/create/?campaignName=&loginId=&password=","protocol":"https","host":["api","checkoutchamp","com"],"path":["campaign","create",""],"query":[{"key":"autoTax","value":"","type":"text","disabled":true},{"key":"blockChargebackBlacklist","value":"","type":"text","disabled":true},{"key":"blockDebit","value":"","type":"text","disabled":true},{"key":"blockMastercard","value":"","type":"text","disabled":true},{"key":"blockPrepaid","value":"","type":"text","disabled":true},{"key":"blockVisa","value":"","type":"text","disabled":true},{"key":"bundleFulfillment","value":"","type":"text","disabled":true},{"key":"campaignCategoryId","value":"","type":"text","disabled":true},{"key":"campaignCategoryName","value":"","type":"text","disabled":true},{"key":"campaignName","value":""},{"key":"campaignTOS","value":"","type":"text","disabled":true},{"key":"campaignType","value":"","type":"text","disabled":true},{"key":"captureOnShipment","value":"","type":"text","disabled":true},{"key":"codOrders","value":"","type":"text","disabled":true},{"key":"couponMax","value":"","type":"text","disabled":true},{"key":"currency","value":"","type":"text","disabled":true},{"key":"disableExternalPayments","value":"","type":"text","disabled":true},{"key":"disableRecycleBilling","value":"","type":"text","disabled":true},{"key":"eSignature","value":"","type":"text","disabled":true},{"key":"fraudPluginIds","value":"","type":"text","disabled":true},{"key":"insureShipBillerId","value":"","type":"text","disabled":true},{"key":"insureShipId","value":"","type":"text","disabled":true},{"key":"insureShipLoadBalancerId","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"maxBundleHours","value":"","type":"text","disabled":true},{"key":"password","value":""},{"key":"pinlessDebitRoute","value":"","type":"text","disabled":true},{"key":"preauthOnly","value":"","type":"text","disabled":true},{"key":"prPercent","value":"","type":"text","disabled":true},{"key":"qaPercent","value":"","type":"text","disabled":true},{"key":"reOrderDays","value":"","type":"text","disabled":true},{"key":"requireQA","value":"","type":"text","disabled":true},{"key":"requireTOS","value":"","type":"text","disabled":true},{"key":"rulesetId","value":"","type":"text","disabled":true},{"key":"singleTransaction","value":"","type":"text","disabled":true},{"key":"taxServiceId","value":"","type":"text","disabled":true},{"key":"upsellWindow","value":"","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"campaignId\": 15,\n        \"campaignName\": \"Coffee House\"\n    }\n}"}],"_postman_id":"974a48ad-e753-4aa6-b428-c3b31e4bf7cb"},{"name":"Update Campaign","id":"316e5ca6-8eaa-4ce5-b207-28836469c661","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/campaign/update/","description":"<p>The Update Campaigns API updates a single Campaign.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Field Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>autoTax</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Automatic tax calculation</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockChargebackBlacklist</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Transaction info will be checked against our global blacklist</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockDebit</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Block debit cards</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockMastercard</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Block card numbers from MasterCard</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockPrepaid</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Reject any sales using a Prepaid Credit or Prepaid Debit Card</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockVisa</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Block card numbers from Visa</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>bundleFulfillment</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Bundle fulfillments that are within the designated hours of each other when they are shipped to the same customer</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer(min:1)</td>\n<td>Campaign Id of the campaign that is being updated</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignCategoryName</code></td>\n<td>String (max: 50 chars)</td>\n<td>Set the campaign to a category (Defualt is Miscellaneous)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignName</code></td>\n<td>String (max: 40 chars)</td>\n<td>Name of the campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignTOS</code></td>\n<td>String (max: 2000 chars)</td>\n<td>Campaign Terms of Service</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>captureOnShipment</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Charges will be authorized at the time of the initial sale but only captured once the fulfillment has been updated with a tracking number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>codOrders</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Orders will be approved for shipment, and payment will be collected on delivery</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponMax</code></td>\n<td>Integer</td>\n<td>The maximum number of coupons allowed per order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String (max: 3 chars)</td>\n<td>The letter currency code set as the campaign's default currency</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>disableExternalPayments</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>This disables the \"Prepaid\" Order Entry payment option, which records payments taken outside the CRM system, such as mailed-in checks</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>disableRecycleBilling</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Exclude this campaign from applying Recycle Billing profiles</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>eSignature</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Requires an eSignature for terms of service, which are set in the Terms of Service</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>insureShipBillerId</code></td>\n<td>Integer</td>\n<td>shipping insurance is charged after order has shipped</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>insureShipId</code></td>\n<td>Integer</td>\n<td>shipping insurance is charged after order's fulfillment ships</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>maxBundleHours</code></td>\n<td>Integer (min: 1 max:96</td>\n<td>Number of hours allowed between orders from the same customer before going to fulfillment (Default is 96)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>pinlessDebitRoute</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Route to pinless debit</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>preauthOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Only a single $1.00 authorization will be applied against the customer's card. This is generally used by call centers that are taking orders for third-party Gateways</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>qaPercent</code></td>\n<td>Integer</td>\n<td>Quality Assurance percentage rate</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>reOrderDays</code></td>\n<td>Integer</td>\n<td>Restrict customers from purchasing against this campaign again for the number of days</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>requireQA</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>New orders are subjected to a Quality Assurance (QA) review based on the set percentage (Default QA percentage is 100%)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>requireTOS</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Requires customer agreement to Gateway's terms of service</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>singleTransaction</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Combine all offers and upsells into one transaction</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>taxServiceId</code></td>\n<td>Integer</td>\n<td>Set the tax service plugin</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>upsellWindow</code></td>\n<td>Integer</td>\n<td>The number of minutes after the initial order to allow upsells This also controls wait time to send order confirmation autoresponders. (Default is 120)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>visible</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Soft delete the campaign (can be recovered in the CRM)</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"campaignId\": 15,\n        \"campaignName\": \"Coffee House\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["campaign","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"482560d0-3b85-4b02-8597-328e2ecf17ac","name":"Update Campaign","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/campaign/update/?campaignId=&loginId=&password=","protocol":"https","host":["api","checkoutchamp","com"],"path":["campaign","update",""],"query":[{"key":"autoTax","value":"","type":"text","disabled":true},{"key":"blockChargebackBlacklist","value":"","type":"text","disabled":true},{"key":"blockDebit","value":"","type":"text","disabled":true},{"key":"blockMastercard","value":"","type":"text","disabled":true},{"key":"blockPrepaid","value":"","type":"text","disabled":true},{"key":"blockVisa","value":"","type":"text","disabled":true},{"key":"bundleFulfillment","value":"","type":"text","disabled":true},{"key":"campaignCategoryId","value":"","type":"text","disabled":true},{"key":"campaignCategoryName","value":"","type":"text","disabled":true},{"key":"campaignId","value":""},{"key":"campaignName","value":"","type":"text","disabled":true},{"key":"campaignTOS","value":"","type":"text","disabled":true},{"key":"captureOnShipment","value":"","type":"text","disabled":true},{"key":"codOrders","value":"","type":"text","disabled":true},{"key":"couponMax","value":"","type":"text","disabled":true},{"key":"currency","value":"","type":"text","disabled":true},{"key":"disableExternalPayments","value":"","type":"text","disabled":true},{"key":"disableRecycleBilling","value":"","type":"text","disabled":true},{"key":"eSignature","value":"","type":"text","disabled":true},{"key":"fraudPluginIds","value":"","type":"text","disabled":true},{"key":"insureShipBillerId","value":"","type":"text","disabled":true},{"key":"insureShipId","value":"","type":"text","disabled":true},{"key":"insureShipLoadBalancerId","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"maxBundleHours","value":"","type":"text","disabled":true},{"key":"password","value":""},{"key":"pinlessDebitRoute","value":"","type":"text","disabled":true},{"key":"preauthOnly","value":"","type":"text","disabled":true},{"key":"prPercent","value":"","type":"text","disabled":true},{"key":"qaPercent","value":"","type":"text","disabled":true},{"key":"reOrderDays","value":"","type":"text","disabled":true},{"key":"requireQA","value":"","type":"text","disabled":true},{"key":"requireTOS","value":"","type":"text","disabled":true},{"key":"rulesetId","value":"","type":"text","disabled":true},{"key":"singleTransaction","value":"","type":"text","disabled":true},{"key":"taxServiceId","value":"","type":"text","disabled":true},{"key":"upsellWindow","value":"","type":"text","disabled":true},{"key":"visible","value":"","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": {\r\n        \"campaignId\": 15,\r\n        \"campaignName\": \"Coffee House\"\r\n    }\r\n}"}],"_postman_id":"316e5ca6-8eaa-4ce5-b207-28836469c661"},{"name":"Create Campaign Product","id":"adc49a09-88f9-4fba-b719-a84fcfe4bd6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/campaign/product/create/","description":"<p>The Create Campaign Product API can create products to be used as offers and upsells.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>acceleratedTrialMinutes</code></td>\n<td>Integer (min 1, max 1440)</td>\n<td>Maximum to the number of minutes in a day</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>allRebillCBP</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Chargeback Protection for all recurring billings. Pass 0 to use only for cycle 2 trial billings. (Not compatible with Hold Trial Charge trial settings.)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>Merchant Id from Checkout Champ CRM</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billingCycleType</code></td>\n<td>Enum (ONE_TIME, RECURRING, MULTI_PAY)</td>\n<td>Returns all rotation products and cycle</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockPrepaid</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Reject sales using prepaid credit/debit cards</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer (min 1)</td>\n<td>Campaign Id for campaign</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignProductQty</code></td>\n<td>Integer</td>\n<td>Quantity per product (will override base product qty per order)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>compareAtPrice</code></td>\n<td>Decimal</td>\n<td>Used to show a discounted price</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_billDelay</code></td>\n<td>Integer (min 1)</td>\n<td>The amount of days a cycle is (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_combinationId</code></td>\n<td>Integer (min 0)</td>\n<td>Combination product set to a cycle (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_isShippable</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Set as a shippable product (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_price</code></td>\n<td>Decimal</td>\n<td>Product price for each cycle number (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_productId</code></td>\n<td>Integer (min 1)</td>\n<td>The base product set to a cycle (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_shipPrice</code></td>\n<td>Decimal</td>\n<td>Shipping price for each cycle number (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delayFulfillment</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Delay fulfillment after successful rebill</td>\n<td>Y (if passing delayFulfillmentDays)</td>\n</tr>\n<tr>\n<td><code>delayFulfillmentDays</code></td>\n<td>Integer (min 1, max 10)</td>\n<td>Number of days to delay fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>descriptor</code></td>\n<td>String (max 45)</td>\n<td>Merchant descriptor for product</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>displayName</code></td>\n<td>String (max 100)</td>\n<td>Name showing on the campaign product</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>finalBillingCycle</code></td>\n<td>Integer</td>\n<td>Billing ends after the specified cycle. Set to zero, or do not pass in, if a final billing cycle is not required</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fixedBillingDay</code></td>\n<td>Integer</td>\n<td>Regular monthly billing will always take place on the specified day of the month (set to 31 to always bill on the last day of the month)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>forceStandAlone</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Force item to always be billed as a stand-alone transaction</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>maxOrderPrice</code></td>\n<td>Decimal</td>\n<td>Max price the campaign product can be sold for</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>maxOrderQty</code></td>\n<td>Integer</td>\n<td>Max quantity allowed of this campaign product per order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>minOrderPrice</code></td>\n<td>Decimal</td>\n<td>Min price the campaign product can be sold for</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>persistentRebillDay</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Regular monthly billing on the same day of the month as the original purchase date</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>pinlessDebitBillerId</code></td>\n<td>Integer</td>\n<td>Pinless debit MID ID used with pinless debit routing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Integer (min 1)</td>\n<td>Product Id for one specific product</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productType</code></td>\n<td>Enum (UPSALE, OFFER)</td>\n<td>Returns all combo products</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>showToAffiliates</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Show upsale on affiliate upsale report</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>staggerBillIntervalCycles</code></td>\n<td>Integer (min 1)</td>\n<td>Bill every {i} fulfillments</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>staggerFulfillments</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Use if the billings and fulfillments are at different frequencies</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>staggerIntervalCycles</code></td>\n<td>Integer (min 1)</td>\n<td>Fulfill every {i} bill cycles</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>staggerPayments</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Send fulfillments more frequently than you bill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>storefront</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Make product visible in the store</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>trialAuthType</code></td>\n<td>Enum (HOLDTRIALCHARGE, FULLAUTHVOID, PREAUTH)</td>\n<td>Hold Trial Charge: Authorize full product price and capture on 1st rebill. Full Authorize &amp; Void: Authorize full product price but immediately void afterward. Validate Card: Free trials only - Authorize and immediately void on the card for $1.00. This should only be used to ensure the card is valid. Do not expect to capture for the amount authorized when using this trial type.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>trialCBPdelay</code></td>\n<td>Integer (min 1, max 10)</td>\n<td>Number of days to wait to capture rebill transactions authorized via chargeback protection</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>trialEnabled</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Enable trial for product (billingCycleType must be \"RECURRING\")</td>\n<td>Y (if trial options are sent int)</td>\n</tr>\n<tr>\n<td><code>trialType</code></td>\n<td>Enum (STANDARD, ACCELERATED)</td>\n<td>ACCELERATED trials will sale or capture cycle 2 transaction after set number of acceleratedTrialMinutes. STANDARD trials sale or capture cycle 2 transactions after set number of cycle1_billDelay days</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>useOfferMid</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Process upsale using gateway account assigned to the offer (upsells only)</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"campaignProductId\": 16,\n        \"displayName\": \"Very Cool Sunglasses\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["campaign","product","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"3df502ad-ecc7-4a0c-8c1b-b45247fe3102","name":"Create Campaign Product","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/campaign/product/create/?billingCycleType=&billerId=&campaignId=&displayName=&loginId=&password=&productId=&productType=","protocol":"https","host":["api","checkoutchamp","com"],"path":["campaign","product","create",""],"query":[{"key":"acceleratedTrialMinutes","value":"","type":"text","disabled":true},{"key":"allRebillCBP","value":"","type":"text","disabled":true},{"key":"billingCycleType","value":""},{"key":"billerId","value":""},{"key":"blockPrepaid","value":"","type":"text","disabled":true},{"key":"campaignId","value":""},{"key":"campaignProductQty","value":"","type":"text","disabled":true},{"key":"compareAtPrice","value":"","type":"text","disabled":true},{"key":"cycle{i}_billDelay","value":"","type":"text","disabled":true},{"key":"cycle{i}_combinationId","value":"","type":"text","disabled":true},{"key":"cycle{i}_isShippable","value":"","type":"text","disabled":true},{"key":"cycle{i}_price","value":"","type":"text","disabled":true},{"key":"cycle{i}_productId","value":"","type":"text","disabled":true},{"key":"cycle{i}_shipPrice","value":"","type":"text","disabled":true},{"key":"delayFulfillment","value":"","type":"text","disabled":true},{"key":"delayFulfillmentDays","value":"","type":"text","disabled":true},{"key":"displayName","value":""},{"key":"finalBillingCycle","value":"","type":"text","disabled":true},{"key":"fixedBillingDay","value":"","type":"text","disabled":true},{"key":"forceStandAlone","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"maxOrderPrice","value":"","type":"text","disabled":true},{"key":"maxOrderQty","value":"","type":"text","disabled":true},{"key":"minOrderPrice","value":"","type":"text","disabled":true},{"key":"password","value":""},{"key":"productId","value":""},{"key":"productType","value":""},{"key":"persistentRebillDay","value":"","type":"text","disabled":true},{"key":"pinlessDebitBillerId","value":"","type":"text","disabled":true},{"key":"showToAffiliates","value":"","type":"text","disabled":true},{"key":"staggerBillIntervalCycles","value":"","type":"text","disabled":true},{"key":"staggerFulfillments","value":"","type":"text","disabled":true},{"key":"staggerIntervalCycles","value":"","type":"text","disabled":true},{"key":"staggerPayments","value":"","type":"text","disabled":true},{"key":"storefront","value":"","type":"text","disabled":true},{"key":"trialAuthType","value":"","type":"text","disabled":true},{"key":"trialCBPdelay","value":"","type":"text","disabled":true},{"key":"trialEnabled","value":"","type":"text","disabled":true},{"key":"trialType","value":"","type":"text","disabled":true},{"key":"useOfferMid","value":"","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"campaignProductId\": 16,\n        \"displayName\": \"Very Cool Sunglasses\"\n    }\n}"}],"_postman_id":"adc49a09-88f9-4fba-b719-a84fcfe4bd6f"},{"name":"Update Campaign Product","id":"5b11fd3a-00f1-4c6d-b1a0-5f84973c58d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/campaign/product/update/","description":"<p>The Update Campaign Product API can update products to be used as offers and upsells.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>acceleratedTrialMinutes</code></td>\n<td>Integer (min 1, max 1440)</td>\n<td>Maximum to the number of minutes in a day</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>allRebillCBP</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Chargeback Protection for all recurring billings. Pass 0 to use only for cycle 2 trial billings.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>Merchant Id from Checkout Champ CRM</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billingCycleType</code></td>\n<td>Enum (ONE_TIME, RECURRING, MULTI_PAY)</td>\n<td>Returns all rotation products and cycle</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockPrepaid</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Reject sales using prepaid credit/debit cards</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer (min 1)</td>\n<td>Campaign Id for campaign</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignProductId</code></td>\n<td>Integer (min 1)</td>\n<td>Campaign Product Id for one specific product</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignProductQty</code></td>\n<td>Integer</td>\n<td>Quantity per product (will override base product qty per order)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>compareAtPrice</code></td>\n<td>Decimal</td>\n<td>Used to show a discounted price</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_billDelay</code></td>\n<td>Integer (min 1)</td>\n<td>The amount of days a cycle is (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_combinationId</code></td>\n<td>Integer (min 0)</td>\n<td>Combination product set to a cycle (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_isShippable</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Set as a shippable product (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_price</code></td>\n<td>Decimal</td>\n<td>Product price for each cycle number (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_productId</code></td>\n<td>Integer (min 1)</td>\n<td>The base product set to a cycle (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle{i}_shipPrice</code></td>\n<td>Decimal</td>\n<td>Shipping price for each cycle number (i=cycle number)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delayFulfillment</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Delay fulfillment after successful rebill</td>\n<td>Y (if passing delayFulfillmentDays)</td>\n</tr>\n<tr>\n<td><code>delayFulfillmentDays</code></td>\n<td>Integer (min 1, max 10)</td>\n<td>Number of days to delay fulfillment</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>descriptor</code></td>\n<td>String (max 45)</td>\n<td>Merchant descriptor for product</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>displayName</code></td>\n<td>String (max 100)</td>\n<td>Name showing on the campaign product</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>finalBillingCycle</code></td>\n<td>Integer</td>\n<td>Billing ends after the specified cycle. Set to zero, or do not pass in, if a final billing cycle is not required</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fixedBillingDay</code></td>\n<td>Integer</td>\n<td>Regular monthly billing will always take place on the specified day of the month</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>forceStandAlone</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Force item to always be billed as a stand-alone transaction</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isEditable</code></td>\n<td>Boolean (1 or 0)</td>\n<td>External price will not override campaign product price or compare at price when synced</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>maxOrderPrice</code></td>\n<td>Decimal</td>\n<td>Max price the campaign product can be sold for</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>maxOrderQty</code></td>\n<td>Integer</td>\n<td>Max quantity allowed of this campaign product per order</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>minOrderPrice</code></td>\n<td>Decimal</td>\n<td>Min price the campaign product can be sold for</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>persistentRebillDay</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Regular monthly billing on the same day of the month as original purchase date</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>pinlessDebitBillerId</code></td>\n<td>Integer</td>\n<td>Pinless debit MID ID used with pinless debit routing</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productType</code></td>\n<td>Enum (UPSALE, OFFER)</td>\n<td>Returns all combo products</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>showToAffiliates</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Show upsale on affiliate upsale report</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>staggerBillIntervalCycles</code></td>\n<td>Integer (min 1)</td>\n<td>Bill every {i} fulfillments</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>staggerFulfillments</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Use if the billings and fulfillments are at different frequencies</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>staggerIntervalCycles</code></td>\n<td>Integer (min 1)</td>\n<td>Fulfill every {i} bill cycles</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>staggerPayments</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Send fulfillments more frequently than you bill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>storefront</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Make product visible in the store</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>taxServiceId</code></td>\n<td>Integer</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>trialAuthType</code></td>\n<td>Enum (HOLDTRIALCHARGE, FULLAUTHVOID, PREAUTH)</td>\n<td>Hold Trial Charge: Authorize full product price and capture on 1st rebill. Full Authorize &amp; Void: Authorize full product price but immediately void afterward. Validate Card: Free trials only - Authorize and immediately void on the card for $1.00. This should only be used to ensure the card is valid. Do not expect to capture for the amount authorized when using this trial type.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>trialCBPdelay</code></td>\n<td>Integer (min 1, max 10)</td>\n<td>Number of days to wait to capture rebill transactions authorized via chargeback protection</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>trialEnabled</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Enable trial for product (billingCycleType must be \"RECURRING\")</td>\n<td>Y (if trial options are sent int)</td>\n</tr>\n<tr>\n<td><code>trialType</code></td>\n<td>Enum (STANDARD, ACCELERATED)</td>\n<td>ACCELERATED trials will sale or capture cycle 2 transaction after set number of acceleratedTrialMinutes. STANDARD trials sale or capture cycle 2 transactions after set number of cycle1_billDelay days</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n    }\n}{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"campaignProductId\": 16,\n        \"displayName\": \"Super Cool Sunglasses\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["campaign","product","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"4c63c3e1-00af-4d17-a507-ec868337958e","name":"Update Campaign Product","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/campaign/product/update/?campaignProductId=&loginId=&password=","protocol":"https","host":["api","checkoutchamp","com"],"path":["campaign","product","update",""],"query":[{"key":"acceleratedTrialMinutes","value":"","type":"text","disabled":true},{"key":"allRebillCBP","value":"","type":"text","disabled":true},{"key":"billingCycleType","value":"","type":"text","disabled":true},{"key":"billerId","value":"","type":"text","disabled":true},{"key":"blockPrepaid","value":"","type":"text","disabled":true},{"key":"campaignProductId","value":""},{"key":"campaignId","value":"","type":"text","disabled":true},{"key":"campaignProductQty","value":"","type":"text","disabled":true},{"key":"compareAtPrice","value":"","type":"text","disabled":true},{"key":"cycle{i}_billDelay","value":"","type":"text","disabled":true},{"key":"cycle{i}_combinationId","value":"","type":"text","disabled":true},{"key":"cycle{i}_isShippable","value":"","type":"text","disabled":true},{"key":"cycle{i}_price","value":"","type":"text","disabled":true},{"key":"cycle{i}_productId","value":"","type":"text","disabled":true},{"key":"cycle{i}_shipPrice","value":"","type":"text","disabled":true},{"key":"delayFulfillment","value":"","type":"text","disabled":true},{"key":"delayFulfillmentDays","value":"","type":"text","disabled":true},{"key":"descriptor","value":"","type":"text","disabled":true},{"key":"displayName","value":"","type":"text","disabled":true},{"key":"finalBillingCycle","value":"","type":"text","disabled":true},{"key":"fixedBillingDay","value":"","type":"text","disabled":true},{"key":"forceStandAlone","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"maxOrderPrice","value":"","type":"text","disabled":true},{"key":"maxOrderQty","value":"","type":"text","disabled":true},{"key":"minOrderPrice","value":"","type":"text","disabled":true},{"key":"password","value":""},{"key":"persistentRebillDay","value":"","type":"text","disabled":true},{"key":"pinlessDebitBillerId","value":"","type":"text","disabled":true},{"key":"productId","value":"","type":"text","disabled":true},{"key":"productType","value":"","type":"text","disabled":true},{"key":"showToAffiliates","value":"","type":"text","disabled":true},{"key":"staggerBillIntervalCycles","value":"","type":"text","disabled":true},{"key":"staggerFulfillments","value":"","type":"text","disabled":true},{"key":"staggerIntervalCycles","value":"","type":"text","disabled":true},{"key":"staggerPayments","value":"","type":"text","disabled":true},{"key":"storefront","value":"","type":"text","disabled":true},{"key":"trialAuthType","value":"","type":"text","disabled":true},{"key":"trialCBPdelay","value":"","type":"text","disabled":true},{"key":"trialEnabled","value":"","type":"text","disabled":true},{"key":"trialType","value":"","type":"text","disabled":true},{"key":"useOfferMid","value":"","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"campaignProductId\": 16,\n        \"displayName\": \"Very Cool Sunglasses\"\n    }\n}"}],"_postman_id":"5b11fd3a-00f1-4c6d-b1a0-5f84973c58d9"},{"name":"Update Campaign Countries","id":"58269ff8-2558-4527-b371-32ff4e16baf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/campaign/countries/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Campaign Countries API allows you to edit the list of countries allowed on a campaign through a simple HTTP GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API login Id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API Password</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer (min 1)</td>\n<td>Campaign Id for campaign</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>countries</code></td>\n<td>String (max 1000 chars)</td>\n<td>List of countries codes seperated with a comma (* will add all countries)</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["campaign","countries","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"6186dba2-541c-4673-b636-12f0912b859e","name":"Update Campaign Countries","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/campaign/countries/update/?loginId=testApi&password=abc123&campaignId=29&countries=US,CA,GB","protocol":"https","host":["api","checkoutchamp","com"],"path":["campaign","countries","update",""],"query":[{"key":"loginId","value":"testApi"},{"key":"password","value":"abc123"},{"key":"campaignId","value":"29"},{"key":"countries","value":"US,CA,GB"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Campaign Countries updated\"\n}"}],"_postman_id":"58269ff8-2558-4527-b371-32ff4e16baf7"}],"id":"6070a445-2b9d-4775-8af5-5475b0d2775a","_postman_id":"6070a445-2b9d-4775-8af5-5475b0d2775a","description":""},{"name":"Gateways","item":[{"name":"Query Gateway List","id":"6ed62a2a-41cb-442f-983c-a3458b198a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/query/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Query Gateway List API returns information about existing gateways through a simple HTTPS GET or POST request.</p>\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"gatewayName\": \"2checkout\",\n            \"gatewayId\": 244\n        },\n        {\n            \"gatewayName\": \"accept.blue\",\n            \"gatewayId\": 284\n        },\n        {\n            \"gatewayName\": \"Accepta\",\n            \"gatewayId\": 149\n        },\n        {\n            \"gatewayName\": \"Acquired3DS\",\n            \"gatewayId\": 223\n        },\n        {\n            \"gatewayName\": \"AcquiredV2\",\n            \"gatewayId\": 349\n        },\n        {\n            \"gatewayName\": \"Adyen\",\n            \"gatewayId\": 245\n        }\n    ]\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["merchant","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"d7f7420a-9ea8-4310-88ab-78c6210b85a5","name":"Query Gateway List","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/query/?loginId=testapi&password=abc123","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","query",""],"query":[{"key":"loginId","value":"testapi","type":"text"},{"key":"password","value":"abc123","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"gatewayName\": \"2checkout\",\n            \"gatewayId\": 244\n        },\n        {\n            \"gatewayName\": \"accept.blue\",\n            \"gatewayId\": 284\n        },\n        {\n            \"gatewayName\": \"Accepta\",\n            \"gatewayId\": 149\n        },\n        {\n            \"gatewayName\": \"Acquired3DS\",\n            \"gatewayId\": 223\n        },\n        {\n            \"gatewayName\": \"AcquiredV2\",\n            \"gatewayId\": 349\n        },\n        {\n            \"gatewayName\": \"Adyen\",\n            \"gatewayId\": 245\n        }\n    ]\n}\n"}],"_postman_id":"6ed62a2a-41cb-442f-983c-a3458b198a42"},{"name":"Query Gateway","id":"63bd4e16-9a95-4553-ab55-55b3b52d7be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/query/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Query Gateway API returns information about existing orders through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>The unique ID of the biller</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (max: 100 chars)</td>\n<td>Name of the biller</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM - dateCreated or dateUpdated</td>\n<td>defaults to dateCreated</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 1,\n        \"resultsPerPage\": 5000,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"billerId\": 1,\n                \"title\": \"Test\",\n                \"enabled\": 1,\n                \"acceptACH\": 0,\n                \"directDebit\": 0,\n                \"blockPrepaid\": 1,\n                \"blockDebit\": 0,\n                \"mastercard\": 0,\n                \"visa\": 0,\n                \"amex\": 0,\n                \"discover\": 0,\n                \"monthlyLimit\": null,\n                \"monthlyLimitHasRefunds\": 0,\n                \"chargebackFee\": \"0.00\",\n                \"rdrFee\": \"0.00\",\n                \"ethocaFee\": \"0.00\",\n                \"monthlyFee\": \"0.00\",\n                \"descriptor\": \"Test\",\n                \"midNumber\": null,\n                \"processorName\": null,\n                \"txnFee\": \"0.00\",\n                \"discountRate\": null,\n                \"reserveAccountRate\": null,\n                \"preAuthAmount\": \"1.00\",\n                \"cs_phone\": null,\n                \"cs_email\": null,\n                \"cs_chargeback\": null,\n                \"cs_url\": null,\n                \"gatewayId\": 1,\n                \"gatewayData\": {\n                    \"merchantAccount\": \"\",\n                    \"apiKey\": \"\",\n                    \"liveUrlPrefix\": \"\",\n                    \"liveUrlCompanyName\": \"\",\n                    \"hmacKey\": \"\",\n                    \"secure3DS\": \"\",\n                    \"force3DS\": \"\",\n                    \"useTestServer\": \"1\"\n                },\n                \"visible\": 1,\n                \"categoryCode\": null,\n                \"bankName\": null,\n                \"merchantCategoryId\": null,\n                \"pinlessDebit\": 0,\n                \"subaccountId\": null,\n                \"consentEnrolledDate\": null,\n                \"applePayMerchantId\": \"merchant.crm.checkoutchamp\",\n                \"iso\": null,\n                \"acquirerBin\": null,\n                \"countryCode\": null,\n                \"zoneId\": null,\n                \"zoneName\": null,\n                \"merchantCategoryName\": null,\n                \"uniqueFields\": \"merchantAccount:STR40\\napiKey:STR200\\nliveUrlPrefix:STR50\\nhmacKey:STR100:auth\\nsecure3DS:ENUM|NO;YES\\nforce3DS:BIT\\nuseTestServer:BIT\",\n                \"gatewayName\": \"AdyenV2\",\n                \"helpContents\": null\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"billerId\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 5000,\n            \"sortBy\": \"billerId\",\n            \"billerId\": \"1\",\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["merchant","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"867debdb-0758-4e8a-9ef0-ab07d990971b","name":"Query Gateway","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/query/?loginId=testapi&password=abc123&billerId=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"billerId","value":"1"},{"key":"title","value":"","type":"text","disabled":true},{"key":"gatewayName","value":"","type":"text","disabled":true},{"key":"dateCreated","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 1,\n        \"resultsPerPage\": 5000,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"billerId\": 1,\n                \"title\": \"Test\",\n                \"enabled\": 1,\n                \"acceptACH\": 0,\n                \"directDebit\": 0,\n                \"blockPrepaid\": 1,\n                \"blockDebit\": 0,\n                \"mastercard\": 0,\n                \"visa\": 0,\n                \"amex\": 0,\n                \"discover\": 0,\n                \"monthlyLimit\": null,\n                \"monthlyLimitHasRefunds\": 0,\n                \"chargebackFee\": \"0.00\",\n                \"rdrFee\": \"0.00\",\n                \"ethocaFee\": \"0.00\",\n                \"monthlyFee\": \"0.00\",\n                \"descriptor\": \"Test\",\n                \"midNumber\": null,\n                \"processorName\": null,\n                \"txnFee\": \"0.00\",\n                \"discountRate\": null,\n                \"reserveAccountRate\": null,\n                \"preAuthAmount\": \"1.00\",\n                \"cs_phone\": null,\n                \"cs_email\": null,\n                \"cs_chargeback\": null,\n                \"cs_url\": null,\n                \"gatewayId\": 1,\n                \"gatewayData\": {\n                    \"merchantAccount\": \"\",\n                    \"apiKey\": \"\",\n                    \"liveUrlPrefix\": \"\",\n                    \"liveUrlCompanyName\": \"\",\n                    \"hmacKey\": \"\",\n                    \"secure3DS\": \"\",\n                    \"force3DS\": \"\",\n                    \"useTestServer\": \"1\"\n                },\n                \"visible\": 1,\n                \"categoryCode\": null,\n                \"bankName\": null,\n                \"merchantCategoryId\": null,\n                \"pinlessDebit\": 0,\n                \"subaccountId\": null,\n                \"consentEnrolledDate\": null,\n                \"applePayMerchantId\": \"merchant.crm.checkoutchamp\",\n                \"iso\": null,\n                \"acquirerBin\": null,\n                \"countryCode\": null,\n                \"zoneId\": null,\n                \"zoneName\": null,\n                \"merchantCategoryName\": null,\n                \"uniqueFields\": \"merchantAccount:STR40\\napiKey:STR200\\nliveUrlPrefix:STR50\\nhmacKey:STR100:auth\\nsecure3DS:ENUM|NO;YES\\nforce3DS:BIT\\nuseTestServer:BIT\",\n                \"gatewayName\": \"AdyenV2\",\n                \"helpContents\": null\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"billerId\",\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": 5000,\n            \"sortBy\": \"billerId\",\n            \"billerId\": \"1\",\n            \"dateRangeType\": \"dateCreated\"\n        }\n    }\n}"}],"_postman_id":"63bd4e16-9a95-4553-ab55-55b3b52d7be7"},{"name":"Create Gateway","id":"b8744b69-fa2f-4078-a581-c5fac08311c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/create/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Gateway Create API allows you to create new gateways through a simple HTTPS GET or POST request.</p>\n<h3 id=\"gateway-fields\">Gateway Fields</h3>\n<p>Gateway fields can be passed passed as individual parameters. These are the same values seen in <code>gatwayData</code> on the Gateway Query.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (max: 50 chars)</td>\n<td>Name of the MID referenced in the CRM</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>merchantCategoryId</code></td>\n<td>Integer</td>\n<td>The ID of the merchant category to assign the MID to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>merchantCategoryName</code></td>\n<td>String (max: 50 chars)</td>\n<td>The name of the merchant category to assign the MID to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>gatewayId</code></td>\n<td>Integer</td>\n<td>The ID of the gateway to assign the MID to</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>descriptor</code></td>\n<td>String (max: 45 chars)</td>\n<td>The descriptor to use on transactions</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>midNumber</code></td>\n<td>String (max: 50 chars)</td>\n<td>The MID number assigned by the processor</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>processorName</code></td>\n<td>String (max: 50 chars)</td>\n<td>The processor name associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>bankName</code></td>\n<td>String (max: 50 chars)</td>\n<td>The bank associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>categoryCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>Category code associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>mcc</code></td>\n<td>Integer</td>\n<td>Merchant Category Code (MCC)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>acquirerBin</code></td>\n<td>String (max: 10 chars)</td>\n<td>Acquirer BIN associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>iso</code></td>\n<td>String (max: 45 chars)</td>\n<td>ISO associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cs_phone</code></td>\n<td>String (max: 20 chars)</td>\n<td>Customer service phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cs_chargeback</code></td>\n<td>String (max: 20 chars)</td>\n<td>Customer service contact for chargebacks</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cs_email</code></td>\n<td>String (max: 50 chars)</td>\n<td>Customer service email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cs_url</code></td>\n<td>String (max: 200 chars)</td>\n<td>Customer service URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockPrepaid</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether prepaid cards are blocked</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockDebit</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether debit cards are blocked</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>acceptACH</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether ACH payments are accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>mastercard</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether Mastercard is accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>visa</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether Visa is accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>amex</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether American Express is accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>discover</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether Discover is accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>monthlyLimit</code></td>\n<td>Decimal</td>\n<td>Monthly processing limit</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>monthlyLimitHasRefunds</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether refunds count toward the monthly limit</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>discountRate</code></td>\n<td>Decimal</td>\n<td>Discount rate applied to transactions</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>txnFee</code></td>\n<td>Decimal</td>\n<td>Per-transaction fee</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>reserveAccountRate</code></td>\n<td>Decimal</td>\n<td>Reserve account rate applied by the processor</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>chargebackFee</code></td>\n<td>Decimal</td>\n<td>Fee applied per chargeback</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rdrFee</code></td>\n<td>Decimal</td>\n<td>Rapid Dispute Resolution (RDR) fee</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>ethocaFee</code></td>\n<td>Decimal</td>\n<td>Ethoca alert fee</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>monthlyFee</code></td>\n<td>Decimal</td>\n<td>Monthly fee for the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>directDebit</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether direct debit is enabled</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>pinlessDebit</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether pinless debit is enabled</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>taxExempt</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether the MID is tax exempt</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>preAuthAmount</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>Amount used for card pre-authorization checks</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>String (max: 3 chars)</td>\n<td>ISO country code associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>zoneId</code></td>\n<td>Integer</td>\n<td>Zone ID associated with the MID</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"billerId\": 1,\n        \"title\": \"Test\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["merchant","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"11c6cee3-6cd3-457f-b4ae-c02ee7dda1d8","name":"Create Gateway","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/create/?loginId=testapi&password=abc123","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","create",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"title","value":"","type":"text","disabled":true},{"key":"descriptor","value":"","type":"text","disabled":true},{"key":"merchantCategoryId","value":"","type":"text","disabled":true},{"key":"merchantCategoryName","value":"","type":"text","disabled":true},{"key":"gatewayId","value":"","type":"text","disabled":true},{"key":"gatewayData","value":"","type":"text","disabled":true},{"key":"midNumber","value":"","type":"text","disabled":true},{"key":"processorName","value":"","type":"text","disabled":true},{"key":"bankName","value":"","type":"text","disabled":true},{"key":"categoryCode","value":"","type":"text","disabled":true},{"key":"mcc","value":"","type":"text","disabled":true},{"key":"acquirerBin","value":"","type":"text","disabled":true},{"key":"iso","value":"","type":"text","disabled":true},{"key":"cs_phone","value":"","type":"text","disabled":true},{"key":"cs_chargeback","value":"","type":"text","disabled":true},{"key":"cs_email","value":"","type":"text","disabled":true},{"key":"cs_url","value":"","type":"text","disabled":true},{"key":"blockPrepaid","value":"","type":"text","disabled":true},{"key":"blockDebit","value":"","type":"text","disabled":true},{"key":"acceptACH","value":"","type":"text","disabled":true},{"key":"mastercard","value":"","type":"text","disabled":true},{"key":"visa","value":"","type":"text","disabled":true},{"key":"amex","value":"","type":"text","disabled":true},{"key":"discover","value":"","type":"text","disabled":true},{"key":"monthlyLimit","value":"","type":"text","disabled":true},{"key":"monthlyLimitHasRefunds","value":"","type":"text","disabled":true},{"key":"discountRate","value":"","type":"text","disabled":true},{"key":"txnFee","value":"","type":"text","disabled":true},{"key":"reserveAccountRate","value":"","type":"text","disabled":true},{"key":"chargebackFee","value":"","type":"text","disabled":true},{"key":"rdrFee","value":"","type":"text","disabled":true},{"key":"ethocaFee","value":"","type":"text","disabled":true},{"key":"monthlyFee","value":"","type":"text","disabled":true},{"key":"directDebit","value":"","type":"text","disabled":true},{"key":"pinlessDebit","value":"","type":"text","disabled":true},{"key":"taxExempt","value":"","type":"text","disabled":true},{"key":"preAuthAmount","value":"","type":"text","disabled":true},{"key":"countryCode","value":"","type":"text","disabled":true},{"key":"zoneId","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"billerId\": 1,\n        \"title\": \"Test\"\n    }\n}"}],"_postman_id":"b8744b69-fa2f-4078-a581-c5fac08311c4"},{"name":"Update Gateway","id":"fd776917-dced-46c6-b9b8-55460426b10c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Gateway Create API allows you to create update gateways through a simple HTTPS GET or POST request.</p>\n<h3 id=\"gateway-fields\">Gateway Fields</h3>\n<p>Gateway fields can be passed passed as individual parameters. These are the same values seen in <code>gatwayData</code> on the Gateway Query.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (max: 50 chars)</td>\n<td>Name of the MID referenced in the CRM</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>merchantCategoryId</code></td>\n<td>Integer</td>\n<td>The ID of the merchant category to assign the MID to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>merchantCategoryName</code></td>\n<td>String (max: 50 chars)</td>\n<td>The name of the merchant category to assign the MID to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>gatewayId</code></td>\n<td>Integer</td>\n<td>The ID of the gateway to assign the MID to</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>descriptor</code></td>\n<td>String (max: 45 chars)</td>\n<td>The descriptor to use on transactions</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>midNumber</code></td>\n<td>String (max: 50 chars)</td>\n<td>The MID number assigned by the processor</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>processorName</code></td>\n<td>String (max: 50 chars)</td>\n<td>The processor name associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>bankName</code></td>\n<td>String (max: 50 chars)</td>\n<td>The bank associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>categoryCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>Category code associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>mcc</code></td>\n<td>Integer</td>\n<td>Merchant Category Code (MCC)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>acquirerBin</code></td>\n<td>String (max: 10 chars)</td>\n<td>Acquirer BIN associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>iso</code></td>\n<td>String (max: 45 chars)</td>\n<td>ISO associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cs_phone</code></td>\n<td>String (max: 20 chars)</td>\n<td>Customer service phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cs_chargeback</code></td>\n<td>String (max: 20 chars)</td>\n<td>Customer service contact for chargebacks</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cs_email</code></td>\n<td>String (max: 50 chars)</td>\n<td>Customer service email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cs_url</code></td>\n<td>String (max: 200 chars)</td>\n<td>Customer service URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockPrepaid</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether prepaid cards are blocked</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockDebit</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether debit cards are blocked</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>acceptACH</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether ACH payments are accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>mastercard</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether Mastercard is accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>visa</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether Visa is accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>amex</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether American Express is accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>discover</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether Discover is accepted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>monthlyLimit</code></td>\n<td>Decimal</td>\n<td>Monthly processing limit</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>monthlyLimitHasRefunds</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether refunds count toward the monthly limit</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>discountRate</code></td>\n<td>Decimal</td>\n<td>Discount rate applied to transactions</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>txnFee</code></td>\n<td>Decimal</td>\n<td>Per-transaction fee</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>reserveAccountRate</code></td>\n<td>Decimal</td>\n<td>Reserve account rate applied by the processor</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>chargebackFee</code></td>\n<td>Decimal</td>\n<td>Fee applied per chargeback</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rdrFee</code></td>\n<td>Decimal</td>\n<td>Rapid Dispute Resolution (RDR) fee</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>ethocaFee</code></td>\n<td>Decimal</td>\n<td>Ethoca alert fee</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>monthlyFee</code></td>\n<td>Decimal</td>\n<td>Monthly fee for the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>directDebit</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether direct debit is enabled</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>pinlessDebit</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether pinless debit is enabled</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>taxExempt</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Indicates whether the MID is tax exempt</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>preAuthAmount</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>Amount used for card pre-authorization checks</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>String (max: 3 chars)</td>\n<td>ISO country code associated with the MID</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>zoneId</code></td>\n<td>Integer</td>\n<td>Zone ID associated with the MID</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"billerId\": 1,\n        \"title\": \"Test\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["merchant","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"4e56bee4-6d51-4ef1-9be2-958bc8000b3c","name":"Update Gateway","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/update/?loginId=testapi&password=abc123&billerId=1&title=Test","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"billerId","value":"1"},{"key":"title","value":"Test"},{"key":"descriptor","value":"","type":"text","disabled":true},{"key":"merchantCategoryId","value":"","type":"text","disabled":true},{"key":"merchantCategoryName","value":"","type":"text","disabled":true},{"key":"gatewayId","value":"","type":"text","disabled":true},{"key":"gatewayData","value":"","type":"text","disabled":true},{"key":"enabled","value":"","type":"text","disabled":true},{"key":"visible","value":"","type":"text","disabled":true},{"key":"descriptor","value":"","type":"text","disabled":true},{"key":"midNumber","value":"","type":"text","disabled":true},{"key":"processorName","value":"","type":"text","disabled":true},{"key":"bankName","value":"","type":"text","disabled":true},{"key":"categoryCode","value":"","type":"text","disabled":true},{"key":"mcc","value":"","type":"text","disabled":true},{"key":"acquirerBin","value":"","type":"text","disabled":true},{"key":"iso","value":"","type":"text","disabled":true},{"key":"cs_phone","value":"","type":"text","disabled":true},{"key":"cs_chargeback","value":"","type":"text","disabled":true},{"key":"cs_email","value":"","type":"text","disabled":true},{"key":"cs_url","value":"","type":"text","disabled":true},{"key":"blockPrepaid","value":"","type":"text","disabled":true},{"key":"blockDebit","value":"","type":"text","disabled":true},{"key":"acceptACH","value":"","type":"text","disabled":true},{"key":"mastercard","value":"","type":"text","disabled":true},{"key":"visa","value":"","type":"text","disabled":true},{"key":"amex","value":"","type":"text","disabled":true},{"key":"discover","value":"","type":"text","disabled":true},{"key":"monthlyLimit","value":"","type":"text","disabled":true},{"key":"monthlyLimitHasRefunds","value":"","type":"text","disabled":true},{"key":"discountRate","value":"","type":"text","disabled":true},{"key":"txnFee","value":"","type":"text","disabled":true},{"key":"reserveAccountRate","value":"","type":"text","disabled":true},{"key":"chargebackFee","value":"","type":"text","disabled":true},{"key":"rdrFee","value":"","type":"text","disabled":true},{"key":"ethocaFee","value":"","type":"text","disabled":true},{"key":"monthlyFee","value":"","type":"text","disabled":true},{"key":"directDebit","value":"","type":"text","disabled":true},{"key":"pinlessDebit","value":"","type":"text","disabled":true},{"key":"taxExempt","value":"","type":"text","disabled":true},{"key":"preAuthAmount","value":"","type":"text","disabled":true},{"key":"countryCode","value":"","type":"text","disabled":true},{"key":"zoneId","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"billerId\": 1,\n        \"title\": \"Test\"\n    }\n}"}],"_postman_id":"fd776917-dced-46c6-b9b8-55460426b10c"},{"name":"Query Recycle Billing","id":"da8b4a31-3757-42df-8d77-2e355c1b3a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/recycle/query/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Query Recycle Billing API allows you to view information about a Recycle Billing profile through a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>recycleBillingProfileId</code></td>\n<td>int</td>\n<td>The ID of the recycle billing profile found in the recycle billing list</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","recycle","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"c5f15528-35db-41b3-8805-6582010c9538","name":"Query Recycle Billing","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/recycle/query/?loginId=testapi&password=abc123&recycleBillingProfileId=23","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","recycle","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"recycleBillingProfileId","value":"23"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": [\r\n        {\r\n            \"dateUpdated\": \"2026-03-13 13:50:41\",\r\n            \"dateCreated\": \"2026-03-11 09:49:01\",\r\n            \"intervalDays1\": 5,\r\n            \"intervalDays2\": null,\r\n            \"intervalDays3\": null,\r\n            \"intervalDays4\": null,\r\n            \"intervalDays5\": null,\r\n            \"intervalDays6\": null,\r\n            \"intervalDays7\": null,\r\n            \"intervalDays8\": null,\r\n            \"intervalDays9\": null,\r\n            \"useFlatAmount\": 0,\r\n            \"attemptFriday\": 0,\r\n            \"holdPrice\": 1,\r\n            \"orderType\": \"RECURRING\",\r\n            \"finalBillerId\": 0,\r\n            \"decline_reasons\": \"[\\\"abc\\\",\\\"hello\\\",\\\"test\\\",\\\"weekend\\\",\\\"soon\\\"]\",\r\n            \"minPrice\": \"25.00\",\r\n            \"priceReduction1\": \"2.00\",\r\n            \"priceReduction2\": \"0.00\",\r\n            \"priceReduction3\": \"0.00\",\r\n            \"attemptBillerId1\": 0,\r\n            \"priceReduction4\": \"0.00\",\r\n            \"priceReduction5\": \"0.00\",\r\n            \"priceReduction6\": \"0.00\",\r\n            \"attemptBillerId2\": null,\r\n            \"priceReduction7\": \"0.00\",\r\n            \"priceReduction8\": \"0.00\",\r\n            \"priceReduction9\": \"0.00\",\r\n            \"attachedBillerIds\": [\r\n                {\r\n                    \"billerId\": \"15\",\r\n                    \"title\": \"Biller 1\"\r\n                },\r\n                {\r\n                    \"billerId\": \"6\",\r\n                    \"title\": \"Biller 2\"\r\n                },\r\n                {\r\n                    \"billerId\": \"8\",\r\n                    \"title\": \"Biller 3\"\r\n                }\r\n            ],\r\n            \"applyToAll\": 1,\r\n            \"id\": 23\r\n        }\r\n    ]\r\n}"}],"_postman_id":"da8b4a31-3757-42df-8d77-2e355c1b3a1f"},{"name":"Create Recycle Billing","id":"a6861b93-b231-429d-9c16-905c318dbe36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/recycle/create/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Create Recycle Billing API allows you to create a Recycle Billing profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>useFlatAmount</code></td>\n<td>bool (1 or 0)</td>\n<td>When set, uses a flat amount instead of a percentage reduction. Defaults to percentage</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>minPrice</code></td>\n<td>decimal</td>\n<td>Minimum allowed price after reductions.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>attemptFriday</code></td>\n<td>bool (1 or 0)</td>\n<td>0 means billed on Saturday</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>holdPrice</code></td>\n<td>bool (1 or 0)</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>applyToAll</code></td>\n<td>bool (1 or 0)</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>attemptBillerId1</code></td>\n<td>int</td>\n<td>Gateway for attempts 4-6</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>attemptBillerId2</code></td>\n<td>int</td>\n<td>Gateway for attempts 7-9</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>finalBillerId</code></td>\n<td>int</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>orderType</code></td>\n<td>enum: NEW_SALE, RECURRING</td>\n<td>If omitted, defaults to <code>BOTH</code> internally.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>attachedBillerIds</code></td>\n<td>string</td>\n<td>Attached Mids to apply to (comma-seperated list 1,2,3) Mids cannot be applied to existing recycle billing profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>decline_reasons</code></td>\n<td>string</td>\n<td>Comma-separated list of reasons (hello, world)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays1</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction1</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction1</code></td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays1</code> must also be provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays2</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction2</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction2</code></td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays2</code> must also be provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays3</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction3</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction3</code></td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays3</code> must also be provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays4</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction4</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction4</code></td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays4</code> must also be provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays5</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction5</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction5</code></td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays5</code> must also be provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays6</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction6</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td>priceReduction6</td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays6</code> must also be provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays7</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction7</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction7</code></td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays7</code> must also be provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays8</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction8</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction8</code></td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays8</code> must also be provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays9</code></td>\n<td>int</td>\n<td>Required if <code>priceReduction9</code> is provided.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction9</code></td>\n<td>decimal</td>\n<td>If provided, <code>intervalDays9</code> must also be provided.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","recycle","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"bece0dcf-ffa4-4815-b80b-c83171fadee2","name":"Create Recycle Billing","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/recycle/create/?loginId=&testtapipassword=abc123&useFlatAmount=1&minPrice=25&holdPrice=1&intervalDays1=5&priceReduction1=2&billerIds=&decline_reasons=this,is,a,test","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","recycle","create",""],"query":[{"key":"loginId","value":""},{"key":"testtapipassword","value":"abc123"},{"key":"useFlatAmount","value":"1"},{"key":"minPrice","value":"25"},{"key":"holdPrice","value":"1"},{"key":"intervalDays1","value":"5"},{"key":"priceReduction1","value":"2"},{"key":"billerIds","value":""},{"key":"decline_reasons","value":"this,is,a,test"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"result\":\"SUCCESS\",\"message\":{\"id\":29}}"}],"_postman_id":"a6861b93-b231-429d-9c16-905c318dbe36"},{"name":"Update Recycle Billing","id":"dceee64f-082f-4327-87ce-075f3995d92c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/recycle/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Recycle Billing API allows you to update a Recycle Billing profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>int</td>\n<td>Recycle Billing Profile ID to update or delete.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>bool (1 or 0)</td>\n<td>When set to <code>1</code>, deletes the profile with the given <code>id</code> instead of updating it.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>useFlatAmount</code></td>\n<td>bool (1 or 0)</td>\n<td>Use a flat amount for reductions (defaults to <code>0</code> if omitted).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>minPrice</code></td>\n<td>decimal</td>\n<td>Minimum allowed price after reductions.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>attemptFriday</code></td>\n<td>bool (1 or 0)</td>\n<td>If <code>0</code>, billing occurs on Saturday.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>holdPrice</code></td>\n<td>bool (1 or 0)</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>applyToAll</code></td>\n<td>bool (1 or 0)</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>attemptBillerId1</code></td>\n<td>int</td>\n<td>Gateway for attempts 4–6.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>attemptBillerId2</code></td>\n<td>int</td>\n<td>Gateway for attempts 7–9.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>finalBillerId</code></td>\n<td>int</td>\n<td>Final gateway for subsequent attempts.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>orderType</code></td>\n<td>enum: <code>NEW_SALE</code>, <code>RECURRING</code>, <code>BOTH</code></td>\n<td>Set order type for the profile; if omitted, the existing value remains unchanged.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>attachedBillerIds</code></td>\n<td>string</td>\n<td>Attached MIDs to apply to (comma‑separated list like <code>1,2,3</code>). If omitted, existing attached MIDs are preserved.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>decline_reasons</code></td>\n<td>string</td>\n<td>Comma‑separated list of reasons (e.g., <code>hello, world</code>).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays1</code></td>\n<td>int</td>\n<td>Interval days for cycle 1. If <code>priceReduction1</code> is provided, you must provide <code>intervalDays1</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction1</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 1. If provided, requires <code>intervalDays1</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays2</code></td>\n<td>int</td>\n<td>Interval days for cycle 2. If <code>priceReduction2</code> is provided, you must provide <code>intervalDays2</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction2</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 2. If provided, requires <code>intervalDays2</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays3</code></td>\n<td>int</td>\n<td>Interval days for cycle 3. If <code>priceReduction3</code> is provided, you must provide <code>intervalDays3</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction3</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 3. If provided, requires <code>intervalDays3</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays4</code></td>\n<td>int</td>\n<td>Interval days for cycle 4. If <code>priceReduction4</code> is provided, you must provide <code>intervalDays4</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction4</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 4. If provided, requires <code>intervalDays4</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays5</code></td>\n<td>int</td>\n<td>Interval days for cycle 5. If <code>priceReduction5</code> is provided, you must provide <code>intervalDays5</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction5</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 5. If provided, requires <code>intervalDays5</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays6</code></td>\n<td>int</td>\n<td>Interval days for cycle 6. If <code>priceReduction6</code> is provided, you must provide <code>intervalDays6</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction6</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 6. If provided, requires <code>intervalDays6</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays7</code></td>\n<td>int</td>\n<td>Interval days for cycle 7. If <code>priceReduction7</code> is provided, you must provide <code>intervalDays7</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction7</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 7. If provided, requires <code>intervalDays7</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays8</code></td>\n<td>int</td>\n<td>Interval days for cycle 8. If <code>priceReduction8</code> is provided, you must provide <code>intervalDays8</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction8</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 8. If provided, requires <code>intervalDays8</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>intervalDays9</code></td>\n<td>int</td>\n<td>Interval days for cycle 9. If <code>priceReduction9</code> is provided, you must provide <code>intervalDays9</code> unless it’s already set on the profile.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priceReduction9</code></td>\n<td>decimal</td>\n<td>Price reduction for cycle 9. If provided, requires <code>intervalDays9</code> (or an existing value on the profile).</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","recycle","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"42ca3f79-59be-4cbe-894f-25c51c709f3c","name":"Update Recycle Billing","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/recycle/update/?loginId=testapi&password=abc123&id=29&applyToAll=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","recycle","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"id","value":"29"},{"key":"applyToAll","value":"1"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"result\":\"SUCCESS\",\"message\":\" Recycle Billing Profile successfully updated\"}"}],"_postman_id":"dceee64f-082f-4327-87ce-075f3995d92c"},{"name":"Query Bin Mappings","id":"27bd2a00-aa06-45c7-b7fc-8679f2d1a1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.checkoutchamp.com/merchant/binmap/query/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Query Bin Mappings API allows you to query a Bin Mapping profile or All Bin Mapping Profiles with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The ID of the Bin Mapping</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","binmap","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"24dc5286-b3e9-477e-beb9-058eae63845f","name":"Query Bin Mappings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.checkoutchamp.com/merchant/binmap/query/?loginId=testapi&password=password","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","binmap","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"password"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Fri, 13 Mar 2026 20:05:44 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"cf-ray","value":"9dbda7b4b96d0d63-ATL"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"access-control-allow-origin","value":"*"},{"key":"server","value":"cloudflare"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-envoy-upstream-service-time","value":"93"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"enabled\": 0,\n            \"startRange\": \"510000\",\n            \"endRange\": \"559999\",\n            \"bankNames\": null,\n            \"prepaidOnly\": 0,\n            \"debitOnly\": 0,\n            \"creditOnly\": 0,\n            \"title\": \"NMI\",\n            \"prepaid\": 0,\n            \"id\": 1,\n            \"name\": \"MG\",\n            \"campaignId\": 0,\n            \"campaignName\": \"All\",\n            \"profileId\": 2\n        },\n        {\n            \"enabled\": 1,\n            \"startRange\": \"000001\",\n            \"endRange\": \"999999\",\n            \"bankNames\": \"chase\",\n            \"prepaidOnly\": 0,\n            \"debitOnly\": 0,\n            \"creditOnly\": 0,\n            \"billerId\": 1,\n            \"title\": \"Dummy Approval\",\n            \"prepaid\": 0,\n            \"id\": 2,\n            \"name\": \"TI\",\n            \"campaignId\": 0,\n            \"campaignName\": \"All\"\n        },\n        {\n            \"enabled\": 1,\n            \"startRange\": \"456858\",\n            \"endRange\": \"458288\",\n            \"bankNames\": null,\n            \"prepaidOnly\": 0,\n            \"debitOnly\": 0,\n            \"creditOnly\": 0,\n            \"billerId\": 0,\n            \"title\": null,\n            \"prepaid\": 1,\n            \"id\": 3,\n            \"name\": \"Prepaid Visa A\",\n            \"campaignId\": 0,\n            \"campaignName\": \"All\"\n        }\n    ]\n}"}],"_postman_id":"27bd2a00-aa06-45c7-b7fc-8679f2d1a1cb"},{"name":"Create Bin Mapping","id":"f166d63a-d47d-438a-aa06-b23a66496958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/binmap/create/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Create Bin Mappings API allows you to create a Bin Mapping profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Integer</td>\n<td>The Name of the Bin Map</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>enabled</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to enable or disable the Bin Map without having to delete it</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startRange</code></td>\n<td>String (max 40 chars)</td>\n<td>First number in the Range</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endRange</code></td>\n<td>String (max 40 chars)</td>\n<td>Last number in the Range</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>The ID of the gateway to assign the Bin Map to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>profileId</code></td>\n<td>Integer</td>\n<td>The ID of the ATRI profile to assign the Bin Map to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>prepaid</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Set a custom Bin Map for prepaid BINs</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Which campaign the Bin Map will apply to (default is All)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>bankNames</code></td>\n<td>String (max 255 chars)</td>\n<td>Allows you to further define mapping criteria based the customer's card bank. Enter keywords surrounded by double quotes for an exact match. Case-insensitive.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>prepaidOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to route all prepaid cards within a certain BIN range to a particular gateway</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>debitOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to route all debit cards within a certain BIN range to a particular gateway</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>creditOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to route all credit cards within a certain BIN range to a particular gateway. This excludes prepaid and debit cards.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","binmap","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"68fad7df-8deb-40dd-af3a-14341decab57","name":"Create Bin Mapping","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/binmap/create/?loginId=testapi&password=password&name=test mapping&startRange=200000&endRange=300000&enabled=1&billerId=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","binmap","create",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"password"},{"key":"name","value":"test mapping"},{"key":"startRange","value":"200000"},{"key":"endRange","value":"300000"},{"key":"enabled","value":"1"},{"key":"billerId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":":status","value":200},{"key":"date","value":"Fri, 13 Mar 2026 20:14:20 GMT"},{"key":"content-type","value":"text/html; charset=UTF-8"},{"key":"cf-ray","value":"9dbdb45099201353-ATL"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"access-control-allow-origin","value":"*"},{"key":"server","value":"cloudflare"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-envoy-upstream-service-time","value":"69"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"result\":\"SUCCESS\",\"message\":{\"id\":4,\"name\":\"test mapping\"}}"}],"_postman_id":"f166d63a-d47d-438a-aa06-b23a66496958"},{"name":"Update Bin Mapping","id":"a0df217a-4229-409e-9c2b-dd57d0a36102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/binmap/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Bin Mappings API allows you to update a Bin Mapping profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>ID of the bin map</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Integer</td>\n<td>The Name of the Bin Map</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>enabled</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to enable or disable the Bin Map without having to delete it</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startRange</code></td>\n<td>String (max 40 chars)</td>\n<td>First number in the Range</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endRange</code></td>\n<td>String (max 40 chars)</td>\n<td>Last number in the Range</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>The ID of the gateway to assign the Bin Map to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>profileId</code></td>\n<td>Integer</td>\n<td>The ID of the ATRI profile to assign the Bin Map to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>prepaid</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Set a custom Bin Map for prepaid BINs</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Which campaign the Bin Map will apply to (default is All)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>bankNames</code></td>\n<td>String (max 255 chars)</td>\n<td>Allows you to further define mapping criteria based the customer's card bank. Enter keywords surrounded by double quotes for an exact match. Case-insensitive.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>prepaidOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to route all prepaid cards within a certain BIN range to a particular gateway</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>debitOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to route all debit cards within a certain BIN range to a particular gateway</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>creditOnly</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to route all credit cards within a certain BIN range to a particular gateway. This excludes prepaid and debit cards.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>ENUM(1)</td>\n<td>Allows you to delete a bin map</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","binmap","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"fc37d076-905b-4b3b-9d6c-63920abf0633","name":"Update Bin Mapping","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/binmap/update/?loginId=testapi&password=password&id=4&startRange=300000&endRange=400000","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","binmap","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"password"},{"key":"id","value":"4"},{"key":"startRange","value":"300000"},{"key":"endRange","value":"400000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":":status","value":200},{"key":"date","value":"Fri, 13 Mar 2026 20:18:37 GMT"},{"key":"content-type","value":"text/html; charset=UTF-8"},{"key":"cf-ray","value":"9dbdba95cd84ae61-ATL"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"access-control-allow-origin","value":"*"},{"key":"server","value":"cloudflare"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-envoy-upstream-service-time","value":"83"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"result\":\"SUCCESS\",\"message\":\"Bin Mapping updated successfully\"}"}],"_postman_id":"a0df217a-4229-409e-9c2b-dd57d0a36102"},{"name":"Query Bin Profile","id":"c0635caf-1a37-412d-943d-6f612531d660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.checkoutchamp.com/merchant/binprofile/query/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Query Bin Profile API allows you to query a Bin Profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>binProfileId</code></td>\n<td>Integer</td>\n<td>The ID of the Bin Profile</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","binprofile","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"888e1da4-ca12-450b-a718-305e0311f4a6","name":"Query Bin Profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.checkoutchamp.com/merchant/binprofile/query/?loginId=testapi&password=password","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","binprofile","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"password"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Fri, 13 Mar 2026 20:05:44 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"cf-ray","value":"9dbda7b4b96d0d63-ATL"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"access-control-allow-origin","value":"*"},{"key":"server","value":"cloudflare"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-envoy-upstream-service-time","value":"93"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"enabled\": 0,\n            \"startRange\": \"510000\",\n            \"endRange\": \"559999\",\n            \"bankNames\": null,\n            \"prepaidOnly\": 0,\n            \"debitOnly\": 0,\n            \"creditOnly\": 0,\n            \"title\": \"NMI\",\n            \"prepaid\": 0,\n            \"id\": 1,\n            \"name\": \"MG\",\n            \"campaignId\": 0,\n            \"campaignName\": \"All\",\n            \"profileId\": 2\n        },\n        {\n            \"enabled\": 1,\n            \"startRange\": \"000001\",\n            \"endRange\": \"999999\",\n            \"bankNames\": \"chase\",\n            \"prepaidOnly\": 0,\n            \"debitOnly\": 0,\n            \"creditOnly\": 0,\n            \"billerId\": 1,\n            \"title\": \"Dummy Approval\",\n            \"prepaid\": 0,\n            \"id\": 2,\n            \"name\": \"TI\",\n            \"campaignId\": 0,\n            \"campaignName\": \"All\"\n        },\n        {\n            \"enabled\": 1,\n            \"startRange\": \"456858\",\n            \"endRange\": \"458288\",\n            \"bankNames\": null,\n            \"prepaidOnly\": 0,\n            \"debitOnly\": 0,\n            \"creditOnly\": 0,\n            \"billerId\": 0,\n            \"title\": null,\n            \"prepaid\": 1,\n            \"id\": 3,\n            \"name\": \"Prepaid Visa A\",\n            \"campaignId\": 0,\n            \"campaignName\": \"All\"\n        }\n    ]\n}"}],"_postman_id":"c0635caf-1a37-412d-943d-6f612531d660"},{"name":"Create Bin Profile","id":"5b70c39d-6d58-4770-9291-55bd42cfaa55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/binprofile/create/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Create Bin Profile API allows you to create a Bin Profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startRange</code></td>\n<td>String (max 40 chars)</td>\n<td>First number in the Range</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endRange</code></td>\n<td>String (max 40 chars)</td>\n<td>Last number in the Range</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>blockMessage</code></td>\n<td>String (max 200 chars)</td>\n<td>Message indicating reason for the block</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","binprofile","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"3b8c1098-ebc9-42f0-9a40-adc93c286617","name":"Create Bin Profile","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/binprofile/create/?loginId=testapi&password=password&startRange=200000&endRange=300000","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","binprofile","create",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"password"},{"key":"name","value":"test mapping","disabled":true},{"key":"startRange","value":"200000"},{"key":"endRange","value":"300000"},{"key":"enabled","value":"1","disabled":true},{"key":"billerId","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":":status","value":200},{"key":"date","value":"Fri, 13 Mar 2026 20:14:20 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"cf-ray","value":"9dbdb45099201353-ATL"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"access-control-allow-origin","value":"*"},{"key":"server","value":"cloudflare"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-envoy-upstream-service-time","value":"69"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"binProfileId\": 4,\n        \"name\": \"test\"\n    }\n}"}],"_postman_id":"5b70c39d-6d58-4770-9291-55bd42cfaa55"},{"name":"Update Bin Profile","id":"036fc784-0e83-4baf-a679-6d8b4ce74312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/binprofile/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Bin Profile API allows you to update a Bin Profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>binProfileId</code></td>\n<td>Integer</td>\n<td>ID of the bin profile</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startRange</code></td>\n<td>String (max 40 chars)</td>\n<td>First number in the Range</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endRange</code></td>\n<td>String (max 40 chars)</td>\n<td>Last number in the Range</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>blockMessage</code></td>\n<td>String (max 200 chars)</td>\n<td>Message indicating reason for the block</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>ENUM(1)</td>\n<td>Allows you to delete a bin profile</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","binprofile","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"f9c4de78-f34d-4589-9458-42ff7a38ac3c","name":"Update Bin Profile","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/binprofile/update/?loginId=testapi&password=password&binProfileId=4&startRange=300000&endRange=400000","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","binprofile","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"password"},{"key":"binProfileId","value":"4"},{"key":"startRange","value":"300000"},{"key":"endRange","value":"400000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":":status","value":200},{"key":"date","value":"Fri, 13 Mar 2026 20:18:37 GMT"},{"key":"content-type","value":"text/html; charset=UTF-8"},{"key":"cf-ray","value":"9dbdba95cd84ae61-ATL"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"access-control-allow-origin","value":"*"},{"key":"server","value":"cloudflare"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-envoy-upstream-service-time","value":"83"},{"key":"content-encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"result\":\"SUCCESS\",\"message\":\"Bin Mapping updated successfully\"}"}],"_postman_id":"036fc784-0e83-4baf-a679-6d8b4ce74312"},{"name":"Create Cascade","id":"3caa79c2-6f53-4f6b-9cbf-d26b12bdaac6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/cascade/create/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Create Cascade API allows you to create an ATRI cascade with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (max 40 chars)</td>\n<td>The name of the cascade</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>algorithm</code></td>\n<td>ENUM ('WEIGHTED', 'ROUND_ROBIN', 'PRIORITY')</td>\n<td>The algorithm chosen for the given cascade</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>calcInterval</code></td>\n<td>ENUM ('Daily', 'Weekly', 'Monthly')</td>\n<td>How often the calculation for a given cascade is performed</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cascadeAttempt</code></td>\n<td>Integer</td>\n<td>The amount of times the cascade will reattempt a soft declined transaction (defaults to 1)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>Enum('IGNORE', 'PREFER_SAME', 'FORCE_SAME', 'FORCE_DIFF')</td>\n<td>Defines how gateway cascades enforce corporation matching between the main offer and upsell transactions.</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","cascade","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"adf849da-6a85-4ea5-b2b9-a0f3f04a2897","name":"Create Cascade","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/cascade/create/?loginId=testapi&password=abc124&title=test&algorithm=ROUND_ROBIN&calcInterval=Daily&cascadeAttempt=1&category=IGNORE","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","cascade","create",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc124"},{"key":"title","value":"test"},{"key":"algorithm","value":"ROUND_ROBIN"},{"key":"calcInterval","value":"Daily"},{"key":"cascadeAttempt","value":"1"},{"key":"category","value":"IGNORE"},{"key":"cascadeId","value":"15","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"cascadeId\": 1,\n        \"title\": \"test\"\n    }\n}"}],"_postman_id":"3caa79c2-6f53-4f6b-9cbf-d26b12bdaac6"},{"name":"Update Cascade","id":"367f833d-d38d-4ec0-90cc-cb422478b7b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/cascade/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Cascade API allows you to update an ATRI cascade with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cascadeId</code></td>\n<td>Integer</td>\n<td>The Id of the cascade</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (max 40 chars)</td>\n<td>The name of the cascade</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>algorithm</code></td>\n<td>ENUM ('WEIGHTED', 'ROUND_ROBIN', 'PRIORITY')</td>\n<td>The algorithm chosen for the given cascade</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>calcInterval</code></td>\n<td>ENUM ('Daily', 'Weekly', 'Monthly')</td>\n<td>How often the calculation for a given cascade is performed</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cascadeAttempt</code></td>\n<td>Integer</td>\n<td>The amount of times the cascade will reattempt a soft declined transaction (defaults to 1)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>Enum('IGNORE', 'PREFER_SAME', 'FORCE_SAME', 'FORCE_DIFF')</td>\n<td>Defines how gateway cascades enforce corporation matching between the main offer and upsell transactions.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to remove a cascade</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","cascade","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"cf12f58c-4b27-4372-9903-795585fb93b8","name":"Update Cascade","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/cascade/update/?loginId=testapi&password=abc123&title=test&algorithm=ROUND_ROBIN&calcInterval=Daily&cascadeAttempt=1&category=IGNORE&cascadeId=15","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","cascade","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"title","value":"test"},{"key":"algorithm","value":"ROUND_ROBIN"},{"key":"calcInterval","value":"Daily"},{"key":"cascadeAttempt","value":"1"},{"key":"category","value":"IGNORE"},{"key":"cascadeId","value":"15"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"cascadeId\": 15,\n        \"title\": \"test\",\n        \"calcInterval\": \"Daily\",\n        \"algorithm\": \"ROUND_ROBIN\",\n        \"stickyCategories\": \"IGNORE\",\n        \"cascadeAttempt\": 1,\n        \"billers\": null\n    }\n}"}],"_postman_id":"367f833d-d38d-4ec0-90cc-cb422478b7b8"},{"name":"Query Cascade","id":"e4a06039-8b43-4d7a-953e-75020dd01dd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/cascade/query/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Query Cascade API allows you to query one or multiple ATRI cascades with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cascadeId</code></td>\n<td>Integer</td>\n<td>The Id of the cascade.</td>\n<td>N (Will return all cascades if empty)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","cascade","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"387adea9-37b4-4e1a-9c34-08af6d0e3501","name":"Query Cascade","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/cascade/query/?loginId=testapi&password=abc123&cascadeId=19","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","cascade","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"cascadeId","value":"19"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"cascadeId\": 19,\n        \"title\": \"test\",\n        \"calcInterval\": \"Daily\",\n        \"algorithm\": \"ROUND_ROBIN\",\n        \"cascadeAttempt\": 1,\n        \"gateways\": [],\n        \"category\": \"IGNORE\"\n    }\n}"}],"_postman_id":"e4a06039-8b43-4d7a-953e-75020dd01dd7"},{"name":"Add Cascade Gateway","id":"fda69160-65be-4963-8bb7-3aaa6ba51e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/cascade/gateways/add/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Add Cascade Gateway API allows you to add an ATRI gateway to a cascade with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cascadeId</code></td>\n<td>Integer</td>\n<td>The Id of the cascade</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>The Id of the biller gateway</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","cascade","gateways","add",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"c24480ec-17e4-4bae-b51f-1f145dbb0d48","name":"Add Cascade Gateway","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/cascade/gateways/add/?loginId=testapi&password=abc123&cascadeId=19&billerId=23","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","cascade","gateways","add",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"cascadeId","value":"19"},{"key":"billerId","value":"23"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Gateway added to cascade\"\n}"}],"_postman_id":"fda69160-65be-4963-8bb7-3aaa6ba51e8b"},{"name":"Update Cascade Gateway","id":"cf62f444-cb5b-45fe-99b6-50003d8a1065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/cascade/gateways/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Cascade Gateway API allows you to update an ATRI gateway to a cascade with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>cascadeId</code></td>\n<td>Integer</td>\n<td>The Id of the cascade</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>The Id of the gateway</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>percentage</code></td>\n<td>DECIMAL</td>\n<td>Non-negative decimal value representing the traffic allocation for the gateway</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priority</code></td>\n<td>Integer</td>\n<td>Priority order used when the cascade algorithm is set to PRIORITY. Lower numbers are attempted first</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Allows you to remove a gateway from a cascade</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","cascade","gateways","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"661d23bb-408a-4b47-a63f-1f6fe9875990","name":"Update Cascade Gateway","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/cascade/gateways/update/?loginId=testapi&password=abc123&cascadeId=19&billerId=23&percentage=0.15&caBiller=7","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","cascade","gateways","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"cascadeId","value":"19"},{"key":"billerId","value":"23"},{"key":"percentage","value":"0.15"},{"key":"caBiller","value":"7"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Gateway successfully updated\"\n}"}],"_postman_id":"cf62f444-cb5b-45fe-99b6-50003d8a1065"},{"name":"Create Profile","id":"5b6059ef-2c5e-4202-93a9-54bb019ef882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/profile/create/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Create Profile API allows you to create an ATRI Profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (max 40 chars)</td>\n<td>The name of the profile</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>algorithm</code></td>\n<td>ENUM ('WEIGHTED', 'ROUND_ROBIN', 'PRIORITY')</td>\n<td>The algorithm chosen for the given profile</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>calcInterval</code></td>\n<td>ENUM ('Daily', 'Weekly', 'Monthly')</td>\n<td>How often the calculation for a given profile is performed</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>ENUM ('IGNORE', 'PREFER_SAME', 'FORCE_SAME', 'FORCE_DIFF')</td>\n<td>Defines how gateway profiles enforce corporation matching between the main offer and upsell transactions.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>maxDeclines</code></td>\n<td>INT</td>\n<td>Disable any gateway that has this many consecutive initial sales soft and hard declines. This does not include rebills.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>limitType</code></td>\n<td>ENUM</td>\n<td>The type of limit, daily or monthly assigned to profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill1</code></td>\n<td>DECIMAL</td>\n<td>Rebill projections for the first rebill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill2</code></td>\n<td>DECIMAL</td>\n<td>Rebill projections for the second rebill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill3</code></td>\n<td>DECIMAL</td>\n<td>Rebill projections for the third rebill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill4</code></td>\n<td>DECIMAL</td>\n<td>Rebill projections for the fourthrebill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cascadeId</code></td>\n<td>INT</td>\n<td>The Id of the cascade</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>useProjectedEOM</code></td>\n<td>BOOL</td>\n<td>Use Projected End of Month</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>maxHardDeclines</code></td>\n<td>INT</td>\n<td>Disable any gateway that has this many consecutive initial sales hard declines. This does not include rebills.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>useBinRouting</code></td>\n<td>INT</td>\n<td>Use Bin Routing for approvals</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>binSkipBelow</code></td>\n<td>INT</td>\n<td>Skip Bins below this number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>binIncludeAbove</code></td>\n<td>INT</td>\n<td>Include Bins above this number</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","profile","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"adc36d25-81cb-469a-bad7-aaa440bb72eb","name":"Create Profile","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/profile/create/?loginId=testapi&password=abc124&title=test&profileId=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","profile","create",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc124"},{"key":"title","value":"test"},{"key":"cascadeId","value":"15","disabled":true},{"key":"profileId","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"profileId\": 1,\n        \"title\": \"test\"\n    }\n}"}],"_postman_id":"5b6059ef-2c5e-4202-93a9-54bb019ef882"},{"name":"Update Profile","id":"1412d79d-3fb0-4e78-bdc3-778525667ed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/profile/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Profile API allows you to update an ATRI profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>profileId</code></td>\n<td>INT</td>\n<td>The Id of the profile</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>csacadeId</code></td>\n<td>INT</td>\n<td>The Id of the cascade</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (max 40 chars)</td>\n<td>The name of the profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>algorithm</code></td>\n<td>ENUM ('WEIGHTED', 'ROUND_ROBIN', 'PRIORITY')</td>\n<td>The algorithm chosen for the given profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>calcInterval</code></td>\n<td>ENUM ('Daily', 'Weekly', 'Monthly')</td>\n<td>How often the calculation for a given profile is performed</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>maxDeclines</code></td>\n<td>INT</td>\n<td>Disable any gateway that has this many consecutive initial sales soft and hard declines. This does not include rebills.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>limitType</code></td>\n<td>ENUM('SALES','VOLUME','CHARGES')</td>\n<td>The type of limit, daily or monthly assigned to profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill1</code></td>\n<td>DECIMAL</td>\n<td>Rebill projections for the first rebill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill2</code></td>\n<td>DECIMAL</td>\n<td>Rebill projections for the second rebill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill3</code></td>\n<td>DECIMAL</td>\n<td>Rebill projections for the third rebill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rebill4</code></td>\n<td>DECIMAL</td>\n<td>Rebill projections for the fourth rebill</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>category</code></td>\n<td>Enum('IGNORE', 'PREFER_SAME', 'FORCE_SAME', 'FORCE_DIFF')</td>\n<td>Defines how gateway profiles enforce corporation matching between the main offer and upsell transactions.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>enabled</code></td>\n<td>BOOL</td>\n<td>Allows you to enable or disable the Bin Profile without having to delete it</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>useProjectedEOM</code></td>\n<td>BOOL</td>\n<td>Use Projected End of Month</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>useBinRouting</code></td>\n<td>INT</td>\n<td>Use Bin Routing for approvals</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>binSkipBelow</code></td>\n<td>INT</td>\n<td>Skip Bins below this number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>binIncludeAbove</code></td>\n<td>INT</td>\n<td>Include Bins above this number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>maxHardDeclines</code></td>\n<td>INT</td>\n<td>Disable any gateway that has this many consecutive initial sales hard declines. This does not include rebills.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>ENUM (1)</td>\n<td>Allows you to delete a profile</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","profile","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"47c6c26c-635b-4bb0-b639-d06102d1b145","name":"Update Profile","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/profile/update/?loginId=testapi&password=abc123&title=test&algorithm=ROUND_ROBIN&calcInterval=Daily&category=IGNORE&profileId=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","profile","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"title","value":"test"},{"key":"algorithm","value":"ROUND_ROBIN"},{"key":"calcInterval","value":"Daily"},{"key":"cascadeAttempt","value":"1","disabled":true},{"key":"category","value":"IGNORE"},{"key":"profileId","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"profileId\": 1,\n        \"title\": \"test\",\n        \"calcInterval\": \"Daily\"\n    }\n}"}],"_postman_id":"1412d79d-3fb0-4e78-bdc3-778525667ed5"},{"name":"Query Profile","id":"33505dd6-cfa1-45d5-9878-23912b3c1f68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/profile/query/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Query Profile API allows you to query one or multiple ATRI profiles with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>profileId</code></td>\n<td>Integer</td>\n<td>The Id of the profile.</td>\n<td>N (Will return all profiles if empty)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","profile","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"25f1ff43-1575-4b6a-8a2a-8c74663794e5","name":"Query Profile","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/profile/query/?loginId=testapi&password=abc123&profileId=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","profile","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"profileId","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"profileId\": 1,\n        \"title\": \"test\",\n        \"calcInterval\": \"Daily\",\n        \"algorithm\": \"ROUND_ROBIN\",\n        \"gateways\": [],\n        \"category\": \"IGNORE\"\n    }\n}"}],"_postman_id":"33505dd6-cfa1-45d5-9878-23912b3c1f68"},{"name":"Add Profile Gateway","id":"d23d4178-6e1e-436d-b592-b9f8053cebc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/profile/gateways/add/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Add Profile Gateway API allows you to add an ATRI gateway to a profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>The Id of the biller gateway</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>profileId</code></td>\n<td>Integer</td>\n<td>The Id of the profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priority</code></td>\n<td>Integer</td>\n<td>The priority of the mid on a profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>percentage</code></td>\n<td>DECIMAL</td>\n<td>The weighted percentage</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>limitType</code></td>\n<td>ENUM('DAILY','MONTHLY')</td>\n<td>The type of limit, daily or monthly assigned to profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>salesLimit</code></td>\n<td>Integer</td>\n<td>The sales limit on the profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>profileCap</code></td>\n<td>Integer</td>\n<td>The monthly cap on the profile</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","profile","gateways","add",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"27f16110-53dc-43ab-afd7-745178c8db1d","name":"Add Profile Gateway","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/profile/gateways/add/?loginId=testapi&password=abc123&profileId=1&billerId=23","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","profile","gateways","add",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"profileId","value":"1"},{"key":"billerId","value":"23"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Gateway added to profile\"\n}"}],"_postman_id":"d23d4178-6e1e-436d-b592-b9f8053cebc2"},{"name":"Update Profile Gateway","id":"2617e934-6d7d-4ba3-b503-8a88527d3e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/profile/gateways/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Profile Gateway API allows you to update an ATRI gateway to a profile with a simple HTTPS GET or POST request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>The Id of the biller gateway</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>profileId</code></td>\n<td>Integer</td>\n<td>The Id of the profile manager</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>percentage</code></td>\n<td>DECIMAL</td>\n<td>Non-negative decimal value representing the traffic allocation for the biller</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>priority</code></td>\n<td>Integer</td>\n<td>Priority order used when the profile algorithm is set to PRIORITY. Lower numbers are attempted first</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>enabled</code></td>\n<td>BOOL</td>\n<td>Allows you to enable or disable the Bin Map without having to delete it</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>limitType</code></td>\n<td>ENUM('DAILY','MONTHLY')</td>\n<td>The type of limit, daily or monthly assigned to profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>salesLimit</code></td>\n<td>INT</td>\n<td>The sales limit on the profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>profileCap</code></td>\n<td>INT</td>\n<td>The monthly cap on the profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>ENUM(1)</td>\n<td>Allows you to delete a gateway profile</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["merchant","profile","gateways","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"0341700c-89d9-4e5f-8993-80dbd645b8be","name":"Update Profile Gateway","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/profile/gateways/update/?loginId=testapi&password=abc123&profileId=1&billerId=23&percentage=0.15","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","profile","gateways","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"profileId","value":"1"},{"key":"billerId","value":"23"},{"key":"percentage","value":"0.15"},{"key":"caBiller","value":"7","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Gateway successfully updated\"\n}"}],"_postman_id":"2617e934-6d7d-4ba3-b503-8a88527d3e0e"}],"id":"82a87fe4-d7bf-44f6-ba13-f3383ae2ff9e","_postman_id":"82a87fe4-d7bf-44f6-ba13-f3383ae2ff9e","description":""},{"name":"Coupons","item":[{"name":"Create Coupon","id":"90480fa1-7311-4e4e-8c91-8e32b4e3a7fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/coupon/create/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Create Coupon API allows you to add new coupons through a simple HTTP GET or POST request.</p>\n<h3 id=\"note\">Note</h3>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>allCampaigns</code></td>\n<td>Boolean</td>\n<td>allow this coupon to be used across all campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>applyTo</code></td>\n<td>ENUM('SHIPPING';'BASE')</td>\n<td>specify if coupon should apply to base price or shipping</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Id of the campaign coupon should apply to</td>\n<td>Y (N if passing in allCampaigns=1)</td>\n</tr>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The club the coupon should apply to? (0 for all clubs)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>String (max: 3 chars)</td>\n<td>country that the coupon will apply to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>coupon code for newly created coupon</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>Decimal</td>\n<td>coupon discount amount</td>\n<td>Y (N if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>discountType</code></td>\n<td>ENUM('FLAT';'PERCENT')</td>\n<td>specify if the coupon should be a flat discount or percentage discount</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>the expiration date of the coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isAutomatic</code></td>\n<td>Boolean</td>\n<td>is this an automatic coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isRecurring</code></td>\n<td>Boolean</td>\n<td>is this a recurring coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>maxCycles</code></td>\n<td>Integer</td>\n<td>How many cycles should the coupon be valid for?</td>\n<td>N (only applicable for recurring coupons)</td>\n</tr>\n<tr>\n<td><code>oneTimeCoupon</code></td>\n<td>Boolean</td>\n<td>should this be a one time coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>String (max 1000 chars)</td>\n<td>comma-separated list of campaign product Ids that the coupon will apply to (omit if applying to whole order)</td>\n<td>N (Y if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>recurringDiscount</code></td>\n<td>Decimal</td>\n<td>discount amount for recurring coupons</td>\n<td>N (Y if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>singleUse</code></td>\n<td>Boolean</td>\n<td>should this be a single use coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>the date on which to begin accepting the coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>zoneId</code></td>\n<td>Integer</td>\n<td>zone that the coupon will apply to</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"result\": \"SUCCESS\",\n  \"message\": {\n    \"coupon successfully created\"\n  }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["coupon","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"90480fa1-7311-4e4e-8c91-8e32b4e3a7fb"},{"name":"Query Coupon","id":"8adf501d-35cf-490a-989b-de1e9418fa8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/coupon/query/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Query Coupon API allows you to query coupons in the CRM through a simple HTTP GET or POST request.</p>\n<h3 id=\"note\">Note</h3>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>allCampaigns</code></td>\n<td>Boolean</td>\n<td>allow this coupon to be used across all campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>applyTo</code></td>\n<td>ENUM('SHIPPING';'BASE')</td>\n<td>specify if coupon should apply to base price or shipping</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Id of the campaign coupon should apply to</td>\n<td>Y (N if passing in allCampaigns=1)</td>\n</tr>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The club the coupon should apply to?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>String (max: 3 chars)</td>\n<td>country that the coupon will apply to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>coupon code for newly created coupon</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>ENUM:('dateCreated'; 'dateUpdated')</td>\n<td>date range of coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>Decimal</td>\n<td>coupon discount amount</td>\n<td>Y (N if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>discountType</code></td>\n<td>ENUM('FLAT';'PERCENT')</td>\n<td>specify if the coupon should be a flat discount or percentage discount</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>the expiration date of the coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isRecurring</code></td>\n<td>Boolean</td>\n<td>is this a recurring coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>maxCycles</code></td>\n<td>Integer</td>\n<td>How many cycles should the coupon be valid for?</td>\n<td>N (only applicable for recurring coupons)</td>\n</tr>\n<tr>\n<td><code>oneTimeCoupon</code></td>\n<td>Boolean</td>\n<td>should this be a one time coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>String (max 1000 chars)</td>\n<td>comma-separated list of campaign product Ids that the coupon will apply to (omit if applying to whole order)</td>\n<td>N (Y if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>recurringDiscount</code></td>\n<td>Decimal</td>\n<td>discount amount for recurring coupons</td>\n<td>N (Y if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>singleUse</code></td>\n<td>Boolean</td>\n<td>should this be a single use coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sortDir</code></td>\n<td>ENUM(0;1)</td>\n<td>discount amount for recurring coupons</td>\n<td>N (Y if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>the date on which to begin accepting the coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>zoneId</code></td>\n<td>Integer</td>\n<td>zone that the coupon will apply to</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"result\": \"SUCCESS\",\n  \"message\": {\n    \"\"\n  }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["coupon","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8adf501d-35cf-490a-989b-de1e9418fa8f"},{"name":"Update Coupon","id":"475ced23-a86c-4622-a578-43d2c997097d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/coupon/update/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Coupon API allows you to update or delete coupons in the CRM through a simple HTTP GET or POST request.</p>\n<h3 id=\"note\">Note</h3>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>allCampaigns</code></td>\n<td>Boolean</td>\n<td>allow this coupon to be used across all campaigns</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>applyTo</code></td>\n<td>ENUM('SHIPPING';'BASE')</td>\n<td>specify if coupon should apply to base price or shipping</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Id of the campaign coupon should apply to</td>\n<td>Y (N if passing in allCampaigns=1)</td>\n</tr>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The club the coupon should apply to? (0 for all clubs, 'NULL' to turn off)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>countryCode</code></td>\n<td>String (max: 3 chars)</td>\n<td>country that the coupon will apply to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max: 20 chars)</td>\n<td>coupon code for newly created coupon</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>defaultCoupon</code></td>\n<td>Boolean</td>\n<td>set this as the default coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>ENUM(1)</td>\n<td>Delete the coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>Decimal</td>\n<td>coupon discount amount</td>\n<td>Y (N if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>discountType</code></td>\n<td>ENUM('FLAT';'PERCENT')</td>\n<td>specify if the coupon should be a flat discount or percentage discount</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>the expiration date of the coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isAutomatic</code></td>\n<td>Boolean</td>\n<td>is this an automatic coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>isRecurring</code></td>\n<td>Boolean</td>\n<td>is this a recurring coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>maxCycles</code></td>\n<td>Integer</td>\n<td>How many cycles should the coupon be valid for?</td>\n<td>N (only applicable for recurring coupons)</td>\n</tr>\n<tr>\n<td><code>oneTimeCoupon</code></td>\n<td>Boolean</td>\n<td>should this be a one time coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>String (max 1000 chars)</td>\n<td>comma-separated list of campaign product Ids that the coupon will apply to (omit if applying to whole order)</td>\n<td>N (Y if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>recurringDiscount</code></td>\n<td>Decimal</td>\n<td>discount amount for recurring coupons</td>\n<td>N (Y if passing in isRecurring=1)</td>\n</tr>\n<tr>\n<td><code>singleUse</code></td>\n<td>Boolean</td>\n<td>should this be a single use coupon?</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>Date (mm/dd/yyyy)</td>\n<td>the date on which to begin accepting the coupon</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>zoneId</code></td>\n<td>Integer</td>\n<td>zone that the coupon will apply to</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>couponId</code></td>\n<td>Integer</td>\n<td>numeric ID of the specific coupon being updated</td>\n<td>N (Y if couponCode is linked to more than 1 couponId)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"result\": \"SUCCESS\",\n  \"message\": {\n    \"Coupon updated successfully\"\n  }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["coupon","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"475ced23-a86c-4622-a578-43d2c997097d"},{"name":"Create Coupon Range Profile","id":"f7b92a94-12b0-4f19-816e-edf6b794c414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/coupon/create/profile/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Create Coupon Range Profile API allows you to create coupon range profiles in the CRM through a simple HTTP GET or POST request.</p>\n<br />\n\n<h3 id=\"note\">Note</h3>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>couponId</code></td>\n<td>Integer</td>\n<td>Id of the coupon the profile should apply to</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>ruleType</code></td>\n<td>ENUM('AMOUNT','QUANTITY','BUY_X_GET_Y_AMT','BUY_X_GET_Y_QTY')</td>\n<td>Type of coupon profile</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startValue</code></td>\n<td>Decimal</td>\n<td>Starting value for the profile.  This can be price or quantity based on ruleType.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endValue</code></td>\n<td>Decimal</td>\n<td>Ending value for the profile.  This can be price or quantity based on ruleType.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>Decimal</td>\n<td>Discount that should be applied</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product</code></td>\n<td>String (max 15 chars)</td>\n<td>campaignProductId which is given the discount on a BUY_X_GET_Y coupon profile.  The product Y in Buy X Get Y.  Use SAME to give the discount on any of the coupon products.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productQty</code></td>\n<td>Integer</td>\n<td>Product quantity which is given the discount on a BUY_X_GET_Y coupon profile.  The quantity Y in Buy X Get Y.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"result\": \"SUCCESS\",\n  \"message\": {\n    \"Coupon profile successfully created\"\n  }\n}\n</code></pre>","urlObject":{"protocol":"https","path":["coupon","create","profile",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7b92a94-12b0-4f19-816e-edf6b794c414"},{"name":"Update Coupon Range Profile","id":"e7a86133-7933-4290-884d-4e3f3d403513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/coupon/update/profile/","description":"<h3 id=\"purpose\">Purpose</h3>\n<p>The Update Coupon Range Profile API allows you to update coupon range profiles in the CRM through a simple HTTP GET or POST request.</p>\n<br />\n\n<h3 id=\"note\">Note</h3>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>couponId</code></td>\n<td>Integer</td>\n<td>Id of the coupon the profile should apply to</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>ruleId</code></td>\n<td>Integer</td>\n<td>Id of the coupon profile being updated</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startValue</code></td>\n<td>Decimal</td>\n<td>Starting value for the profile. This can be price or quantity based on ruleType.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endValue</code></td>\n<td>Decimal</td>\n<td>Ending value for the profile. This can be price or quantity based on ruleType.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>discount</code></td>\n<td>Decimal</td>\n<td>Discount that should be applied</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product</code></td>\n<td>String (max 15 chars)</td>\n<td>campaignProductId which is given the discount on a BUY_X_GET_Y coupon profile. The product Y in Buy X Get Y. Use SAME to give the discount on any of the coupon products.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productQty</code></td>\n<td>Integer</td>\n<td>Product quantity which is given the discount on a BUY_X_GET_Y coupon profile. The quantity Y in Buy X Get Y.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>delete</code></td>\n<td>ENUM('1','0')</td>\n<td>Delete this specific coupon profile</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>deleteAll</code></td>\n<td>ENUM('1','0')</td>\n<td>Delete all coupon profiles for this couponId</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"result\": \"SUCCESS\",\n  \"message\": {\n    \"Coupon profile successfully updated\"\n  }\n}\n</code></pre>","urlObject":{"protocol":"https","path":["coupon","update","profile",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7a86133-7933-4290-884d-4e3f3d403513"}],"id":"ca3e703d-23c7-47bd-a6b0-0609d0c7bdad","_postman_id":"ca3e703d-23c7-47bd-a6b0-0609d0c7bdad","description":""},{"name":"Landing Pages","item":[{"name":"Import Click","id":"e576c9e1-2606-49c2-8ac0-143a35c7add2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/landers/clicks/import/","description":"<p>The Import Click API allows you to track visits to your landing pages in Checkout Champ through a simple HTTP GET or POST request.</p>\n\n<p>On a successful Import Click call, the customer will be assigned a sessionId for their landing page session. This sessionId can be passed back on subsequent clicks to additional pages in the lander in order to track the timestamp of when each page was visited.</p>\n<p>When called from a Thank You page, this API will send confirmation emails and export the order to any applicable Data Source plugins.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Checkout Champ campaignId for which the order is being placed.</td>\n<td>Y - if sessionId is not provided</td>\n</tr>\n<tr>\n<td><code>fraudPixel</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>If set, this will return an iFrame (pixel) to put on the checkout page for fraud data collection. Currently integrated with Kount only</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>httpReferer</code></td>\n<td>String (max 200 chars)</td>\n<td>The URI of the page that linked to this page. This will be blank if the user navigated to page directly, such as using a bookmark.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>ipAddress</code></td>\n<td>Customers ip address</td>\n<td>Must be a valid ipv4 or ipv6 format</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>pageType</code></td>\n<td>ENUM (<code>presellPage</code>, <code>leadPage</code>, <code>checkoutPage</code>, <code>upsellPage1</code>,<code>upsellPage2</code>, <code>upsellPage3</code>, <code>upsellPage4</code>, <code>thankyouPage</code>)</td>\n<td>Which page in the funnel the user landed on</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>requestUri</code></td>\n<td>String (max 5000 chars)</td>\n<td>The URL that the user requested when they landed on the page(Ex. <a href=\"https://mylander.com/nutra/?affId=AF54B33412&amp;c1=fb&amp;c2=5000234\">https://mylander.com/nutra/?affId=AF54B33412&amp;c1=fb&amp;c2=5000234</a>)</td>\n<td>Y - if sessionId is not provided</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td>String (max 32 chars)</td>\n<td>sessionId returned by a previous Import Click API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>userAgent</code></td>\n<td>string (max 300 chars)</td>\n<td>User Agent Header, used for reporting on browser and device type</td>\n<td>N (recommended)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-funnel-api-flow\">EXAMPLE FUNNEL API FLOW</h3>\n<h4 id=\"step-1-lead-page\">STEP 1: Lead Page</h4>\n<p>Customer lands on the first page in the funnel, the \"leadPage\" and a click is imported. We save the returned sessionId to use again later.</p>\n<p><strong>Note:</strong> It is important that this api call is only made once when the user first lands on the site, so make sure you are saving a value in your local session to prevent multiple import click calls from being executed.</p>\n<h5 id=\"success\">Success</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"sessionId\": \"f9e3eb14975b319afc10f0aa0ec8c813331c1f77\",\n        \"pixel\": false,\n        \"affVals\": {\n            \"affId\": \"TEST\",\n            \"c1\": \"[c1]\",\n            \"c2\": \"[c2]\",\n            \"c3\": \"[c3]\"\n        }\n    }\n}\n\n</code></pre><h4 id=\"step-2-checkout-page\">STEP 2: Checkout Page</h4>\n<p>Customer lands on the second page in the funnel, the \"checkoutPage\" and a new click is imported with pageType=checkoutPage. We pass the api the sessionId that was originally returned from step 1.</p>\n<h5 id=\"success-1\">Success</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n\n</code></pre><h4 id=\"step-3-upsell-page-1\">STEP 3: Upsell Page 1</h4>\n<p>Customer lands on the third page in the funnel, the \"upsellPage1\" and a new click is imported with pageType=upsellPage1. We pass the api the sessionId that was originally returned from step 1. This can be repeated for additional upsells on upsellPage2, upsellPage3, and upsellPage4.</p>\n<h5 id=\"success-2\">Success</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n\n</code></pre><h4 id=\"step-4-thankyou-page\">STEP 4: Thankyou Page</h4>\n<p>Customer lands on the last page in the funnel, the \"thankyouPage\" and a new click is imported with pageType=thankyouPage. We pass the api the sessionId that was originally returned from step 1.</p>\n<h5 id=\"success-3\">Success</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["landers","clicks","import",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"91441747-3a9f-40f9-90f2-3eca1750ef79","name":"Import Click - Lead Page","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/landers/clicks/import/?loginId=testapi&password=abc123&pageType=leadPage&ipAddress=127.0.0.1&campaignId=5","protocol":"https","host":["api","checkoutchamp","com"],"path":["landers","clicks","import",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"pageType","value":"leadPage"},{"key":"ipAddress","value":"127.0.0.1"},{"key":"userAgent","value":null,"disabled":true},{"key":"campaignId","value":"5"},{"key":"requestUri","value":null,"disabled":true},{"key":"sessionId","value":"","type":"text","disabled":true},{"key":"fraudPixel","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"sessionId\": \"f9e3eb14975b319afc10f0aa0ec8c813331c1f77\",\n        \"pixel\": false,\n        \"affVals\": {\n            \"affId\": \"TEST\",\n            \"c1\": \"[c1]\",\n            \"c2\": \"[c2]\",\n            \"c3\": \"[c3]\"\n        }\n    }\n}"},{"id":"c0651a57-ca9a-4b3d-bdf3-c2c5da7c6ae5","name":"Import Click - Thank you Page","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/landers/clicks/import/?loginId=testapi&password=abc123&pageType=thankyouPage&ipAddress=127.0.0.1&sessionId=f9e3eb14975b319afc10f0aa0ec8c813331c1f77","protocol":"https","host":["api","checkoutchamp","com"],"path":["landers","clicks","import",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"pageType","value":"thankyouPage"},{"key":"ipAddress","value":"127.0.0.1"},{"key":"userAgent","value":null,"disabled":true},{"key":"campaignId","value":null,"disabled":true},{"key":"requestUri","value":null,"disabled":true},{"key":"sessionId","value":"f9e3eb14975b319afc10f0aa0ec8c813331c1f77"},{"key":"fraudPixel","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": \"\"\r\n}"},{"id":"960b3823-99cc-4b48-b8d8-ec3a99fe9021","name":"Import Click - Upsell Page 1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/landers/clicks/import/?loginId=testapi&password=abc123&pageType=upsellPage1&ipAddress=127.0.0.1&sessionId=f9e3eb14975b319afc10f0aa0ec8c813331c1f77","protocol":"https","host":["api","checkoutchamp","com"],"path":["landers","clicks","import",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"pageType","value":"upsellPage1"},{"key":"ipAddress","value":"127.0.0.1"},{"key":"userAgent","value":null,"disabled":true},{"key":"campaignId","value":null,"disabled":true},{"key":"requestUri","value":null,"disabled":true},{"key":"sessionId","value":"f9e3eb14975b319afc10f0aa0ec8c813331c1f77"},{"key":"fraudPixel","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": \"\"\r\n}"},{"id":"9bbedf73-9085-4954-82ed-0a3faceed5b2","name":"Import Click - Checkout Page","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/landers/clicks/import/?loginId=testapi&password=abc123&pageType=checkoutPage&ipAddress=127.0.0.1&sessionId=f9e3eb14975b319afc10f0aa0ec8c813331c1f77","protocol":"https","host":["api","checkoutchamp","com"],"path":["landers","clicks","import",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"pageType","value":"checkoutPage"},{"key":"ipAddress","value":"127.0.0.1"},{"key":"userAgent","value":null,"disabled":true},{"key":"campaignId","value":null,"disabled":true},{"key":"requestUri","value":null,"disabled":true},{"key":"sessionId","value":"f9e3eb14975b319afc10f0aa0ec8c813331c1f77"},{"key":"fraudPixel","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}"}],"_postman_id":"e576c9e1-2606-49c2-8ac0-143a35c7add2"},{"name":"Confirm Paypal","id":"6d2a3ec0-e1f5-44b3-94a0-101921c28521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/transactions/confirmPaypal","description":"<p>The Confirm Paypal API allows you to complete orders on your pages using the Paypal Express Checkout button through a simple HTTP GET or POST request.</p>\n<h3 id=\"test-card-fields\">Test Card Fields</h3>\n<p>The following fields are used to set the products in the customer order: <code>product{i}_id</code>, <code>product{i}_qty</code>, <code>product{i}_price</code>, <code>products{i}_shipPrice</code>, where <code>{i}</code> is a sequential integer starting at the number 1.<br />For 2 products in an order pass both <code>product1_id</code> and <code>product2_id</code>.<br />For 3 products, pass <code>product1_id</code> , <code>product2_id</code> and <code>product3_id</code>.</p>\n<h3 id=\"custom-fields\">Custom Fields</h3>\n<p>Custom fields setup within the CRM campaign settings can also be imported with this api call. You do this by following these steps:</p>\n<ul>\n<li><p>Take the field name and replace all spaces with underscores</p>\n</li>\n<li><p>Prefix the field name with the string \"custom_\"</p>\n</li>\n<li><p>Add the resulting string to the parameter list</p>\n</li>\n</ul>\n<h4 id=\"examples\">(EXAMPLES)</h4>\n<p>\"Pets Name\" \"custom_Pets_Name\"</p>\n<p>\"Drivers License Number\" \"custom_Drivers_License_Number\"</p>\n<p>\"hobbies\" \"custom_hobbies\"</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>campaignId</code></td>\n<td>String (max 32 chars)</td>\n<td>campaignId for which the order is being placed</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 32 chars)</td>\n<td>The orderId returned by a previous Import Lead API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>payerId</code></td>\n<td>String (max 32 chars</td>\n<td>PayPal Payer Id</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>paypalBillerId</code></td>\n<td>String (max 32 chars)</td>\n<td>The MID of your paypal configured merchant</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_id</code></td>\n<td>Integer</td>\n<td>campaign product Id (found on campaign page)</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>product{i}_price</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_qty</code></td>\n<td>Integer</td>\n<td>quantity of product in order, defaults to quantity of 1 if not set</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>product{i}_shipPrice</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default shipping price as setup in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sessionId</code></td>\n<td>String (max 32 chars)</td>\n<td>SessionId returned by a previous Import Click API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>token</code></td>\n<td>String (max 32 chars)</td>\n<td>PayPal Express token</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>couponCode</code></td>\n<td>String (max 50 chars)</td>\n<td>coupon code for order discount as setup in Checkout Champ</td>\n<td>Y (if passed in via importOrder and not using Import Lead call)</td>\n</tr>\n<tr>\n<td><code>shipProfileId</code></td>\n<td>Integer</td>\n<td>Ship Profile Id tied to campaign order is being placed against</td>\n<td>Y (if passed in via importOrder and not using Import Lead API call)</td>\n</tr>\n<tr>\n<td><code>salesTax</code></td>\n<td>Decimal (precision to two decimal places)</td>\n<td>if set this will override the default sales tax</td>\n<td>Y (if passed in via importOrder and not using Import Lead API call)</td>\n</tr>\n<tr>\n<td><code>custom1</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom2</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom3</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom4</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom5</code></td>\n<td>String (max 200 chars)</td>\n<td>Custom value to store along with the order record</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>custom_order_{field_name}</code></td>\n<td>String (max 500 characters)</td>\n<td>Replace {field_name} with the Field Name you want to use for your order. If a custom field with that name does not exist, it will be created</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-paypal-express-checkout-funnel\">Example Paypal Express Checkout Funnel</h3>\n<h4 id=\"step-1-import-click\">Step 1: Import Click</h4>\n<p>Customer lands on the first page in the funnel, the 'leadPage' and a click is imported using the Import Click endpoint. Only make this API call once when the user first lands on the site. The response from this call will contain a sessionId. Save this Id for step 2.</p>\n<h5 id=\"success\">SUCCESS</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"sessionId\": \"a27dbdf0a6e047dc84c5cc542e7608c3\"\n    }\n}\n\n</code></pre><h4 id=\"step-2-import-lead\">Step 2: Import Lead</h4>\n<p>Customer lands on the next page in the funnel, the \"checkoutPage\" and a new lead is created with the Import Lead API call. We pass the Import Lead API endpoint the sessionId that was originally returned from step 1. The response from a properly formed Import Lead API call will contain an orderId. Save this value for step 3.</p>\n<h5 id=\"success-1\">SUCCESS</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"orderId\": \"5FFF3B1F5D\",\n        \"orderStatus\": \"PARTIAL\",\n        \"campaignId\": 6,\n        \"firstName\": \"Boss\",\n        \"lastName\": \"Cat\",\n        \"emailAddress\": \"BossCat@fakeemail.com\",\n        \"phoneNumber\": \"1231231234\",\n        \"shipAddress1\": \"100 Alley Cat Lane\",\n        \"billShipSame\": true,\n        \"shipCountry\": \"US\",\n        \"sessionId\": \"a27dbdf0a6e047dc84c5cc542e7608c3\",\n        \"userAgent\": \"Mozilla\\/5.0 (X11; Linux i686) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/57.0.2987.98 Safari\\/537.36\",\n        \"acceptHeader\": \"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,image\\/webp,*\\/*;q=0.8\",\n        \"ipAddress\": \"107.142.169.24\",\n        \"httpReferer\": \"https:\\/\\/myserver.com\\/PAYPAL_TEST\\/\",\n        \"orderType\": \"NEW_SALE\",\n        \"shipFirstName\": \"Boss\",\n        \"shipLastName\": \"Cat\",\n        \"customerId\": 67,\n        \"agentUserId\": 202,\n        \"dateUpdated\": \"2017-07-19 16:40:32\"\n    }\n}\n\n</code></pre><h4 id=\"step-3-import-order\">Step 3: Import Order</h4>\n<p>This is the part of your funnel that will contain the Paypal Express checkout button. It is important that you bind the Checkout Champ Import Order API call to the Paypal checkout button: when your user clicks on that button a partial order will be sent to Checkout Champ and the user will be sent to Paypal. We pass the Import Order API endpoint the sessionId and orderId from the previous steps. There are three Paypal specific requirements that need to be passed to Import Order: paySource needs to be set to 'PAYPAL', paypalBillerId is your Paypal configured MID, and salesUrl is the url of the page in your funnel that Paypal will redirect to on a successful transaction.</p>\n<h5 id=\"success-2\">SUCCESS</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"orderId\": \"5FFF3B1F5D\",\n        \"ipAddress\": \"107.142.169.24\",\n        \"sourceId\": null,\n        \"sourceValue1\": null,\n        \"sourceValue2\": null,\n        \"sourceValue3\": null,\n        \"sourceValue4\": null,\n        \"sourceValue5\": null,\n        \"shipCarrier\": null,\n        \"shipMethod\": null,\n        \"profileName\": null,\n        \"dateCreated\": \"2017-07-19 15:54:23\",\n        \"orderType\": \"NEW_SALE\",\n        \"orderStatus\": \"PARTIAL\",\n        \"reviewStatus\": null,\n        \"totalAmount\": null,\n        \"campaignName\": \"PAYPAL_TEST\",\n        \"orderValue\": null,\n        \"customerId\": 67,\n        \"name\": \"Boss Cat\",\n        \"emailAddress\": \"BossCat@fakeemail.com\",\n        \"phoneNumber\": \"1231231234\",\n        \"firstName\": \"Boss\",\n        \"lastName\": \"Cat\",\n        \"companyName\": null,\n        \"address1\": \"100 Alley Cat  Lane\",\n        \"address2\": \"Apt 6\",\n        \"shipmentInsured\": null,\n        \"shipmentInsurancePrice\": null,\n        \"insuranceCharged\": 0,\n        \"city\": \"KittyCity\",\n        \"state\": \"GA\",\n        \"country\": \"US\",\n        \"postalCode\": \"30000\",\n        \"shipFirstName\": \"Boss\",\n        \"shipLastName\": \"Cat\",\n        \"shipCompanyName\": null,\n        \"shipAddress1\": \"100 Alley Cat  Lane\",\n        \"shipAddress2\": \"Apt 6\",\n        \"shipCity\": \"KittyCity\",\n        \"shipState\": \"GA\",\n        \"shipCountry\": \"US\",\n        \"shipPostalCode\": \"30000\",\n        \"custom1\": null,\n        \"custom2\": null,\n        \"custom3\": null,\n        \"custom4\": null,\n        \"custom5\": null,\n        \"paySource\": null,\n        \"cardType\": null,\n        \"cardLast4\": null,\n        \"cardExpiryDate\": null,\n        \"achAccountHolderType\": null,\n        \"achAccountType\": null,\n        \"achRoutingNumber\": null,\n        \"achNameOnAccount\": null,\n        \"achAccountNumber\": null,\n        \"couponCode\": null,\n        \"agentUserId\": 202,\n        \"basePrice\": null,\n        \"baseShipping\": null,\n        \"voiceLogNumber\": null,\n        \"discountPrice\": \"0.00\",\n        \"salesTax\": null,\n        \"shipUpcharge\": null,\n        \"shipProfileId\": null,\n        \"currencySymbol\": \"$\",\n        \"campaignId\": 6,\n        \"merchantTxnId\": null,\n        \"originalCycleNumber\": null,\n        \"subTotal\": null,\n        \"shipTotal\": null,\n        \"taxTotal\": null,\n        \"totalDiscount\": null,\n        \"amountPaid\": null,\n        \"items\": null,\n        \"paypalUrl\": \"https:\\/\\/www.sandbox.paypal.com\\/cgi-bin\\/webscr?cmd=_express-checkout&amp;token=EC-5BA439844N709200P\"\n    }\n}\n\n</code></pre><h4 id=\"step-4-finalize-with-confirm-paypal-endpoint\">Step 4: Finalize with Confirm Paypal Endpoint</h4>\n<p>If the customer successfully completes the transaction, they will be redirected by Paypal to your salesUrl from step 3 with a query string appended containing three parameters: paypalAccept, token, and PayerId. (Example: <a href=\"https://myserver.com/PAYPAL_TEST/checkout.php?paypalAccept=1&amp;token=EC-31442014591217430&amp;PayerID=GC6MU6RAZE3TW\">https://myserver.com/PAYPAL_TEST/checkout.php?paypalAccept=1&amp;token=EC-31442014591217430&amp;PayerID=GC6MU6RAZE3TW</a>.) Use the token and PayerID fields from these parameters to complete the transaction with Checkout Champ.</p>\n<h5 id=\"success-3\">SUCCESS</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"orderId\": \"5FFF3B1F5D\",\n        \"ipAddress\": \"107.142.169.24\",\n        \"sourceId\": null,\n        \"sourceValue1\": null,\n        \"sourceValue2\": null,\n        \"sourceValue3\": null,\n        \"sourceValue4\": null,\n        \"sourceValue5\": null,\n        \"shipCarrier\": \"Default\",\n        \"shipMethod\": \"Default\",\n        \"profileName\": null,\n        \"dateCreated\": \"2017-07-19 16:41:31\",\n        \"orderType\": \"NEW_SALE\",\n        \"orderStatus\": \"COMPLETE\",\n        \"reviewStatus\": null,\n        \"totalAmount\": \"50.00\",\n        \"campaignName\": \"PAYPAL_TEST\",\n        \"orderValue\": \"50.00\",\n        \"customerId\": 67,\n        \"name\": \"Boss Cat\",\n        \"emailAddress\": \"BossCat@fakeemail.com\",\n        \"phoneNumber\": \"1231231234\",\n        \"firstName\": \"Boss\",\n        \"lastName\": \"Cat\",\n        \"companyName\": null,\n        \"address1\": \"100 Alley Cat  Lane\",\n        \"address2\": \"Apt 6\",\n        \"shipmentInsured\": null,\n        \"shipmentInsurancePrice\": null,\n        \"insuranceCharged\": 0,\n        \"city\": \"KittyCity\",\n        \"state\": \"GA\",\n        \"country\": \"US\",\n        \"postalCode\": \"30000\",\n        \"shipFirstName\": \"Boss\",\n        \"shipLastName\": \"Cat\",\n        \"shipCompanyName\": null,\n        \"shipAddress1\": \"Alley Cat Lane\",\n        \"shipAddress2\": \"Apt 6\",\n        \"shipCity\": \"KittyCity\",\n        \"shipState\": \"GA\",\n        \"shipCountry\": \"US\",\n        \"shipPostalCode\": \"30000\",\n        \"custom1\": null,\n        \"custom2\": null,\n        \"custom3\": null,\n        \"custom4\": null,\n        \"custom5\": null,\n        \"paySource\": \"PAYPAL\",\n        \"cardType\": null,\n        \"cardLast4\": null,\n        \"cardExpiryDate\": null,\n        \"achAccountHolderType\": null,\n        \"achAccountType\": null,\n        \"achRoutingNumber\": null,\n        \"achNameOnAccount\": null,\n        \"achAccountNumber\": null,\n        \"couponCode\": \"undefined\",\n        \"agentUserId\": 202,\n        \"basePrice\": \"50.00\",\n        \"baseShipping\": \"0.00\",\n        \"voiceLogNumber\": null,\n        \"discountPrice\": \"0.00\",\n        \"salesTax\": \"0.00\",\n        \"shipUpcharge\": \"0.00\",\n        \"shipProfileId\": null,\n        \"currencySymbol\": \"$\",\n        \"campaignId\": 6,\n        \"merchantTxnId\": \"2XP14303DE482013R\",\n        \"originalCycleNumber\": 1,\n        \"subTotal\": \"50.00\",\n        \"shipTotal\": \"0.00\",\n        \"taxTotal\": \"0.00\",\n        \"totalDiscount\": \"0.00\",\n        \"amountPaid\": \"50.00\",\n        \"items\": [\n            {\n                \"productId\": \"6\",\n                \"name\": \"(1) ORIGIN\",\n                \"qty\": \"1\",\n                \"shipping\": \"0.00\",\n                \"price\": \"50.00\",\n                \"initialSalesTax\": \"0.00\",\n                \"customSalesTax\": \"\",\n                \"refundRemaining\": \"50.00\",\n                \"purchaseStatus\": \"\",\n                \"billingCycleType\": \"\",\n                \"finalBillingCycle\": \"\",\n                \"isPreauthVoid\": \"0\",\n                \"nextBillDate\": \"\",\n                \"trialEnabled\": \"\",\n                \"trialType\": \"\",\n                \"regularPrice\": \"\",\n                \"productQty\": \"1\",\n                \"cycle1_billDelay\": \"\",\n                \"cycle2_price\": \"\",\n                \"cycle2_shipPrice\": \"\",\n                \"cycle2_isShippable\": \"0\",\n                \"cycle2_billDelay\": \"\",\n                \"cycle3_price\": \"\",\n                \"cycle3_shipPrice\": \"\",\n                \"cycle3_isShippable\": \"0\",\n                \"cycle3_billDelay\": \"\",\n                \"lastCustomCycle\": \"0\",\n                \"purchaseCycle\": \"\",\n                \"txnType\": \"SALE\",\n                \"cancellationScheduled\": \"0\",\n                \"cancelAfterDate\": \"\",\n                \"billingCycleNumber\": \"1\",\n                \"staggerIntervalCycles\": \"\",\n                \"staggerFulfillments\": \"0\"\n            }\n        ]\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["transactions","confirmPaypal"],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"765ed80c-5042-411a-9067-88befba0b2cf","name":"Confirm Paypal - Import Lead","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/leads/import?loginId=testapi&password=abc123&firstName=Test&lastName=Robinson&address1=4455+Hollywood+Blvd&address2=Apt.+1120&postalCode=00012&city=Rome&state=NY&country=US&emailAddress=Robinson@email.net&phoneNumber=11233399&shipFirstName=Test&shipLastName=Robinson&shipAddress1=4455+Hollywood+Blvd&shipAddress2=Apt.+1120&shipPostalCode=00012&shipCity=Rome&shipState=NY&shipCountry=US&campaignId=6&sessionId=a27dbdf0a6e047dc84c5cc542e7608c3","protocol":"https","host":["api","checkoutchamp","com"],"path":["leads","import"],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"firstName","value":"Test"},{"key":"lastName","value":"Robinson"},{"key":"address1","value":"4455+Hollywood+Blvd"},{"key":"address2","value":"Apt.+1120"},{"key":"postalCode","value":"00012"},{"key":"city","value":"Rome"},{"key":"state","value":"NY"},{"key":"country","value":"US"},{"key":"emailAddress","value":"Robinson@email.net"},{"key":"phoneNumber","value":"11233399"},{"key":"shipFirstName","value":"Test"},{"key":"shipLastName","value":"Robinson"},{"key":"shipAddress1","value":"4455+Hollywood+Blvd"},{"key":"shipAddress2","value":"Apt.+1120"},{"key":"shipPostalCode","value":"00012"},{"key":"shipCity","value":"Rome"},{"key":"shipState","value":"NY"},{"key":"shipCountry","value":"US"},{"key":"product{i}_qty","value":"","type":"text","disabled":true},{"key":"product{i}_price","value":"","type":"text","disabled":true},{"key":"product{i}_shipPrice","value":"","type":"text","disabled":true},{"key":"campaignId","value":"6"},{"key":"sessionId","value":"a27dbdf0a6e047dc84c5cc542e7608c3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"orderId\": \"5FFF3B1F5D\",\n        \"orderStatus\": \"PARTIAL\",\n        \"campaignId\": 6,\n        \"firstName\": \"Boss\",\n        \"lastName\": \"Cat\",\n        \"emailAddress\": \"BossCat@fakeemail.com\",\n        \"phoneNumber\": \"1231231234\",\n        \"shipAddress1\": \"100 Alley Cat Lane\",\n        \"billShipSame\": true,\n        \"shipCountry\": \"US\",\n        \"sessionId\": \"a27dbdf0a6e047dc84c5cc542e7608c3\",\n        \"userAgent\": \"Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36\",\n        \"acceptHeader\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\",\n        \"ipAddress\": \"107.142.169.24\",\n        \"httpReferer\": \"https://myserver.com/PAYPAL_TEST/\",\n        \"orderType\": \"NEW_SALE\",\n        \"shipFirstName\": \"Boss\",\n        \"shipLastName\": \"Cat\",\n        \"customerId\": 67,\n        \"agentUserId\": 202,\n        \"dateUpdated\": \"2017-07-19 16:40:32\"\n    }\n}"},{"id":"f34c1240-a8fe-4085-9c2e-8e64e809b0f5","name":"Confirm Paypal - Import Click","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/landers/clicks/import?loginId=testapi&password=abc123&campaignId=6","protocol":"https","host":["api","checkoutchamp","com"],"path":["landers","clicks","import"],"query":[{"key":"token","value":null,"disabled":true},{"key":"payerId","value":null,"disabled":true},{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"sessionId","value":null,"disabled":true},{"key":"orderId","value":null,"disabled":true},{"key":"product{i}_id","value":null,"disabled":true},{"key":"product{i}_qty","value":"","type":"text","disabled":true},{"key":"product{i}_price","value":"","type":"text","disabled":true},{"key":"product{i}_shipPrice","value":"","type":"text","disabled":true},{"key":"campaignId","value":"6"},{"key":"paypalBillerId","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"sessionId\": \"a27dbdf0a6e047dc84c5cc542e7608c3\"\n    }\n}"},{"id":"e358007a-5bc4-4829-91ad-c9a5ff2e96e6","name":"Confirm Paypal - Import Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/order/import/?loginId=&password=&orderId=?&sessionId=?&paySource=PAYPAL&paypalBillerId=?&salesUrl=?&product1_id=?&product1_qty=?","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","import",""],"query":[{"key":"product{i}_qty","value":"","type":"text","disabled":true},{"key":"product{i}_price","value":"","type":"text","disabled":true},{"key":"product{i}_shipPrice","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"password","value":""},{"key":"orderId","value":"?"},{"key":"sessionId","value":"?"},{"key":"paySource","value":"PAYPAL"},{"key":"paypalBillerId","value":"?"},{"key":"salesUrl","value":"?"},{"key":"product1_id","value":"?"},{"key":"product1_qty","value":"?"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"orderId\": \"5FFF3B1F5D\",\n        \"ipAddress\": \"107.142.169.24\",\n        \"sourceId\": null,\n        \"sourceValue1\": null,\n        \"sourceValue2\": null,\n        \"sourceValue3\": null,\n        \"sourceValue4\": null,\n        \"sourceValue5\": null,\n        \"shipCarrier\": null,\n        \"shipMethod\": null,\n        \"profileName\": null,\n        \"dateCreated\": \"2017-07-19 15:54:23\",\n        \"orderType\": \"NEW_SALE\",\n        \"orderStatus\": \"PARTIAL\",\n        \"reviewStatus\": null,\n        \"totalAmount\": null,\n        \"campaignName\": \"PAYPAL_TEST\",\n        \"orderValue\": null,\n        \"customerId\": 67,\n        \"name\": \"Boss Cat\",\n        \"emailAddress\": \"BossCat@fakeemail.com\",\n        \"phoneNumber\": \"1231231234\",\n        \"firstName\": \"Boss\",\n        \"lastName\": \"Cat\",\n        \"companyName\": null,\n        \"address1\": \"100 Alley Cat  Lane\",\n        \"address2\": \"Apt 6\",\n        \"shipmentInsured\": null,\n        \"shipmentInsurancePrice\": null,\n        \"insuranceCharged\": 0,\n        \"city\": \"KittyCity\",\n        \"state\": \"GA\",\n        \"country\": \"US\",\n        \"postalCode\": \"30000\",\n        \"shipFirstName\": \"Boss\",\n        \"shipLastName\": \"Cat\",\n        \"shipCompanyName\": null,\n        \"shipAddress1\": \"100 Alley Cat  Lane\",\n        \"shipAddress2\": \"Apt 6\",\n        \"shipCity\": \"KittyCity\",\n        \"shipState\": \"GA\",\n        \"shipCountry\": \"US\",\n        \"shipPostalCode\": \"30000\",\n        \"custom1\": null,\n        \"custom2\": null,\n        \"custom3\": null,\n        \"custom4\": null,\n        \"custom5\": null,\n        \"paySource\": null,\n        \"cardType\": null,\n        \"cardLast4\": null,\n        \"cardExpiryDate\": null,\n        \"achAccountHolderType\": null,\n        \"achAccountType\": null,\n        \"achRoutingNumber\": null,\n        \"achNameOnAccount\": null,\n        \"achAccountNumber\": null,\n        \"couponCode\": null,\n        \"agentUserId\": 202,\n        \"basePrice\": null,\n        \"baseShipping\": null,\n        \"voiceLogNumber\": null,\n        \"discountPrice\": \"0.00\",\n        \"salesTax\": null,\n        \"shipUpcharge\": null,\n        \"shipProfileId\": null,\n        \"currencySymbol\": \"$\",\n        \"campaignId\": 6,\n        \"merchantTxnId\": null,\n        \"originalCycleNumber\": null,\n        \"subTotal\": null,\n        \"shipTotal\": null,\n        \"taxTotal\": null,\n        \"totalDiscount\": null,\n        \"amountPaid\": null,\n        \"items\": null,\n        \"paypalUrl\": \"https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-5BA439844N709200P\"\n    }\n}"},{"id":"0b2b8f76-a435-4e0c-97b8-ca83014c59ec","name":"Confirm Paypal - Finalize with Confirm Paypal Endpoint","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/transactions/confirmPaypal?token=&payerId=&loginId=&password=&sessionId=&orderId=&product{i}_id=&campaignId=&paypalBillerId=","protocol":"https","host":["api","checkoutchamp","com"],"path":["transactions","confirmPaypal"],"query":[{"key":"token","value":""},{"key":"payerId","value":""},{"key":"loginId","value":""},{"key":"password","value":""},{"key":"sessionId","value":""},{"key":"orderId","value":""},{"key":"product{i}_id","value":""},{"key":"product{i}_qty","value":"","type":"text","disabled":true},{"key":"product{i}_price","value":"","type":"text","disabled":true},{"key":"product{i}_shipPrice","value":"","type":"text","disabled":true},{"key":"campaignId","value":""},{"key":"paypalBillerId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": {\r\n        \"orderId\": \"5FFF3B1F5D\",\r\n        \"ipAddress\": \"107.142.169.24\",\r\n        \"sourceId\": null,\r\n        \"sourceValue1\": null,\r\n        \"sourceValue2\": null,\r\n        \"sourceValue3\": null,\r\n        \"sourceValue4\": null,\r\n        \"sourceValue5\": null,\r\n        \"shipCarrier\": \"Default\",\r\n        \"shipMethod\": \"Default\",\r\n        \"profileName\": null,\r\n        \"dateCreated\": \"2017-07-19 16:41:31\",\r\n        \"orderType\": \"NEW_SALE\",\r\n        \"orderStatus\": \"COMPLETE\",\r\n        \"reviewStatus\": null,\r\n        \"totalAmount\": \"50.00\",\r\n        \"campaignName\": \"PAYPAL_TEST\",\r\n        \"orderValue\": \"50.00\",\r\n        \"customerId\": 67,\r\n        \"name\": \"Boss Cat\",\r\n        \"emailAddress\": \"BossCat@fakeemail.com\",\r\n        \"phoneNumber\": \"1231231234\",\r\n        \"firstName\": \"Boss\",\r\n        \"lastName\": \"Cat\",\r\n        \"companyName\": null,\r\n        \"address1\": \"100 Alley Cat  Lane\",\r\n        \"address2\": \"Apt 6\",\r\n        \"shipmentInsured\": null,\r\n        \"shipmentInsurancePrice\": null,\r\n        \"insuranceCharged\": 0,\r\n        \"city\": \"KittyCity\",\r\n        \"state\": \"GA\",\r\n        \"country\": \"US\",\r\n        \"postalCode\": \"30000\",\r\n        \"shipFirstName\": \"Boss\",\r\n        \"shipLastName\": \"Cat\",\r\n        \"shipCompanyName\": null,\r\n        \"shipAddress1\": \"Alley Cat Lane\",\r\n        \"shipAddress2\": \"Apt 6\",\r\n        \"shipCity\": \"KittyCity\",\r\n        \"shipState\": \"GA\",\r\n        \"shipCountry\": \"US\",\r\n        \"shipPostalCode\": \"30000\",\r\n        \"custom1\": null,\r\n        \"custom2\": null,\r\n        \"custom3\": null,\r\n        \"custom4\": null,\r\n        \"custom5\": null,\r\n        \"paySource\": \"PAYPAL\",\r\n        \"cardType\": null,\r\n        \"cardLast4\": null,\r\n        \"cardExpiryDate\": null,\r\n        \"achAccountHolderType\": null,\r\n        \"achAccountType\": null,\r\n        \"achRoutingNumber\": null,\r\n        \"achNameOnAccount\": null,\r\n        \"achAccountNumber\": null,\r\n        \"couponCode\": \"undefined\",\r\n        \"agentUserId\": 202,\r\n        \"basePrice\": \"50.00\",\r\n        \"baseShipping\": \"0.00\",\r\n        \"voiceLogNumber\": null,\r\n        \"discountPrice\": \"0.00\",\r\n        \"salesTax\": \"0.00\",\r\n        \"shipUpcharge\": \"0.00\",\r\n        \"shipProfileId\": null,\r\n        \"currencySymbol\": \"$\",\r\n        \"campaignId\": 6,\r\n        \"merchantTxnId\": \"2XP14303DE482013R\",\r\n        \"originalCycleNumber\": 1,\r\n        \"subTotal\": \"50.00\",\r\n        \"shipTotal\": \"0.00\",\r\n        \"taxTotal\": \"0.00\",\r\n        \"totalDiscount\": \"0.00\",\r\n        \"amountPaid\": \"50.00\",\r\n        \"items\": [\r\n            {\r\n                \"productId\": \"6\",\r\n                \"name\": \"(1) ORIGIN\",\r\n                \"qty\": \"1\",\r\n                \"shipping\": \"0.00\",\r\n                \"price\": \"50.00\",\r\n                \"initialSalesTax\": \"0.00\",\r\n                \"customSalesTax\": \"\",\r\n                \"refundRemaining\": \"50.00\",\r\n                \"purchaseStatus\": \"\",\r\n                \"billingCycleType\": \"\",\r\n                \"finalBillingCycle\": \"\",\r\n                \"isPreauthVoid\": \"0\",\r\n                \"nextBillDate\": \"\",\r\n                \"trialEnabled\": \"\",\r\n                \"trialType\": \"\",\r\n                \"regularPrice\": \"\",\r\n                \"productQty\": \"1\",\r\n                \"cycle1_billDelay\": \"\",\r\n                \"cycle2_price\": \"\",\r\n                \"cycle2_shipPrice\": \"\",\r\n                \"cycle2_isShippable\": \"0\",\r\n                \"cycle2_billDelay\": \"\",\r\n                \"cycle3_price\": \"\",\r\n                \"cycle3_shipPrice\": \"\",\r\n                \"cycle3_isShippable\": \"0\",\r\n                \"cycle3_billDelay\": \"\",\r\n                \"lastCustomCycle\": \"0\",\r\n                \"purchaseCycle\": \"\",\r\n                \"txnType\": \"SALE\",\r\n                \"cancellationScheduled\": \"0\",\r\n                \"cancelAfterDate\": \"\",\r\n                \"billingCycleNumber\": \"1\",\r\n                \"staggerIntervalCycles\": \"\",\r\n                \"staggerFulfillments\": \"0\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"6d2a3ec0-e1f5-44b3-94a0-101921c28521"}],"id":"0145c874-36df-4aac-83d7-eb38eaf20bb9","_postman_id":"0145c874-36df-4aac-83d7-eb38eaf20bb9","description":""},{"name":"Membership Clubs","item":[{"name":"Club Member Login","id":"2a1b6d12-b734-4864-9232-12961f19dde1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/members/login/","description":"<p>The Club Member Login API allows you to login to a membership club through a simple HTTP GET or POST request.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The id of the club as defined in Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>clubPassword</code></td>\n<td>String (max 45 chars)</td>\n<td>club password</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>clubUsername</code></td>\n<td>String (max 45 chars)</td>\n<td>club user name</td>\n<td>Y-if memberId not provided</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>memberId</code></td>\n<td>String (max 40 chars)</td>\n<td>memberId returned by the Query Club Members API call</td>\n<td>Y-if clubUsername not provided</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"memberId\": \"4C86420FC0\",\n        \"status\": \"ACTIVE\"\n    }\n}\n</code></pre><br />\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"memberId\": \"3H97826AR1\",\n        \"status\": \"INACTIVE\"\n    }\n}\n</code></pre><h4 id=\"unsuccess\">Unsuccess</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"ERROR\",\n    \"message\": \"Access Denied: Invalid member credentials\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["members","login",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"2f698936-f0dd-43ff-bab5-a58692d22a72","name":"Club Member Login - Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/members/login/?clubId=7&memberId=31&clubPassword=password1&loginId=123&password=123456","protocol":"https","host":["api","checkoutchamp","com"],"path":["members","login",""],"query":[{"key":"clubId","value":"7"},{"key":"memberId","value":"31"},{"key":"clubPassword","value":"password1"},{"key":"loginId","value":"123"},{"key":"password","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"memberId\": \"4C86420FC0\",\n        \"status\": \"ACTIVE\"\n    }\n}"},{"id":"be838910-c456-452d-83fa-54fddfce55da","name":"Club Member Login - Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/members/login/?clubId=7&memberId=31&clubPassword=password1&loginId=123&password=123456","protocol":"https","host":["api","checkoutchamp","com"],"path":["members","login",""],"query":[{"key":"clubId","value":"7"},{"key":"memberId","value":"31"},{"key":"clubPassword","value":"password1"},{"key":"loginId","value":"123"},{"key":"password","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"memberId\": \"3H97826AR1\",\n        \"status\": \"INACTIVE\"\n    }\n}"},{"id":"5f201b72-58b6-48ee-a620-eadf9cf8702a","name":"Club Member Login - Unsuccess","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/members/login/?clubId=7&memberId=31&clubPassword=password1&loginId=123&password=123456","protocol":"https","host":["api","checkoutchamp","com"],"path":["members","login",""],"query":[{"key":"clubId","value":"7"},{"key":"memberId","value":"31"},{"key":"clubPassword","value":"password1"},{"key":"loginId","value":"123"},{"key":"password","value":"123456"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"ERROR\",\n    \"message\": \"Access Denied: Invalid member credentials\"\n}"}],"_postman_id":"2a1b6d12-b734-4864-9232-12961f19dde1"},{"name":"Cancel Club Membership","id":"a738ab7a-cd24-4e83-9c3f-ce906d190e37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/members/cancel/","description":"<p>The Cancel Club Membership cancels existing club memberships through a simple HTTP GET or POST request.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The Id of the club as defined in Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>memberId</code></td>\n<td>String (max 32 chars)</td>\n<td>memberId returned by the Query Club Members API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["members","cancel",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"1ea1a0c1-8b39-495c-bc72-d8cda35cf4a0","name":"Cancel Club Membership","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/members/cancel/?loginId=testapi&password=abc123&clubId=86&memberId=D7D1314212","protocol":"https","host":["api","checkoutchamp","com"],"path":["members","cancel",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"clubId","value":"86"},{"key":"memberId","value":"D7D1314212"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": \"\"\r\n}"}],"_postman_id":"a738ab7a-cd24-4e83-9c3f-ce906d190e37"},{"name":"Query Club Members","id":"af41047c-7d6f-4c23-8f07-73f00301f3e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/members/query/","description":"<p>The Query Customer API returns information about club memberships through a simple HTTP GET or POST request. No wildcard characters need to be used as the API will insert wildcards automatically when necessary.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The Id of the club as defined in Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>customerId</code></td>\n<td>Integer</td>\n<td>customerId returned by Query Customer API call</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or before this date</td>\n<td>Y - if memberId, orderId, purchaseId, or customerId is not passed</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or before this time. Must include endDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>memberId</code></td>\n<td>String (max 30 chars)</td>\n<td>customer club memberId</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>orderId</code></td>\n<td>String (max 30 chars)</td>\n<td>orderId returned by the Query Order API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Integer</td>\n<td>product Id</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>purchaseId</code></td>\n<td>String (max 30 chars)</td>\n<td>purchaseId as returned by the Query Purchases API call</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max:200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only records falling on or after this date</td>\n<td>Y - if memberId, orderId, purchaseId, or customerId is not passed</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>only records falling on or after this time. Must include startDate if passing this value.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>enum (dateCreated, dateUpdated)</td>\n<td>If provided, includes only records falling within startDate/startTime and endDate/endTime</td>\n<td>N - defaults to dateCreated</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 2,\n        \"resultsPerPage\": 25,\n        \"page\": 1,\n        \"data\": [\n            {                \"plugin\": null,\n                \"memberId\": \"D7D1314212\",\n                \"password\": null,\n                \"orderId\": \"102E83DD07\",\n                \"purchaseId\": \"23C9D164B2\",\n                \"productId\": 1669,\n                \"actualProductId\": 210,\n                \"billingCycleNumber\": 1,\n                \"firstName\": \"Test\",\n                \"lastName\": \"Green\",\n                \"emailAddress\": \"Green@email.net\",\n                \"phoneNumber\": \"212-313-4114\",\n                \"address1\": \"test street\",            \n                \"address2\": \"f8\",\n                \"city\": \"test\",\n                \"state\": \"AL\",\n                \"postalCode\": \"29412\",\n                \"country\": \"US\",\n                \"shipFirstName\": \"test\",\n                \"shipLastName\": \"test\",\n                \"shipAddress1\": \"test street\",\n                \"shipAddress2\": \"f8\",\n                \"shipCity\": \"test\",\n                \"shipState\": \"AL\",\n                \"shipPostalCode\": \"29412\",\n                \"shipCountry\": \"US\",\n                \"workPhone\": null,\n                \"cellPhone\": null,\n                \"contactByPhone\": 0,\n                \"contactByEmail\": 0,\n                \"contactByFax\": 0,             \n                \"contactByMail\": 0,\n                \"customerId\": 3155,\n                \"paySourceId\": 1,\n                \"dateCreated\": \"2014-09-09 16:04:45\",\n                \"clubId\": 87,\n                \"cancellationDate\": \"2014-09-09 16:05:48\",\n                \"activationDate\": \"2014-09-09 16:04:45\",\n                \"status\": \"CANCELLED\",\n                \"dateUpdated\": \"2014-09-09 16:05:48\"\n                \"details\": null,              \n                \"clubUsername\": \"test@test.com\",\n                \"clubPassword\": \"test\",\n                \"dateUpdated\": \"2023-09-11 16:14:40\"\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": \"dateCreated\",\n        \"sortDir\": 0,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 0,\n            \"resultsPerPage\": 25,\n            \"sortBy\": \"dateCreated\",\n            \"clubId\": \"87\",\n            \"startDate\": \"9\\/9\\/14\",\n            \"endDate\": \"9\\/11\\/14\",\n            \"process\": \"1\",\n            \"dateRangeType\": \"dateCreated\",\n            \"dateCreated\": [\n                {\n                    \"date\": \"2014-09-09 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America\\/New_York\"\n                },\n                {\n                    \"date\": \"2014-09-11 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America\\/New_York\"\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["members","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"bfe866c8-d848-4c7d-9f42-639dd058a6b1","name":"Query Club Members","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/members/query/?loginId=testapi&password=abc123&clubId=7&startDate=9/21/2014&endDate=9/22/2014","protocol":"https","host":["api","checkoutchamp","com"],"path":["members","query",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"memberId","value":"","type":"text","disabled":true},{"key":"customerId","value":null,"disabled":true},{"key":"orderId","value":"","type":"text","disabled":true},{"key":"purchaseId","value":"","type":"text","disabled":true},{"key":"clubId","value":"7"},{"key":"startDate","value":"9/21/2014"},{"key":"endDate","value":"9/22/2014"},{"key":"startTime","value":"","type":"text","disabled":true},{"key":"endTime","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": {\r\n        \"totalResults\": 2,\r\n        \"resultsPerPage\": 25,\r\n        \"page\": 1,\r\n        \"data\": [\r\n            {\r\n                \"memberId\": \"D7D1314212\",\r\n                \"password\": null,\r\n                \"orderId\": \"102E83DD07\",\r\n                \"purchaseId\": \"23C9D164B2\",\r\n                \"productId\":\"16\",\r\n                \"firstName\": \"Test\",\r\n                \"lastName\": \"Green\",\r\n                \"emailAddress\": \"Green@email.net\",\r\n                \"phoneNumber\": \"212-313-4114\",\r\n                \"dateCreated\": \"2014-09-09 16:04:45\",\r\n                \"clubId\": 87,\r\n                \"cancellationDate\": \"2014-09-09 16:05:48\",\r\n                \"activationDate\": \"2014-09-09 16:04:45\",\r\n                \"status\": \"CANCELLED\"\r\n            },\r\n            {\r\n                \"memberId\": \"A5A16CBBE9\",\r\n                \"password\": null,\r\n                \"orderId\": \"23EC6A001E\",\r\n                \"purchaseId\": \"B6A9C2C69C\",\r\n                \"productId\":\"23\",\r\n                \"firstName\": \"Test\",\r\n                \"lastName\": \"Robinson\",\r\n                \"emailAddress\": \"Robinson@email.net\",\r\n                \"phoneNumber\": \"11233399\",\r\n                \"dateCreated\": \"2014-09-09 15:28:24\",\r\n                \"clubId\": 87,\r\n                \"cancellationDate\": \"2014-09-09 16:04:13\",\r\n                \"activationDate\": \"2014-09-09 15:28:24\",\r\n                \"status\": \"CANCELLED\"\r\n            }\r\n        ],\r\n        \"params\": null,\r\n        \"errors\": null,\r\n        \"sortBy\": \"dateCreated\",\r\n        \"sortDir\": 0,\r\n        \"queryArgs\": {\r\n            \"page\": 1,\r\n            \"sortDir\": 0,\r\n            \"resultsPerPage\": 25,\r\n            \"sortBy\": \"dateCreated\",\r\n            \"clubId\": \"87\",\r\n            \"startDate\": \"9\\/9\\/14\",\r\n            \"endDate\": \"9\\/11\\/14\",\r\n            \"process\": \"1\",\r\n            \"dateRangeType\": \"dateCreated\",\r\n            \"dateCreated\": [\r\n                {\r\n                    \"date\": \"2014-09-09 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"America\\/New_York\"\r\n                },\r\n                {\r\n                    \"date\": \"2014-09-11 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"America\\/New_York\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"}],"_postman_id":"af41047c-7d6f-4c23-8f07-73f00301f3e2"},{"name":"Update Club Members","id":"51ece299-349a-4650-8338-6383b76af734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/members/update/","description":"<p>The Update Club Members API allows you to update club member information.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The Id of the club as defined in Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>Api Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>memberId</code></td>\n<td>String (max 32 chars)</td>\n<td>memberId returned by the members query api</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>Api password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String (max 30 chars)</td>\n<td>line 1 of customer billing address, should include street address and number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String (max 30 chars)</td>\n<td>line 2 of customer billing address (apt. number, suite number, etc)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cellPhone</code></td>\n<td>May contain numeric digits and hyphens</td>\n<td>customer's cell phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String (max 30 chars)</td>\n<td>customer's city</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>clubPassword</code></td>\n<td>String (max 45 chars)</td>\n<td>club password</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>contactByEmail</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>contact member by email</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>contactByFax</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>contact member by fax</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>contactByMail</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>contact member by mail</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>contactByPhone</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>contact member by phone</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>2 character ISO country code</td>\n<td>customer's billing country</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>emailAddress</code></td>\n<td>Must be a valid email address format</td>\n<td>customer's email address</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>phoneNumber</code></td>\n<td>May contain numeric digits and hyphens</td>\n<td>customer's phone number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>postalCode</code></td>\n<td>String (max 20 chars)</td>\n<td>customer's billing postal code</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>char-2 or char-6 depending on country</td>\n<td>customer's billing state, 2 character ISO codes for US states, foreign countries use country iso code + 3 digit number</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>workPhone</code></td>\n<td>May contain numeric digits and hyphens</td>\n<td>customer's work phone number</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {}\n}\n</code></pre>","urlObject":{"protocol":"https","path":["members","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"778ed58c-b67c-4b9b-8993-2c06f557c327","name":"Update Club Members","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/members/update/?loginId=testapi&password=abc123&clubId=7&memberId=31&clubPassword=password1","protocol":"https","host":["api","checkoutchamp","com"],"path":["members","update",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"clubId","value":"7"},{"key":"memberId","value":"31"},{"key":"clubPassword","value":"password1"},{"key":"address1","value":"","type":"text","disabled":true},{"key":"address2","value":"","type":"text","disabled":true},{"key":"city","value":"","type":"text","disabled":true},{"key":"state","value":"","type":"text","disabled":true},{"key":"country","value":"","type":"text","disabled":true},{"key":"postalCode","value":"","type":"text","disabled":true},{"key":"phoneNumber","value":"","type":"text","disabled":true},{"key":"workPhone","value":"","type":"text","disabled":true},{"key":"cellPhone","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"","type":"text","disabled":true},{"key":"contactByPhone","value":"","type":"text","disabled":true},{"key":"contactByEmail","value":"","type":"text","disabled":true},{"key":"contactByMail","value":"","type":"text","disabled":true},{"key":"contactByFax","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {}\n}"}],"_postman_id":"51ece299-349a-4650-8338-6383b76af734"},{"name":"Reactivate Club Membership","id":"94222d2f-9272-4eda-af01-d0899e40fa73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/members/reactivate/","description":"<p>The Cancel Club Membership reactivates cancelled club memberships.\n<br /></p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The Id of the club as defined in Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>Api Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>memberId</code></td>\n<td>String (max 32 chars)</td>\n<td>memberId returned by the members query api</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>Api password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Membership Reactivated\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["members","reactivate",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"2fe9dd58-0238-488a-a2a4-5854534cc796","name":"Reactivate Club Membership","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/members/reactivate/?loginId=testapi&password=abc123&clubId=87&memberId=D7D1314212","protocol":"https","host":["api","checkoutchamp","com"],"path":["members","reactivate",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"clubId","value":"87"},{"key":"memberId","value":"D7D1314212"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Membership Reactivated\"\n}"}],"_postman_id":"94222d2f-9272-4eda-af01-d0899e40fa73"},{"name":"Reset Club Members","id":"5657b4ba-745b-4f6d-b056-57e21bffbcf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/members/reset/","description":"<p>The Reset Membership API resets an existing club membership password.</p>\n<br />\n\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>clubId</code></td>\n<td>Integer</td>\n<td>The Id of the club as defined in Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>clubUsername</code></td>\n<td>String (max 45 chars)</td>\n<td>customer club user name</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>Api Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>memberId</code></td>\n<td>String (max 30 chars)</td>\n<td>customer club memberId</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>Api password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Your password has been reset. Please check your email\"\n}\n</code></pre>","urlObject":{"protocol":"https","path":["members","reset",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"36384c77-d8bc-4a16-9324-d5cbfcfceb94","name":"Reset Club Members","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/members/reset/?clubId=7&clubUsername=auser&loginId=123&password=123456","protocol":"https","host":["api","checkoutchamp","com"],"path":["members","reset",""],"query":[{"key":"clubId","value":"7"},{"key":"clubUsername","value":"auser"},{"key":"loginId","value":"123"},{"key":"password","value":"123456"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": \"Your password has been reset. Please check your email\"\n}"}],"_postman_id":"5657b4ba-745b-4f6d-b056-57e21bffbcf0"}],"id":"f318651e-5cc6-4826-8ce4-8af3958d321c","_postman_id":"f318651e-5cc6-4826-8ce4-8af3958d321c","description":""},{"name":"Affiliates","item":[{"name":"Affiliate Query","id":"ef38987d-adf9-44ea-87b6-298af71a2412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/affiliate/query/","description":"<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sourceId</code></td>\n<td>Int</td>\n<td>Id of a particular affiliate you wish to obtain data for</td>\n<td>Y (if not passing in campaignId or clientSourceId)</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Int</td>\n<td>campaignId where a particular affiliate resides in</td>\n<td>Y (if not passing in sourceId or clientSourceId)</td>\n</tr>\n<tr>\n<td><code>clientSourceId</code></td>\n<td>String (max 20 chars)</td>\n<td>Affiliate Id for Online Campaigns. This is the equivalent of affId on the Import Order API.</td>\n<td>Y (if not passing in sourceId or campaignId)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"sourceId\": 2,\n            \"sourceTitle\": \"affiliate-2\",\n            \"clientSourceId\": \"7A199D29\",\n            \"sourceValue1\": \"1\",\n            \"sourceValue2\": \"2\",\n            \"publisher\": 2,\n            \"sourceValue3\": \"3\",\n            \"subAffiliate\": 3,\n            \"sourceValue4\": \"4\",\n            \"sourceValue5\": \"5\",\n            \"campaigns\": [\n                {\n                    \"campaignId\": 1,\n                    \"campaignName\": \"ClickBank_USD\"\n                },\n                {\n                    \"campaignId\": 4,\n                    \"campaignName\": \"Main Campaign Test\"\n                },\n                {\n                    \"campaignId\": 5,\n                    \"campaignName\": \"Affiliate Test\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["affiliate","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"72f9388e-895b-45eb-b70c-bc9a228c2c2b","name":"Affiliate Query","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/affiliate/query?loginId=&password=&sourceId=","protocol":"https","host":["api","checkoutchamp","com"],"path":["affiliate","query"],"query":[{"key":"loginId","value":""},{"key":"password","value":""},{"key":"sourceId","value":""}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"result\": \"SUCCESS\",\n  \"message\": [\n    {\n      \"sourceId\": 2,\n      \"sourceTitle\": \"affiliate-2\",\n      \"clientSourceId\": \"7A199D29\",\n      \"sourceValue1\": \"1\",\n      \"sourceValue2\": \"2\",\n      \"publisher\": 2,\n      \"sourceValue3\": \"3\",\n      \"subAffiliate\": 3,\n      \"sourceValue4\": \"4\",\n      \"sourceValue5\": \"5\",\n      \"campaigns\": [\n        {\n          \"campaignId\": 1,\n          \"campaignName\": \"ClickBank_USD\"\n        },\n        {\n          \"campaignId\": 4,\n          \"campaignName\": \"Main Campaign Test\"\n        },\n        {\n          \"campaignId\": 5,\n          \"campaignName\": \"Affiliate Test\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"ef38987d-adf9-44ea-87b6-298af71a2412"},{"name":"Affiliate Create","id":"4b272caf-2626-4b2c-91fe-d430e9229a8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/affiliate/create/","description":"<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>campaignId</code></td>\n<td>Int</td>\n<td>campaignId where a particular affiliate resides in (default will be all campaigns)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cpcCommission</code></td>\n<td>Decimal</td>\n<td>Commission paid for each Cost Per Click pixel that fires</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fireOnDeclineSave</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Fire pixels when an initially declined order is rerun successfully (only enable if the affiliate uses POSTBACK pixels)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fireOnPrepaidCards</code></td>\n<td>Boolean (1 or 0)</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fireOnQA</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Prevent pixels from firing for this affiliate on pending orders until the order has been approved in QA (only enable if the affiliate uses POSTBACK pixels)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>hideRevenue</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Hide revenue columns from this affiliate on the Affiliate Report</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Konnektive</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Konnektive</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>publisher</code></td>\n<td>Int (min 1, max 5)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL (the numbered values correspond to the sourceValue1-5 parameters)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rateType</code></td>\n<td>Enum (AMOUNT, PERCENT)</td>\n<td>Pay a flat amount or percentage for each initial sale</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceTitle</code></td>\n<td>String (max 30 chars)</td>\n<td>Title given to affiliate</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue1</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue2</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue3</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue4</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue5</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>splitType</code></td>\n<td>Int (min 1, max 2)</td>\n<td>Split portion of the commission (1 for commission amount, 2 for commission percentage)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>step1Commission</code></td>\n<td>Decimal</td>\n<td>Commission paid for each Cost Per Acquisition pixel that fires after the checkout page is submitted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>step2Commission</code></td>\n<td>Decimal</td>\n<td>Commission paid for each Cost Per Acquisition pixel that fires for an upsell purchase</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>subAffiliate</code></td>\n<td>Int (min 1, max 5)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL (the numbered values correspond to the sourceValue1-5 parameters)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>allCampaigns</code></td>\n<td>Boolean (1 or 0)</td>\n<td>When set to 1, affiliate profile will be used for all campaigns. If 0, individual campaignIds must be assigned to the affiliate.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"sourceId\": 1,\n        \"clientSourceId\": \"E973441F\",\n        \"sourceTitle\": \"affiliate-1\",\n        \"crmUserId\": \"\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["affiliate","create",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"961e0c90-6867-49ee-a9b3-52b94ec203ab","name":"Affiliate Create","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/affiliate/create/?loginId=&password=&sourceTitle=","protocol":"https","host":["api","checkoutchamp","com"],"path":["affiliate","create",""],"query":[{"key":"campaignId","value":"","type":"text","disabled":true},{"key":"clientSourceId","value":"","type":"text","disabled":true},{"key":"cpcCommission","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"","type":"text","disabled":true},{"key":"fireOnDeclineSave","value":"","type":"text","disabled":true},{"key":"fireOnPrepaidCards","value":"","type":"text","disabled":true},{"key":"fireOnQA","value":"","type":"text","disabled":true},{"key":"hideRevenue","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"password","value":""},{"key":"publisher","value":"","type":"text","disabled":true},{"key":"rateType","value":"","type":"text","disabled":true},{"key":"sourceTitle","value":""},{"key":"splitPercent","value":"","type":"text","disabled":true},{"key":"splitType","value":"","type":"text","disabled":true},{"key":"step1Commission","value":"","type":"text","disabled":true},{"key":"step2Commission","value":"","type":"text","disabled":true},{"key":"subAffiliate","value":"","type":"text","disabled":true},{"key":"sourceValue1","value":"","type":"text","disabled":true},{"key":"sourceValue2","value":"","type":"text","disabled":true},{"key":"sourceValue3","value":"","type":"text","disabled":true},{"key":"sourceValue4","value":"","type":"text","disabled":true},{"key":"sourceValue5","value":"","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"sourceId\": 1,\n        \"clientSourceId\": \"E973441F\",\n        \"sourceTitle\": \"affiliete-1\",\n        \"crmUserId\": \"\"\n    }\n}"}],"_postman_id":"4b272caf-2626-4b2c-91fe-d430e9229a8f"},{"name":"Affiliate Update","id":"1a0ad42d-b156-4428-8d62-e5ea2a74e821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/affiliate/update/","description":"<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>campaignId</code></td>\n<td>Int</td>\n<td>campaignId where a particular affiliate resides in (default will be all campaigns)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cpcCommission</code></td>\n<td>Decimal</td>\n<td>Commission paid for each Cost Per Click pixel that fires</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fireOnDeclineSave</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Fire pixels when an initially declined order is rerun successfully (only enable if the affiliate uses POSTBACK pixels)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fireOnPrepaidCards</code></td>\n<td>Boolean (1 or 0)</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>fireOnQA</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Prevent pixels from firing for this affiliate on pending orders until the order has been approved in QA (only enable if the affiliate uses POSTBACK pixels)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>hideRevenue</code></td>\n<td>Boolean (1 or 0)</td>\n<td>Hide revenue columns from this affiliate on the Affiliate Report</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Konnektive</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Konnektive</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>publisher</code></td>\n<td>Int (min 1, max 5)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL (the numbered values correspond to the sourceValue1-5 parameters)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>rateType</code></td>\n<td>Enum (AMOUNT, PERCENT)</td>\n<td>Pay a flat amount or percentage for each initial sale</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceTitle</code></td>\n<td>String (max 30 chars)</td>\n<td>Title given to affiliate</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue1</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue2</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue3</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue4</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceValue5</code></td>\n<td>String (max 20 chars)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>splitType</code></td>\n<td>Int (min 1, max 2)</td>\n<td>Split portion of the commission (1 for commission amount, 2 for commission percentage)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>step1Commission</code></td>\n<td>Decimal</td>\n<td>Commission paid for each Cost Per Acquisition pixel that fires after the checkout page is submitted</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>step2Commission</code></td>\n<td>Decimal</td>\n<td>Commission paid for each Cost Per Acquisition pixel that fires for an upsell purchase</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>subAffiliate</code></td>\n<td>Int (min 1, max 5)</td>\n<td>Values that the affiliate will send with traffic via the tracking string attached to the end of your website URL (the numbered values correspond to the sourceValue1-5 parameters)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>allCampaigns</code></td>\n<td>Boolean (1 or 0)</td>\n<td>When set to 1, affiliate profile will be used for all campaigns. If 0, individual campaignIds must be assigned to the affiliate.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"sourceId\": 1,\n        \"clientSourceId\": \"E973441F\",\n        \"sourceTitle\": \"affiliate-1\",\n        \"crmUserId\": \"\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["affiliate","update",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"b3961489-a25c-42f0-81fb-e343990022bf","name":"Affiliate Update","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/affiliate/update/?loginId=&password=&sourceTitle=","protocol":"https","host":["api","checkoutchamp","com"],"path":["affiliate","update",""],"query":[{"key":"campaignId","value":"","type":"text","disabled":true},{"key":"clientSourceId","value":"","type":"text","disabled":true},{"key":"cpcCommission","value":"","type":"text","disabled":true},{"key":"emailAddress","value":"","type":"text","disabled":true},{"key":"fireOnDeclineSave","value":"","type":"text","disabled":true},{"key":"fireOnPrepaidCards","value":"","type":"text","disabled":true},{"key":"fireOnQA","value":"","type":"text","disabled":true},{"key":"hideRevenue","value":"","type":"text","disabled":true},{"key":"loginId","value":""},{"key":"password","value":""},{"key":"publisher","value":"","type":"text","disabled":true},{"key":"rateType","value":"","type":"text","disabled":true},{"key":"sourceTitle","value":""},{"key":"splitPercent","value":"","type":"text","disabled":true},{"key":"splitType","value":"","type":"text","disabled":true},{"key":"step1Commission","value":"","type":"text","disabled":true},{"key":"step2Commission","value":"","type":"text","disabled":true},{"key":"subAffiliate","value":"","type":"text","disabled":true},{"key":"sourceValue1","value":"","type":"text","disabled":true},{"key":"sourceValue2","value":"","type":"text","disabled":true},{"key":"sourceValue3","value":"","type":"text","disabled":true},{"key":"sourceValue4","value":"","type":"text","disabled":true},{"key":"sourceValue5","value":"","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"clientSourceId\": \"E973441F\",\n        \"sourceTitle\": \"affiliate-1\"\n    }\n}"}],"_postman_id":"1a0ad42d-b156-4428-8d62-e5ea2a74e821"}],"id":"b8269d61-b705-465b-aafa-357108ef5863","description":"<p>The Query Affiliate API returns information about existing affiliates through a simple HTTPS GET or POST request.</p>\n","_postman_id":"b8269d61-b705-465b-aafa-357108ef5863"},{"name":"Reports","item":[{"name":"Query Mid Summary Report","id":"0e8ca656-ed27-4f5a-a5ff-ba2c7335731f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/reports/mid-summary/","description":"<p>The Query Mid Summary Report API returns summary report of mid information through a simple HTTP GET or POST request. No wildcard characters need to be used as the API will insert wildcards automatically when necessary.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only orders taken on or before this date</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>midId</code></td>\n<td>Integer</td>\n<td>MerchantId as setup in the Checkout Champ System</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max:200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only orders taken on or after this date</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>excludeRecycles</code></td>\n<td>Boolean (1,0)</td>\n<td>Will exclude mids with recycle attempts</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"totalResults\": 5,\n        \"resultsPerPage\": null,\n        \"page\": 1,\n        \"data\": [\n            {\n                \"midId\": 1,\n                \"approved\": 7,\n                \"declined\": 0,\n                \"refunded\": 4\n            },\n            {\n                \"midId\": 11,\n                \"approved\": 12,\n                \"declined\": 0,\n                \"refunded\": 0\n            },\n            {\n                \"midId\": 13,\n                \"approved\": 3,\n                \"declined\": 0,\n                \"refunded\": 0\n            },\n            {\n                \"midId\": 15,\n                \"approved\": 7,\n                \"declined\": 0,\n                \"refunded\": 0\n            },\n            {\n                \"midId\": 17,\n                \"approved\": 24,\n                \"declined\": 42,\n                \"refunded\": 1\n            }\n        ],\n        \"params\": null,\n        \"errors\": null,\n        \"sortBy\": null,\n        \"sortDir\": 1,\n        \"queryArgs\": {\n            \"page\": 1,\n            \"sortDir\": 1,\n            \"resultsPerPage\": null,\n            \"sortBy\": null,\n            \"startDate\": \"12\\/01\\/14\",\n            \"endDate\": \"12\\/18\\/14\",\n            \"dateRangeType\": \"dateCreated\",\n            \"dateCreated\": [\n                {\n                    \"date\": \"2014-12-01 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America\\/New_York\"\n                },\n                {\n                    \"date\": \"2014-12-18 00:00:00.000000\",\n                    \"timezone_type\": 3,\n                    \"timezone\": \"America\\/New_York\"\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["reports","mid-summary",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"2e5e1d0a-389d-4f99-a156-87df4a795045","name":"Query Mid Summary Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/reports/mid-summary/?loginId=testapi&password=abc123&startDate=12/01/14&endDate=12/18/14","protocol":"https","host":["api","checkoutchamp","com"],"path":["reports","mid-summary",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"midId","value":"","type":"text","disabled":true},{"key":"startDate","value":"12/01/14"},{"key":"endDate","value":"12/18/14"},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": {\r\n        \"totalResults\": 5,\r\n        \"resultsPerPage\": null,\r\n        \"page\": 1,\r\n        \"data\": [\r\n            {\r\n                \"midId\": 1,\r\n                \"approved\": 7,\r\n                \"declined\": 0,\r\n                \"refunded\": 4\r\n            },\r\n            {\r\n                \"midId\": 11,\r\n                \"approved\": 12,\r\n                \"declined\": 0,\r\n                \"refunded\": 0\r\n            },\r\n            {\r\n                \"midId\": 13,\r\n                \"approved\": 3,\r\n                \"declined\": 0,\r\n                \"refunded\": 0\r\n            },\r\n            {\r\n                \"midId\": 15,\r\n                \"approved\": 7,\r\n                \"declined\": 0,\r\n                \"refunded\": 0\r\n            },\r\n            {\r\n                \"midId\": 17,\r\n                \"approved\": 24,\r\n                \"declined\": 42,\r\n                \"refunded\": 1\r\n            }\r\n        ],\r\n        \"params\": null,\r\n        \"errors\": null,\r\n        \"sortBy\": null,\r\n        \"sortDir\": 1,\r\n        \"queryArgs\": {\r\n            \"page\": 1,\r\n            \"sortDir\": 1,\r\n            \"resultsPerPage\": null,\r\n            \"sortBy\": null,\r\n            \"startDate\": \"12\\/01\\/14\",\r\n            \"endDate\": \"12\\/18\\/14\",\r\n            \"dateRangeType\": \"dateCreated\",\r\n            \"dateCreated\": [\r\n                {\r\n                    \"date\": \"2014-12-01 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"America\\/New_York\"\r\n                },\r\n                {\r\n                    \"date\": \"2014-12-18 00:00:00.000000\",\r\n                    \"timezone_type\": 3,\r\n                    \"timezone\": \"America\\/New_York\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"}],"_postman_id":"0e8ca656-ed27-4f5a-a5ff-ba2c7335731f"},{"name":"Query Bin Approval Report","id":"b29530cd-b04e-42de-a59d-0ecde4a7f69f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/reports/bin-approvals/","description":"<p>The Query Bin Approval Report API returns a summary report of bin approvals.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only orders taken on or before this date</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>MerchantId as setup in the Checkout Champ System</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max:200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only orders taken on or after this date</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"billerId\": \"(84) The Doctor\",\n            \"cardBin\": 411111,\n            \"mcc\": 1067,\n            \"acquirerBin\": \"478882\",\n            \"approvalPerc\": \"100.00\"\n        },\n        {\n            \"billerId\": \"(84) The Doctor\",\n            \"cardBin\": 540999,\n            \"mcc\": 1067,\n            \"acquirerBin\": \"478882\",\n            \"approvalPerc\": \"100.00\"\n        },\n        {\n            \"billerId\": \"(84) The Doctor\",\n            \"cardBin\": 625988,\n            \"mcc\": 1067,\n            \"acquirerBin\": \"478882\",\n            \"approvalPerc\": \"0.00\"\n        },\n        {\n            \"billerId\": \"(84) The Doctor\",\n            \"cardBin\": 658317,\n            \"mcc\": 1067,\n            \"acquirerBin\": \"478882\",\n            \"approvalPerc\": \"100.00\"\n        }\n    ]\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["reports","bin-approvals",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"7fe7be75-e15c-490c-b550-b2bdcd05bf5d","name":"Query BIN Approval Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/reports/bin-approvals/?loginId=testapi&password=abc123&startDate=12/01/14&endDate=12/18/14","protocol":"https","host":["api","checkoutchamp","com"],"path":["reports","bin-approvals",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"midId","value":"","type":"text","disabled":true},{"key":"startDate","value":"12/01/14"},{"key":"endDate","value":"12/18/14"},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": [\r\n        {\r\n            \"billerId\": \"(84) The Doctor\",\r\n            \"cardBin\": 411111,\r\n            \"mcc\": 1067,\r\n            \"acquirerBin\": \"478882\",\r\n            \"approvalPerc\": \"100.00\"\r\n        },\r\n        {\r\n            \"billerId\": \"(84) The Doctor\",\r\n            \"cardBin\": 540999,\r\n            \"mcc\": 1067,\r\n            \"acquirerBin\": \"478882\",\r\n            \"approvalPerc\": \"100.00\"\r\n        },\r\n        {\r\n            \"billerId\": \"(84) The Doctor\",\r\n            \"cardBin\": 625988,\r\n            \"mcc\": 1067,\r\n            \"acquirerBin\": \"478882\",\r\n            \"approvalPerc\": \"0.00\"\r\n        },\r\n        {\r\n            \"billerId\": \"(84) The Doctor\",\r\n            \"cardBin\": 658317,\r\n            \"mcc\": 1067,\r\n            \"acquirerBin\": \"478882\",\r\n            \"approvalPerc\": \"100.00\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"b29530cd-b04e-42de-a59d-0ecde4a7f69f"},{"name":"Query Retention Report","id":"20a48bbb-2758-47f9-8bcd-90fe10ecd5b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.checkoutchamp.com/reports/retention/","description":"<p>The Query Retention Report API returns information about the retention report through a simple HTTP GET or POST request. No wildcard characters need to be used as the API will insert wildcards automatically when necessary.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>affiliateId</code></td>\n<td>String</td>\n<td>The numeric Checkout Champ affiliate id</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>callCenterId</code></td>\n<td>String</td>\n<td>The numeric Checkout Champ call center id</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>The numeric Checkout Champ campaign id</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only transactions processed on or before this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>include</code></td>\n<td>enum (<code>ByProduct</code>,<code>ByPublisher</code>,<code>BySubAff</code>,<code>ByAgent</code>)</td>\n<td>If provided, includes the corresponding subrows as given in the CRM  <br />(BySubAff will necessarily also include ByPublisher)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>string (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>maxCycles</code></td>\n<td>Integer</td>\n<td>The number of billing cycles</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>which page of the query results to return</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Integer</td>\n<td>The numberic Checkout Champ product id</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>reportType</code></td>\n<td>enum (<code>campaign</code>,<code>affiliate</code>,<code>callcenter</code>,<code>mid</code>,<code>product</code>)</td>\n<td>View report by report type</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>resultsPerPage</code></td>\n<td>Integer (max 200)</td>\n<td>Number of results to return (defaults to 25)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only transactions processed on or after this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>utmSource</code></td>\n<td>String</td>\n<td>Identifies which site sent the traffic, and is a required parameter.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmMedium</code></td>\n<td>String</td>\n<td>Identifies what type of link was used, such as email or pay-per-click advertising.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmCampaign</code></td>\n<td>String</td>\n<td>Identifies a specific product promotion or strategic campaign.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmTerm</code></td>\n<td>String</td>\n<td>Identifies search terms.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmContent</code></td>\n<td>String</td>\n<td>Identifies what specifically was clicked to bring the user to the site, such as a banner ad or a text link. It is often used for A/B testing and content-targeted ads.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"11\": {\n            \"sourceId\": 11,\n            \"sourceName\": \"Allowin\",\n            \"orders\": 394,\n            \"grossTotal\": \"29319.54\",\n            \"netTotal\": \"15553.71\",\n            \"expensesTotal\": \"11705.83\",\n            \"lifeTimeValue\": \"74.42\",\n            \"lifeTimeValuePerCust\": \"0.00\",\n            \"currencySymbol\": \"\\u20ac\",\n            \"cycles\": [\n                {\n                    \"approved\": 394,\n                    \"declines\": 0,\n                    \"approvalRate\": \"100%\",\n                    \"cpa\": 5.2284263959391,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 112,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 0,\n                    \"retention\": \"0%\",\n                    \"retTotal\": 0,\n                    \"gross\": \"3018.12\",\n                    \"expenses\": \"3881.76\",\n                    \"commission\": \"2060.00\",\n                    \"net\": \"-2923.64\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"561.83\",\n                    \"shippingCosts\": \"1777.46\",\n                    \"productCosts\": \"1542.47\",\n                    \"hardDecline\": 0,\n                    \"softDecline\": 0,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 1,\n                    \"recycleInitial\": {\n                        \"successes\": 284,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"---\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 220,\n                    \"declines\": 43,\n                    \"approvalRate\": \"80.586%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 109,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 10,\n                    \"pending\": 9,\n                    \"retention\": \"57.143%\",\n                    \"retTotal\": 112,\n                    \"gross\": \"18564.00\",\n                    \"expenses\": \"5492.17\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"13071.83\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"3578.40\",\n                    \"shippingCosts\": \"1065.97\",\n                    \"productCosts\": \"847.80\",\n                    \"hardDecline\": 17,\n                    \"softDecline\": 36,\n                    \"recycleSave\": 22,\n                    \"cycleNumber\": 2,\n                    \"recycleInitial\": {\n                        \"successes\": 141,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 16,\n                        \"successRate\": \"51.648%\",\n                        \"plusRetentionRate\": \"36.623%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 9,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"54.945%\",\n                        \"plusRetentionRate\": \"2.338%\"\n                    },\n                    \"recycle2\": {\n                        \"successes\": 8,\n                        \"softDeclines\": 6,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"57.875%\",\n                        \"plusRetentionRate\": \"2.078%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 5,\n                        \"softDeclines\": 27,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"59.707%\",\n                        \"plusRetentionRate\": \"1.299%\"\n                    }\n                },\n                {\n                    \"approved\": 63,\n                    \"declines\": 30,\n                    \"approvalRate\": \"65.625%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 30,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 3,\n                    \"pending\": 24,\n                    \"retention\": \"17.5%\",\n                    \"retTotal\": 264,\n                    \"gross\": \"5668.11\",\n                    \"expenses\": \"1710.33\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"3957.78\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"1133.62\",\n                    \"shippingCosts\": \"326.41\",\n                    \"productCosts\": \"250.30\",\n                    \"hardDecline\": 3,\n                    \"softDecline\": 30,\n                    \"recycleSave\": 10,\n                    \"cycleNumber\": 3,\n                    \"recycleInitial\": {\n                        \"successes\": 46,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 3,\n                        \"successRate\": \"47.917%\",\n                        \"plusRetentionRate\": \"12.778%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 4,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"52.083%\",\n                        \"plusRetentionRate\": \"1.111%\"\n                    },\n                    \"recycle2\": {\n                        \"successes\": 4,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"56.250%\",\n                        \"plusRetentionRate\": \"1.111%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 2,\n                        \"softDeclines\": 27,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"58.333%\",\n                        \"plusRetentionRate\": \"0.556%\"\n                    }\n                },\n                {\n                    \"approved\": 15,\n                    \"declines\": 13,\n                    \"approvalRate\": \"53.571%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 7,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"4.261%\",\n                    \"retTotal\": 324,\n                    \"gross\": \"1349.55\",\n                    \"expenses\": \"404.27\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"945.28\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"269.91\",\n                    \"shippingCosts\": \"75.57\",\n                    \"productCosts\": \"58.79\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 12,\n                    \"recycleSave\": 1,\n                    \"cycleNumber\": 4,\n                    \"recycleInitial\": {\n                        \"successes\": 14,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"50.000%\",\n                        \"plusRetentionRate\": \"3.977%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 1,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"53.571%\",\n                        \"plusRetentionRate\": \"0.284%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 12,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"53.571%\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 5,\n                    \"declines\": 3,\n                    \"approvalRate\": \"62.5%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 1,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"1.42%\",\n                    \"retTotal\": 344,\n                    \"gross\": \"449.85\",\n                    \"expenses\": \"133.79\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"316.06\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"89.97\",\n                    \"shippingCosts\": \"25.19\",\n                    \"productCosts\": \"18.63\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 2,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 5,\n                    \"recycleInitial\": {\n                        \"successes\": 5,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"62.500%\",\n                        \"plusRetentionRate\": \"1.420%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"62.500%\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 3,\n                    \"declines\": 1,\n                    \"approvalRate\": \"75%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 2,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"0.852%\",\n                    \"retTotal\": 348,\n                    \"gross\": \"269.91\",\n                    \"expenses\": \"83.50\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"186.41\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"53.98\",\n                    \"shippingCosts\": \"17.69\",\n                    \"productCosts\": \"11.83\",\n                    \"hardDecline\": 0,\n                    \"softDecline\": 1,\n                    \"recycleSave\": 1,\n                    \"cycleNumber\": 6,\n                    \"recycleInitial\": {\n                        \"successes\": 2,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"50.000%\",\n                        \"plusRetentionRate\": \"0.568%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 1,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"75.000%\",\n                        \"plusRetentionRate\": \"0.284%\"\n                    }\n                },\n                {\n                    \"approved\": 0,\n                    \"declines\": 1,\n                    \"approvalRate\": \"0%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 0,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"0%\",\n                    \"retTotal\": 351,\n                    \"gross\": \"0.00\",\n                    \"expenses\": \"0.00\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"0.00\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"0.00\",\n                    \"shippingCosts\": \"0.00\",\n                    \"productCosts\": \"0.00\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 0,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 7,\n                    \"recycleInitial\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"---\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                }\n            ],\n            \"byPublisher\": {\n                \"No Aff\": {\n                    \"affId\": \"No Aff\",\n                    \"orders\": 394,\n                    \"grossTotal\": \"29319.54\",\n                    \"netTotal\": \"15553.71\",\n                    \"expensesTotal\": \"11705.83\",\n                    \"lifeTimeValue\": \"74.42\",\n                    \"lifeTimeValuePerCust\": \"0.00\",\n                    \"currencySymbol\": \"\\u20ac\",\n                    \"cycles\": [\n                        {\n                            \"approved\": 394,\n                            \"declines\": 0,\n                            \"approvalRate\": \"100%\",\n                            \"cpa\": 5.2284263959391,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 112,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 0,\n                            \"retention\": \"0%\",\n                            \"retTotal\": 0,\n                            \"gross\": \"3018.12\",\n                            \"expenses\": \"3881.76\",\n                            \"commission\": \"2060.00\",\n                            \"net\": \"-2923.64\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"561.83\",\n                            \"shippingCosts\": \"1777.46\",\n                            \"productCosts\": \"1542.47\",\n                            \"hardDecline\": 0,\n                            \"softDecline\": 0,\n                            \"recycleSave\": 0,\n                            \"cycleNumber\": 1,\n                            \"recycleInitial\": {\n                                \"successes\": 284,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"---\",\n                                \"plusRetentionRate\": \"---\"\n                            }\n                        },\n                        {\n                            \"approved\": 220,\n                            \"declines\": 43,\n                            \"approvalRate\": \"80.586%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 109,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 10,\n                            \"pending\": 9,\n                            \"retention\": \"57.143%\",\n                            \"retTotal\": 112,\n                            \"gross\": \"18564.00\",\n                            \"expenses\": \"5492.17\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"13071.83\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"3578.40\",\n                            \"shippingCosts\": \"1065.97\",\n                            \"productCosts\": \"847.80\",\n                            \"hardDecline\": 17,\n                            \"softDecline\": 36,\n                            \"recycleSave\": 22,\n                            \"cycleNumber\": 2,\n                            \"recycleInitial\": {\n                                \"successes\": 141,\n                                \"softDeclines\": 2,\n                                \"hardDeclines\": 16,\n                                \"successRate\": \"51.648%\",\n                                \"plusRetentionRate\": \"36.623%\"\n                            },\n                            \"recycle1\": {\n                                \"successes\": 9,\n                                \"softDeclines\": 1,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"54.945%\",\n                                \"plusRetentionRate\": \"2.338%\"\n                            },\n                            \"recycle2\": {\n                                \"successes\": 8,\n                                \"softDeclines\": 6,\n                                \"hardDeclines\": 1,\n                                \"successRate\": \"57.875%\",\n                                \"plusRetentionRate\": \"2.078%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 5,\n                                \"softDeclines\": 27,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"59.707%\",\n                                \"plusRetentionRate\": \"1.299%\"\n                            }\n                        },\n                        {\n                            \"approved\": 63,\n                            \"declines\": 30,\n                            \"approvalRate\": \"65.625%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 30,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 3,\n                            \"pending\": 24,\n                            \"retention\": \"17.5%\",\n                            \"retTotal\": 264,\n                            \"gross\": \"5668.11\",\n                            \"expenses\": \"1710.33\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"3957.78\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"1133.62\",\n                            \"shippingCosts\": \"326.41\",\n                            \"productCosts\": \"250.30\",\n                            \"hardDecline\": 3,\n                            \"softDecline\": 30,\n                            \"recycleSave\": 10,\n                            \"cycleNumber\": 3,\n                            \"recycleInitial\": {\n                                \"successes\": 46,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 3,\n                                \"successRate\": \"47.917%\",\n                                \"plusRetentionRate\": \"12.778%\"\n                            },\n                            \"recycle1\": {\n                                \"successes\": 4,\n                                \"softDeclines\": 1,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"52.083%\",\n                                \"plusRetentionRate\": \"1.111%\"\n                            },\n                            \"recycle2\": {\n                                \"successes\": 4,\n                                \"softDeclines\": 2,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"56.250%\",\n                                \"plusRetentionRate\": \"1.111%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 2,\n                                \"softDeclines\": 27,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"58.333%\",\n                                \"plusRetentionRate\": \"0.556%\"\n                            }\n                        },\n                        {\n                            \"approved\": 15,\n                            \"declines\": 13,\n                            \"approvalRate\": \"53.571%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 7,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 29,\n                            \"retention\": \"4.261%\",\n                            \"retTotal\": 324,\n                            \"gross\": \"1349.55\",\n                            \"expenses\": \"404.27\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"945.28\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"269.91\",\n                            \"shippingCosts\": \"75.57\",\n                            \"productCosts\": \"58.79\",\n                            \"hardDecline\": 1,\n                            \"softDecline\": 12,\n                            \"recycleSave\": 1,\n                            \"cycleNumber\": 4,\n                            \"recycleInitial\": {\n                                \"successes\": 14,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"50.000%\",\n                                \"plusRetentionRate\": \"3.977%\"\n                            },\n                            \"recycle1\": {\n                                \"successes\": 1,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"53.571%\",\n                                \"plusRetentionRate\": \"0.284%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 0,\n                                \"softDeclines\": 12,\n                                \"hardDeclines\": 1,\n                                \"successRate\": \"53.571%\",\n                                \"plusRetentionRate\": \"---\"\n                            }\n                        },\n                        {\n                            \"approved\": 5,\n                            \"declines\": 3,\n                            \"approvalRate\": \"62.5%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 1,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 29,\n                            \"retention\": \"1.42%\",\n                            \"retTotal\": 344,\n                            \"gross\": \"449.85\",\n                            \"expenses\": \"133.79\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"316.06\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"89.97\",\n                            \"shippingCosts\": \"25.19\",\n                            \"productCosts\": \"18.63\",\n                            \"hardDecline\": 1,\n                            \"softDecline\": 2,\n                            \"recycleSave\": 0,\n                            \"cycleNumber\": 5,\n                            \"recycleInitial\": {\n                                \"successes\": 5,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"62.500%\",\n                                \"plusRetentionRate\": \"1.420%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 0,\n                                \"softDeclines\": 2,\n                                \"hardDeclines\": 1,\n                                \"successRate\": \"62.500%\",\n                                \"plusRetentionRate\": \"---\"\n                            }\n                        },\n                        {\n                            \"approved\": 3,\n                            \"declines\": 1,\n                            \"approvalRate\": \"75%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 2,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 29,\n                            \"retention\": \"0.852%\",\n                            \"retTotal\": 348,\n                            \"gross\": \"269.91\",\n                            \"expenses\": \"83.50\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"186.41\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"53.98\",\n                            \"shippingCosts\": \"17.69\",\n                            \"productCosts\": \"11.83\",\n                            \"hardDecline\": 0,\n                            \"softDecline\": 1,\n                            \"recycleSave\": 1,\n                            \"cycleNumber\": 6,\n                            \"recycleInitial\": {\n                                \"successes\": 2,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"50.000%\",\n                                \"plusRetentionRate\": \"0.568%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 1,\n                                \"softDeclines\": 1,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"75.000%\",\n                                \"plusRetentionRate\": \"0.284%\"\n                            }\n                        },\n                        {\n                            \"approved\": 0,\n                            \"declines\": 1,\n                            \"approvalRate\": \"0%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": 0,\n                            \"partialRefunds\": 0,\n                            \"cancels\": 0,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 29,\n                            \"retention\": \"0%\",\n                            \"retTotal\": 351,\n                            \"gross\": \"0.00\",\n                            \"expenses\": \"0.00\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"0.00\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"0.00\",\n                            \"shippingCosts\": \"0.00\",\n                            \"productCosts\": \"0.00\",\n                            \"hardDecline\": 1,\n                            \"softDecline\": 0,\n                            \"recycleSave\": 0,\n                            \"cycleNumber\": 7,\n                            \"recycleInitial\": {\n                                \"successes\": 0,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 1,\n                                \"successRate\": \"---\",\n                                \"plusRetentionRate\": \"---\"\n                            }\n                        }\n                    ],\n                    \"bySubAff\": {\n                        \"No SubAff\": {\n                            \"subAffId\": \"No SubAff\",\n                            \"orders\": 394,\n                            \"grossTotal\": \"29319.54\",\n                            \"netTotal\": \"15459.99\",\n                            \"expensesTotal\": \"11799.55\",\n                            \"lifeTimeValue\": \"74.42\",\n                            \"lifeTimeValuePerCust\": \"0.00\",\n                            \"currencySymbol\": \"\\u20ac\",\n                            \"cycles\": [\n                                {\n                                    \"approved\": 394,\n                                    \"declines\": 0,\n                                    \"approvalRate\": \"100%\",\n                                    \"cpa\": 5.2284263959391,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 112,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 0,\n                                    \"retention\": \"0%\",\n                                    \"retTotal\": 0,\n                                    \"gross\": \"3018.12\",\n                                    \"expenses\": \"3975.48\",\n                                    \"commission\": \"2060.00\",\n                                    \"net\": \"-3017.36\",\n                                    \"transactionFee\": \"93.72\",\n                                    \"discountRateFee\": \"561.83\",\n                                    \"shippingCosts\": \"1777.46\",\n                                    \"productCosts\": \"1542.47\",\n                                    \"hardDecline\": 0,\n                                    \"softDecline\": 0,\n                                    \"recycleSave\": 0,\n                                    \"cycleNumber\": 1,\n                                    \"recycleInitial\": {\n                                        \"successes\": 284,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"---\",\n                                        \"plusRetentionRate\": \"---\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 220,\n                                    \"declines\": 43,\n                                    \"approvalRate\": \"80.586%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 109,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 10,\n                                    \"pending\": 9,\n                                    \"retention\": \"57.143%\",\n                                    \"retTotal\": 112,\n                                    \"gross\": \"18564.00\",\n                                    \"expenses\": \"5492.17\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"13071.83\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"3578.40\",\n                                    \"shippingCosts\": \"1065.97\",\n                                    \"productCosts\": \"847.80\",\n                                    \"hardDecline\": 17,\n                                    \"softDecline\": 36,\n                                    \"recycleSave\": 22,\n                                    \"cycleNumber\": 2,\n                                    \"recycleInitial\": {\n                                        \"successes\": 141,\n                                        \"softDeclines\": 2,\n                                        \"hardDeclines\": 16,\n                                        \"successRate\": \"51.648%\",\n                                        \"plusRetentionRate\": \"36.623%\"\n                                    },\n                                    \"recycle1\": {\n                                        \"successes\": 9,\n                                        \"softDeclines\": 1,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"54.945%\",\n                                        \"plusRetentionRate\": \"2.338%\"\n                                    },\n                                    \"recycle2\": {\n                                        \"successes\": 8,\n                                        \"softDeclines\": 6,\n                                        \"hardDeclines\": 1,\n                                        \"successRate\": \"57.875%\",\n                                        \"plusRetentionRate\": \"2.078%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 5,\n                                        \"softDeclines\": 27,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"59.707%\",\n                                        \"plusRetentionRate\": \"1.299%\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 63,\n                                    \"declines\": 30,\n                                    \"approvalRate\": \"65.625%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 30,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 3,\n                                    \"pending\": 24,\n                                    \"retention\": \"17.5%\",\n                                    \"retTotal\": 264,\n                                    \"gross\": \"5668.11\",\n                                    \"expenses\": \"1710.33\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"3957.78\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"1133.62\",\n                                    \"shippingCosts\": \"326.41\",\n                                    \"productCosts\": \"250.30\",\n                                    \"hardDecline\": 3,\n                                    \"softDecline\": 30,\n                                    \"recycleSave\": 10,\n                                    \"cycleNumber\": 3,\n                                    \"recycleInitial\": {\n                                        \"successes\": 46,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 3,\n                                        \"successRate\": \"47.917%\",\n                                        \"plusRetentionRate\": \"12.778%\"\n                                    },\n                                    \"recycle1\": {\n                                        \"successes\": 4,\n                                        \"softDeclines\": 1,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"52.083%\",\n                                        \"plusRetentionRate\": \"1.111%\"\n                                    },\n                                    \"recycle2\": {\n                                        \"successes\": 4,\n                                        \"softDeclines\": 2,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"56.250%\",\n                                        \"plusRetentionRate\": \"1.111%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 2,\n                                        \"softDeclines\": 27,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"58.333%\",\n                                        \"plusRetentionRate\": \"0.556%\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 15,\n                                    \"declines\": 13,\n                                    \"approvalRate\": \"53.571%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 7,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 29,\n                                    \"retention\": \"4.261%\",\n                                    \"retTotal\": 324,\n                                    \"gross\": \"1349.55\",\n                                    \"expenses\": \"404.27\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"945.28\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"269.91\",\n                                    \"shippingCosts\": \"75.57\",\n                                    \"productCosts\": \"58.79\",\n                                    \"hardDecline\": 1,\n                                    \"softDecline\": 12,\n                                    \"recycleSave\": 1,\n                                    \"cycleNumber\": 4,\n                                    \"recycleInitial\": {\n                                        \"successes\": 14,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"50.000%\",\n                                        \"plusRetentionRate\": \"3.977%\"\n                                    },\n                                    \"recycle1\": {\n                                        \"successes\": 1,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"53.571%\",\n                                        \"plusRetentionRate\": \"0.284%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 0,\n                                        \"softDeclines\": 12,\n                                        \"hardDeclines\": 1,\n                                        \"successRate\": \"53.571%\",\n                                        \"plusRetentionRate\": \"---\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 5,\n                                    \"declines\": 3,\n                                    \"approvalRate\": \"62.5%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 1,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 29,\n                                    \"retention\": \"1.42%\",\n                                    \"retTotal\": 344,\n                                    \"gross\": \"449.85\",\n                                    \"expenses\": \"133.79\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"316.06\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"89.97\",\n                                    \"shippingCosts\": \"25.19\",\n                                    \"productCosts\": \"18.63\",\n                                    \"hardDecline\": 1,\n                                    \"softDecline\": 2,\n                                    \"recycleSave\": 0,\n                                    \"cycleNumber\": 5,\n                                    \"recycleInitial\": {\n                                        \"successes\": 5,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"62.500%\",\n                                        \"plusRetentionRate\": \"1.420%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 0,\n                                        \"softDeclines\": 2,\n                                        \"hardDeclines\": 1,\n                                        \"successRate\": \"62.500%\",\n                                        \"plusRetentionRate\": \"---\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 3,\n                                    \"declines\": 1,\n                                    \"approvalRate\": \"75%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 2,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 29,\n                                    \"retention\": \"0.852%\",\n                                    \"retTotal\": 348,\n                                    \"gross\": \"269.91\",\n                                    \"expenses\": \"83.50\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"186.41\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"53.98\",\n                                    \"shippingCosts\": \"17.69\",\n                                    \"productCosts\": \"11.83\",\n                                    \"hardDecline\": 0,\n                                    \"softDecline\": 1,\n                                    \"recycleSave\": 1,\n                                    \"cycleNumber\": 6,\n                                    \"recycleInitial\": {\n                                        \"successes\": 2,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"50.000%\",\n                                        \"plusRetentionRate\": \"0.568%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 1,\n                                        \"softDeclines\": 1,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"75.000%\",\n                                        \"plusRetentionRate\": \"0.284%\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 0,\n                                    \"declines\": 1,\n                                    \"approvalRate\": \"0%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": 0,\n                                    \"partialRefunds\": 0,\n                                    \"cancels\": 0,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 29,\n                                    \"retention\": \"0%\",\n                                    \"retTotal\": 351,\n                                    \"gross\": \"0.00\",\n                                    \"expenses\": \"0.00\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"0.00\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"0.00\",\n                                    \"shippingCosts\": \"0.00\",\n                                    \"productCosts\": \"0.00\",\n                                    \"hardDecline\": 1,\n                                    \"softDecline\": 0,\n                                    \"recycleSave\": 0,\n                                    \"cycleNumber\": 7,\n                                    \"recycleInitial\": {\n                                        \"successes\": 0,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 1,\n                                        \"successRate\": \"---\",\n                                        \"plusRetentionRate\": \"---\"\n                                    }\n                                }\n                            ]\n                        }\n                    }\n                }\n            }\n        },\n        \"Total\": {\n            \"sourceId\": \"Total\",\n            \"sourceName\": \"Total\",\n            \"orders\": 394,\n            \"grossTotal\": \"29319.54\",\n            \"netTotal\": \"15553.71\",\n            \"expensesTotal\": \"11705.83\",\n            \"lifeTimeValue\": \"74.42\",\n            \"lifeTimeValuePerCust\": \"0.00\",\n            \"currencySymbol\": \"\\u20ac\",\n            \"cycles\": [\n                {\n                    \"approved\": 394,\n                    \"declines\": 0,\n                    \"approvalRate\": \"100%\",\n                    \"cpa\": 5.2284263959391,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 112,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 0,\n                    \"retention\": \"0%\",\n                    \"retTotal\": 0,\n                    \"gross\": \"3018.12\",\n                    \"expenses\": \"3881.76\",\n                    \"commission\": \"2060.00\",\n                    \"net\": \"-2923.64\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"561.83\",\n                    \"shippingCosts\": \"1777.46\",\n                    \"productCosts\": \"1542.47\",\n                    \"hardDecline\": 0,\n                    \"softDecline\": 0,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 1,\n                    \"recycleInitial\": {\n                        \"successes\": 284,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"---\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 220,\n                    \"declines\": 43,\n                    \"approvalRate\": \"80.586%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 109,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 10,\n                    \"pending\": 9,\n                    \"retention\": \"57.143%\",\n                    \"retTotal\": 112,\n                    \"gross\": \"18564.00\",\n                    \"expenses\": \"5492.17\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"13071.83\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"3578.40\",\n                    \"shippingCosts\": \"1065.97\",\n                    \"productCosts\": \"847.80\",\n                    \"hardDecline\": 17,\n                    \"softDecline\": 36,\n                    \"recycleSave\": 22,\n                    \"cycleNumber\": 2,\n                    \"recycleInitial\": {\n                        \"successes\": 141,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 16,\n                        \"successRate\": \"51.648%\",\n                        \"plusRetentionRate\": \"36.623%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 9,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"54.945%\",\n                        \"plusRetentionRate\": \"2.338%\"\n                    },\n                    \"recycle2\": {\n                        \"successes\": 8,\n                        \"softDeclines\": 6,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"57.875%\",\n                        \"plusRetentionRate\": \"2.078%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 5,\n                        \"softDeclines\": 27,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"59.707%\",\n                        \"plusRetentionRate\": \"1.299%\"\n                    }\n                },\n                {\n                    \"approved\": 63,\n                    \"declines\": 30,\n                    \"approvalRate\": \"65.625%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 30,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 3,\n                    \"pending\": 24,\n                    \"retention\": \"17.5%\",\n                    \"retTotal\": 264,\n                    \"gross\": \"5668.11\",\n                    \"expenses\": \"1710.33\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"3957.78\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"1133.62\",\n                    \"shippingCosts\": \"326.41\",\n                    \"productCosts\": \"250.30\",\n                    \"hardDecline\": 3,\n                    \"softDecline\": 30,\n                    \"recycleSave\": 10,\n                    \"cycleNumber\": 3,\n                    \"recycleInitial\": {\n                        \"successes\": 46,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 3,\n                        \"successRate\": \"47.917%\",\n                        \"plusRetentionRate\": \"12.778%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 4,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"52.083%\",\n                        \"plusRetentionRate\": \"1.111%\"\n                    },\n                    \"recycle2\": {\n                        \"successes\": 4,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"56.250%\",\n                        \"plusRetentionRate\": \"1.111%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 2,\n                        \"softDeclines\": 27,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"58.333%\",\n                        \"plusRetentionRate\": \"0.556%\"\n                    }\n                },\n                {\n                    \"approved\": 15,\n                    \"declines\": 13,\n                    \"approvalRate\": \"53.571%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 7,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"4.261%\",\n                    \"retTotal\": 324,\n                    \"gross\": \"1349.55\",\n                    \"expenses\": \"404.27\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"945.28\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"269.91\",\n                    \"shippingCosts\": \"75.57\",\n                    \"productCosts\": \"58.79\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 12,\n                    \"recycleSave\": 1,\n                    \"cycleNumber\": 4,\n                    \"recycleInitial\": {\n                        \"successes\": 14,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"50.000%\",\n                        \"plusRetentionRate\": \"3.977%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 1,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"53.571%\",\n                        \"plusRetentionRate\": \"0.284%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 12,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"53.571%\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 5,\n                    \"declines\": 3,\n                    \"approvalRate\": \"62.5%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 1,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"1.42%\",\n                    \"retTotal\": 344,\n                    \"gross\": \"449.85\",\n                    \"expenses\": \"133.79\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"316.06\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"89.97\",\n                    \"shippingCosts\": \"25.19\",\n                    \"productCosts\": \"18.63\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 2,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 5,\n                    \"recycleInitial\": {\n                        \"successes\": 5,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"62.500%\",\n                        \"plusRetentionRate\": \"1.420%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"62.500%\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 3,\n                    \"declines\": 1,\n                    \"approvalRate\": \"75%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 2,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"0.852%\",\n                    \"retTotal\": 348,\n                    \"gross\": \"269.91\",\n                    \"expenses\": \"83.50\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"186.41\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"53.98\",\n                    \"shippingCosts\": \"17.69\",\n                    \"productCosts\": \"11.83\",\n                    \"hardDecline\": 0,\n                    \"softDecline\": 1,\n                    \"recycleSave\": 1,\n                    \"cycleNumber\": 6,\n                    \"recycleInitial\": {\n                        \"successes\": 2,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"50.000%\",\n                        \"plusRetentionRate\": \"0.568%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 1,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"75.000%\",\n                        \"plusRetentionRate\": \"0.284%\"\n                    }\n                },\n                {\n                    \"approved\": 0,\n                    \"declines\": 1,\n                    \"approvalRate\": \"0%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 0,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"0%\",\n                    \"retTotal\": 351,\n                    \"gross\": \"0.00\",\n                    \"expenses\": \"0.00\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"0.00\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"0.00\",\n                    \"shippingCosts\": \"0.00\",\n                    \"productCosts\": \"0.00\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 0,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 7,\n                    \"recycleInitial\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"---\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["reports","retention",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"c3c4a227-ae1f-4072-b7c9-43329da35f3c","name":"Query Retention Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.checkoutchamp.com/reports/retention/?loginId=testapi&password=abc123&reportType=campaign&startDate=07/01/2023&endDate=07/14/2023","protocol":"https","host":["api","checkoutchamp","com"],"path":["reports","retention",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"reportType","value":"campaign"},{"key":"campaignId","value":"","type":"text","disabled":true},{"key":"productId","value":"","type":"text","disabled":true},{"key":"affiliateId","value":"","type":"text","disabled":true},{"key":"callCenterId","value":"","type":"text","disabled":true},{"key":"maxCycles","value":"","type":"text","disabled":true},{"key":"include","value":"","type":"text","disabled":true},{"key":"startDate","value":"","type":"text","disabled":true},{"key":"endDate","value":"","type":"text","disabled":true},{"key":"resultsPerPage","value":"","type":"text","disabled":true},{"key":"page","value":"","type":"text","disabled":true},{"key":"startDate","value":"07/01/2023"},{"key":"endDate","value":"07/14/2023"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"11\": {\n            \"sourceId\": 11,\n            \"sourceName\": \"Allowin\",\n            \"orders\": 394,\n            \"grossTotal\": \"29319.54\",\n            \"netTotal\": \"15553.71\",\n            \"expensesTotal\": \"11705.83\",\n            \"lifeTimeValue\": \"74.42\",\n            \"lifeTimeValuePerCust\": \"0.00\",\n            \"currencySymbol\": \"€\",\n            \"cycles\": [\n                {\n                    \"approved\": 394,\n                    \"declines\": 0,\n                    \"approvalRate\": \"100%\",\n                    \"cpa\": 5.2284263959391,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 112,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 0,\n                    \"retention\": \"0%\",\n                    \"retTotal\": 0,\n                    \"gross\": \"3018.12\",\n                    \"expenses\": \"3881.76\",\n                    \"commission\": \"2060.00\",\n                    \"net\": \"-2923.64\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"561.83\",\n                    \"shippingCosts\": \"1777.46\",\n                    \"productCosts\": \"1542.47\",\n                    \"hardDecline\": 0,\n                    \"softDecline\": 0,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 1,\n                    \"recycleInitial\": {\n                        \"successes\": 284,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"---\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 220,\n                    \"declines\": 43,\n                    \"approvalRate\": \"80.586%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 109,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 10,\n                    \"pending\": 9,\n                    \"retention\": \"57.143%\",\n                    \"retTotal\": 112,\n                    \"gross\": \"18564.00\",\n                    \"expenses\": \"5492.17\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"13071.83\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"3578.40\",\n                    \"shippingCosts\": \"1065.97\",\n                    \"productCosts\": \"847.80\",\n                    \"hardDecline\": 17,\n                    \"softDecline\": 36,\n                    \"recycleSave\": 22,\n                    \"cycleNumber\": 2,\n                    \"recycleInitial\": {\n                        \"successes\": 141,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 16,\n                        \"successRate\": \"51.648%\",\n                        \"plusRetentionRate\": \"36.623%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 9,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"54.945%\",\n                        \"plusRetentionRate\": \"2.338%\"\n                    },\n                    \"recycle2\": {\n                        \"successes\": 8,\n                        \"softDeclines\": 6,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"57.875%\",\n                        \"plusRetentionRate\": \"2.078%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 5,\n                        \"softDeclines\": 27,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"59.707%\",\n                        \"plusRetentionRate\": \"1.299%\"\n                    }\n                },\n                {\n                    \"approved\": 63,\n                    \"declines\": 30,\n                    \"approvalRate\": \"65.625%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 30,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 3,\n                    \"pending\": 24,\n                    \"retention\": \"17.5%\",\n                    \"retTotal\": 264,\n                    \"gross\": \"5668.11\",\n                    \"expenses\": \"1710.33\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"3957.78\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"1133.62\",\n                    \"shippingCosts\": \"326.41\",\n                    \"productCosts\": \"250.30\",\n                    \"hardDecline\": 3,\n                    \"softDecline\": 30,\n                    \"recycleSave\": 10,\n                    \"cycleNumber\": 3,\n                    \"recycleInitial\": {\n                        \"successes\": 46,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 3,\n                        \"successRate\": \"47.917%\",\n                        \"plusRetentionRate\": \"12.778%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 4,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"52.083%\",\n                        \"plusRetentionRate\": \"1.111%\"\n                    },\n                    \"recycle2\": {\n                        \"successes\": 4,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"56.250%\",\n                        \"plusRetentionRate\": \"1.111%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 2,\n                        \"softDeclines\": 27,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"58.333%\",\n                        \"plusRetentionRate\": \"0.556%\"\n                    }\n                },\n                {\n                    \"approved\": 15,\n                    \"declines\": 13,\n                    \"approvalRate\": \"53.571%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 7,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"4.261%\",\n                    \"retTotal\": 324,\n                    \"gross\": \"1349.55\",\n                    \"expenses\": \"404.27\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"945.28\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"269.91\",\n                    \"shippingCosts\": \"75.57\",\n                    \"productCosts\": \"58.79\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 12,\n                    \"recycleSave\": 1,\n                    \"cycleNumber\": 4,\n                    \"recycleInitial\": {\n                        \"successes\": 14,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"50.000%\",\n                        \"plusRetentionRate\": \"3.977%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 1,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"53.571%\",\n                        \"plusRetentionRate\": \"0.284%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 12,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"53.571%\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 5,\n                    \"declines\": 3,\n                    \"approvalRate\": \"62.5%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 1,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"1.42%\",\n                    \"retTotal\": 344,\n                    \"gross\": \"449.85\",\n                    \"expenses\": \"133.79\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"316.06\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"89.97\",\n                    \"shippingCosts\": \"25.19\",\n                    \"productCosts\": \"18.63\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 2,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 5,\n                    \"recycleInitial\": {\n                        \"successes\": 5,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"62.500%\",\n                        \"plusRetentionRate\": \"1.420%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"62.500%\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 3,\n                    \"declines\": 1,\n                    \"approvalRate\": \"75%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": \"0.00\",\n                    \"partialRefunds\": \"0.00\",\n                    \"cancels\": 2,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"0.852%\",\n                    \"retTotal\": 348,\n                    \"gross\": \"269.91\",\n                    \"expenses\": \"83.50\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"186.41\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"53.98\",\n                    \"shippingCosts\": \"17.69\",\n                    \"productCosts\": \"11.83\",\n                    \"hardDecline\": 0,\n                    \"softDecline\": 1,\n                    \"recycleSave\": 1,\n                    \"cycleNumber\": 6,\n                    \"recycleInitial\": {\n                        \"successes\": 2,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"50.000%\",\n                        \"plusRetentionRate\": \"0.568%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 1,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"75.000%\",\n                        \"plusRetentionRate\": \"0.284%\"\n                    }\n                },\n                {\n                    \"approved\": 0,\n                    \"declines\": 1,\n                    \"approvalRate\": \"0%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 0,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"0%\",\n                    \"retTotal\": 351,\n                    \"gross\": \"0.00\",\n                    \"expenses\": \"0.00\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"0.00\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"0.00\",\n                    \"shippingCosts\": \"0.00\",\n                    \"productCosts\": \"0.00\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 0,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 7,\n                    \"recycleInitial\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"---\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                }\n            ],\n            \"byPublisher\": {\n                \"No Aff\": {\n                    \"affId\": \"No Aff\",\n                    \"orders\": 394,\n                    \"grossTotal\": \"29319.54\",\n                    \"netTotal\": \"15553.71\",\n                    \"expensesTotal\": \"11705.83\",\n                    \"lifeTimeValue\": \"74.42\",\n                    \"lifeTimeValuePerCust\": \"0.00\",\n                    \"currencySymbol\": \"€\",\n                    \"cycles\": [\n                        {\n                            \"approved\": 394,\n                            \"declines\": 0,\n                            \"approvalRate\": \"100%\",\n                            \"cpa\": 5.2284263959391,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 112,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 0,\n                            \"retention\": \"0%\",\n                            \"retTotal\": 0,\n                            \"gross\": \"3018.12\",\n                            \"expenses\": \"3881.76\",\n                            \"commission\": \"2060.00\",\n                            \"net\": \"-2923.64\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"561.83\",\n                            \"shippingCosts\": \"1777.46\",\n                            \"productCosts\": \"1542.47\",\n                            \"hardDecline\": 0,\n                            \"softDecline\": 0,\n                            \"recycleSave\": 0,\n                            \"cycleNumber\": 1,\n                            \"recycleInitial\": {\n                                \"successes\": 284,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"---\",\n                                \"plusRetentionRate\": \"---\"\n                            }\n                        },\n                        {\n                            \"approved\": 220,\n                            \"declines\": 43,\n                            \"approvalRate\": \"80.586%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 109,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 10,\n                            \"pending\": 9,\n                            \"retention\": \"57.143%\",\n                            \"retTotal\": 112,\n                            \"gross\": \"18564.00\",\n                            \"expenses\": \"5492.17\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"13071.83\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"3578.40\",\n                            \"shippingCosts\": \"1065.97\",\n                            \"productCosts\": \"847.80\",\n                            \"hardDecline\": 17,\n                            \"softDecline\": 36,\n                            \"recycleSave\": 22,\n                            \"cycleNumber\": 2,\n                            \"recycleInitial\": {\n                                \"successes\": 141,\n                                \"softDeclines\": 2,\n                                \"hardDeclines\": 16,\n                                \"successRate\": \"51.648%\",\n                                \"plusRetentionRate\": \"36.623%\"\n                            },\n                            \"recycle1\": {\n                                \"successes\": 9,\n                                \"softDeclines\": 1,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"54.945%\",\n                                \"plusRetentionRate\": \"2.338%\"\n                            },\n                            \"recycle2\": {\n                                \"successes\": 8,\n                                \"softDeclines\": 6,\n                                \"hardDeclines\": 1,\n                                \"successRate\": \"57.875%\",\n                                \"plusRetentionRate\": \"2.078%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 5,\n                                \"softDeclines\": 27,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"59.707%\",\n                                \"plusRetentionRate\": \"1.299%\"\n                            }\n                        },\n                        {\n                            \"approved\": 63,\n                            \"declines\": 30,\n                            \"approvalRate\": \"65.625%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 30,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 3,\n                            \"pending\": 24,\n                            \"retention\": \"17.5%\",\n                            \"retTotal\": 264,\n                            \"gross\": \"5668.11\",\n                            \"expenses\": \"1710.33\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"3957.78\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"1133.62\",\n                            \"shippingCosts\": \"326.41\",\n                            \"productCosts\": \"250.30\",\n                            \"hardDecline\": 3,\n                            \"softDecline\": 30,\n                            \"recycleSave\": 10,\n                            \"cycleNumber\": 3,\n                            \"recycleInitial\": {\n                                \"successes\": 46,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 3,\n                                \"successRate\": \"47.917%\",\n                                \"plusRetentionRate\": \"12.778%\"\n                            },\n                            \"recycle1\": {\n                                \"successes\": 4,\n                                \"softDeclines\": 1,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"52.083%\",\n                                \"plusRetentionRate\": \"1.111%\"\n                            },\n                            \"recycle2\": {\n                                \"successes\": 4,\n                                \"softDeclines\": 2,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"56.250%\",\n                                \"plusRetentionRate\": \"1.111%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 2,\n                                \"softDeclines\": 27,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"58.333%\",\n                                \"plusRetentionRate\": \"0.556%\"\n                            }\n                        },\n                        {\n                            \"approved\": 15,\n                            \"declines\": 13,\n                            \"approvalRate\": \"53.571%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 7,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 29,\n                            \"retention\": \"4.261%\",\n                            \"retTotal\": 324,\n                            \"gross\": \"1349.55\",\n                            \"expenses\": \"404.27\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"945.28\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"269.91\",\n                            \"shippingCosts\": \"75.57\",\n                            \"productCosts\": \"58.79\",\n                            \"hardDecline\": 1,\n                            \"softDecline\": 12,\n                            \"recycleSave\": 1,\n                            \"cycleNumber\": 4,\n                            \"recycleInitial\": {\n                                \"successes\": 14,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"50.000%\",\n                                \"plusRetentionRate\": \"3.977%\"\n                            },\n                            \"recycle1\": {\n                                \"successes\": 1,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"53.571%\",\n                                \"plusRetentionRate\": \"0.284%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 0,\n                                \"softDeclines\": 12,\n                                \"hardDeclines\": 1,\n                                \"successRate\": \"53.571%\",\n                                \"plusRetentionRate\": \"---\"\n                            }\n                        },\n                        {\n                            \"approved\": 5,\n                            \"declines\": 3,\n                            \"approvalRate\": \"62.5%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 1,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 29,\n                            \"retention\": \"1.42%\",\n                            \"retTotal\": 344,\n                            \"gross\": \"449.85\",\n                            \"expenses\": \"133.79\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"316.06\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"89.97\",\n                            \"shippingCosts\": \"25.19\",\n                            \"productCosts\": \"18.63\",\n                            \"hardDecline\": 1,\n                            \"softDecline\": 2,\n                            \"recycleSave\": 0,\n                            \"cycleNumber\": 5,\n                            \"recycleInitial\": {\n                                \"successes\": 5,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"62.500%\",\n                                \"plusRetentionRate\": \"1.420%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 0,\n                                \"softDeclines\": 2,\n                                \"hardDeclines\": 1,\n                                \"successRate\": \"62.500%\",\n                                \"plusRetentionRate\": \"---\"\n                            }\n                        },\n                        {\n                            \"approved\": 3,\n                            \"declines\": 1,\n                            \"approvalRate\": \"75%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": \"0.00\",\n                            \"partialRefunds\": \"0.00\",\n                            \"cancels\": 2,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 29,\n                            \"retention\": \"0.852%\",\n                            \"retTotal\": 348,\n                            \"gross\": \"269.91\",\n                            \"expenses\": \"83.50\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"186.41\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"53.98\",\n                            \"shippingCosts\": \"17.69\",\n                            \"productCosts\": \"11.83\",\n                            \"hardDecline\": 0,\n                            \"softDecline\": 1,\n                            \"recycleSave\": 1,\n                            \"cycleNumber\": 6,\n                            \"recycleInitial\": {\n                                \"successes\": 2,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"50.000%\",\n                                \"plusRetentionRate\": \"0.568%\"\n                            },\n                            \"recycle3\": {\n                                \"successes\": 1,\n                                \"softDeclines\": 1,\n                                \"hardDeclines\": 0,\n                                \"successRate\": \"75.000%\",\n                                \"plusRetentionRate\": \"0.284%\"\n                            }\n                        },\n                        {\n                            \"approved\": 0,\n                            \"declines\": 1,\n                            \"approvalRate\": \"0%\",\n                            \"cpa\": 0,\n                            \"fullRefunds\": 0,\n                            \"partialRefunds\": 0,\n                            \"cancels\": 0,\n                            \"chargebacks\": 0,\n                            \"chargebackRate\": \"0%\",\n                            \"recycles\": 0,\n                            \"pending\": 29,\n                            \"retention\": \"0%\",\n                            \"retTotal\": 351,\n                            \"gross\": \"0.00\",\n                            \"expenses\": \"0.00\",\n                            \"commission\": \"0.00\",\n                            \"net\": \"0.00\",\n                            \"transactionFee\": \"0.00\",\n                            \"discountRateFee\": \"0.00\",\n                            \"shippingCosts\": \"0.00\",\n                            \"productCosts\": \"0.00\",\n                            \"hardDecline\": 1,\n                            \"softDecline\": 0,\n                            \"recycleSave\": 0,\n                            \"cycleNumber\": 7,\n                            \"recycleInitial\": {\n                                \"successes\": 0,\n                                \"softDeclines\": 0,\n                                \"hardDeclines\": 1,\n                                \"successRate\": \"---\",\n                                \"plusRetentionRate\": \"---\"\n                            }\n                        }\n                    ],\n                    \"bySubAff\": {\n                        \"No SubAff\": {\n                            \"subAffId\": \"No SubAff\",\n                            \"orders\": 394,\n                            \"grossTotal\": \"29319.54\",\n                            \"netTotal\": \"15459.99\",\n                            \"expensesTotal\": \"11799.55\",\n                            \"lifeTimeValue\": \"74.42\",\n                            \"lifeTimeValuePerCust\": \"0.00\",\n                            \"currencySymbol\": \"€\",\n                            \"cycles\": [\n                                {\n                                    \"approved\": 394,\n                                    \"declines\": 0,\n                                    \"approvalRate\": \"100%\",\n                                    \"cpa\": 5.2284263959391,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 112,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 0,\n                                    \"retention\": \"0%\",\n                                    \"retTotal\": 0,\n                                    \"gross\": \"3018.12\",\n                                    \"expenses\": \"3975.48\",\n                                    \"commission\": \"2060.00\",\n                                    \"net\": \"-3017.36\",\n                                    \"transactionFee\": \"93.72\",\n                                    \"discountRateFee\": \"561.83\",\n                                    \"shippingCosts\": \"1777.46\",\n                                    \"productCosts\": \"1542.47\",\n                                    \"hardDecline\": 0,\n                                    \"softDecline\": 0,\n                                    \"recycleSave\": 0,\n                                    \"cycleNumber\": 1,\n                                    \"recycleInitial\": {\n                                        \"successes\": 284,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"---\",\n                                        \"plusRetentionRate\": \"---\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 220,\n                                    \"declines\": 43,\n                                    \"approvalRate\": \"80.586%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 109,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 10,\n                                    \"pending\": 9,\n                                    \"retention\": \"57.143%\",\n                                    \"retTotal\": 112,\n                                    \"gross\": \"18564.00\",\n                                    \"expenses\": \"5492.17\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"13071.83\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"3578.40\",\n                                    \"shippingCosts\": \"1065.97\",\n                                    \"productCosts\": \"847.80\",\n                                    \"hardDecline\": 17,\n                                    \"softDecline\": 36,\n                                    \"recycleSave\": 22,\n                                    \"cycleNumber\": 2,\n                                    \"recycleInitial\": {\n                                        \"successes\": 141,\n                                        \"softDeclines\": 2,\n                                        \"hardDeclines\": 16,\n                                        \"successRate\": \"51.648%\",\n                                        \"plusRetentionRate\": \"36.623%\"\n                                    },\n                                    \"recycle1\": {\n                                        \"successes\": 9,\n                                        \"softDeclines\": 1,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"54.945%\",\n                                        \"plusRetentionRate\": \"2.338%\"\n                                    },\n                                    \"recycle2\": {\n                                        \"successes\": 8,\n                                        \"softDeclines\": 6,\n                                        \"hardDeclines\": 1,\n                                        \"successRate\": \"57.875%\",\n                                        \"plusRetentionRate\": \"2.078%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 5,\n                                        \"softDeclines\": 27,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"59.707%\",\n                                        \"plusRetentionRate\": \"1.299%\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 63,\n                                    \"declines\": 30,\n                                    \"approvalRate\": \"65.625%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 30,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 3,\n                                    \"pending\": 24,\n                                    \"retention\": \"17.5%\",\n                                    \"retTotal\": 264,\n                                    \"gross\": \"5668.11\",\n                                    \"expenses\": \"1710.33\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"3957.78\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"1133.62\",\n                                    \"shippingCosts\": \"326.41\",\n                                    \"productCosts\": \"250.30\",\n                                    \"hardDecline\": 3,\n                                    \"softDecline\": 30,\n                                    \"recycleSave\": 10,\n                                    \"cycleNumber\": 3,\n                                    \"recycleInitial\": {\n                                        \"successes\": 46,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 3,\n                                        \"successRate\": \"47.917%\",\n                                        \"plusRetentionRate\": \"12.778%\"\n                                    },\n                                    \"recycle1\": {\n                                        \"successes\": 4,\n                                        \"softDeclines\": 1,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"52.083%\",\n                                        \"plusRetentionRate\": \"1.111%\"\n                                    },\n                                    \"recycle2\": {\n                                        \"successes\": 4,\n                                        \"softDeclines\": 2,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"56.250%\",\n                                        \"plusRetentionRate\": \"1.111%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 2,\n                                        \"softDeclines\": 27,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"58.333%\",\n                                        \"plusRetentionRate\": \"0.556%\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 15,\n                                    \"declines\": 13,\n                                    \"approvalRate\": \"53.571%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 7,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 29,\n                                    \"retention\": \"4.261%\",\n                                    \"retTotal\": 324,\n                                    \"gross\": \"1349.55\",\n                                    \"expenses\": \"404.27\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"945.28\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"269.91\",\n                                    \"shippingCosts\": \"75.57\",\n                                    \"productCosts\": \"58.79\",\n                                    \"hardDecline\": 1,\n                                    \"softDecline\": 12,\n                                    \"recycleSave\": 1,\n                                    \"cycleNumber\": 4,\n                                    \"recycleInitial\": {\n                                        \"successes\": 14,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"50.000%\",\n                                        \"plusRetentionRate\": \"3.977%\"\n                                    },\n                                    \"recycle1\": {\n                                        \"successes\": 1,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"53.571%\",\n                                        \"plusRetentionRate\": \"0.284%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 0,\n                                        \"softDeclines\": 12,\n                                        \"hardDeclines\": 1,\n                                        \"successRate\": \"53.571%\",\n                                        \"plusRetentionRate\": \"---\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 5,\n                                    \"declines\": 3,\n                                    \"approvalRate\": \"62.5%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 1,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 29,\n                                    \"retention\": \"1.42%\",\n                                    \"retTotal\": 344,\n                                    \"gross\": \"449.85\",\n                                    \"expenses\": \"133.79\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"316.06\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"89.97\",\n                                    \"shippingCosts\": \"25.19\",\n                                    \"productCosts\": \"18.63\",\n                                    \"hardDecline\": 1,\n                                    \"softDecline\": 2,\n                                    \"recycleSave\": 0,\n                                    \"cycleNumber\": 5,\n                                    \"recycleInitial\": {\n                                        \"successes\": 5,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"62.500%\",\n                                        \"plusRetentionRate\": \"1.420%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 0,\n                                        \"softDeclines\": 2,\n                                        \"hardDeclines\": 1,\n                                        \"successRate\": \"62.500%\",\n                                        \"plusRetentionRate\": \"---\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 3,\n                                    \"declines\": 1,\n                                    \"approvalRate\": \"75%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": \"0.00\",\n                                    \"partialRefunds\": \"0.00\",\n                                    \"cancels\": 2,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 29,\n                                    \"retention\": \"0.852%\",\n                                    \"retTotal\": 348,\n                                    \"gross\": \"269.91\",\n                                    \"expenses\": \"83.50\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"186.41\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"53.98\",\n                                    \"shippingCosts\": \"17.69\",\n                                    \"productCosts\": \"11.83\",\n                                    \"hardDecline\": 0,\n                                    \"softDecline\": 1,\n                                    \"recycleSave\": 1,\n                                    \"cycleNumber\": 6,\n                                    \"recycleInitial\": {\n                                        \"successes\": 2,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"50.000%\",\n                                        \"plusRetentionRate\": \"0.568%\"\n                                    },\n                                    \"recycle3\": {\n                                        \"successes\": 1,\n                                        \"softDeclines\": 1,\n                                        \"hardDeclines\": 0,\n                                        \"successRate\": \"75.000%\",\n                                        \"plusRetentionRate\": \"0.284%\"\n                                    }\n                                },\n                                {\n                                    \"approved\": 0,\n                                    \"declines\": 1,\n                                    \"approvalRate\": \"0%\",\n                                    \"cpa\": 0,\n                                    \"fullRefunds\": 0,\n                                    \"partialRefunds\": 0,\n                                    \"cancels\": 0,\n                                    \"chargebacks\": 0,\n                                    \"chargebackRate\": \"0%\",\n                                    \"recycles\": 0,\n                                    \"pending\": 29,\n                                    \"retention\": \"0%\",\n                                    \"retTotal\": 351,\n                                    \"gross\": \"0.00\",\n                                    \"expenses\": \"0.00\",\n                                    \"commission\": \"0.00\",\n                                    \"net\": \"0.00\",\n                                    \"transactionFee\": \"0.00\",\n                                    \"discountRateFee\": \"0.00\",\n                                    \"shippingCosts\": \"0.00\",\n                                    \"productCosts\": \"0.00\",\n                                    \"hardDecline\": 1,\n                                    \"softDecline\": 0,\n                                    \"recycleSave\": 0,\n                                    \"cycleNumber\": 7,\n                                    \"recycleInitial\": {\n                                        \"successes\": 0,\n                                        \"softDeclines\": 0,\n                                        \"hardDeclines\": 1,\n                                        \"successRate\": \"---\",\n                                        \"plusRetentionRate\": \"---\"\n                                    }\n                                }\n                            ]\n                        }\n                    }\n                }\n            }\n        },\n        \"Total\": {\n            \"sourceId\": \"Total\",\n            \"sourceName\": \"Total\",\n            \"orders\": 394,\n            \"grossTotal\": \"29319.54\",\n            \"netTotal\": \"15553.71\",\n            \"expensesTotal\": \"11705.83\",\n            \"lifeTimeValue\": \"74.42\",\n            \"lifeTimeValuePerCust\": \"0.00\",\n            \"currencySymbol\": \"€\",\n            \"cycles\": [\n                {\n                    \"approved\": 394,\n                    \"declines\": 0,\n                    \"approvalRate\": \"100%\",\n                    \"cpa\": 5.2284263959391,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 112,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 0,\n                    \"retention\": \"0%\",\n                    \"retTotal\": 0,\n                    \"gross\": \"3018.12\",\n                    \"expenses\": \"3881.76\",\n                    \"commission\": \"2060.00\",\n                    \"net\": \"-2923.64\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"561.83\",\n                    \"shippingCosts\": \"1777.46\",\n                    \"productCosts\": \"1542.47\",\n                    \"hardDecline\": 0,\n                    \"softDecline\": 0,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 1,\n                    \"recycleInitial\": {\n                        \"successes\": 284,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"---\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 220,\n                    \"declines\": 43,\n                    \"approvalRate\": \"80.586%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 109,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 10,\n                    \"pending\": 9,\n                    \"retention\": \"57.143%\",\n                    \"retTotal\": 112,\n                    \"gross\": \"18564.00\",\n                    \"expenses\": \"5492.17\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"13071.83\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"3578.40\",\n                    \"shippingCosts\": \"1065.97\",\n                    \"productCosts\": \"847.80\",\n                    \"hardDecline\": 17,\n                    \"softDecline\": 36,\n                    \"recycleSave\": 22,\n                    \"cycleNumber\": 2,\n                    \"recycleInitial\": {\n                        \"successes\": 141,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 16,\n                        \"successRate\": \"51.648%\",\n                        \"plusRetentionRate\": \"36.623%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 9,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"54.945%\",\n                        \"plusRetentionRate\": \"2.338%\"\n                    },\n                    \"recycle2\": {\n                        \"successes\": 8,\n                        \"softDeclines\": 6,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"57.875%\",\n                        \"plusRetentionRate\": \"2.078%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 5,\n                        \"softDeclines\": 27,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"59.707%\",\n                        \"plusRetentionRate\": \"1.299%\"\n                    }\n                },\n                {\n                    \"approved\": 63,\n                    \"declines\": 30,\n                    \"approvalRate\": \"65.625%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 30,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 3,\n                    \"pending\": 24,\n                    \"retention\": \"17.5%\",\n                    \"retTotal\": 264,\n                    \"gross\": \"5668.11\",\n                    \"expenses\": \"1710.33\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"3957.78\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"1133.62\",\n                    \"shippingCosts\": \"326.41\",\n                    \"productCosts\": \"250.30\",\n                    \"hardDecline\": 3,\n                    \"softDecline\": 30,\n                    \"recycleSave\": 10,\n                    \"cycleNumber\": 3,\n                    \"recycleInitial\": {\n                        \"successes\": 46,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 3,\n                        \"successRate\": \"47.917%\",\n                        \"plusRetentionRate\": \"12.778%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 4,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"52.083%\",\n                        \"plusRetentionRate\": \"1.111%\"\n                    },\n                    \"recycle2\": {\n                        \"successes\": 4,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"56.250%\",\n                        \"plusRetentionRate\": \"1.111%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 2,\n                        \"softDeclines\": 27,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"58.333%\",\n                        \"plusRetentionRate\": \"0.556%\"\n                    }\n                },\n                {\n                    \"approved\": 15,\n                    \"declines\": 13,\n                    \"approvalRate\": \"53.571%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 7,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"4.261%\",\n                    \"retTotal\": 324,\n                    \"gross\": \"1349.55\",\n                    \"expenses\": \"404.27\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"945.28\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"269.91\",\n                    \"shippingCosts\": \"75.57\",\n                    \"productCosts\": \"58.79\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 12,\n                    \"recycleSave\": 1,\n                    \"cycleNumber\": 4,\n                    \"recycleInitial\": {\n                        \"successes\": 14,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"50.000%\",\n                        \"plusRetentionRate\": \"3.977%\"\n                    },\n                    \"recycle1\": {\n                        \"successes\": 1,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"53.571%\",\n                        \"plusRetentionRate\": \"0.284%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 12,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"53.571%\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 5,\n                    \"declines\": 3,\n                    \"approvalRate\": \"62.5%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 1,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"1.42%\",\n                    \"retTotal\": 344,\n                    \"gross\": \"449.85\",\n                    \"expenses\": \"133.79\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"316.06\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"89.97\",\n                    \"shippingCosts\": \"25.19\",\n                    \"productCosts\": \"18.63\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 2,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 5,\n                    \"recycleInitial\": {\n                        \"successes\": 5,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"62.500%\",\n                        \"plusRetentionRate\": \"1.420%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 2,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"62.500%\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                },\n                {\n                    \"approved\": 3,\n                    \"declines\": 1,\n                    \"approvalRate\": \"75%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 2,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"0.852%\",\n                    \"retTotal\": 348,\n                    \"gross\": \"269.91\",\n                    \"expenses\": \"83.50\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"186.41\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"53.98\",\n                    \"shippingCosts\": \"17.69\",\n                    \"productCosts\": \"11.83\",\n                    \"hardDecline\": 0,\n                    \"softDecline\": 1,\n                    \"recycleSave\": 1,\n                    \"cycleNumber\": 6,\n                    \"recycleInitial\": {\n                        \"successes\": 2,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"50.000%\",\n                        \"plusRetentionRate\": \"0.568%\"\n                    },\n                    \"recycle3\": {\n                        \"successes\": 1,\n                        \"softDeclines\": 1,\n                        \"hardDeclines\": 0,\n                        \"successRate\": \"75.000%\",\n                        \"plusRetentionRate\": \"0.284%\"\n                    }\n                },\n                {\n                    \"approved\": 0,\n                    \"declines\": 1,\n                    \"approvalRate\": \"0%\",\n                    \"cpa\": 0,\n                    \"fullRefunds\": 0,\n                    \"partialRefunds\": 0,\n                    \"cancels\": 0,\n                    \"chargebacks\": 0,\n                    \"chargebackRate\": \"0%\",\n                    \"recycles\": 0,\n                    \"pending\": 29,\n                    \"retention\": \"0%\",\n                    \"retTotal\": 351,\n                    \"gross\": \"0.00\",\n                    \"expenses\": \"0.00\",\n                    \"commission\": \"0.00\",\n                    \"net\": \"0.00\",\n                    \"transactionFee\": \"0.00\",\n                    \"discountRateFee\": \"0.00\",\n                    \"shippingCosts\": \"0.00\",\n                    \"productCosts\": \"0.00\",\n                    \"hardDecline\": 1,\n                    \"softDecline\": 0,\n                    \"recycleSave\": 0,\n                    \"cycleNumber\": 7,\n                    \"recycleInitial\": {\n                        \"successes\": 0,\n                        \"softDeclines\": 0,\n                        \"hardDeclines\": 1,\n                        \"successRate\": \"---\",\n                        \"plusRetentionRate\": \"---\"\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"20a48bbb-2758-47f9-8bcd-90fe10ecd5b2"},{"name":"Query Projected Billing Report","id":"9fd2a9e3-e284-476e-a58e-fde8952faf1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/reports/projected-billing/","description":"<p>The Query Projected Billing Report API returns summary report of Projected Billing information through a simple HTTP GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>The numeric id of the campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>cycle1Attrition</code></td>\n<td>Integer</td>\n<td>Percentage of successful rebills for rebill #1</td>\n<td>N (Default is 75)</td>\n</tr>\n<tr>\n<td><code>cycle2Attrition</code></td>\n<td>Integer</td>\n<td>Percentage of successful rebills for rebill #2</td>\n<td>N (Default is 50)</td>\n</tr>\n<tr>\n<td><code>cycle3Attrition</code></td>\n<td>Integer</td>\n<td>Percentage of successful rebills for rebill #3</td>\n<td>N (Default is 50)</td>\n</tr>\n<tr>\n<td><code>cycle4PlusAttrition</code></td>\n<td>Integer</td>\n<td>Percentage of successful rebills for rebill #4+</td>\n<td>N (Default is 50)</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only orders to be billed on or before this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>merchantId</code></td>\n<td>Integer</td>\n<td>The numeric id of the gateway</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>recycle1Attrition</code></td>\n<td>Integer</td>\n<td>Percentage of successful bills recycled for attempt #1</td>\n<td>N (Default is 22)</td>\n</tr>\n<tr>\n<td><code>recycle2Attrition</code></td>\n<td>Integer</td>\n<td>Percentage of successful bills recycled for attempt #2</td>\n<td>N (Default is 15)</td>\n</tr>\n<tr>\n<td><code>recycle3Attrition</code></td>\n<td>Integer</td>\n<td>Percentage of successful bills recycled for attempt #3</td>\n<td>N (Default is 7)</td>\n</tr>\n<tr>\n<td><code>recycle4PlusAttrition</code></td>\n<td>Integer</td>\n<td>Percentage of successful bills recycled for attempt #4+</td>\n<td>N (Default is 5)</td>\n</tr>\n<tr>\n<td><code>reportType</code></td>\n<td>enum (campaign, source, gateway)</td>\n<td>Group report by report type</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>sourceId</code></td>\n<td>Integer</td>\n<td>The numeric id of the source/affiliate</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only orders to be billed on or after this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>useActualApprovals</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Set the Rebill and Recycle Projections based on actual rebills in the last 30 days</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"(1) 1 Test\": {\n            \"id\": 1,\n            \"2023-09-05\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-15\": {\n                \"count\": 2,\n                \"revenue\": \"$400.00\"\n            },\n            \"2023-09-16\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-20\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            }\n        },\n        \"(4) Sports Goods\": {\n            \"id\": 4,\n            \"2023-09-05\": {\n                \"count\": 1,\n                \"revenue\": \"$250.00\"\n            },\n            \"2023-09-15\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-16\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-20\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            }\n        },\n        \"(10) test campaign 10\": {\n            \"id\": 10,\n            \"2023-09-05\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-15\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-16\": {\n                \"count\": 5,\n                \"revenue\": \"$1,047.50\"\n            },\n            \"2023-09-20\": {\n                \"count\": 1,\n                \"revenue\": \"$29.50\"\n            }\n        }\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["reports","projected-billing",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"5d44136c-1110-4532-a7a6-6e03ca06b990","name":"Query Projected Billing Report","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/reports/projected-billing/?loginId=testapi&password=abc123&reportType=campaign&startDate=09/1/2023&endDate=09/20/2023","protocol":"https","host":["api","checkoutchamp","com"],"path":["reports","projected-billing",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"abc123"},{"key":"reportType","value":"campaign"},{"key":"startDate","value":"09/1/2023"},{"key":"endDate","value":"09/20/2023"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Aug 2023 14:07:13 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"204"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Strict-Transport-Security","value":"\"max-age=16000000\""}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"(1) 1 Test\": {\n            \"id\": 1,\n            \"2023-09-05\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-15\": {\n                \"count\": 2,\n                \"revenue\": \"$400.00\"\n            },\n            \"2023-09-16\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-20\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            }\n        },\n        \"(4) Sports Goods\": {\n            \"id\": 4,\n            \"2023-09-05\": {\n                \"count\": 1,\n                \"revenue\": \"$250.00\"\n            },\n            \"2023-09-15\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-16\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-20\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            }\n        },\n        \"(10) test campaign 10\": {\n            \"id\": 10,\n            \"2023-09-05\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-15\": {\n                \"count\": 0,\n                \"revenue\": \"$0.00\"\n            },\n            \"2023-09-16\": {\n                \"count\": 5,\n                \"revenue\": \"$1,047.50\"\n            },\n            \"2023-09-20\": {\n                \"count\": 1,\n                \"revenue\": \"$29.50\"\n            }\n        }\n    }\n}"}],"_postman_id":"9fd2a9e3-e284-476e-a58e-fde8952faf1d"},{"name":"Query Gateway","id":"c4c88ffa-1bdc-4b1c-8e2d-60b7d8c8fd7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/merchant/query/","description":"<p>The Query Gateway API returns information about existing gateways through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>billerId</code></td>\n<td>Integer</td>\n<td>Checkout Champ biller Id for gateway</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>visible</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>1 shows all live gateways. 0 shows all deleted gateways. (defaults to 1)</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>enabled</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>1 shows all enabled gateways. 0 shows all disabled gateways. (defaults to 1)</td>\n<td></td>\n</tr>\n<tr>\n<td><code>gatewayName</code></td>\n<td>String (max 50 chars)</td>\n<td>The name of the gateway in Checkout Champ</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (max 100 chars)</td>\n<td>The assigned title of the gateway</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"billerId\": 105,\n        \"title\": \"Test gateway 01\",\n        \"enabled\": 1,\n        \"acceptACH\": 0,\n        \"directDebit\": 0,\n        \"blockPrepaid\": 0,\n        \"blockDebit\": 0,\n        \"mastercard\": 1,\n        \"visa\": 1,\n        \"amex\": 1,\n        \"discover\": 1,\n        \"monthlyLimit\": \"0.00\",\n        \"monthlyLimitHasRefunds\": 0,\n        \"chargebackRatio\": \"0.000\",\n        \"descriptor\": \"Descriptor\",\n        \"midNumber\": \"123\",\n        \"processorName\": null,\n        \"txnFee\": \"0.00\",\n        \"discountRate\": \"0.00\",\n        \"reserveAccountRate\": \"0.00\",\n        \"preAuthAmount\": \"1.00\",\n        \"cs_phone\": null,\n        \"cs_email\": null,\n        \"cs_chargeback\": null,\n        \"cs_url\": null,\n        \"gatewayId\": 223,\n        \"gatewayData\": \"{\\\"CompanyID\\\":\\\"CompanyID\\\",\\\"Password\\\":\\\"Password\\\",\\\"Hashcode\\\":\\\"Hashcode\\\"}\",\n        \"visible\": 1,\n        \"categoryCode\": null,\n        \"bankName\": null,\n        \"merchantCategoryId\": 1,\n        \"pinlessDebit\": 0,\n        \"subaccountId\": null,\n        \"consentEnrolledDate\": null,\n        \"merchantCategoryName\": \"PrimaCategory\",\n        \"uniqueFields\": \"CompanyID:STR40\\nPassword:STR40\\nHashcode:STR40\",\n        \"gatewayName\": \"Acquired3DS\"\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["merchant","query",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"99ea56eb-c7ae-4bfb-9437-7612f58a12f2","name":"Query Gateway","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/merchant/query/?loginId=testApiUser&password=testApiPassword&billerId=1","protocol":"https","host":["api","checkoutchamp","com"],"path":["merchant","query",""],"query":[{"key":"loginId","value":"testApiUser"},{"key":"password","value":"testApiPassword"},{"key":"billerId","value":"1"},{"key":"gatewayName","value":"Acquired3DS","disabled":true},{"key":"visible","value":"1","disabled":true},{"key":"enabled","value":"1","disabled":true},{"key":"page","value":"1","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"billerId\": 105,\n        \"title\": \"Test gateway 01\",\n        \"enabled\": 1,\n        \"acceptACH\": 0,\n        \"directDebit\": 0,\n        \"blockPrepaid\": 0,\n        \"blockDebit\": 0,\n        \"mastercard\": 1,\n        \"visa\": 1,\n        \"amex\": 1,\n        \"discover\": 1,\n        \"monthlyLimit\": \"0.00\",\n        \"monthlyLimitHasRefunds\": 0,\n        \"chargebackRatio\": \"0.000\",\n        \"descriptor\": \"Descriptor\",\n        \"midNumber\": \"123\",\n        \"processorName\": null,\n        \"txnFee\": \"0.00\",\n        \"discountRate\": \"0.00\",\n        \"reserveAccountRate\": \"0.00\",\n        \"preAuthAmount\": \"1.00\",\n        \"cs_phone\": null,\n        \"cs_email\": null,\n        \"cs_chargeback\": null,\n        \"cs_url\": null,\n        \"gatewayId\": 223,\n        \"gatewayData\": \"{\\\"CompanyID\\\":\\\"CompanyID\\\",\\\"Password\\\":\\\"Password\\\",\\\"Hashcode\\\":\\\"Hashcode\\\"}\",\n        \"visible\": 1,\n        \"categoryCode\": null,\n        \"bankName\": null,\n        \"merchantCategoryId\": 1,\n        \"pinlessDebit\": 0,\n        \"subaccountId\": null,\n        \"consentEnrolledDate\": null,\n        \"merchantCategoryName\": \"PrimaCategory\",\n        \"uniqueFields\": \"CompanyID:STR40\\nPassword:STR40\\nHashcode:STR40\",\n        \"gatewayName\": \"Acquired3DS\"\n    }\n}"}],"_postman_id":"c4c88ffa-1bdc-4b1c-8e2d-60b7d8c8fd7d"},{"name":"Query Transaction Summary Report","id":"54074afe-956a-4a80-9860-22a8cd23b683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/transactions/summary/","description":"<p>The Query Transaction Summary Report API returns the same data shown on the transaction summary report through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>dateRangeType</code></td>\n<td>enum (txnDate, orderDate)</td>\n<td>Group report by date range type</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>Filter for results from a specific campaign</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignCategoryName</code></td>\n<td>String (max 50 chars)</td>\n<td>The Checkout Champ Campaign Category. This is a contained-in search  <br />Example: \"apple\" is contained in \"The apple tree fell\"</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only transactions processed on or before this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>Only records falling on or after this time are retrieved</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>reportType</code></td>\n<td>enum (campaign, source, gateway, product, campaignProduct, currency, date, funnel)</td>\n<td>Group report by report type  <br />  <br />Note: The 'date' report type will always segment dates based on Eastern time</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only transactions processed on or after this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>Only records falling on or after this time are retrieved.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>grpOrderDeclines</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Group all declines on a single order as one decline</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>billType</code></td>\n<td>NEW_SALE / RECURRING</td>\n<td>'NEW_SALE' - only transactions with the initial billing.  <br />'RECURRING' - transactions in the second or higher billing cycle.  <br />(case sensitive)</td>\n<td>N</td>\n</tr>\n<tr>\n<td>cardType</td>\n<td>Enum ('VISA','MASTERCARD','DISCOVER','AMEX','TESTCARD')</td>\n<td>Card type of the customer's credit card</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmCampaign</code></td>\n<td>String</td>\n<td>Identifies a specific product promotion or strategic campaign.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmContent</code></td>\n<td>String</td>\n<td>Identifies what specifically was clicked to bring the user to the site, such as a banner ad or a text link. It is often used for A/B testing and content-targeted ads.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmMedium</code></td>\n<td>String</td>\n<td>Identifies what type of link was used, such as email or pay-per-click advertising.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmSource</code></td>\n<td>String</td>\n<td>Identifies which site sent the traffic, and is a required parameter.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmTerm</code></td>\n<td>String</td>\n<td>Identifies search terms.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>declineSaveType</code></td>\n<td>Boolean ('1' or '0')</td>\n<td>Filters on transactions tied to orders that have been re-attempted at least once.  <br />  <br />'1' - Show transactions from reattempted orders ONLY  <br />'0' - Exclude transactions from reattempted orders</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"newSaleCnt\": 0,\n            \"declinesCnt\": 0,\n            \"approvedPerc\": \"0.00\",\n            \"newSaleRev\": \"0.00\",\n            \"rebillCnt\": 1374,\n            \"rebillDeclinesCnt\": 0,\n            \"rebillApprovedPerc\": \"100.00\",\n            \"rebillRev\": \"112439.18\",\n            \"salesTax\": \"15524.01\",\n            \"surcharge\": \"0.00\",\n            \"refundCnt\": 0,\n            \"refundRev\": \"0.00\",\n            \"expenses\": \"-107380.00\",\n            \"chargebackCnt\": 0,\n            \"chargebackRev\": \"0.00\",\n            \"chargebackPerc\": \"0.00\",\n            \"grossRevenue\": \"112439.18\",\n            \"netRevenue\": \"5059.18\",\n            \"currencySymbol\": \"$\",\n            \"id\": 4,\n            \"refundPerc\": \"0.00\",\n            \"expenseDetails\": {\n                \"discountPrice\": \"220.00\",\n                \"shipDiscount\": \"0.00\",\n                \"newSaleProductCost\": \"0.00\",\n                \"rebillProductCost\": \"106990.00\",\n                \"shippingCost\": \"390.00\",\n                \"txnFee\": \"0.00\",\n                \"discountFee\": \"0.00\",\n                \"cbFee\": \"0.00\",\n                \"rdrFee\": \"0.00\",\n                \"commission\": \"0.00\"\n            },\n            \"campaign\": \"Sports Goods\"\n        },\n        {\n            \"newSaleCnt\": 0,\n            \"declinesCnt\": 0,\n            \"approvedPerc\": \"0.00\",\n            \"newSaleRev\": \"0.00\",\n            \"rebillCnt\": 144,\n            \"rebillDeclinesCnt\": 0,\n            \"rebillApprovedPerc\": \"100.00\",\n            \"rebillRev\": \"221947.65\",\n            \"salesTax\": \"9551.16\",\n            \"surcharge\": \"0.00\",\n            \"refundCnt\": 0,\n            \"refundRev\": \"0.00\",\n            \"expenses\": \"-43720.00\",\n            \"chargebackCnt\": 0,\n            \"chargebackRev\": \"0.00\",\n            \"chargebackPerc\": \"0.00\",\n            \"grossRevenue\": \"221947.65\",\n            \"netRevenue\": \"178227.65\",\n            \"currencySymbol\": \"$\",\n            \"id\": 10,\n            \"refundPerc\": \"0.00\",\n            \"expenseDetails\": {\n                \"discountPrice\": \"0.00\",\n                \"shipDiscount\": \"0.00\",\n                \"newSaleProductCost\": \"0.00\",\n                \"rebillProductCost\": \"43720.00\",\n                \"shippingCost\": \"0.00\",\n                \"txnFee\": \"0.00\",\n                \"discountFee\": \"0.00\",\n                \"cbFee\": \"0.00\",\n                \"rdrFee\": \"0.00\",\n                \"commission\": \"0.00\"\n            },\n            \"campaign\": \"test campaign 10\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["transactions","summary",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"9cadb136-b2ae-4da8-a61f-1f748b361493","name":"Query Transaction Summary Report","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/transactions/summary/?loginId=testapi&password=api123&startDate=11-01-2023&endDate=12-01-2023&reportType=campaign","protocol":"https","host":["api","checkoutchamp","com"],"path":["transactions","summary",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"api123"},{"key":"startDate","value":"11-01-2023"},{"key":"endDate","value":"12-01-2023"},{"key":"reportType","value":"campaign"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Feb 2024 16:21:02 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"412"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Strict-Transport-Security","value":"\"max-age=16000000\""}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"SUCCESS\",\n    \"message\": [\n        {\n            \"newSaleCnt\": 0,\n            \"declinesCnt\": 0,\n            \"approvedPerc\": \"0.00\",\n            \"newSaleRev\": \"0.00\",\n            \"rebillCnt\": 1374,\n            \"rebillDeclinesCnt\": 0,\n            \"rebillApprovedPerc\": \"100.00\",\n            \"rebillRev\": \"112439.18\",\n            \"salesTax\": \"15524.01\",\n            \"surcharge\": \"0.00\",\n            \"refundCnt\": 0,\n            \"refundRev\": \"0.00\",\n            \"expenses\": \"-107380.00\",\n            \"chargebackCnt\": 0,\n            \"chargebackRev\": \"0.00\",\n            \"chargebackPerc\": \"0.00\",\n            \"grossRevenue\": \"112439.18\",\n            \"netRevenue\": \"5059.18\",\n            \"currencySymbol\": \"$\",\n            \"id\": 4,\n            \"refundPerc\": \"0.00\",\n            \"expenseDetails\": {\n                \"discountPrice\": \"220.00\",\n                \"shipDiscount\": \"0.00\",\n                \"newSaleProductCost\": \"0.00\",\n                \"rebillProductCost\": \"106990.00\",\n                \"shippingCost\": \"390.00\",\n                \"txnFee\": \"0.00\",\n                \"discountFee\": \"0.00\",\n                \"cbFee\": \"0.00\",\n                \"rdrFee\": \"0.00\",\n                \"commission\": \"0.00\"\n            },\n            \"campaign\": \"Sports Goods\"\n        },\n        {\n            \"newSaleCnt\": 0,\n            \"declinesCnt\": 0,\n            \"approvedPerc\": \"0.00\",\n            \"newSaleRev\": \"0.00\",\n            \"rebillCnt\": 144,\n            \"rebillDeclinesCnt\": 0,\n            \"rebillApprovedPerc\": \"100.00\",\n            \"rebillRev\": \"221947.65\",\n            \"salesTax\": \"9551.16\",\n            \"surcharge\": \"0.00\",\n            \"refundCnt\": 0,\n            \"refundRev\": \"0.00\",\n            \"expenses\": \"-43720.00\",\n            \"chargebackCnt\": 0,\n            \"chargebackRev\": \"0.00\",\n            \"chargebackPerc\": \"0.00\",\n            \"grossRevenue\": \"221947.65\",\n            \"netRevenue\": \"178227.65\",\n            \"currencySymbol\": \"$\",\n            \"id\": 10,\n            \"refundPerc\": \"0.00\",\n            \"expenseDetails\": {\n                \"discountPrice\": \"0.00\",\n                \"shipDiscount\": \"0.00\",\n                \"newSaleProductCost\": \"0.00\",\n                \"rebillProductCost\": \"43720.00\",\n                \"shippingCost\": \"0.00\",\n                \"txnFee\": \"0.00\",\n                \"discountFee\": \"0.00\",\n                \"cbFee\": \"0.00\",\n                \"rdrFee\": \"0.00\",\n                \"commission\": \"0.00\"\n            },\n            \"campaign\": \"test campaign 10\"\n        }\n    ]\n}"}],"_postman_id":"54074afe-956a-4a80-9860-22a8cd23b683"},{"name":"Query Order Summary Report","id":"bd04ea59-efe1-453f-903b-94af1e3afea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/order/summary/","description":"<p>The Query Order Summary Report API returns the same data<br />shown on the order summary report through a simple HTTPS GET or<br />POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by CheckoutChamp</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by CheckoutChamp</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>Only orders processed on or after this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>startTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>Only records falling on or after this time are retrieved</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String (mm/dd/yyyy)</td>\n<td>only orderss processed on or before this date</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>endTime</code></td>\n<td>String (hh:mm 24-hour format)</td>\n<td>Only records falling on or before this time are retrieved</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>reportType</code></td>\n<td>enum (campaign, source, gateway, product, campaignProduct, currency, date, country, funnel)</td>\n<td>Group report by report type  <br />  <br />Note: The 'date' report type will always segment dates based on Eastern time</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>campaignId</code></td>\n<td>Integer</td>\n<td>The CheckoutChamp Campaign ID. Use this parameter to limit results to a specific campaign.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignCategoryName</code></td>\n<td>String (max 50 chars)</td>\n<td>The CheckoutChamp campaign category name. This search shows results that include your query.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>productId</code></td>\n<td>Integer</td>\n<td>CheckoutChamp Base Product ID. Include this parameter to limit results to a specific product.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>campaignProductId</code></td>\n<td>Integer</td>\n<td>CheckoutChamp Campaign Product ID. Include this parameter to limit results to a specific campaign product.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>sourceId</code></td>\n<td>Integer</td>\n<td>CheckoutChampAffiliate/Source ID. Include this parameter to limit results to a specific source.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmCampaign</code></td>\n<td>String</td>\n<td>Identifies a specific product promotion or strategic campaign.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmContent</code></td>\n<td>String</td>\n<td>Identifies what specifically was clicked to bring the user to the site, such as a banner ad or a text link. It is often used for A/B testing and content-targeted ads.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmMedium</code></td>\n<td>String</td>\n<td>Identifies what type of link was used, such as email or pay-per-click advertising.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmSource</code></td>\n<td>String</td>\n<td>Identifies which site sent the traffic, and is a required parameter.</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>utmTerm</code></td>\n<td>String</td>\n<td>Identifies search terms.</td>\n<td>N</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["order","summary",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"4c66670f-681e-40fe-bb20-f7e7a3b2a8cf","name":"Query Order Summary Report","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/order/summary/?loginId=testapi&password=api123&startDate=11-01-2023&endDate=12-01-2023&reportType=campaign","protocol":"https","host":["api","checkoutchamp","com"],"path":["order","summary",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"api123"},{"key":"startDate","value":"11-01-2023"},{"key":"endDate","value":"12-01-2023"},{"key":"reportType","value":"campaign"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": \"SUCCESS\",\r\n    \"message\": [\r\n        {\r\n            \"campaign\": \"campaign1\",\r\n            \"partials\": 27,\r\n            \"partialPerc\": \"76.00\",\r\n            \"sales\": 100,\r\n            \"salesTotal\": \"10118.36\",\r\n            \"salesPerc\": \"95.00\",\r\n            \"declines\": 5,\r\n            \"declinePerc\": \"5.00\",\r\n            \"upsells\": 0,\r\n            \"upsellCnt\": 0,\r\n            \"upsellTotal\": \"0.00\",\r\n            \"upsellApproval\": \"0.00\",\r\n            \"shipping\": \"432.00\",\r\n            \"salesTax\": \"434.05\",\r\n            \"netRevenue\": \"10118.36\",\r\n            \"refundAmount\": \"0.00\",\r\n            \"avgTicket\": 101.18,\r\n            \"campaignId\": \"1\"\r\n        },\r\n        {\r\n            \"campaign\": \"eCommerce Test Campaign\",\r\n            \"partials\": 1,\r\n            \"partialPerc\": \"0.00\",\r\n            \"sales\": 0,\r\n            \"salesTotal\": \"0.00\",\r\n            \"salesPerc\": \"0.00\",\r\n            \"declines\": 0,\r\n            \"declinePerc\": \"0.00\",\r\n            \"upsells\": 0,\r\n            \"upsellCnt\": 0,\r\n            \"upsellTotal\": \"0.00\",\r\n            \"upsellApproval\": \"0.00\",\r\n            \"shipping\": \"0.00\",\r\n            \"salesTax\": \"0.00\",\r\n            \"netRevenue\": \"0.00\",\r\n            \"refundAmount\": \"0.00\",\r\n            \"avgTicket\": null,\r\n            \"campaignId\": \"2\"\r\n        },\r\n        {\r\n            \"campaign\": \"Phone Entry Campaign\",\r\n            \"partials\": 49,\r\n            \"partialPerc\": \"85.00\",\r\n            \"sales\": 306,\r\n            \"salesTotal\": \"115325.08\",\r\n            \"salesPerc\": \"98.00\",\r\n            \"declines\": 6,\r\n            \"declinePerc\": \"2.00\",\r\n            \"upsells\": 17,\r\n            \"upsellCnt\": 17,\r\n            \"upsellTotal\": \"850.00\",\r\n            \"upsellApproval\": \"100.00\",\r\n            \"shipping\": \"68.06\",\r\n            \"salesTax\": \"3974.81\",\r\n            \"netRevenue\": \"114708.08\",\r\n            \"refundAmount\": \"617.00\",\r\n            \"avgTicket\": 376.88,\r\n            \"campaignId\": \"3\"\r\n        },\r\n        {\r\n            \"campaign\": \"Shipping split test campaign\",\r\n            \"partials\": 0,\r\n            \"partialPerc\": \"100.00\",\r\n            \"sales\": 4,\r\n            \"salesTotal\": \"133.20\",\r\n            \"salesPerc\": \"100.00\",\r\n            \"declines\": 0,\r\n            \"declinePerc\": \"0.00\",\r\n            \"upsells\": 2,\r\n            \"upsellCnt\": 2,\r\n            \"upsellTotal\": \"0.00\",\r\n            \"upsellApproval\": \"100.00\",\r\n            \"shipping\": \"3.00\",\r\n            \"salesTax\": \"5.20\",\r\n            \"netRevenue\": \"133.20\",\r\n            \"refundAmount\": \"0.00\",\r\n            \"avgTicket\": 33.3,\r\n            \"campaignId\": \"4\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"bd04ea59-efe1-453f-903b-94af1e3afea0"},{"name":"Query Funnels","id":"882b46bd-f6d3-43a1-9747-9756c8808a84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.checkoutchamp.com/funnels/list/","description":"<p>The Query Funnels API returns information about existing CheckoutChamp funnels through a simple HTTPS GET or POST request.</p>\n<h3 id=\"data-dictionary\">Data Dictionary</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>funnelReferenceId</code></td>\n<td>String (max 32 chars)</td>\n<td></td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>includePages</code></td>\n<td>Boolean 1 or 0</td>\n<td>1 includes the pages in each funnel</td>\n<td>N</td>\n</tr>\n<tr>\n<td><code>loginId</code></td>\n<td>String (max 32 chars)</td>\n<td>API Login Id provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>String (max 32 chars)</td>\n<td>API password provided by Checkout Champ</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-response\">Sample Response</h3>\n<h4 id=\"success\">Success</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"result\": \"SUCCESS\",\n    \"message\": {\n        \"data\": [\n            {\n                \"id\": \"0127\",\n                \"name\": \"New Product Test\",\n                \"funnelReferenceId\": \"012DB71753B0422187AEABF3CA28C7EC\"\n            },\n            {\n                \"id\": \"0933\",\n                \"name\": \"Designer Funnel\",\n                \"funnelReferenceId\": \"09B3AD34EDA544FE830ED3C956B3816D\"\n            },\n            {\n                \"id\": \"0817\",\n                \"name\": \"Coffee House Test\",\n                \"funnelReferenceId\": \"0BC817EB1D004B0BA4EA3D5F5295F039\"\n            },\n            {\n                \"id\": \"0998\",\n                \"name\": \"Purchase funnel\",\n                \"funnelReferenceId\": \"0D9CADA9DE884339B3DBE0F9A19AAB30\"\n            },\n            {\n                \"id\": \"1236\",\n                \"name\": \"PayPal Demo\",\n                \"funnelReferenceId\": \"12BCA3D6706C485F98960DC8DB52939B\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["funnels","list",""],"host":["api","checkoutchamp","com"],"query":[],"variable":[]}},"response":[{"id":"484889a1-6cf8-4ccd-9605-00e3e1dd4357","name":"Query Funnels","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://api.checkoutchamp.com/funnels/list/?loginId=testapi&password=api123","protocol":"https","host":["api","checkoutchamp","com"],"path":["funnels","list",""],"query":[{"key":"loginId","value":"testapi"},{"key":"password","value":"api123"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"882b46bd-f6d3-43a1-9747-9756c8808a84"}],"id":"1fc4da2f-a748-4ae7-9fef-a5f4ebc4b07a","_postman_id":"1fc4da2f-a748-4ae7-9fef-a5f4ebc4b07a","description":""},{"name":"State Code","item":[],"id":"44c16a19-da53-44df-9a00-8e8c3d2459be","description":"<p><strong>Supported World States</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Country Code</th>\n<th>Country Name</th>\n<th>State Code</th>\n<th>State Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>BDS</td>\n<td>Badakhshan</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>BDG</td>\n<td>Badghis</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>BGL</td>\n<td>Baghlan</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>BAL</td>\n<td>Balkh</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>BAM</td>\n<td>Bamian</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>DAY</td>\n<td>Daykondi</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>FRA</td>\n<td>Farah</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>FYB</td>\n<td>Faryab</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>GHA</td>\n<td>Ghazni</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>GHO</td>\n<td>Ghowr</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>HEL</td>\n<td>Helmand</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>HER</td>\n<td>Herat</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>JOW</td>\n<td>Jowzjan</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>KAB</td>\n<td>Kabul</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>KAN</td>\n<td>Kandahar</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>KAP</td>\n<td>Kapisa</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>KHO</td>\n<td>Khowst</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>KNR</td>\n<td>Konar</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>KDZ</td>\n<td>Kondoz</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>LAG</td>\n<td>Laghman</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>LOW</td>\n<td>Lowgar</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>NAN</td>\n<td>Nangrahar</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>NIM</td>\n<td>Nimruz</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>NUR</td>\n<td>Nurestan</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>ORU</td>\n<td>Oruzgan</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>PIA</td>\n<td>Paktia</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>PKA</td>\n<td>Paktika</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>PAN</td>\n<td>Panjshir</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>PAR</td>\n<td>Parwan</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>SAM</td>\n<td>Samangan</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>SAR</td>\n<td>Sar-e Pol</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>TAK</td>\n<td>Takhar</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>WAR</td>\n<td>Wardak</td>\n</tr>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n<td>ZAB</td>\n<td>Zabol</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>BR</td>\n<td>Berat</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>BU</td>\n<td>Bulqizë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>DL</td>\n<td>Delvinë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>DV</td>\n<td>Devoll</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>DI</td>\n<td>Dibër</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>DR</td>\n<td>Durrës</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>EL</td>\n<td>Elbasan</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>FR</td>\n<td>Fier</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>GJ</td>\n<td>Gjirokastër</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>GR</td>\n<td>Gramsh</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>HA</td>\n<td>Has</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>KA</td>\n<td>Kavajë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>ER</td>\n<td>Kolonjë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>KO</td>\n<td>Korçë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>KR</td>\n<td>Krujë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>KC</td>\n<td>Kuçovë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>KU</td>\n<td>Kukës</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>KB</td>\n<td>Kurbin</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>LE</td>\n<td>Lezhë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>LB</td>\n<td>Librazhd</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>LU</td>\n<td>Lushnjë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>MM</td>\n<td>Malësi e Madhe</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>MK</td>\n<td>Mallakastër</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>MT</td>\n<td>Mat</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>MR</td>\n<td>Mirditë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>PQ</td>\n<td>Peqin</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>PR</td>\n<td>Përmet</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>PG</td>\n<td>Pogradec</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>PU</td>\n<td>Pukë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>SR</td>\n<td>Sarandë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>SH</td>\n<td>Shkodër</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>SK</td>\n<td>Skrapar</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>TE</td>\n<td>Tepelenë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>TR</td>\n<td>Tiranë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>TP</td>\n<td>Tropojë</td>\n</tr>\n<tr>\n<td>AL</td>\n<td>Albania</td>\n<td>VL</td>\n<td>Vlorë</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>01</td>\n<td>Adrar</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>44</td>\n<td>Aïn Defla</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>46</td>\n<td>Aïn Témouchent</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>16</td>\n<td>Alger</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>23</td>\n<td>Annaba</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>05</td>\n<td>Batna</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>08</td>\n<td>Béchar</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>06</td>\n<td>Béjaïa</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>07</td>\n<td>Biskra</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>09</td>\n<td>Blida</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>34</td>\n<td>Bordj Bou Arréridj</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>10</td>\n<td>Bouira</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>35</td>\n<td>Boumerdès</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>02</td>\n<td>Chlef</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>25</td>\n<td>Constantine</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>17</td>\n<td>Djelfa</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>32</td>\n<td>El Bayadh</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>39</td>\n<td>El Oued</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>36</td>\n<td>El Tarf</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>47</td>\n<td>Ghardaïa</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>24</td>\n<td>Guelma</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>33</td>\n<td>Illizi</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>18</td>\n<td>Jijel</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>40</td>\n<td>Khenchela</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>03</td>\n<td>Laghouat</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>29</td>\n<td>Mascara</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>26</td>\n<td>Médéa</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>43</td>\n<td>Mila</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>27</td>\n<td>Mostaganem</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>28</td>\n<td>Msila</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>45</td>\n<td>Naama</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>31</td>\n<td>Oran</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>30</td>\n<td>Ouargla</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>04</td>\n<td>Oum el Bouaghi</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>48</td>\n<td>Relizane</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>20</td>\n<td>Saïda</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>19</td>\n<td>Sétif</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>22</td>\n<td>Sidi Bel Abbès</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>21</td>\n<td>Skikda</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>41</td>\n<td>Souk Ahras</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>11</td>\n<td>Tamanghasset</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>12</td>\n<td>Tébessa</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>14</td>\n<td>Tiaret</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>37</td>\n<td>Tindouf</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>42</td>\n<td>Tipaza</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>38</td>\n<td>Tissemsilt</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>15</td>\n<td>Tizi Ouzou</td>\n</tr>\n<tr>\n<td>DZ</td>\n<td>Algeria</td>\n<td>13</td>\n<td>Tlemcen</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n<td>07</td>\n<td>Andorra la Vella</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n<td>02</td>\n<td>Canillo</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n<td>03</td>\n<td>Encamp</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n<td>08</td>\n<td>Escaldes-Engordany</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n<td>04</td>\n<td>La Massana</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n<td>05</td>\n<td>Ordino</td>\n</tr>\n<tr>\n<td>AD</td>\n<td>Andorra</td>\n<td>06</td>\n<td>Sant Julià de Lòria</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>BGO</td>\n<td>Bengo</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>BGU</td>\n<td>Benguela</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>BIE</td>\n<td>Bié</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>CAB</td>\n<td>Cabinda</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>CCU</td>\n<td>Cuando-Cubango</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>CNO</td>\n<td>Cuanza Norte</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>CUS</td>\n<td>Cuanza Sul</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>CNN</td>\n<td>Cunene</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>HUA</td>\n<td>Huambo</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>HUI</td>\n<td>Huíla</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>LUA</td>\n<td>Luanda</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>LNO</td>\n<td>Lunda Norte</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>LSU</td>\n<td>Lunda Sul</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>MAL</td>\n<td>Malange</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>MOX</td>\n<td>Moxico</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>NAM</td>\n<td>Namibe</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>UIG</td>\n<td>Uíge</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n<td>ZAI</td>\n<td>Zaire</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n<td>10</td>\n<td>Barbuda</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n<td>11</td>\n<td>Redonda</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n<td>03</td>\n<td>Saint George</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n<td>04</td>\n<td>Saint John's</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n<td>05</td>\n<td>Saint Mary</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n<td>06</td>\n<td>Saint Paul</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n<td>07</td>\n<td>Saint Peter</td>\n</tr>\n<tr>\n<td>AG</td>\n<td>Antigua and Barbuda</td>\n<td>08</td>\n<td>Saint Philip</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>B</td>\n<td>Buenos Aires</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>K</td>\n<td>Catamarca</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>H</td>\n<td>Chaco</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>U</td>\n<td>Chubut</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>C</td>\n<td>Ciudad Autónoma de Buenos Aires</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>X</td>\n<td>Córdoba</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>W</td>\n<td>Corrientes</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>E</td>\n<td>Entre Ríos</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>P</td>\n<td>Formosa</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>Y</td>\n<td>Jujuy</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>L</td>\n<td>La Pampa</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>F</td>\n<td>La Rioja</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>M</td>\n<td>Mendoza</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>N</td>\n<td>Misiones</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>Q</td>\n<td>Neuquén</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>R</td>\n<td>Río Negro</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>A</td>\n<td>Salta</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>J</td>\n<td>San Juan</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>D</td>\n<td>San Luis</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>Z</td>\n<td>Santa Cruz</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>S</td>\n<td>Santa Fe</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>G</td>\n<td>Santiago del Estero</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>V</td>\n<td>Tierra del Fuego</td>\n</tr>\n<tr>\n<td>AR</td>\n<td>Argentina</td>\n<td>T</td>\n<td>Tucumán</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>AG</td>\n<td>Aragatsotn</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>AR</td>\n<td>Ararat</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>AV</td>\n<td>Armavir</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>ER</td>\n<td>Erevan</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>GR</td>\n<td>Gegharkunik</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>KT</td>\n<td>Kotayk</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>LO</td>\n<td>Lori</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>SH</td>\n<td>Shirak</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>SU</td>\n<td>Syunik</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>TV</td>\n<td>Tavush</td>\n</tr>\n<tr>\n<td>AM</td>\n<td>Armenia</td>\n<td>VD</td>\n<td>Vayots Dzor</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n<td>ACT</td>\n<td>Australian Capital Territory</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n<td>NSW</td>\n<td>New South Wales</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n<td>NT</td>\n<td>Northern Territory</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n<td>QLD</td>\n<td>Queensland</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n<td>SA</td>\n<td>South Australia</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n<td>TAS</td>\n<td>Tasmania</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n<td>VIC</td>\n<td>Victoria</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>Australia</td>\n<td>WA</td>\n<td>Western Australia</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>1</td>\n<td>Burgenland</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>2</td>\n<td>Kärnten</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>3</td>\n<td>Niederösterreich</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>4</td>\n<td>Oberösterreich</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>5</td>\n<td>Salzburg</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>6</td>\n<td>Steiermark</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>7</td>\n<td>Tirol</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>8</td>\n<td>Vorarlberg</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>Austria</td>\n<td>9</td>\n<td>Wien</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>ABS</td>\n<td>Abseron</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>AGC</td>\n<td>Agcabädi</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>AGM</td>\n<td>Agdam</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>AGS</td>\n<td>Agdas</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>AGA</td>\n<td>Agstafa</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>AGU</td>\n<td>Agsu</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>AB</td>\n<td>Äli Bayramli</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>AST</td>\n<td>Astara</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>BAB</td>\n<td>Babäk</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>BA</td>\n<td>Baki</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>BAL</td>\n<td>Balakän</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>BAR</td>\n<td>Bärdä</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>BEY</td>\n<td>Beyläqan</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>BIL</td>\n<td>Biläsuvar</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>CAB</td>\n<td>Cäbrayil</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>CAL</td>\n<td>Cälilabab</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>CUL</td>\n<td>Culfa</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>DAS</td>\n<td>Daskäsän</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>DAV</td>\n<td>Däväçi</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>FUZ</td>\n<td>Füzuli</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>GAD</td>\n<td>Gädäbäy</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>GA</td>\n<td>Gäncä</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>GOR</td>\n<td>Goranboy</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>GOY</td>\n<td>Göyçay</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>HAC</td>\n<td>Haciqabul</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>IMI</td>\n<td>Imisli</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>ISM</td>\n<td>Ismayilli</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>KAL</td>\n<td>Kälbäcär</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>KUR</td>\n<td>Kürdämir</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>LAC</td>\n<td>Laçin</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>LAN</td>\n<td>Länkäran</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>LA</td>\n<td>Länkäran City</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>LER</td>\n<td>Lerik</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>MAS</td>\n<td>Masalli</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>MI</td>\n<td>Mingäçevir</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>NA</td>\n<td>Naftalan</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>NX</td>\n<td>Naxçivan</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>NEF</td>\n<td>Neftçala</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>OGU</td>\n<td>Oguz</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>ORD</td>\n<td>Ordubad</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>QAB</td>\n<td>Qäbälä</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>QAX</td>\n<td>Qax</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>QAZ</td>\n<td>Qazax</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>QOB</td>\n<td>Qobustan</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>QBA</td>\n<td>Quba</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>QBI</td>\n<td>Qubadli</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>QUS</td>\n<td>Qusar</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SAT</td>\n<td>Saatli</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SAB</td>\n<td>Sabirabad</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SAD</td>\n<td>Sädäräk</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SAH</td>\n<td>Sahbuz</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SAK</td>\n<td>Säki</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SA</td>\n<td>Säki City</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SAL</td>\n<td>Salyan</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SMI</td>\n<td>Samaxi</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SKR</td>\n<td>Sämkir</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SMX</td>\n<td>Samux</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SAR</td>\n<td>Särur</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SIY</td>\n<td>Siyäzän</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SM</td>\n<td>Sumqayit</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SUS</td>\n<td>Susa</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>SS</td>\n<td>Susa City</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>TAR</td>\n<td>Tärtär</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>TOV</td>\n<td>Tovuz</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>UCA</td>\n<td>Ucar</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>XAC</td>\n<td>Xaçmaz</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>XA</td>\n<td>Xankändi</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>XAN</td>\n<td>Xanlar</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>XIZ</td>\n<td>Xizi</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>XCI</td>\n<td>Xocali</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>XVD</td>\n<td>Xocavänd</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>YAR</td>\n<td>Yardimli</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>YEV</td>\n<td>Yevlax</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>YE</td>\n<td>Yevlax City</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>ZAN</td>\n<td>Zängilan</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>ZAQ</td>\n<td>Zaqatala</td>\n</tr>\n<tr>\n<td>AZ</td>\n<td>Azerbaijan</td>\n<td>ZAR</td>\n<td>Zärdab</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>AK</td>\n<td>Acklins Islands</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>BY</td>\n<td>Berry Islands</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>BI</td>\n<td>Bimini and Cat Cay</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>BP</td>\n<td>Black Point</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>CI</td>\n<td>Cat Island</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>CO</td>\n<td>Central Abaco</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>CS</td>\n<td>Central Andros</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>CE</td>\n<td>Central Eleuthera</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>FP</td>\n<td>City of Freeport</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>CK</td>\n<td>Crooked Island and Long Cay</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>EG</td>\n<td>East Grand Bahama</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>EX</td>\n<td>Exuma</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>GC</td>\n<td>Grand Cay</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>GT</td>\n<td>Green Turtle Cay</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>HI</td>\n<td>Harbour Island</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>HT</td>\n<td>Hope Town</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>IN</td>\n<td>Inagua</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>LI</td>\n<td>Long Island</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>MC</td>\n<td>Mangrove Cay</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>MG</td>\n<td>Mayaguana</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>MI</td>\n<td>Moore's Island</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>NP</td>\n<td>New Providence</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>NO</td>\n<td>North Abaco</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>NS</td>\n<td>North Andros</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>NE</td>\n<td>North Eleuthera</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>RI</td>\n<td>Ragged Island</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>RC</td>\n<td>Rum Cay</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>SS</td>\n<td>San Salvador</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>SO</td>\n<td>South Abaco</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>SA</td>\n<td>South Andros</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>SE</td>\n<td>South Eleuthera</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>SW</td>\n<td>Spanish Wells</td>\n</tr>\n<tr>\n<td>BS</td>\n<td>Bahamas</td>\n<td>WG</td>\n<td>West Grand Bahama</td>\n</tr>\n<tr>\n<td>BH</td>\n<td>Bahrain</td>\n<td>14</td>\n<td>Al Janubiyah</td>\n</tr>\n<tr>\n<td>BH</td>\n<td>Bahrain</td>\n<td>13</td>\n<td>Al Manamah (Al Asimah)</td>\n</tr>\n<tr>\n<td>BH</td>\n<td>Bahrain</td>\n<td>15</td>\n<td>Al Muharraq</td>\n</tr>\n<tr>\n<td>BH</td>\n<td>Bahrain</td>\n<td>16</td>\n<td>Al Wustá</td>\n</tr>\n<tr>\n<td>BH</td>\n<td>Bahrain</td>\n<td>17</td>\n<td>Ash Shamaliyah</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>05</td>\n<td>Bagerhat zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>01</td>\n<td>Bandarban zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>02</td>\n<td>Barguna zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>06</td>\n<td>Barisal zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>07</td>\n<td>Bhola zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>03</td>\n<td>Bogra zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>04</td>\n<td>Brahmanbaria zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>09</td>\n<td>Chandpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>10</td>\n<td>Chittagong zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>12</td>\n<td>Chuadanga zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>08</td>\n<td>Comilla zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>11</td>\n<td>Cox's Bazar zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>13</td>\n<td>Dhaka zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>14</td>\n<td>Dinajpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>15</td>\n<td>Faridpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>16</td>\n<td>Feni zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>19</td>\n<td>Gaibandha zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>18</td>\n<td>Gazipur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>17</td>\n<td>Gopalganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>20</td>\n<td>Habiganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>24</td>\n<td>Jaipurhat zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>21</td>\n<td>Jamalpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>22</td>\n<td>Jessore zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>25</td>\n<td>Jhalakati zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>23</td>\n<td>Jhenaidah zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>29</td>\n<td>Khagrachari zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>27</td>\n<td>Khulna zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>26</td>\n<td>Kishoreganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>28</td>\n<td>Kurigram zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>30</td>\n<td>Kushtia zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>31</td>\n<td>Lakshmipur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>32</td>\n<td>Lalmonirhat zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>36</td>\n<td>Madaripur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>37</td>\n<td>Magura zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>33</td>\n<td>Manikganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>39</td>\n<td>Meherpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>38</td>\n<td>Moulvibazar zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>35</td>\n<td>Munshiganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>34</td>\n<td>Mymensingh zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>48</td>\n<td>Naogaon zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>43</td>\n<td>Narail zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>40</td>\n<td>Narayanganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>42</td>\n<td>Narsingdi zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>44</td>\n<td>Natore zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>45</td>\n<td>Nawabganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>41</td>\n<td>Netrakona zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>46</td>\n<td>Nilphamari zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>47</td>\n<td>Noakhali zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>49</td>\n<td>Pabna zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>52</td>\n<td>Panchagarh zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>51</td>\n<td>Patuakhali zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>50</td>\n<td>Pirojpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>53</td>\n<td>Rajbari zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>54</td>\n<td>Rajshahi zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>56</td>\n<td>Rangamati zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>55</td>\n<td>Rangpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>58</td>\n<td>Satkhira zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>62</td>\n<td>Shariatpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>57</td>\n<td>Sherpur zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>59</td>\n<td>Sirajganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>61</td>\n<td>Sunamganj zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>60</td>\n<td>Sylhet zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>63</td>\n<td>Tangail zila</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>Bangladesh</td>\n<td>64</td>\n<td>Thakurgaon zila</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>01</td>\n<td>Christ Church</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>02</td>\n<td>Saint Andrew</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>03</td>\n<td>Saint George</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>04</td>\n<td>Saint James</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>05</td>\n<td>Saint John</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>06</td>\n<td>Saint Joseph</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>07</td>\n<td>Saint Lucy</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>08</td>\n<td>Saint Michael</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>09</td>\n<td>Saint Peter</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>10</td>\n<td>Saint Philip</td>\n</tr>\n<tr>\n<td>BB</td>\n<td>Barbados</td>\n<td>11</td>\n<td>Saint Thomas</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n<td>BR</td>\n<td>Brestskaya voblasts</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n<td>HO</td>\n<td>Homyel'skaya voblasts</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n<td>HM</td>\n<td>Horad Minsk</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n<td>HR</td>\n<td>Hrodzenskaya voblasts</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n<td>MA</td>\n<td>Mahilyowskaya voblasts</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n<td>MI</td>\n<td>Minskaya voblasts</td>\n</tr>\n<tr>\n<td>BY</td>\n<td>Belarus</td>\n<td>VI</td>\n<td>Vitsyebskaya voblasts</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>VAN</td>\n<td>Antwerpen</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>WBR</td>\n<td>Brabant Wallon</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>BRU</td>\n<td>Brussels</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>WHT</td>\n<td>Hainaut</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>WLG</td>\n<td>Liège</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>VLI</td>\n<td>Limburg</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>WLX</td>\n<td>Luxembourg</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>WNA</td>\n<td>Namur</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>VOV</td>\n<td>Oost-Vlaanderen</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>VBR</td>\n<td>Vlaams Brabant</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>Belgium</td>\n<td>VWV</td>\n<td>West-Vlaanderen</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>Belize</td>\n<td>BZ</td>\n<td>Belize</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>Belize</td>\n<td>CY</td>\n<td>Cayo</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>Belize</td>\n<td>CZL</td>\n<td>Corozal</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>Belize</td>\n<td>OW</td>\n<td>Orange Walk</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>Belize</td>\n<td>SC</td>\n<td>Stann Creek</td>\n</tr>\n<tr>\n<td>BZ</td>\n<td>Belize</td>\n<td>TOL</td>\n<td>Toledo</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>AL</td>\n<td>Alibori</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>AK</td>\n<td>Atakora</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>AQ</td>\n<td>Atlantique</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>BO</td>\n<td>Borgou</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>CO</td>\n<td>Collines</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>DO</td>\n<td>Donga</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>KO</td>\n<td>Kouffo</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>LI</td>\n<td>Littoral</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>MO</td>\n<td>Mono</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>OU</td>\n<td>Ouémé</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>PL</td>\n<td>Plateau</td>\n</tr>\n<tr>\n<td>BJ</td>\n<td>Benin</td>\n<td>ZO</td>\n<td>Zou</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>DE</td>\n<td>Devonshire</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>HA</td>\n<td>Hamilton</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>HC</td>\n<td>Hamilton Municipality</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>PA</td>\n<td>Paget</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>PE</td>\n<td>Pembroke</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>SG</td>\n<td>Saint George's Municipality</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>SC</td>\n<td>Saint George's</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>SA</td>\n<td>Sandy's</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>SM</td>\n<td>Smiths</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>SO</td>\n<td>Southhampton</td>\n</tr>\n<tr>\n<td>BM</td>\n<td>Bermuda</td>\n<td>WA</td>\n<td>Warwick</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>33</td>\n<td>Bumthang</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>12</td>\n<td>Chhukha</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>22</td>\n<td>Dagana</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>GA</td>\n<td>Gasa</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>13</td>\n<td>Ha</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>44</td>\n<td>Lhuentse</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>42</td>\n<td>Monggar</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>11</td>\n<td>Paro</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>43</td>\n<td>Pemagatshel</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>23</td>\n<td>Punakha</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>45</td>\n<td>Samdrup Jongkha</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>14</td>\n<td>Samtse</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>31</td>\n<td>Sarpang</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>15</td>\n<td>Thimphu</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>TY</td>\n<td>Trashi Yangtse</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>41</td>\n<td>Trashigang</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>32</td>\n<td>Trongsa</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>21</td>\n<td>Tsirang</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>24</td>\n<td>Wangdue Phodrang</td>\n</tr>\n<tr>\n<td>BT</td>\n<td>Bhutan</td>\n<td>34</td>\n<td>Zhemgang</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>H</td>\n<td>Chuquisaca</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>C</td>\n<td>Cochabamba</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>B</td>\n<td>El Beni</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>L</td>\n<td>La Paz</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>O</td>\n<td>Oruro</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>N</td>\n<td>Pando</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>P</td>\n<td>Potosí</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>S</td>\n<td>Santa Cruz</td>\n</tr>\n<tr>\n<td>BO</td>\n<td>Bolivia</td>\n<td>T</td>\n<td>Tarija</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>CE</td>\n<td>Central</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>GH</td>\n<td>Ghanzi</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>KG</td>\n<td>Kgalagadi</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>KL</td>\n<td>Kgatleng</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>KW</td>\n<td>Kweneng</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>NE</td>\n<td>North-East</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>NW</td>\n<td>North-West</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>SE</td>\n<td>South-East</td>\n</tr>\n<tr>\n<td>BW</td>\n<td>Botswana</td>\n<td>SO</td>\n<td>Southern</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>AC</td>\n<td>Acre</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>AL</td>\n<td>Alagoas</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>AP</td>\n<td>Amapá</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>AM</td>\n<td>Amazonas</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>BA</td>\n<td>Bahia</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>CE</td>\n<td>Ceará</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>DF</td>\n<td>Distrito Federal</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>ES</td>\n<td>Espírito Santo</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>GO</td>\n<td>Goiás</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>MA</td>\n<td>Maranhão</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>MT</td>\n<td>Mato Grosso</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>MS</td>\n<td>Mato Grosso do Sul</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>MG</td>\n<td>Minas Gerais</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>PA</td>\n<td>Pará</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>PB</td>\n<td>Paraíba</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>PR</td>\n<td>Paraná</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>PE</td>\n<td>Pernambuco</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>PI</td>\n<td>Piauí</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>RJ</td>\n<td>Rio de Janeiro</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>RN</td>\n<td>Rio Grande do Norte</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>RS</td>\n<td>Rio Grande do Sul</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>RO</td>\n<td>Rondônia</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>RR</td>\n<td>Roraima</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>SC</td>\n<td>Santa Catarina</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>SP</td>\n<td>São Paulo</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>SE</td>\n<td>Sergipe</td>\n</tr>\n<tr>\n<td>BR</td>\n<td>Brazil</td>\n<td>TO</td>\n<td>Tocantins</td>\n</tr>\n<tr>\n<td>BN</td>\n<td>Brunei Darussalam</td>\n<td>BE</td>\n<td>Belait</td>\n</tr>\n<tr>\n<td>BN</td>\n<td>Brunei Darussalam</td>\n<td>BM</td>\n<td>Brunei-Muara</td>\n</tr>\n<tr>\n<td>BN</td>\n<td>Brunei Darussalam</td>\n<td>TE</td>\n<td>Temburong</td>\n</tr>\n<tr>\n<td>BN</td>\n<td>Brunei Darussalam</td>\n<td>TU</td>\n<td>Tutong</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>01</td>\n<td>Blagoevgrad</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>02</td>\n<td>Burgas</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>08</td>\n<td>Dobrich</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>07</td>\n<td>Gabrovo</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>26</td>\n<td>Haskovo</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>09</td>\n<td>Kardzhali</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>10</td>\n<td>Kjustendil</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>11</td>\n<td>Lovech</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>12</td>\n<td>Montana</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>13</td>\n<td>Pazardzhik</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>14</td>\n<td>Pernik</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>15</td>\n<td>Pleven</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>16</td>\n<td>Plovdiv</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>17</td>\n<td>Razgrad</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>18</td>\n<td>Ruse</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>27</td>\n<td>Shumen</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>19</td>\n<td>Silistra</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>20</td>\n<td>Sliven</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>21</td>\n<td>Smolyan</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>23</td>\n<td>Sofia</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>22</td>\n<td>Sofia-Grad</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>24</td>\n<td>Stara Zagora</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>25</td>\n<td>Targovishte</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>03</td>\n<td>Varna</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>04</td>\n<td>Veliko Tarnovo</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>05</td>\n<td>Vidin</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>06</td>\n<td>Vratsa</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n<td>28</td>\n<td>Yambol</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>BAL</td>\n<td>Balé</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>BAM</td>\n<td>Bam</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>BAN</td>\n<td>Banwa</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>BAZ</td>\n<td>Bazèga</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>01</td>\n<td>Boucle du Mouhoun</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>BGR</td>\n<td>Bougouriba</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>BLG</td>\n<td>Boulgou</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>BLK</td>\n<td>Boulkiemdé</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>02</td>\n<td>Cascades</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>03</td>\n<td>Centre</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>04</td>\n<td>Centre-Est</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>05</td>\n<td>Centre-Nord</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>06</td>\n<td>Centre-Ouest</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>07</td>\n<td>Centre-Sud</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>COM</td>\n<td>Comoé</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>08</td>\n<td>Est</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>GAN</td>\n<td>Ganzourgou</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>GNA</td>\n<td>Gnagna</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>GOU</td>\n<td>Gourma</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>09</td>\n<td>Hauts-Bassins</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>HOU</td>\n<td>Houet</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>IOB</td>\n<td>Ioba</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>KAD</td>\n<td>Kadiogo</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>KEN</td>\n<td>Kénédougou</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>KMD</td>\n<td>Komondjari</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>KMP</td>\n<td>Kompienga</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>KOS</td>\n<td>Kossi</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>KOP</td>\n<td>Koulpélogo</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>KOT</td>\n<td>Kouritenga</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>KOW</td>\n<td>Kourwéogo</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>LER</td>\n<td>Léraba</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>LOR</td>\n<td>Loroum</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>MOU</td>\n<td>Mouhoun</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>NAO</td>\n<td>Nahouri</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>NAM</td>\n<td>Namentenga</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>NAY</td>\n<td>Nayala</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>10</td>\n<td>Nord</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>NOU</td>\n<td>Noumbiel</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>OUB</td>\n<td>Oubritenga</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>OUD</td>\n<td>Oudalan</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>PAS</td>\n<td>Passoré</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>11</td>\n<td>Plateau-Central</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>PON</td>\n<td>Poni</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>12</td>\n<td>Sahel</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>SNG</td>\n<td>Sanguié</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>SMT</td>\n<td>Sanmatenga</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>SEN</td>\n<td>Séno</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>SIS</td>\n<td>Sissili</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>SOM</td>\n<td>Soum</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>SOR</td>\n<td>Sourou</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>13</td>\n<td>Sud-Ouest</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>TAP</td>\n<td>Tapoa</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>TUI</td>\n<td>Tui</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>YAG</td>\n<td>Yagha</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>YAT</td>\n<td>Yatenga</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>ZIR</td>\n<td>Ziro</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>ZON</td>\n<td>Zondoma</td>\n</tr>\n<tr>\n<td>BF</td>\n<td>Burkina Faso</td>\n<td>ZOU</td>\n<td>Zoundwéogo</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>BB</td>\n<td>Bubanza</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>BM</td>\n<td>Bujumbura Mairie</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>BL</td>\n<td>Bujumbura Rural</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>BR</td>\n<td>Bururi</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>CA</td>\n<td>Cankuzo</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>CI</td>\n<td>Cibitoke</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>GI</td>\n<td>Gitega</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>KR</td>\n<td>Karuzi</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>KY</td>\n<td>Kayanza</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>KI</td>\n<td>Kirundo</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>MA</td>\n<td>Makamba</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>MU</td>\n<td>Muramvya</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>MY</td>\n<td>Muyinga</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>MW</td>\n<td>Mwaro</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>NG</td>\n<td>Ngozi</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>RT</td>\n<td>Rutana</td>\n</tr>\n<tr>\n<td>BI</td>\n<td>Burundi</td>\n<td>RY</td>\n<td>Ruyigi</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>2</td>\n<td>Baat Dambang</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>1</td>\n<td>Banteay Mean Chey</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>3</td>\n<td>Kampong Chaam</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>4</td>\n<td>Kampong Chhnang</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>5</td>\n<td>Kampong Spueu</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>6</td>\n<td>Kampong Thum</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>7</td>\n<td>Kampot</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>8</td>\n<td>Kandaal</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>9</td>\n<td>Kaoh Kong</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>10</td>\n<td>Kracheh</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>23</td>\n<td>Krong Kaeb</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>24</td>\n<td>Krong Pailin</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>18</td>\n<td>Krong Preah Sihanouk</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>11</td>\n<td>Mondol Kiri</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>22</td>\n<td>Otdar Mean Chey</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>12</td>\n<td>Phnom Penh</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>15</td>\n<td>Pousaat</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>13</td>\n<td>Preah Vihear</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>14</td>\n<td>Prey Veaen</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>16</td>\n<td>Rotanak Kiri</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>17</td>\n<td>Siem Reab</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>19</td>\n<td>Stueng Traeng</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>20</td>\n<td>Svaay Rien</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia</td>\n<td>21</td>\n<td>Taakae</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>AD</td>\n<td>Adamaoua</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>CE</td>\n<td>Centre</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>ES</td>\n<td>East</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>EN</td>\n<td>Far North</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>LT</td>\n<td>Littoral</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>NO</td>\n<td>North</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>NW</td>\n<td>North-West</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>SU</td>\n<td>South</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>SW</td>\n<td>South-West</td>\n</tr>\n<tr>\n<td>CM</td>\n<td>Cameroon</td>\n<td>OU</td>\n<td>West</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>AB</td>\n<td>Alberta</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>BC</td>\n<td>British Columbia</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>MB</td>\n<td>Manitoba</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>NB</td>\n<td>New Brunswick</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>NL</td>\n<td>Newfoundland and Labrador</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>NT</td>\n<td>Northwest Territories</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>NS</td>\n<td>Nova Scotia</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>NU</td>\n<td>Nunavut</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>ON</td>\n<td>Ontario</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>PE</td>\n<td>Prince Edward Island</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>QC</td>\n<td>Quebec</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>SK</td>\n<td>Saskatchewan</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>Canada</td>\n<td>YT</td>\n<td>Yukon</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>BV</td>\n<td>Boa Vista</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>BR</td>\n<td>Brava</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>B</td>\n<td>Ilhas de Barlavento</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>S</td>\n<td>Ilhas de Sotavento</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>MA</td>\n<td>Maio</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>MO</td>\n<td>Mosteiros</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>PA</td>\n<td>Paul</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>PN</td>\n<td>Porto Novo</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>PR</td>\n<td>Praia</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>RB</td>\n<td>Ribeira Brava</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>RG</td>\n<td>Ribeira Grande</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>RS</td>\n<td>Ribeira Grande de Santiago</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>CA</td>\n<td>Santa Catarina</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>CF</td>\n<td>Santa Catarina do Fogo</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>CR</td>\n<td>Santa Cruz</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>SD</td>\n<td>São Domingos</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>SF</td>\n<td>São Filipe</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>SL</td>\n<td>São Lourenço dos Órgãos</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>SM</td>\n<td>São Miguel</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>SS</td>\n<td>São Salvador do Mundo</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>SV</td>\n<td>São Vicente</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>TA</td>\n<td>Tarrafal</td>\n</tr>\n<tr>\n<td>CV</td>\n<td>Cape Verde</td>\n<td>TS</td>\n<td>Tarrafal de São Nicolau</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n<td>01</td>\n<td>Bodden Town</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n<td>02</td>\n<td>Cayman Brac</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n<td>03</td>\n<td>East End</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n<td>04</td>\n<td>George Town</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n<td>05</td>\n<td>Little Cayman</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n<td>06</td>\n<td>North Side</td>\n</tr>\n<tr>\n<td>KY</td>\n<td>Cayman Islands</td>\n<td>07</td>\n<td>West Bay</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>BB</td>\n<td>Bamingui-Bangoran</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>BGF</td>\n<td>Bangui</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>BK</td>\n<td>Basse-Kotto</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>KB</td>\n<td>Gribingui</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>HM</td>\n<td>Haut-Mbomou</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>HK</td>\n<td>Haute-Kotto</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>HS</td>\n<td>Haute-Sangha / Mambéré-Kadéï</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>KG</td>\n<td>Kémo-Gribingui</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>LB</td>\n<td>Lobaye</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>MB</td>\n<td>Mbomou</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>NM</td>\n<td>Nana-Mambéré</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>MP</td>\n<td>Ombella-Mpoko</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>UK</td>\n<td>Ouaka</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>AC</td>\n<td>Ouham</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>OP</td>\n<td>Ouham-Pendé</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>SE</td>\n<td>Sangha</td>\n</tr>\n<tr>\n<td>CF</td>\n<td>Central African Republic</td>\n<td>VK</td>\n<td>Vakaga</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>AI</td>\n<td>Aisén del General Carlos Ibáñez del Campo</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>AN</td>\n<td>Antofagasta</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>AR</td>\n<td>Araucanía</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>AP</td>\n<td>Arica y Parinacota</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>AT</td>\n<td>Atacama</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>BI</td>\n<td>Bío-Bío</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>CO</td>\n<td>Coquimbo</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>LI</td>\n<td>Libertador General Bernardo O'Higgins</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>LL</td>\n<td>Los Lagos</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>LR</td>\n<td>Los Ríos</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>MA</td>\n<td>Magallanes</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>ML</td>\n<td>Maule</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>RM</td>\n<td>Región Metropolitana de Santiago</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>TA</td>\n<td>Tarapacá</td>\n</tr>\n<tr>\n<td>CL</td>\n<td>Chile</td>\n<td>VS</td>\n<td>Valparaíso</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>34</td>\n<td>Anhui</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>92</td>\n<td>Aomen</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>11</td>\n<td>Beijing</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>50</td>\n<td>Chongqing</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>35</td>\n<td>Fujian</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>62</td>\n<td>Gansu</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>44</td>\n<td>Guangdong</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>45</td>\n<td>Guangxi</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>52</td>\n<td>Guizhou</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>46</td>\n<td>Hainan</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>13</td>\n<td>Hebei</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>23</td>\n<td>Heilongjiang</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>41</td>\n<td>Henan</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>42</td>\n<td>Hubei</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>43</td>\n<td>Hunan</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>32</td>\n<td>Jiangsu</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>36</td>\n<td>Jiangxi</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>22</td>\n<td>Jilin</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>21</td>\n<td>Liaoning</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>15</td>\n<td>Nei Mongol</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>64</td>\n<td>Ningxia</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>63</td>\n<td>Qinghai</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>61</td>\n<td>Shaanxi</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>37</td>\n<td>Shandong</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>31</td>\n<td>Shanghai</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>14</td>\n<td>Shanxi</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>51</td>\n<td>Sichuan</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>71</td>\n<td>Taiwan</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>12</td>\n<td>Tianjin</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>91</td>\n<td>Hong Kong</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>65</td>\n<td>Xinjiang</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>54</td>\n<td>Xizang</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>53</td>\n<td>Yunnan</td>\n</tr>\n<tr>\n<td>CN</td>\n<td>China</td>\n<td>33</td>\n<td>Zhejiang</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>AMA</td>\n<td>Amazonas</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>ANT</td>\n<td>Antioquia</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>ARA</td>\n<td>Arauca</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>ATL</td>\n<td>Atlántico</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>BOL</td>\n<td>Bolívar</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>BOY</td>\n<td>Boyacá</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>CAL</td>\n<td>Caldas</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>CAQ</td>\n<td>Caquetá</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>CAS</td>\n<td>Casanare</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>CAU</td>\n<td>Cauca</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>CES</td>\n<td>Cesar</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>CHO</td>\n<td>Chocó</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>COR</td>\n<td>Córdoba</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>CUN</td>\n<td>Cundinamarca</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>DC</td>\n<td>Distrito Capital de Bogotá</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>GUA</td>\n<td>Guainía</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>GUV</td>\n<td>Guaviare</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>HUI</td>\n<td>Huila</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>LAG</td>\n<td>La Guajira</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>MAG</td>\n<td>Magdalena</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>MET</td>\n<td>Meta</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>NAR</td>\n<td>Nariño</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>NSA</td>\n<td>Norte de Santander</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>PUT</td>\n<td>Putumayo</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>QUI</td>\n<td>Quindío</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>RIS</td>\n<td>Risaralda</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>SAP</td>\n<td>San Andrés, Providencia y Santa Catalina</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>SAN</td>\n<td>Santander</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>SUC</td>\n<td>Sucre</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>TOL</td>\n<td>Tolima</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>VAC</td>\n<td>Valle del Cauca</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>VAU</td>\n<td>Vaupés</td>\n</tr>\n<tr>\n<td>CO</td>\n<td>Colombia</td>\n<td>VID</td>\n<td>Vichada</td>\n</tr>\n<tr>\n<td>KM</td>\n<td>Comoros</td>\n<td>G</td>\n<td>Andjazîdja</td>\n</tr>\n<tr>\n<td>KM</td>\n<td>Comoros</td>\n<td>A</td>\n<td>Andjouân</td>\n</tr>\n<tr>\n<td>KM</td>\n<td>Comoros</td>\n<td>M</td>\n<td>Moûhîlî</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>11</td>\n<td>Bouenza</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>BZV</td>\n<td>Brazzaville</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>8</td>\n<td>Cuvette</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>15</td>\n<td>Cuvette-Ouest</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>5</td>\n<td>Kouilou</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>2</td>\n<td>Lékoumou</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>7</td>\n<td>Likouala</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>9</td>\n<td>Niari</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>14</td>\n<td>Plateaux</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>12</td>\n<td>Pool</td>\n</tr>\n<tr>\n<td>CG</td>\n<td>Congo</td>\n<td>13</td>\n<td>Sangha</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n<td>A</td>\n<td>Alajuela</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n<td>C</td>\n<td>Cartago</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n<td>G</td>\n<td>Guanacaste</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n<td>H</td>\n<td>Heredia</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n<td>L</td>\n<td>Limón</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n<td>P</td>\n<td>Puntarenas</td>\n</tr>\n<tr>\n<td>CR</td>\n<td>Costa Rica</td>\n<td>SJ</td>\n<td>San José</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>06</td>\n<td>18 Montagnes</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>16</td>\n<td>Agnébi</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>17</td>\n<td>Bafing</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>09</td>\n<td>Bas-Sassandra</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>10</td>\n<td>Denguélé</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>18</td>\n<td>Fromager</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>02</td>\n<td>Haut-Sassandra</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>07</td>\n<td>Lacs</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>01</td>\n<td>Lagunes</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>12</td>\n<td>Marahoué</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>19</td>\n<td>Moyen-Cavally</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>05</td>\n<td>Moyen-Comoé</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>11</td>\n<td>Nzi-Comoé</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>03</td>\n<td>Savanes</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>15</td>\n<td>Sud-Bandama</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>13</td>\n<td>Sud-Comoé</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>04</td>\n<td>Vallée du Bandama</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>14</td>\n<td>Worodougou</td>\n</tr>\n<tr>\n<td>CI</td>\n<td>Cote D'Ivoire</td>\n<td>08</td>\n<td>Zanzan</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>09</td>\n<td>Camagüey</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>08</td>\n<td>Ciego de Ávila</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>06</td>\n<td>Cienfuegos</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>03</td>\n<td>Ciudad de La Habana</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>12</td>\n<td>Granma</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>14</td>\n<td>Guantánamo</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>11</td>\n<td>Holguín</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>99</td>\n<td>Isla de la Juventud</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>02</td>\n<td>La Habana</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>10</td>\n<td>Las Tunas</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>04</td>\n<td>Matanzas</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>01</td>\n<td>Pinar del Río</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>07</td>\n<td>Sancti Spíritus</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>13</td>\n<td>Santiago de Cuba</td>\n</tr>\n<tr>\n<td>CU</td>\n<td>Cuba</td>\n<td>05</td>\n<td>Villa Clara</td>\n</tr>\n<tr>\n<td>CY</td>\n<td>Cyprus</td>\n<td>04</td>\n<td>Ammochostos</td>\n</tr>\n<tr>\n<td>CY</td>\n<td>Cyprus</td>\n<td>06</td>\n<td>Keryneia</td>\n</tr>\n<tr>\n<td>CY</td>\n<td>Cyprus</td>\n<td>03</td>\n<td>Larnaka</td>\n</tr>\n<tr>\n<td>CY</td>\n<td>Cyprus</td>\n<td>01</td>\n<td>Lefkosia</td>\n</tr>\n<tr>\n<td>CY</td>\n<td>Cyprus</td>\n<td>02</td>\n<td>Lemesos</td>\n</tr>\n<tr>\n<td>CY</td>\n<td>Cyprus</td>\n<td>05</td>\n<td>Pafos</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>JC</td>\n<td>Jihoceský kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>JM</td>\n<td>Jihomoravský kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>KA</td>\n<td>Karlovarský kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>KR</td>\n<td>Královéhradecký kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>LI</td>\n<td>Liberecký kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>MO</td>\n<td>Moravskoslezský kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>OL</td>\n<td>Olomoucký kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>PA</td>\n<td>Pardubický kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>PL</td>\n<td>Plzenský kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>PR</td>\n<td>Praha, hlavní mesto</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>ST</td>\n<td>Stredoceský kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>US</td>\n<td>Ústecký kraj</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>VY</td>\n<td>Vysocina</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n<td>ZL</td>\n<td>Zlínský kraj</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>070</td>\n<td>Århus</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>040</td>\n<td>Bornholm</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>84</td>\n<td>Capital</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>82</td>\n<td>Central Jutland</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>147</td>\n<td>Frederiksberg</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>042</td>\n<td>Fyn</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>015</td>\n<td>København</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>101</td>\n<td>København City</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>080</td>\n<td>Nordjylland</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>81</td>\n<td>North Jutland</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>055</td>\n<td>Ribe</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>065</td>\n<td>Ringkøbing</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>025</td>\n<td>Roskilde</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td></td>\n<td>South Denmark</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>035</td>\n<td>Storstrøm</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>050</td>\n<td>Sønderjylland</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>060</td>\n<td>Vejle</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>030</td>\n<td>Vestsjælland</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>076</td>\n<td>Viborg</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>85</td>\n<td>Zeeland</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>015</td>\n<td>København</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>070</td>\n<td>lystrup</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>060</td>\n<td>Tørring</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>Denmark</td>\n<td>031</td>\n<td>Otterup</td>\n</tr>\n<tr>\n<td>DJ</td>\n<td>Djibouti</td>\n<td>AS</td>\n<td>Ali Sabieh</td>\n</tr>\n<tr>\n<td>DJ</td>\n<td>Djibouti</td>\n<td>AR</td>\n<td>Arta</td>\n</tr>\n<tr>\n<td>DJ</td>\n<td>Djibouti</td>\n<td>DI</td>\n<td>Dikhil</td>\n</tr>\n<tr>\n<td>DJ</td>\n<td>Djibouti</td>\n<td>DJ</td>\n<td>Djibouti</td>\n</tr>\n<tr>\n<td>DJ</td>\n<td>Djibouti</td>\n<td>OB</td>\n<td>Obock</td>\n</tr>\n<tr>\n<td>DJ</td>\n<td>Djibouti</td>\n<td>TA</td>\n<td>Tadjourah</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>02</td>\n<td>Saint Andrew</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>03</td>\n<td>Saint David</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>04</td>\n<td>Saint George</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>05</td>\n<td>Saint John</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>06</td>\n<td>Saint Joseph</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>07</td>\n<td>Saint Luke</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>08</td>\n<td>Saint Mark</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>09</td>\n<td>Saint Patrick</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>10</td>\n<td>Saint Paul</td>\n</tr>\n<tr>\n<td>DM</td>\n<td>Dominica</td>\n<td>11</td>\n<td>Saint Peter</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>02</td>\n<td>Azua</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>03</td>\n<td>Bahoruco</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>04</td>\n<td>Barahona</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>05</td>\n<td>Dajabón</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>01</td>\n<td>Distrito Nacional (Santo Domingo)</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>06</td>\n<td>Duarte</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>08</td>\n<td>El Seybo</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>09</td>\n<td>Espaillat</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>30</td>\n<td>Hato Mayor</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>10</td>\n<td>Independencia</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>11</td>\n<td>La Altagracia</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>07</td>\n<td>La Estrellet</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>12</td>\n<td>La Romana</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>13</td>\n<td>La Vega</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>14</td>\n<td>María Trinidad Sánchez</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>28</td>\n<td>Monseñor Nouel</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>15</td>\n<td>Monte Cristi</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>29</td>\n<td>Monte Plata</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>16</td>\n<td>Pedernales</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>17</td>\n<td>Peravia</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>18</td>\n<td>Puerto Plata</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>19</td>\n<td>Salcedo</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>20</td>\n<td>Samaná</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>21</td>\n<td>San Cristóbal</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>31</td>\n<td>San Jose de Ocoa</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>22</td>\n<td>San Juan</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>23</td>\n<td>San Pedro de Macorís</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>24</td>\n<td>Sánchez Ramírez</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>25</td>\n<td>Santiago</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>26</td>\n<td>Santiago Rodríguez</td>\n</tr>\n<tr>\n<td>DO</td>\n<td>Dominican Republic</td>\n<td>27</td>\n<td>Valverde</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>A</td>\n<td>Azuay</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>B</td>\n<td>Bolívar</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>F</td>\n<td>Cañar</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>C</td>\n<td>Carchi</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>H</td>\n<td>Chimborazo</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>X</td>\n<td>Cotopaxi</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>O</td>\n<td>El Oro</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>E</td>\n<td>Esmeraldas</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>W</td>\n<td>Galápagos</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>G</td>\n<td>Guayas</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>I</td>\n<td>Imbabura</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>L</td>\n<td>Loja</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>R</td>\n<td>Los Ríos</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>M</td>\n<td>Manabí</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>S</td>\n<td>Morona-Santiago</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>N</td>\n<td>Napo</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>D</td>\n<td>Orellana</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>Y</td>\n<td>Pastaza</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>P</td>\n<td>Pichincha</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>SE</td>\n<td>Santa Elena</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>SD</td>\n<td>Santo Domingo de los Tsachilas</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>U</td>\n<td>Sucumbíos</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>T</td>\n<td>Tungurahua</td>\n</tr>\n<tr>\n<td>EC</td>\n<td>Ecuador</td>\n<td>Z</td>\n<td>Zamora-Chinchipe</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>AH</td>\n<td>Ahuachapán</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>CA</td>\n<td>Cabañas</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>CH</td>\n<td>Chalatenango</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>CU</td>\n<td>Cuscatlán</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>LI</td>\n<td>La Libertad</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>PA</td>\n<td>La Paz</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>UN</td>\n<td>La Unión</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>MO</td>\n<td>Morazán</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>SM</td>\n<td>San Miguel</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>SS</td>\n<td>San Salvador</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>SV</td>\n<td>San Vicente</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>SA</td>\n<td>Santa Ana</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>SO</td>\n<td>Sonsonate</td>\n</tr>\n<tr>\n<td>SV</td>\n<td>El Salvador</td>\n<td>US</td>\n<td>Usulután</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BNS</td>\n<td>Barnsley</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BAS</td>\n<td>Bath and North East Somerset</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BBO</td>\n<td>Bedford Borough</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BIR</td>\n<td>Birmingham</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BBD</td>\n<td>Blackburn with Darwen</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BPL</td>\n<td>Blackpool</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BOL</td>\n<td>Bolton</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BMH</td>\n<td>Bournemouth</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BRC</td>\n<td>Bracknell Forest</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BRD</td>\n<td>Bradford</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BNH</td>\n<td>Brighton and Hove</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BST</td>\n<td>Bristol, City of</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BUC</td>\n<td>Buckingham</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BKM</td>\n<td>Buckinghamshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>BUR</td>\n<td>Bury</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>CLD</td>\n<td>Calderdale</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>CAM</td>\n<td>Cambridgeshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>CHE</td>\n<td>Cheshire East</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>CWC</td>\n<td>Cheshire West and Chester</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>CON</td>\n<td>Cornwall</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>COV</td>\n<td>Coventry</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>CMA</td>\n<td>Cumbria</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>DAL</td>\n<td>Darlington</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>DER</td>\n<td>Derby</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>DBY</td>\n<td>Derbyshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>DEV</td>\n<td>Devon</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>DNC</td>\n<td>Doncaster</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>DOR</td>\n<td>Dorset</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>DUD</td>\n<td>Dudley</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>ERY</td>\n<td>East Riding of Yorkshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>ESX</td>\n<td>East Sussex</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>ESS</td>\n<td>Essex</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>FLN</td>\n<td>Flintshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>GAT</td>\n<td>Gateshead</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>GLS</td>\n<td>Gloucestershire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>GLO</td>\n<td>Greater London</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>HAL</td>\n<td>Halton</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>HAM</td>\n<td>Hampshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>HPL</td>\n<td>Hartlepool</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>HEF</td>\n<td>Herefordshire, County of</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>HTF</td>\n<td>Hertford</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>HRT</td>\n<td>Hertfordshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>IOW</td>\n<td>Isle of Wight</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>IOS</td>\n<td>Isles of Scilly</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>KEN</td>\n<td>Kent</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>KHL</td>\n<td>Kingston upon Hull, City of</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>KIR</td>\n<td>Kirklees</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>KWL</td>\n<td>Knowsley</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>LAN</td>\n<td>Lancashire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>LDS</td>\n<td>Leeds</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>LCE</td>\n<td>Leicester</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>LEC</td>\n<td>Leicestershire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>LIN</td>\n<td>Lincolnshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>LIV</td>\n<td>Liverpool</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>LND</td>\n<td>London, City of</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>LUT</td>\n<td>Luton</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>MAN</td>\n<td>Manchester</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>MDW</td>\n<td>Medway</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>MDB</td>\n<td>Middlesbrough</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>MIK</td>\n<td>Milton Keynes</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NET</td>\n<td>Newcastle upon Tyne</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NFK</td>\n<td>Norfolk</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NEL</td>\n<td>North East Lincolnshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NLN</td>\n<td>North Lincolnshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NSM</td>\n<td>North Somerset</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NTY</td>\n<td>North Tyneside</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NYK</td>\n<td>North Yorkshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NTH</td>\n<td>Northamptonshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NBL</td>\n<td>Northumberland</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NGM</td>\n<td>Nottingham</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>NTT</td>\n<td>Nottinghamshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>OLD</td>\n<td>Oldham</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>OXF</td>\n<td>Oxfordshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>PTE</td>\n<td>Peterborough</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>PLY</td>\n<td>Plymouth</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>POL</td>\n<td>Poole</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>POR</td>\n<td>Portsmouth</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>RDG</td>\n<td>Reading</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>RCC</td>\n<td>Redcar and Cleveland</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>RCH</td>\n<td>Rochdale</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>ROT</td>\n<td>Rotherham</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>RUT</td>\n<td>Rutland</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SLF</td>\n<td>Salford</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SAW</td>\n<td>Sandwell</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SFT</td>\n<td>Sefton</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SHF</td>\n<td>Sheffield</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SHR</td>\n<td>Shropshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SLG</td>\n<td>Slough</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SOL</td>\n<td>Solihull</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SOM</td>\n<td>Somerset</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SGC</td>\n<td>South Gloucestershire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>STY</td>\n<td>South Tyneside</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SYK</td>\n<td>South Yorkshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>STH</td>\n<td>Southampton</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SOS</td>\n<td>Southend-on-Sea</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SHN</td>\n<td>St. Helens</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>STS</td>\n<td>Staffordshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SKP</td>\n<td>Stockport</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>STT</td>\n<td>Stockton-on-Tees</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>STE</td>\n<td>Stoke-on-Trent</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SFK</td>\n<td>Suffolk</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SND</td>\n<td>Sunderland</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SRY</td>\n<td>Surrey</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>SWD</td>\n<td>Swindon</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>TAM</td>\n<td>Tameside</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>TFW</td>\n<td>Telford and Wrekin</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>THR</td>\n<td>Thurrock</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>TOB</td>\n<td>Torbay</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>TRF</td>\n<td>Trafford</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WKF</td>\n<td>Wakefield</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WLL</td>\n<td>Walsall</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WRT</td>\n<td>Warrington</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WAR</td>\n<td>Warwickshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WBK</td>\n<td>West Berkshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WMD</td>\n<td>West Midlands</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WSX</td>\n<td>West Sussex</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WYK</td>\n<td>West Yorkshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WGN</td>\n<td>Wigan</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WIL</td>\n<td>Wiltshire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WNM</td>\n<td>Windsor and Maidenhead</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WRL</td>\n<td>Wirral</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WOK</td>\n<td>Wokingham</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WLV</td>\n<td>Wolverhampton</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WOC</td>\n<td>Worcester</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>WOR</td>\n<td>Worcestershire</td>\n</tr>\n<tr>\n<td>EN</td>\n<td>England</td>\n<td>YOR</td>\n<td>York</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>AN</td>\n<td>Annobón</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>BN</td>\n<td>Bioko Norte</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>BS</td>\n<td>Bioko Sur</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>CS</td>\n<td>Centro Sur</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>KN</td>\n<td>Kie-Ntem</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>LI</td>\n<td>Litoral</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>C</td>\n<td>Región Continental</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>I</td>\n<td>Región Insular</td>\n</tr>\n<tr>\n<td>GQ</td>\n<td>Equatorial Guinea</td>\n<td>WN</td>\n<td>Wele-Nzás</td>\n</tr>\n<tr>\n<td>ER</td>\n<td>Eritrea</td>\n<td>AN</td>\n<td>Anseba</td>\n</tr>\n<tr>\n<td>ER</td>\n<td>Eritrea</td>\n<td>DU</td>\n<td>Debub</td>\n</tr>\n<tr>\n<td>ER</td>\n<td>Eritrea</td>\n<td>DK</td>\n<td>Debubawi Keyih Bahari</td>\n</tr>\n<tr>\n<td>ER</td>\n<td>Eritrea</td>\n<td>GB</td>\n<td>Gash-Barka</td>\n</tr>\n<tr>\n<td>ER</td>\n<td>Eritrea</td>\n<td>MA</td>\n<td>Maakel</td>\n</tr>\n<tr>\n<td>ER</td>\n<td>Eritrea</td>\n<td>SK</td>\n<td>Semenawi Keyih Bahari</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>37</td>\n<td>Harjumaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>39</td>\n<td>Hiiumaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>44</td>\n<td>Ida-Virumaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>51</td>\n<td>Järvamaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>49</td>\n<td>Jõgevamaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>59</td>\n<td>Lääne-Virumaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>57</td>\n<td>Läänemaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>67</td>\n<td>Pärnumaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>65</td>\n<td>Põlvamaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>70</td>\n<td>Raplamaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>74</td>\n<td>Saaremaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>78</td>\n<td>Tartumaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>82</td>\n<td>Valgamaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>84</td>\n<td>Viljandimaa</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n<td>86</td>\n<td>Võrumaa</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>AA</td>\n<td>Adis Abeba</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>AF</td>\n<td>Afar</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>AM</td>\n<td>Amara</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>BE</td>\n<td>Binshangul Gumuz</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>DD</td>\n<td>Dire Dawa</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>GA</td>\n<td>Gambela Hizboch</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>HA</td>\n<td>Hareri Hizb</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>OR</td>\n<td>Oromiya</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>SO</td>\n<td>Sumale</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>TI</td>\n<td>Tigray</td>\n</tr>\n<tr>\n<td>ET</td>\n<td>Ethiopia</td>\n<td>SN</td>\n<td>YeDebub Biheroch Bihereseboch na Hizboch</td>\n</tr>\n<tr>\n<td>FJ</td>\n<td>Fiji</td>\n<td>C</td>\n<td>Central</td>\n</tr>\n<tr>\n<td>FJ</td>\n<td>Fiji</td>\n<td>E</td>\n<td>Eastern</td>\n</tr>\n<tr>\n<td>FJ</td>\n<td>Fiji</td>\n<td>N</td>\n<td>Northern</td>\n</tr>\n<tr>\n<td>FJ</td>\n<td>Fiji</td>\n<td>R</td>\n<td>Rotuma</td>\n</tr>\n<tr>\n<td>FJ</td>\n<td>Fiji</td>\n<td>W</td>\n<td>Western</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>Finland</td>\n<td>AL</td>\n<td>Ahvenanmaan lääni</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>Finland</td>\n<td>ES</td>\n<td>Etelä-Suomen lääni</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>Finland</td>\n<td>IS</td>\n<td>Itä-Suomen lääni</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>Finland</td>\n<td>LS</td>\n<td>Länsi-Suomen lääni</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>Finland</td>\n<td>LL</td>\n<td>Lapin lääni</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>Finland</td>\n<td>OL</td>\n<td>Oulun lääni</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>01</td>\n<td>Ain</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>02</td>\n<td>Aisne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>03</td>\n<td>Allier</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>04</td>\n<td>Alpes-de-Haute-Provence</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>06</td>\n<td>Alpes-Maritimes</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>07</td>\n<td>Ardèche</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>08</td>\n<td>Ardennes</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>09</td>\n<td>Ariège</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>10</td>\n<td>Aube</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>11</td>\n<td>Aude</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>12</td>\n<td>Aveyron</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>67</td>\n<td>Bas-Rhin</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>13</td>\n<td>Bouches-du-Rhône</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>14</td>\n<td>Calvados</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>15</td>\n<td>Cantal</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>16</td>\n<td>Charente</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>17</td>\n<td>Charente-Maritime</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>18</td>\n<td>Cher</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>CP</td>\n<td>Clipperton</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>19</td>\n<td>Corrèze</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>2A</td>\n<td>Corse-du-Sud</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>21</td>\n<td>Côte-d'Or</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>22</td>\n<td>Côtes-d'Armor</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>23</td>\n<td>Creuse</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>79</td>\n<td>Deux-Sèvres</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>24</td>\n<td>Dordogne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>25</td>\n<td>Doubs</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>26</td>\n<td>Drôme</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>91</td>\n<td>Essonne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>27</td>\n<td>Eure</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>28</td>\n<td>Eure-et-Loir</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>29</td>\n<td>Finistère</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>30</td>\n<td>Gard</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>32</td>\n<td>Gers</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>33</td>\n<td>Gironde</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>68</td>\n<td>Haut-Rhin</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>2B</td>\n<td>Haute-Corse</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>31</td>\n<td>Haute-Garonne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>43</td>\n<td>Haute-Loire</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>52</td>\n<td>Haute-Marne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>70</td>\n<td>Haute-Saône</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>74</td>\n<td>Haute-Savoie</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>87</td>\n<td>Haute-Vienne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>05</td>\n<td>Hautes-Alpes</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>65</td>\n<td>Hautes-Pyrénées</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>92</td>\n<td>Hauts-de-Seine</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>34</td>\n<td>Hérault</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>35</td>\n<td>Ille-et-Vilaine</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>36</td>\n<td>Indre</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>37</td>\n<td>Indre-et-Loire</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>38</td>\n<td>Isère</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>39</td>\n<td>Jura</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>40</td>\n<td>Landes</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>41</td>\n<td>Loir-et-Cher</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>42</td>\n<td>Loire</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>44</td>\n<td>Loire-Atlantique</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>45</td>\n<td>Loiret</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>46</td>\n<td>Lot</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>47</td>\n<td>Lot-et-Garonne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>48</td>\n<td>Lozère</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>49</td>\n<td>Maine-et-Loire</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>50</td>\n<td>Manche</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>51</td>\n<td>Marne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>53</td>\n<td>Mayenne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>YT</td>\n<td>Mayotte</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>54</td>\n<td>Meurthe-et-Moselle</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>55</td>\n<td>Meuse</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>56</td>\n<td>Morbihan</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>57</td>\n<td>Moselle</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>58</td>\n<td>Nièvre</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>59</td>\n<td>Nord</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>NC</td>\n<td>Nouvelle-Calédonie</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>60</td>\n<td>Oise</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>61</td>\n<td>Orne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>75</td>\n<td>Paris</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>62</td>\n<td>Pas-de-Calais</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>PF</td>\n<td>Polynésie française</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>63</td>\n<td>Puy-de-Dôme</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>64</td>\n<td>Pyrénées-Atlantiques</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>66</td>\n<td>Pyrénées-Orientales</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>69</td>\n<td>Rhône</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>BL</td>\n<td>Saint-Barthélemy</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>MF</td>\n<td>Saint-Martin</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>PM</td>\n<td>Saint-Pierre-et-Miquelon</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>71</td>\n<td>Saône-et-Loire</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>72</td>\n<td>Sarthe</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>73</td>\n<td>Savoie</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>77</td>\n<td>Seine-et-Marne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>76</td>\n<td>Seine-Maritime</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>93</td>\n<td>Seine-Saint-Denis</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>80</td>\n<td>Somme</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>81</td>\n<td>Tarn</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>82</td>\n<td>Tarn-et-Garonne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>TF</td>\n<td>Terres Australes Françaises</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>90</td>\n<td>Territoire de Belfort</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>95</td>\n<td>Val-d'Oise</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>94</td>\n<td>Val-de-Marne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>83</td>\n<td>Var</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>84</td>\n<td>Vaucluse</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>85</td>\n<td>Vendée</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>86</td>\n<td>Vienne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>88</td>\n<td>Vosges</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>WF</td>\n<td>Wallis et Futuna</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>89</td>\n<td>Yonne</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n<td>78</td>\n<td>Yvelines</td>\n</tr>\n<tr>\n<td>TF</td>\n<td>French Southern Territories</td>\n<td>X2</td>\n<td>Crozet Islands</td>\n</tr>\n<tr>\n<td>TF</td>\n<td>French Southern Territories</td>\n<td>X1</td>\n<td>Ile Saint-Paul et Ile Amsterdam</td>\n</tr>\n<tr>\n<td>TF</td>\n<td>French Southern Territories</td>\n<td>X4</td>\n<td>Iles Eparses</td>\n</tr>\n<tr>\n<td>TF</td>\n<td>French Southern Territories</td>\n<td>X3</td>\n<td>Kerguelen</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>1</td>\n<td>Estuaire</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>2</td>\n<td>Haut-Ogooué</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>3</td>\n<td>Moyen-Ogooué</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>4</td>\n<td>Ngounié</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>5</td>\n<td>Nyanga</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>6</td>\n<td>Ogooué-Ivindo</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>7</td>\n<td>Ogooué-Lolo</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>8</td>\n<td>Ogooué-Maritime</td>\n</tr>\n<tr>\n<td>GA</td>\n<td>Gabon</td>\n<td>9</td>\n<td>Woleu-Ntem</td>\n</tr>\n<tr>\n<td>GM</td>\n<td>Gambia</td>\n<td>B</td>\n<td>Banjul</td>\n</tr>\n<tr>\n<td>GM</td>\n<td>Gambia</td>\n<td>L</td>\n<td>Lower River</td>\n</tr>\n<tr>\n<td>GM</td>\n<td>Gambia</td>\n<td>M</td>\n<td>MacCarthy Island</td>\n</tr>\n<tr>\n<td>GM</td>\n<td>Gambia</td>\n<td>N</td>\n<td>North Bank</td>\n</tr>\n<tr>\n<td>GM</td>\n<td>Gambia</td>\n<td>U</td>\n<td>Upper River</td>\n</tr>\n<tr>\n<td>GM</td>\n<td>Gambia</td>\n<td>W</td>\n<td>Western</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>AB</td>\n<td>Abkhazia</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>AJ</td>\n<td>Ajaria</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>GU</td>\n<td>Guria</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>IM</td>\n<td>Imereti</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>KA</td>\n<td>Kakheti</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>KK</td>\n<td>Kvemo Kartli</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>MM</td>\n<td>Mtskheta-Mtianeti</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>RL</td>\n<td>Racha-Lechkhumi</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>SZ</td>\n<td>Samegrelo-Zemo Svaneti</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>SJ</td>\n<td>Samtskhe-Javakheti</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>SK</td>\n<td>Shida Kartli</td>\n</tr>\n<tr>\n<td>GE</td>\n<td>Georgia</td>\n<td>TB</td>\n<td>Tbilisi</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>BW</td>\n<td>Baden-Württemberg</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>BY</td>\n<td>Bayern</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>BE</td>\n<td>Berlin</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>BB</td>\n<td>Brandenburg</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>HB</td>\n<td>Bremen</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>HH</td>\n<td>Hamburg</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>HE</td>\n<td>Hessen</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>MV</td>\n<td>Mecklenburg-Vorpommern</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>NI</td>\n<td>Niedersachsen</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>NW</td>\n<td>Nordrhein-Westfalen</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>RP</td>\n<td>Rheinland-Pfalz</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>SL</td>\n<td>Saarland</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>SN</td>\n<td>Sachsen</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>ST</td>\n<td>Sachsen-Anhalt</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>SH</td>\n<td>Schleswig-Holstein</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>Germany</td>\n<td>TH</td>\n<td>Thüringen</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>AH</td>\n<td>Ashanti</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>BA</td>\n<td>Brong-Ahafo</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>CP</td>\n<td>Central</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>EP</td>\n<td>Eastern</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>AA</td>\n<td>Greater Accra</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>NP</td>\n<td>Northern</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>UE</td>\n<td>Upper East</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>UW</td>\n<td>Upper West</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>TV</td>\n<td>Volta</td>\n</tr>\n<tr>\n<td>GH</td>\n<td>Ghana</td>\n<td>WP</td>\n<td>Western</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>13</td>\n<td>Achaïa</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>69</td>\n<td>Agio Oros</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>01</td>\n<td>Aitolia kai Akarnania</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>11</td>\n<td>Argolida</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>12</td>\n<td>Arkadia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>31</td>\n<td>Arta</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>A1</td>\n<td>Attiki</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>64</td>\n<td>Chalkidiki</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>94</td>\n<td>Chania</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>85</td>\n<td>Chios</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>81</td>\n<td>Dodekanisos</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>52</td>\n<td>Drama</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>71</td>\n<td>Evros</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>05</td>\n<td>Evrytania</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>04</td>\n<td>Evvoia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>63</td>\n<td>Florina</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>07</td>\n<td>Fokida</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>06</td>\n<td>Fthiotida</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>51</td>\n<td>Grevena</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>14</td>\n<td>Ileia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>53</td>\n<td>Imathia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>33</td>\n<td>Ioannina</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>91</td>\n<td>Irakleio</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>41</td>\n<td>Karditsa</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>56</td>\n<td>Kastoria</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>55</td>\n<td>Kavala</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>23</td>\n<td>Kefallonia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>22</td>\n<td>Kerkyra</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>57</td>\n<td>Kilkis</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>15</td>\n<td>Korinthia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>58</td>\n<td>Kozani</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>82</td>\n<td>Kyklades</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>16</td>\n<td>Lakonia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>42</td>\n<td>Larisa</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>92</td>\n<td>Lasithi</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>24</td>\n<td>Lefkada</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>83</td>\n<td>Lesvos</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>43</td>\n<td>Magnisia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>17</td>\n<td>Messinia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>59</td>\n<td>Pella</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>61</td>\n<td>Pieria</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>34</td>\n<td>Preveza</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>93</td>\n<td>Rethymno</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>73</td>\n<td>Rodopi</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>84</td>\n<td>Samos</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>62</td>\n<td>Serres</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>32</td>\n<td>Thesprotia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>54</td>\n<td>Thessaloniki</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>44</td>\n<td>Trikala</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>03</td>\n<td>Voiotia</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>72</td>\n<td>Xanthi</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n<td>21</td>\n<td>Zakynthos</td>\n</tr>\n<tr>\n<td>GL</td>\n<td>Greenland</td>\n<td>KU</td>\n<td>Kommune Kujalleq</td>\n</tr>\n<tr>\n<td>GL</td>\n<td>Greenland</td>\n<td>SM</td>\n<td>Kommuneqarfik Sermersooq</td>\n</tr>\n<tr>\n<td>GL</td>\n<td>Greenland</td>\n<td>QA</td>\n<td>Qaasuitsup Kommunia</td>\n</tr>\n<tr>\n<td>GL</td>\n<td>Greenland</td>\n<td>QE</td>\n<td>Qeqqata Kommunia</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n<td>01</td>\n<td>Saint Andrew</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n<td>02</td>\n<td>Saint David</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n<td>03</td>\n<td>Saint George</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n<td>04</td>\n<td>Saint John</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n<td>05</td>\n<td>Saint Mark</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n<td>06</td>\n<td>Saint Patrick</td>\n</tr>\n<tr>\n<td>GD</td>\n<td>Grenada</td>\n<td>10</td>\n<td>Southern Grenadine Islands</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>AV</td>\n<td>Alta Verapaz</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>BV</td>\n<td>Baja Verapaz</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>CM</td>\n<td>Chimaltenango</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>CQ</td>\n<td>Chiquimula</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>PR</td>\n<td>El Progreso</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>ES</td>\n<td>Escuintla</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>GU</td>\n<td>Guatemala</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>HU</td>\n<td>Huehuetenango</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>IZ</td>\n<td>Izabal</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>JA</td>\n<td>Jalapa</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>JU</td>\n<td>Jutiapa</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>PE</td>\n<td>Petén</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>QZ</td>\n<td>Quetzaltenango</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>QC</td>\n<td>Quiché</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>RE</td>\n<td>Retalhuleu</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>SA</td>\n<td>Sacatepéquez</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>SM</td>\n<td>San Marcos</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>SR</td>\n<td>Santa Rosa</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>SO</td>\n<td>Sololá</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>SU</td>\n<td>Suchitepéquez</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>TO</td>\n<td>Totonicapán</td>\n</tr>\n<tr>\n<td>GT</td>\n<td>Guatemala</td>\n<td>ZA</td>\n<td>Zacapa</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>BE</td>\n<td>Beyla</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>BF</td>\n<td>Boffa</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>BK</td>\n<td>Boké</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>C</td>\n<td>Conakry</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>CO</td>\n<td>Coyah</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>DB</td>\n<td>Dabola</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>DL</td>\n<td>Dalaba</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>DI</td>\n<td>Dinguiraye</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>DU</td>\n<td>Dubréka</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>FA</td>\n<td>Faranah</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>FO</td>\n<td>Forécariah</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>FR</td>\n<td>Fria</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>GA</td>\n<td>Gaoual</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>GU</td>\n<td>Guékédou</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>KA</td>\n<td>Kankan</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>KE</td>\n<td>Kérouané</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>KD</td>\n<td>Kindia</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>KS</td>\n<td>Kissidougou</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>KB</td>\n<td>Koubia</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>KN</td>\n<td>Koundara</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>KO</td>\n<td>Kouroussa</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>LA</td>\n<td>Labé</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>LE</td>\n<td>Lélouma</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>LO</td>\n<td>Lola</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>MC</td>\n<td>Macenta</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>ML</td>\n<td>Mali</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>MM</td>\n<td>Mamou</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>MD</td>\n<td>Mandiana</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>NZ</td>\n<td>Nzérékoré</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>PI</td>\n<td>Pita</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>SI</td>\n<td>Siguiri</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>TE</td>\n<td>Télimélé</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>TO</td>\n<td>Tougué</td>\n</tr>\n<tr>\n<td>GN</td>\n<td>Guinea</td>\n<td>YO</td>\n<td>Yomou</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>BA</td>\n<td>Bafatá</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>BM</td>\n<td>Biombo</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>BS</td>\n<td>Bissau</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>BL</td>\n<td>Bolama</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>CA</td>\n<td>Cacheu</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>GA</td>\n<td>Gabú</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>OI</td>\n<td>Oio</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>QU</td>\n<td>Quinara</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-bissau</td>\n<td>TO</td>\n<td>Tombali</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>BA</td>\n<td>Barima-Waini</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>CU</td>\n<td>Cuyuni-Mazaruni</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>DE</td>\n<td>Demerara-Mahaica</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>EB</td>\n<td>East Berbice-Corentyne</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>ES</td>\n<td>Essequibo Islands-West Demerara</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>MA</td>\n<td>Mahaica-Berbice</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>PM</td>\n<td>Pomeroon-Supenaam</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>PT</td>\n<td>Potaro-Siparuni</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>UD</td>\n<td>Upper Demerara-Berbice</td>\n</tr>\n<tr>\n<td>GY</td>\n<td>Guyana</td>\n<td>UT</td>\n<td>Upper Takutu-Upper Essequibo</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>AR</td>\n<td>Artibonite</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>CE</td>\n<td>Centre</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>GA</td>\n<td>Grande-Anse</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>ND</td>\n<td>Nord</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>NE</td>\n<td>Nord-Est</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>NO</td>\n<td>Nord-Ouest</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>OU</td>\n<td>Ouest</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>SD</td>\n<td>Sud</td>\n</tr>\n<tr>\n<td>HT</td>\n<td>Haiti</td>\n<td>SE</td>\n<td>Sud-Est</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>AT</td>\n<td>Atlántida</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>CH</td>\n<td>Choluteca</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>CL</td>\n<td>Colón</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>CM</td>\n<td>Comayagua</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>CP</td>\n<td>Copán</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>CR</td>\n<td>Cortés</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>EP</td>\n<td>El Paraíso</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>FM</td>\n<td>Francisco Morazán</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>GD</td>\n<td>Gracias a Dios</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>IN</td>\n<td>Intibucá</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>IB</td>\n<td>Islas de la Bahía</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>LP</td>\n<td>La Paz</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>LE</td>\n<td>Lempira</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>OC</td>\n<td>Ocotepeque</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>OL</td>\n<td>Olancho</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>SB</td>\n<td>Santa Bárbara</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>VA</td>\n<td>Valle</td>\n</tr>\n<tr>\n<td>HN</td>\n<td>Honduras</td>\n<td>YO</td>\n<td>Yoro</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>BK</td>\n<td>Bács-Kiskun</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>BA</td>\n<td>Baranya</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>BE</td>\n<td>Békés</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>BC</td>\n<td>Békéscsaba</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>BZ</td>\n<td>Borsod-Abaúj-Zemplén</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>BU</td>\n<td>Budapest</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>CS</td>\n<td>Csongrád</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>DE</td>\n<td>Debrecen</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>DU</td>\n<td>Dunaújváros</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>EG</td>\n<td>Eger</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>ER</td>\n<td>Erd</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>FE</td>\n<td>Fejér</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>GY</td>\n<td>Gyor</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>GS</td>\n<td>Gyor-Moson-Sopron</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>HB</td>\n<td>Hajdú-Bihar</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>HE</td>\n<td>Heves</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>HV</td>\n<td>Hódmezovásárhely</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>JN</td>\n<td>Jász-Nagykun-Szolnok</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>KV</td>\n<td>Kaposvár</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>KM</td>\n<td>Kecskemét</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>KE</td>\n<td>Komárom-Esztergom</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>MI</td>\n<td>Miskolc</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>NK</td>\n<td>Nagykanizsa</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>NO</td>\n<td>Nógrád</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>NY</td>\n<td>Nyíregyháza</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>PS</td>\n<td>Pécs</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>PE</td>\n<td>Pest</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>ST</td>\n<td>Salgótarján</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>SO</td>\n<td>Somogy</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>SN</td>\n<td>Sopron</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>SZ</td>\n<td>Szabolcs-Szatmár-Bereg</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>SD</td>\n<td>Szeged</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>SF</td>\n<td>Székesfehérvár</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>SS</td>\n<td>Szekszárd</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>SK</td>\n<td>Szolnok</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>SH</td>\n<td>Szombathely</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>TB</td>\n<td>Tatabánya</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>TO</td>\n<td>Tolna</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>VA</td>\n<td>Vas</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>VE</td>\n<td>Veszprém</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>VM</td>\n<td>Veszprém City</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>ZA</td>\n<td>Zala</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>ZE</td>\n<td>Zalaegerszeg</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n<td>HUF</td>\n<td>Hungary</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>7</td>\n<td>Austurland</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>1</td>\n<td>Höfuðborgarsvæði utan Reykjavíkur</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>6</td>\n<td>Norðurland eystra</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>5</td>\n<td>Norðurland vestra</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>0</td>\n<td>Reykjavík</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>8</td>\n<td>Suðurland</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>2</td>\n<td>Suðurnes</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>4</td>\n<td>Vestfirðir</td>\n</tr>\n<tr>\n<td>IS</td>\n<td>Iceland</td>\n<td>3</td>\n<td>Vesturland</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>AN</td>\n<td>Andaman and Nicobar Islands</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>AP</td>\n<td>Andhra Pradesh</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>AR</td>\n<td>Arunachal Pradesh</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>AS</td>\n<td>Assam</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>BR</td>\n<td>Bihar</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>CH</td>\n<td>Chandigarh</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>CT</td>\n<td>Chhattisgarh</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>DN</td>\n<td>Dadra and Nagar Haveli</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>DD</td>\n<td>Daman and Diu</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>DL</td>\n<td>Delhi</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>GA</td>\n<td>Goa</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>GJ</td>\n<td>Gujarat</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>HR</td>\n<td>Haryana</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>HP</td>\n<td>Himachal Pradesh</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>JK</td>\n<td>Jammu and Kashmir</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>JH</td>\n<td>Jharkhand</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>KA</td>\n<td>Karnataka</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>KL</td>\n<td>Kerala</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>LD</td>\n<td>Lakshadweep</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>MP</td>\n<td>Madhya Pradesh</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>MH</td>\n<td>Maharashtra</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>MN</td>\n<td>Manipur</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>ML</td>\n<td>Meghalaya</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>MZ</td>\n<td>Mizoram</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>NL</td>\n<td>Nagaland</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>OR</td>\n<td>Orissa</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>PY</td>\n<td>Pondicherry</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>PB</td>\n<td>Punjab</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>RJ</td>\n<td>Rajasthan</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>SK</td>\n<td>Sikkim</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>TN</td>\n<td>Tamil Nadu</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>TR</td>\n<td>Tripura</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>UP</td>\n<td>Uttar Pradesh</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>UT</td>\n<td>Uttarakhand</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>UL</td>\n<td>Uttaranchal</td>\n</tr>\n<tr>\n<td>IN</td>\n<td>India</td>\n<td>WB</td>\n<td>West Bengal</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>AC</td>\n<td>Aceh</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>BA</td>\n<td>Bali</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>BB</td>\n<td>Bangka Belitung</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>BT</td>\n<td>Banten</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>BE</td>\n<td>Bengkulu</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>GO</td>\n<td>Gorontalo</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>JK</td>\n<td>Jakarta Raya</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>JA</td>\n<td>Jambi</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>JB</td>\n<td>Jawa Barat</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>JT</td>\n<td>Jawa Tengah</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>JI</td>\n<td>Jawa Timur</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>KB</td>\n<td>Kalimantan Barat</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>KS</td>\n<td>Kalimantan Selatan</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>KT</td>\n<td>Kalimantan Tengah</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>KI</td>\n<td>Kalimantan Timur</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>KR</td>\n<td>Kepulauan Riau</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>LA</td>\n<td>Lampung</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>MA</td>\n<td>Maluku</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>MU</td>\n<td>Maluku Utara</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>NB</td>\n<td>Nusa Tenggara Barat</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>NT</td>\n<td>Nusa Tenggara Timur</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>PA</td>\n<td>Papua</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>PB</td>\n<td>Papua Barat</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>RI</td>\n<td>Riau</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>SR</td>\n<td>Sulawesi Barat</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>SN</td>\n<td>Sulawesi Selatan</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>ST</td>\n<td>Sulawesi Tengah</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>SG</td>\n<td>Sulawesi Tenggara</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>SA</td>\n<td>Sulawesi Utara</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>SB</td>\n<td>Sumatera Barat</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>SS</td>\n<td>Sumatera Selatan</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>SU</td>\n<td>Sumatera Utara</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>YO</td>\n<td>Yogyakarta</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>KU</td>\n<td>Kalimantan Utara</td>\n</tr>\n<tr>\n<td>ID</td>\n<td>Indonesia</td>\n<td>DJK</td>\n<td>DKI Jakarta</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>03</td>\n<td>Ardabil</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>02</td>\n<td>Az¯arbayjan-e Gharbi</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>01</td>\n<td>Az¯arbayjan-e Sharqi</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>06</td>\n<td>Bushehr</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>08</td>\n<td>Chahar Mah¸all va Bakhtiari</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>04</td>\n<td>Esfahan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>14</td>\n<td>Fars</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>19</td>\n<td>Gilan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>27</td>\n<td>Golestan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>24</td>\n<td>Hamadan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>23</td>\n<td>Hormozgan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>05</td>\n<td>Ilam</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>15</td>\n<td>Kerman</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>17</td>\n<td>Kermanshah</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>09</td>\n<td>Khorasan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>29</td>\n<td>Khorasan-e Janubi</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>30</td>\n<td>Khorasan-e Razavi</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>31</td>\n<td>Khorasan-e Shemali</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>10</td>\n<td>Khuzestan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>18</td>\n<td>Kohkiluyeh va Buyer Ahmad</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>16</td>\n<td>Kordestan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>20</td>\n<td>Lorestan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>22</td>\n<td>Markazi</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>21</td>\n<td>Mazandaran</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>28</td>\n<td>Qazvin</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>26</td>\n<td>Qom</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>12</td>\n<td>Semnan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>13</td>\n<td>Sistan va Baluchestan</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>07</td>\n<td>Tehran</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>25</td>\n<td>Yazd</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran (Islamic Republic of)</td>\n<td>11</td>\n<td>Zanjan</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>AN</td>\n<td>Al Anbar</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>BA</td>\n<td>Al Basrah</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>MU</td>\n<td>Al Muthanná</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>QA</td>\n<td>Al Qadisiyah</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>NA</td>\n<td>An Najaf</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>AR</td>\n<td>Arbil</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>SU</td>\n<td>As Sulaymaniyah</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>TS</td>\n<td>At Ta'mim</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>BB</td>\n<td>Babil</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>BG</td>\n<td>Baghdad</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>DA</td>\n<td>Dahuk</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>DQ</td>\n<td>Dhi Qar</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>DI</td>\n<td>Diyalá</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>KA</td>\n<td>Karbala'</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>MA</td>\n<td>Maysan</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>NI</td>\n<td>Ninawá</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>SD</td>\n<td>Salah ad Din</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n<td>WA</td>\n<td>Wasit</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>CW</td>\n<td>Carlow</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>CN</td>\n<td>Cavan</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>CE</td>\n<td>Clare</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>CK</td>\n<td>Cork</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>DL</td>\n<td>Donegal</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>DN</td>\n<td>Dublin</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>GY</td>\n<td>Galway</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>KY</td>\n<td>Kerry</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>KE</td>\n<td>Kildare</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>KK</td>\n<td>Kilkenny</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>LS</td>\n<td>Laois</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>LM</td>\n<td>Leitrim</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>LK</td>\n<td>Limerick</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>LD</td>\n<td>Longford</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>LH</td>\n<td>Louth</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>MO</td>\n<td>Mayo</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>MH</td>\n<td>Meath</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>MN</td>\n<td>Monaghan</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>OY</td>\n<td>Offaly</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>RN</td>\n<td>Roscommon</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>SO</td>\n<td>Sligo</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>TA</td>\n<td>Tipperary</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>WD</td>\n<td>Waterford</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>WH</td>\n<td>Westmeath</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>WX</td>\n<td>Wexford</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>Ireland</td>\n<td>WW</td>\n<td>Wicklow</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n<td>D</td>\n<td>HaDarom</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n<td>HA</td>\n<td>Haifa</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n<td>M</td>\n<td>HaMerkaz</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n<td>Z</td>\n<td>HaZafon</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n<td>TA</td>\n<td>Tel-Aviv</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n<td>JM</td>\n<td>Yerushalayim</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>65</td>\n<td>Abruzzo</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AG</td>\n<td>Agrigento</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AL</td>\n<td>Alessandria</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AN</td>\n<td>Ancona</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AO</td>\n<td>Aosta</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AR</td>\n<td>Arezzo</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AP</td>\n<td>Ascoli Piceno</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AT</td>\n<td>Asti</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AV</td>\n<td>Avellino</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BA</td>\n<td>Bari</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BT</td>\n<td>Barletta-Andria-Trani</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>77</td>\n<td>Basilicata</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BL</td>\n<td>Belluno</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BN</td>\n<td>Benevento</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BG</td>\n<td>Bergamo</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BI</td>\n<td>Biella</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BO</td>\n<td>Bologna</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BZ</td>\n<td>Bolzano</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BS</td>\n<td>Brescia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>BR</td>\n<td>Brindisi</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CA</td>\n<td>Cagliari</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>78</td>\n<td>Calabria</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CL</td>\n<td>Caltanissetta</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>72</td>\n<td>Campania</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CB</td>\n<td>Campobasso</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CI</td>\n<td>Carbonia-Iglesias</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CE</td>\n<td>Caserta</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CT</td>\n<td>Catania</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CZ</td>\n<td>Catanzaro</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CH</td>\n<td>Chieti</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CO</td>\n<td>Como</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CS</td>\n<td>Cosenza</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CR</td>\n<td>Cremona</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>KR</td>\n<td>Crotone</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>CN</td>\n<td>Cuneo</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>45</td>\n<td>Emilia-Romagna</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>EN</td>\n<td>Enna</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>FM</td>\n<td>Fermo</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>FE</td>\n<td>Ferrara</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>FI</td>\n<td>Firenze</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>FG</td>\n<td>Foggia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>FC</td>\n<td>Forli-Cesena</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>36</td>\n<td>Friuli-Venezia Giulia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>FR</td>\n<td>Frosinone</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>GE</td>\n<td>Genova</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>GO</td>\n<td>Gorizia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>GR</td>\n<td>Grosseto</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>IM</td>\n<td>Imperia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>IS</td>\n<td>Isernia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>AQ</td>\n<td>L'Aquila</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>SP</td>\n<td>La Spezia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>LT</td>\n<td>Latina</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>62</td>\n<td>Lazio</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>LE</td>\n<td>Lecce</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>LC</td>\n<td>Lecco</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>42</td>\n<td>Liguria</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>LI</td>\n<td>Livorno</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>LO</td>\n<td>Lodi</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>25</td>\n<td>Lombardia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>LU</td>\n<td>Lucca</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>MC</td>\n<td>Macerata</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>MN</td>\n<td>Mantova</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>57</td>\n<td>Marche</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>MS</td>\n<td>Massa-Carrara</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>MT</td>\n<td>Matera</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VS</td>\n<td>Medio Campidano</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>ME</td>\n<td>Messina</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>MI</td>\n<td>Milano</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>MO</td>\n<td>Modena</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>67</td>\n<td>Molise</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>MB</td>\n<td>Monza e Brianza</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>NA</td>\n<td>Napoli</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>NO</td>\n<td>Novara</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>NU</td>\n<td>Nuoro</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>OG</td>\n<td>Ogliastra</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>OT</td>\n<td>Olbia-Tempio</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>OR</td>\n<td>Oristano</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PD</td>\n<td>Padova</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PA</td>\n<td>Palermo</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PR</td>\n<td>Parma</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PV</td>\n<td>Pavia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PG</td>\n<td>Perugia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PU</td>\n<td>Pesaro e Urbino</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PE</td>\n<td>Pescara</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PC</td>\n<td>Piacenza</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>21</td>\n<td>Piemonte</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PI</td>\n<td>Pisa</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PT</td>\n<td>Pistoia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PN</td>\n<td>Pordenone</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PZ</td>\n<td>Potenza</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>PO</td>\n<td>Prato</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>75</td>\n<td>Puglia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>RG</td>\n<td>Ragusa</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>RA</td>\n<td>Ravenna</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>RC</td>\n<td>Reggio Calabria</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>RE</td>\n<td>Reggio Emilia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>RI</td>\n<td>Rieti</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>RN</td>\n<td>Rimini</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>RM</td>\n<td>Roma</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>RO</td>\n<td>Rovigo</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>SA</td>\n<td>Salerno</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>88</td>\n<td>Sardegna</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>SS</td>\n<td>Sassari</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>SV</td>\n<td>Savona</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>82</td>\n<td>Sicilia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>SI</td>\n<td>Siena</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>SR</td>\n<td>Siracusa</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>SO</td>\n<td>Sondrio</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>TA</td>\n<td>Taranto</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>TE</td>\n<td>Teramo</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>TR</td>\n<td>Terni</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>TO</td>\n<td>Torino</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>52</td>\n<td>Toscana</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>TP</td>\n<td>Trapani</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>32</td>\n<td>Trentino-Alto Adige</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>TN</td>\n<td>Trento</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>TV</td>\n<td>Treviso</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>TS</td>\n<td>Trieste</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>UD</td>\n<td>Udine</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>55</td>\n<td>Umbria</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>23</td>\n<td>Valle d'Aosta</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VA</td>\n<td>Varese</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>34</td>\n<td>Veneto</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VE</td>\n<td>Venezia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VB</td>\n<td>Verbano-Cusio-Ossola</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VC</td>\n<td>Vercelli</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VR</td>\n<td>Verona</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VV</td>\n<td>Vibo Valentia</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VI</td>\n<td>Vicenza</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n<td>VT</td>\n<td>Viterbo</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>13</td>\n<td>Clarendon</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>09</td>\n<td>Hanover</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>01</td>\n<td>Kingston</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>12</td>\n<td>Manchester</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>04</td>\n<td>Portland</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>02</td>\n<td>Saint Andrew</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>06</td>\n<td>Saint Ann</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>14</td>\n<td>Saint Catherine</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>11</td>\n<td>Saint Elizabeth</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>08</td>\n<td>Saint James</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>05</td>\n<td>Saint Mary</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>03</td>\n<td>Saint Thomas</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>07</td>\n<td>Trelawny</td>\n</tr>\n<tr>\n<td>JM</td>\n<td>Jamaica</td>\n<td>10</td>\n<td>Westmoreland</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>23</td>\n<td>Aiti</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>05</td>\n<td>Akita</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>02</td>\n<td>Aomori</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>38</td>\n<td>Ehime</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>21</td>\n<td>Gihu</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>10</td>\n<td>Gunma</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>34</td>\n<td>Hirosima</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>01</td>\n<td>Hokkaidô</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>18</td>\n<td>Hukui</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>40</td>\n<td>Hukuoka</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>07</td>\n<td>Hukusima</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>28</td>\n<td>Hyôgo</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>08</td>\n<td>Ibaraki</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>17</td>\n<td>Isikawa</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>03</td>\n<td>Iwate</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>37</td>\n<td>Kagawa</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>46</td>\n<td>Kagosima</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>14</td>\n<td>Kanagawa</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>39</td>\n<td>Kôti</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>43</td>\n<td>Kumamoto</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>26</td>\n<td>Kyôto</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>24</td>\n<td>Mie</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>04</td>\n<td>Miyagi</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>45</td>\n<td>Miyazaki</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>20</td>\n<td>Nagano</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>42</td>\n<td>Nagasaki</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>29</td>\n<td>Nara</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>15</td>\n<td>Niigata</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>44</td>\n<td>Ôita</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>33</td>\n<td>Okayama</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>47</td>\n<td>Okinawa</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>27</td>\n<td>Ôsaka</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>41</td>\n<td>Saga</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>11</td>\n<td>Saitama</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>25</td>\n<td>Siga</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>32</td>\n<td>Simane</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>22</td>\n<td>Sizuoka</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>12</td>\n<td>Tiba</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>36</td>\n<td>Tokusima</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>13</td>\n<td>Tôkyô</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>09</td>\n<td>Totigi</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>31</td>\n<td>Tottori</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>16</td>\n<td>Toyama</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>30</td>\n<td>Wakayama</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>06</td>\n<td>Yamagata</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>35</td>\n<td>Yamaguti</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>Japan</td>\n<td>19</td>\n<td>Yamanasi</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>ALA</td>\n<td>Almaty</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>ALM</td>\n<td>Almaty oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>AKM</td>\n<td>Aqmola oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>AKT</td>\n<td>Aqtöbe oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>AST</td>\n<td>Astana</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>ATY</td>\n<td>Atyrau oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>ZAP</td>\n<td>Batys Qazaqstan oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>BAY</td>\n<td>Bayqongyr</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>MAN</td>\n<td>Mangghystau oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>YUZ</td>\n<td>Ongtüstik Qazaqstan oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>PAV</td>\n<td>Pavlodar oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>KAR</td>\n<td>Qaraghandy oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>KUS</td>\n<td>Qostanay oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>KZY</td>\n<td>Qyzylorda oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>VOS</td>\n<td>Shyghys Qazaqstan oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>SEV</td>\n<td>Soltüstik Qazaqstan oblysy</td>\n</tr>\n<tr>\n<td>KZ</td>\n<td>Kazakhstan</td>\n<td>ZHA</td>\n<td>Zhambyl oblysy</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n<td>200</td>\n<td>Central</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n<td>300</td>\n<td>Coast</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n<td>400</td>\n<td>Eastern</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n<td>110</td>\n<td>Nairobi</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n<td>500</td>\n<td>North-Eastern</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n<td>600</td>\n<td>Nyanza</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n<td>700</td>\n<td>Rift Valley</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n<td>900</td>\n<td>Western</td>\n</tr>\n<tr>\n<td>KI</td>\n<td>Kiribati</td>\n<td>G</td>\n<td>Gilbert Islands</td>\n</tr>\n<tr>\n<td>KI</td>\n<td>Kiribati</td>\n<td>L</td>\n<td>Line Islands</td>\n</tr>\n<tr>\n<td>KI</td>\n<td>Kiribati</td>\n<td>P</td>\n<td>Phoenix Islands</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>04</td>\n<td>Chagang-do</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>09</td>\n<td>Hamgyong-bukdo</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>08</td>\n<td>Hamgyong-namdo</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>06</td>\n<td>Hwanghae-bukto</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>05</td>\n<td>Hwanghae-namdo</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>07</td>\n<td>Kangwon-do</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>13</td>\n<td>Nason</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>03</td>\n<td>Pyongan-bukdo</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>02</td>\n<td>Pyongan-namdo</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>01</td>\n<td>Pyongyang</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Democratic People's Republic of</td>\n<td>10</td>\n<td>Yanggang-do</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>26</td>\n<td>Busan Gwang'yeogs</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>43</td>\n<td>Chungcheongbugdo</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>44</td>\n<td>Chungcheongnamdo</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>27</td>\n<td>Daegu Gwang'yeogs</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>30</td>\n<td>Daejeon Gwang'yeog</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>42</td>\n<td>Gang'weondo</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>29</td>\n<td>Gwangju Gwang'yeogs</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>41</td>\n<td>Gyeonggido</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>47</td>\n<td>Gyeongsangbugdo</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>48</td>\n<td>Gyeongsangnamdo</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>28</td>\n<td>Incheon Gwang'yeog</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>49</td>\n<td>Jejudo</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>45</td>\n<td>Jeonrabugdo</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>46</td>\n<td>Jeonranamdo</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>11</td>\n<td>Seoul Teugbyeolsi</td>\n</tr>\n<tr>\n<td>KR</td>\n<td>Korea, Republic of</td>\n<td>31</td>\n<td>Ulsan Gwang'yeogs</td>\n</tr>\n<tr>\n<td>KW</td>\n<td>Kuwait</td>\n<td>AH</td>\n<td>Al Ahmadi</td>\n</tr>\n<tr>\n<td>KW</td>\n<td>Kuwait</td>\n<td>FA</td>\n<td>Al Farwaniyah</td>\n</tr>\n<tr>\n<td>KW</td>\n<td>Kuwait</td>\n<td>JA</td>\n<td>Al Jahrah</td>\n</tr>\n<tr>\n<td>KW</td>\n<td>Kuwait</td>\n<td>KU</td>\n<td>Al Kuwayt</td>\n</tr>\n<tr>\n<td>KW</td>\n<td>Kuwait</td>\n<td>HA</td>\n<td>Hawalli</td>\n</tr>\n<tr>\n<td>KW</td>\n<td>Kuwait</td>\n<td>MU</td>\n<td>Mubarak al-Kabir</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n<td>B</td>\n<td>Batken</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n<td>GB</td>\n<td>Bishkek</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n<td>C</td>\n<td>Chü</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n<td>J</td>\n<td>Jalal-Abad</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n<td>N</td>\n<td>Naryn</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n<td>O</td>\n<td>Osh</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n<td>T</td>\n<td>Talas</td>\n</tr>\n<tr>\n<td>KG</td>\n<td>Kyrgyzstan</td>\n<td>Y</td>\n<td>Ysyk-Köl</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>AT</td>\n<td>Attapu</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>BK</td>\n<td>Bokèo</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>BL</td>\n<td>Bolikhamx</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>CH</td>\n<td>Champasak</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>HO</td>\n<td>Houaphan</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>KH</td>\n<td>Khammouan</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>LM</td>\n<td>Louang Namtha</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>LP</td>\n<td>Louangphabang</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>OU</td>\n<td>Oudômxai</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>PH</td>\n<td>Phôngsali</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>SL</td>\n<td>Salavan</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>SV</td>\n<td>Savannakhét</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>VI</td>\n<td>Vientiane</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>VT</td>\n<td>Vientiane Prefecture</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>XA</td>\n<td>Xaignabou</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>XN</td>\n<td>Xaisômboun</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>XE</td>\n<td>Xékong</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic</td>\n<td>XI</td>\n<td>Xiangkhoang</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>AI</td>\n<td>Aizkraukles Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>AL</td>\n<td>Aluksnes Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>BL</td>\n<td>Balvu Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>BU</td>\n<td>Bauskas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>CE</td>\n<td>Cesu Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>DGV</td>\n<td>Daugavpils</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>DA</td>\n<td>Daugavpils Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>DO</td>\n<td>Dobeles Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>GU</td>\n<td>Gulbenes Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>JK</td>\n<td>Jekabpils Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>JEL</td>\n<td>Jelgava</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>JL</td>\n<td>Jelgavas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>JUR</td>\n<td>Jurmala</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>KR</td>\n<td>Kraslavas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>KU</td>\n<td>Kuldigas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>LPX</td>\n<td>Liepaja</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>LE</td>\n<td>Liepajas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>LM</td>\n<td>Limbazu Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>LU</td>\n<td>Ludzas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>MA</td>\n<td>Madonas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>OG</td>\n<td>Ogres Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>PR</td>\n<td>Preilu Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>REZ</td>\n<td>Rezekne</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>RE</td>\n<td>Rezeknes Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>RIX</td>\n<td>Riga</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>RI</td>\n<td>Rigas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>SA</td>\n<td>Saldus Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>TA</td>\n<td>Talsu Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>TU</td>\n<td>Tukuma Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>VK</td>\n<td>Valkas Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>VM</td>\n<td>Valmieras Aprinkis</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>VEN</td>\n<td>Ventspils</td>\n</tr>\n<tr>\n<td>LV</td>\n<td>Latvia</td>\n<td>VE</td>\n<td>Ventspils Aprinkis</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n<td>BA</td>\n<td>Beirut</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n<td>BI</td>\n<td>El Béqaa</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n<td>JL</td>\n<td>Jabal Loubnâne</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n<td>AS</td>\n<td>Loubnâne ech Chemâli</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n<td>JA</td>\n<td>Loubnâne ej Jnoûbi</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n<td>NA</td>\n<td>Nabatîyé</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>D</td>\n<td>Berea</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>B</td>\n<td>Butha-Buthe</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>C</td>\n<td>Leribe</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>E</td>\n<td>Mafeteng</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>A</td>\n<td>Maseru</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>F</td>\n<td>Mohale's Hoek</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>J</td>\n<td>Mokhotlong</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>H</td>\n<td>Qacha's Nek</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>G</td>\n<td>Quthing</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>Lesotho</td>\n<td>K</td>\n<td>Thaba-Tseka</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>BM</td>\n<td>Bomi</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>BG</td>\n<td>Bong</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>X1</td>\n<td>Gbarpolu</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>GB</td>\n<td>Grand Bassa</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>CM</td>\n<td>Grand Cape Mount</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>GG</td>\n<td>Grand Gedeh</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>GK</td>\n<td>Grand Kru</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>LO</td>\n<td>Lofa</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>MG</td>\n<td>Margibi</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>MY</td>\n<td>Maryland</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>MO</td>\n<td>Montserrado</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>NI</td>\n<td>Nimba</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>X2</td>\n<td>River Gee</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>RI</td>\n<td>Rivercess</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n<td>SI</td>\n<td>Sinoe</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>01</td>\n<td>Balzers</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>02</td>\n<td>Eschen</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>03</td>\n<td>Gamprin</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>04</td>\n<td>Mauren</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>05</td>\n<td>Planken</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>06</td>\n<td>Ruggell</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>07</td>\n<td>Schaan</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>08</td>\n<td>Schellenberg</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>09</td>\n<td>Triesen</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>10</td>\n<td>Triesenberg</td>\n</tr>\n<tr>\n<td>LI</td>\n<td>Liechtenstein</td>\n<td>11</td>\n<td>Vaduz</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>AL</td>\n<td>Alytus</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>KU</td>\n<td>Kaunas</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>KL</td>\n<td>Klaipeda</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>MR</td>\n<td>Marijampole</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>PN</td>\n<td>Panevezys</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>SA</td>\n<td>Siauliai</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>TA</td>\n<td>Taurage</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>TE</td>\n<td>Telsiai</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>UT</td>\n<td>Utena</td>\n</tr>\n<tr>\n<td>LT</td>\n<td>Lithuania</td>\n<td>VL</td>\n<td>Vilnius</td>\n</tr>\n<tr>\n<td>LU</td>\n<td>Luxembourg</td>\n<td>D</td>\n<td>Diekirch</td>\n</tr>\n<tr>\n<td>LU</td>\n<td>Luxembourg</td>\n<td>G</td>\n<td>Grevenmacher</td>\n</tr>\n<tr>\n<td>LU</td>\n<td>Luxembourg</td>\n<td>L</td>\n<td>Luxembourg</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Madagascar</td>\n<td>T</td>\n<td>Antananarivo</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Madagascar</td>\n<td>D</td>\n<td>Antsiranana</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Madagascar</td>\n<td>F</td>\n<td>Fianarantsoa</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Madagascar</td>\n<td>M</td>\n<td>Mahajanga</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Madagascar</td>\n<td>A</td>\n<td>Toamasina</td>\n</tr>\n<tr>\n<td>MG</td>\n<td>Madagascar</td>\n<td>U</td>\n<td>Toliara</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>BA</td>\n<td>Balaka</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>BL</td>\n<td>Blantyre</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>C</td>\n<td>Central Region</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>CK</td>\n<td>Chikwawa</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>CR</td>\n<td>Chiradzulu</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>CT</td>\n<td>Chitipa</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>DE</td>\n<td>Dedza</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>DO</td>\n<td>Dowa</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>KR</td>\n<td>Karonga</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>KS</td>\n<td>Kasungu</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>LK</td>\n<td>Likoma</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>LI</td>\n<td>Lilongwe</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>MH</td>\n<td>Machinga</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>MG</td>\n<td>Mangochi</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>MC</td>\n<td>Mchinji</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>MU</td>\n<td>Mulanje</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>MW</td>\n<td>Mwanza</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>MZ</td>\n<td>Mzimba</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>NE</td>\n<td>Neno</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>NB</td>\n<td>Nkhata Bay</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>NK</td>\n<td>Nkhotakota</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>N</td>\n<td>Northern Region</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>NS</td>\n<td>Nsanje</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>NU</td>\n<td>Ntcheu</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>NI</td>\n<td>Ntchisi</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>PH</td>\n<td>Phalombe</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>RU</td>\n<td>Rumphi</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>SA</td>\n<td>Salima</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>S</td>\n<td>Southern Region</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>TH</td>\n<td>Thyolo</td>\n</tr>\n<tr>\n<td>MW</td>\n<td>Malawi</td>\n<td>ZO</td>\n<td>Zomba</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>01</td>\n<td>Johor</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>02</td>\n<td>Kedah</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>03</td>\n<td>Kelantan</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>04</td>\n<td>Melaka</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>05</td>\n<td>Negeri Sembilan</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>06</td>\n<td>Pahang</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>08</td>\n<td>Perak</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>09</td>\n<td>Perlis</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>07</td>\n<td>Pulau Pinang</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>12</td>\n<td>Sabah</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>13</td>\n<td>Sarawak</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>10</td>\n<td>Selangor</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>11</td>\n<td>Terengganu</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>14</td>\n<td>Wilayah Persekutuan Kuala Lumpur</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>15</td>\n<td>Wilayah Persekutuan Labuan</td>\n</tr>\n<tr>\n<td>MY</td>\n<td>Malaysia</td>\n<td>16</td>\n<td>Wilayah Persekutuan Putrajaya</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>02</td>\n<td>Alif</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>X1</td>\n<td>Alif Dhaal</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>20</td>\n<td>Baa</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>17</td>\n<td>Dhaalu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>14</td>\n<td>Faafu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>27</td>\n<td>Gaaf Alif</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>28</td>\n<td>Gaafu Dhaalu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>29</td>\n<td>Gnaviyani</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>07</td>\n<td>Haa Alif</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>23</td>\n<td>Haa Dhaalu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>26</td>\n<td>Kaafu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>05</td>\n<td>Laamu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>03</td>\n<td>Lhaviyani</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>MLE</td>\n<td>Male</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>12</td>\n<td>Meemu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>25</td>\n<td>Noonu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>13</td>\n<td>Raa</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>01</td>\n<td>Seenu</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>24</td>\n<td>Shaviyani</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>08</td>\n<td>Thaa</td>\n</tr>\n<tr>\n<td>MV</td>\n<td>Maldives</td>\n<td>04</td>\n<td>Vaavu</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>BKO</td>\n<td>Bamako</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>7</td>\n<td>Gao</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>1</td>\n<td>Kayes</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>8</td>\n<td>Kidal</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>2</td>\n<td>Koulikoro</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>5</td>\n<td>Mopti</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>4</td>\n<td>Ségou</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>3</td>\n<td>Sikasso</td>\n</tr>\n<tr>\n<td>ML</td>\n<td>Mali</td>\n<td>6</td>\n<td>Tombouctou</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>ALL</td>\n<td>Ailinglaplap</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>ALK</td>\n<td>Ailuk</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>ARN</td>\n<td>Arno</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>AUR</td>\n<td>Aur</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>EBO</td>\n<td>Ebon</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>ENI</td>\n<td>Enewetak</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>JAB</td>\n<td>Jabat</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>JAL</td>\n<td>Jaluit</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>KIL</td>\n<td>Kili</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>KWA</td>\n<td>Kwajalein</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>LAE</td>\n<td>Lae</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>LIB</td>\n<td>Lib</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>LIK</td>\n<td>Likiep</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>MAJ</td>\n<td>Majuro</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>MAL</td>\n<td>Maloelap</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>MEJ</td>\n<td>Mejit</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>MIL</td>\n<td>Mili</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>NMK</td>\n<td>Namdrik</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>NMU</td>\n<td>Namu</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>RON</td>\n<td>Rongelap</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>UJA</td>\n<td>Ujae</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>UTI</td>\n<td>Utirik</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>WTH</td>\n<td>Wotho</td>\n</tr>\n<tr>\n<td>MH</td>\n<td>Marshall Islands</td>\n<td>WTJ</td>\n<td>Wotje</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>07</td>\n<td>Adrar</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>03</td>\n<td>Assaba</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>05</td>\n<td>Brakna</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>08</td>\n<td>Dakhlet Nouâdhibou</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>04</td>\n<td>Gorgol</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>10</td>\n<td>Guidimaka</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>01</td>\n<td>Hodh ech Chargui</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>02</td>\n<td>Hodh el Gharbi</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>12</td>\n<td>Inchiri</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>NKC</td>\n<td>Nouakchott</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>09</td>\n<td>Tagant</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>11</td>\n<td>Tiris Zemmour</td>\n</tr>\n<tr>\n<td>MR</td>\n<td>Mauritania</td>\n<td>06</td>\n<td>Trarza</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>AG</td>\n<td>Agalega Islands</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>BR</td>\n<td>Beau Bassin-Rose Hill</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>BL</td>\n<td>Black River</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>CC</td>\n<td>Cargados Carajos Shoals</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>CU</td>\n<td>Curepipe</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>FL</td>\n<td>Flacq</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>GP</td>\n<td>Grand Port</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>MO</td>\n<td>Moka</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>PA</td>\n<td>Pamplemousses</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>PW</td>\n<td>Plaines Wilhems</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>PL</td>\n<td>Port Louis City</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>PU</td>\n<td>Port Louis District</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>QB</td>\n<td>Quatre Bornes</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>RR</td>\n<td>Rivière du Rempart</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>RO</td>\n<td>Rodrigues Island</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>SA</td>\n<td>Savanne</td>\n</tr>\n<tr>\n<td>MU</td>\n<td>Mauritius</td>\n<td>VP</td>\n<td>Vacoas-Phoenix</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>AGU</td>\n<td>Aguascalientes</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>BCN</td>\n<td>Baja California</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>BCS</td>\n<td>Baja California Sur</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>CAM</td>\n<td>Campeche</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>CHP</td>\n<td>Chiapas</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>CHH</td>\n<td>Chihuahua</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>COA</td>\n<td>Coahuila</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>COL</td>\n<td>Colima</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>DIF</td>\n<td>Distrito Federal</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>DUR</td>\n<td>Durango</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>GUA</td>\n<td>Guanajuato</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>GRO</td>\n<td>Guerrero</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>HID</td>\n<td>Hidalgo</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>JAL</td>\n<td>Jalisco</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>MEX</td>\n<td>Estado de México</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>MIC</td>\n<td>Michoacán</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>MOR</td>\n<td>Morelos</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>NAY</td>\n<td>Nayarit</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>NLE</td>\n<td>Nuevo León</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>OAX</td>\n<td>Oaxaca</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>PUE</td>\n<td>Puebla</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>QUE</td>\n<td>Querétaro</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>ROO</td>\n<td>Quintana Roo</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>SLP</td>\n<td>San Luis Potosí</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>SIN</td>\n<td>Sinaloa</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>SON</td>\n<td>Sonora</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>TAB</td>\n<td>Tabasco</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>TAM</td>\n<td>Tamaulipas</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>TLA</td>\n<td>Tlaxcala</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>VER</td>\n<td>Veracruz</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>YUC</td>\n<td>Yucatán</td>\n</tr>\n<tr>\n<td>MX</td>\n<td>Mexico</td>\n<td>ZAC</td>\n<td>Zacatecas</td>\n</tr>\n<tr>\n<td>FM</td>\n<td>Micronesia, Federated States of</td>\n<td>TRK</td>\n<td>Chuuk</td>\n</tr>\n<tr>\n<td>FM</td>\n<td>Micronesia, Federated States of</td>\n<td>KSA</td>\n<td>Kosrae</td>\n</tr>\n<tr>\n<td>FM</td>\n<td>Micronesia, Federated States of</td>\n<td>PNI</td>\n<td>Pohnpei</td>\n</tr>\n<tr>\n<td>FM</td>\n<td>Micronesia, Federated States of</td>\n<td>YAP</td>\n<td>Yap</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>073</td>\n<td>Arhangay</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>071</td>\n<td>Bayan-Ölgiy</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>069</td>\n<td>Bayanhongor</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>067</td>\n<td>Bulgan</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>037</td>\n<td>Darhan uul</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>061</td>\n<td>Dornod</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>063</td>\n<td>Dornogovi</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>059</td>\n<td>Dundgovi</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>057</td>\n<td>Dzavhan</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>065</td>\n<td>Govi-Altay</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>064</td>\n<td>Govi-Sümber</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>039</td>\n<td>Hentiy</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>043</td>\n<td>Hovd</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>041</td>\n<td>Hövsgöl</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>053</td>\n<td>Ömnögovi</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>035</td>\n<td>Orhon</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>055</td>\n<td>Övörhangay</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>049</td>\n<td>Selenge</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>051</td>\n<td>Sühbaatar</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>047</td>\n<td>Töv</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>1</td>\n<td>Ulaanbaatar</td>\n</tr>\n<tr>\n<td>MN</td>\n<td>Mongolia</td>\n<td>046</td>\n<td>Uvs</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>HAO</td>\n<td>Al Haouz</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>HOC</td>\n<td>Al Hoceïma</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>ASZ</td>\n<td>Assa-Zag</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>AZI</td>\n<td>Azilal</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>BES</td>\n<td>Ben Slimane</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>BEM</td>\n<td>Beni Mellal</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>BER</td>\n<td>Berkane</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>BOD</td>\n<td>Boujdour (EH)</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>BOM</td>\n<td>Boulemane</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>CHE</td>\n<td>Chefchaouen</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>CHI</td>\n<td>Chichaoua</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>CHT</td>\n<td>Chtouka-Ait Baha</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>HAJ</td>\n<td>El Hajeb</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>JDI</td>\n<td>El Jadida</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>ERR</td>\n<td>Errachidia</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>ESM</td>\n<td>Es Smara (EH)</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>ESI</td>\n<td>Essaouira</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>FIG</td>\n<td>Figuig</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>GUE</td>\n<td>Guelmim</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>IFR</td>\n<td>Ifrane</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>JRA</td>\n<td>Jrada</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>KES</td>\n<td>Kelaat es Sraghna</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>KEN</td>\n<td>Kénitra</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>KHE</td>\n<td>Khemisset</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>KHN</td>\n<td>Khenifra</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>KHO</td>\n<td>Khouribga</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>LAA</td>\n<td>Laâyoune</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>X1</td>\n<td>Laayoune-Boujdour-Sakia El Hamra</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>LAR</td>\n<td>Larache</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>MED</td>\n<td>Mediouna</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>MOU</td>\n<td>Moulay Yacoub</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>NAD</td>\n<td>Nador</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>NOU</td>\n<td>Nouaceur</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>OUA</td>\n<td>Ouarzazate</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>OUD</td>\n<td>Oued ed Dahab (EH)</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>SAF</td>\n<td>Safi</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>SEF</td>\n<td>Sefrou</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>SET</td>\n<td>Settat</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>SIK</td>\n<td>Sidi Kacem</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>TNT</td>\n<td>Tan-Tan</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>TAO</td>\n<td>Taounate</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>TAI</td>\n<td>Taourirt</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>TAR</td>\n<td>Taroudant</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>TAT</td>\n<td>Tata</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>TAZ</td>\n<td>Taza</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>TIZ</td>\n<td>Tiznit</td>\n</tr>\n<tr>\n<td>MA</td>\n<td>Morocco</td>\n<td>ZAG</td>\n<td>Zagora</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>P</td>\n<td>Cabo Delgado</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>G</td>\n<td>Gaza</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>I</td>\n<td>Inhambane</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>B</td>\n<td>Manica</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>L</td>\n<td>Maputo</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>MPM</td>\n<td>Maputo City</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>N</td>\n<td>Nampula</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>A</td>\n<td>Niassa</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>S</td>\n<td>Sofala</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>T</td>\n<td>Tete</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n<td>Q</td>\n<td>Zambézia</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>07</td>\n<td>Ayeyarwady</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>02</td>\n<td>Bago</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>14</td>\n<td>Chin</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>11</td>\n<td>Kachin</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>12</td>\n<td>Kayah</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>13</td>\n<td>Kayin</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>03</td>\n<td>Magway</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>04</td>\n<td>Mandalay</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>15</td>\n<td>Mon</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>16</td>\n<td>Rakhine</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>01</td>\n<td>Sagaing</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>17</td>\n<td>Shan</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>05</td>\n<td>Tanintharyi</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar</td>\n<td>06</td>\n<td>Yangon</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>CA</td>\n<td>Caprivi</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>ER</td>\n<td>Erongo</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>HA</td>\n<td>Hardap</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>KA</td>\n<td>Karas</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>KH</td>\n<td>Khomas</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>KU</td>\n<td>Kunene</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>OW</td>\n<td>Ohangwena</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>OK</td>\n<td>Okavango</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>OH</td>\n<td>Omaheke</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>OS</td>\n<td>Omusati</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>ON</td>\n<td>Oshana</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>OT</td>\n<td>Oshikoto</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>Namibia</td>\n<td>OD</td>\n<td>Otjozondjupa</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>01</td>\n<td>Aiwo</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>02</td>\n<td>Anabar</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>03</td>\n<td>Anetan</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>04</td>\n<td>Anibare</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>05</td>\n<td>Baiti</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>06</td>\n<td>Boe</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>07</td>\n<td>Buada</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>08</td>\n<td>Denigomodu</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>09</td>\n<td>Ewa</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>10</td>\n<td>Ijuw</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>11</td>\n<td>Meneng</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>12</td>\n<td>Nibok</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>13</td>\n<td>Uaboe</td>\n</tr>\n<tr>\n<td>NR</td>\n<td>Nauru</td>\n<td>14</td>\n<td>Yaren</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>BA</td>\n<td>Bagmati</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>BH</td>\n<td>Bheri</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>DH</td>\n<td>Dhawalagiri</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>GA</td>\n<td>Gandaki</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>JA</td>\n<td>Janakpur</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>KA</td>\n<td>Karnali</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>KO</td>\n<td>Kosi</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>LU</td>\n<td>Lumbini</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>MA</td>\n<td>Mahakali</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>ME</td>\n<td>Mechi</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>NA</td>\n<td>Narayani</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>RA</td>\n<td>Rapti</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>SA</td>\n<td>Sagarmatha</td>\n</tr>\n<tr>\n<td>NP</td>\n<td>Nepal</td>\n<td>SE</td>\n<td>Seti</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>DR</td>\n<td>Drenthe</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>FL</td>\n<td>Flevoland</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>FR</td>\n<td>Friesland</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>GE</td>\n<td>Gelderland</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>GR</td>\n<td>Groningen</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>LI</td>\n<td>Limburg</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>NB</td>\n<td>Noord-Brabant</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>NH</td>\n<td>Noord-Holland</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>OV</td>\n<td>Overijssel</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>UT</td>\n<td>Utrecht</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>ZE</td>\n<td>Zeeland</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>Netherlands</td>\n<td>ZH</td>\n<td>Zuid-Holland</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>AUK</td>\n<td>Auckland</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>BOP</td>\n<td>Bay of Plenty</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>CAN</td>\n<td>Canterbury</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>CIT</td>\n<td>Chatham Islands Territory</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>GIS</td>\n<td>Gisborne District</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>HKB</td>\n<td>Hawkes's Bay</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>MWT</td>\n<td>Manawatu-Wanganui</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>MBH</td>\n<td>Marlborough District</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>NSN</td>\n<td>Nelson City</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>N</td>\n<td>North Island</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>NTL</td>\n<td>Northland</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>OTA</td>\n<td>Otago</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>S</td>\n<td>South Island</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>STL</td>\n<td>Southland</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>TKI</td>\n<td>Taranaki</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>TAS</td>\n<td>Tasman District</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>WKO</td>\n<td>Waikato</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>WGN</td>\n<td>Wellington</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>New Zealand</td>\n<td>WTC</td>\n<td>West Coast</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>AN</td>\n<td>Atlántico Norte</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>AS</td>\n<td>Atlántico Sur</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>BO</td>\n<td>Boaco</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>CA</td>\n<td>Carazo</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>CI</td>\n<td>Chinandega</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>CO</td>\n<td>Chontales</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>ES</td>\n<td>Estelí</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>GR</td>\n<td>Granada</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>JI</td>\n<td>Jinotega</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>LE</td>\n<td>León</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>MD</td>\n<td>Madriz</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>MN</td>\n<td>Managua</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>MS</td>\n<td>Masaya</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>MT</td>\n<td>Matagalpa</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>NS</td>\n<td>Nueva Segovia</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>SJ</td>\n<td>Río San Juan</td>\n</tr>\n<tr>\n<td>NI</td>\n<td>Nicaragua</td>\n<td>RI</td>\n<td>Rivas</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n<td>1</td>\n<td>Agadez</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n<td>2</td>\n<td>Diffa</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n<td>3</td>\n<td>Dosso</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n<td>4</td>\n<td>Maradi</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n<td>8</td>\n<td>Niamey</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n<td>5</td>\n<td>Tahoua</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n<td>6</td>\n<td>Tillabéri</td>\n</tr>\n<tr>\n<td>NE</td>\n<td>Niger</td>\n<td>7</td>\n<td>Zinder</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>AB</td>\n<td>Abia</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>FC</td>\n<td>Abuja Federal Capital Territory</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>AD</td>\n<td>Adamawa</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>AK</td>\n<td>Akwa Ibom</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>AN</td>\n<td>Anambra</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>BA</td>\n<td>Bauchi</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>BY</td>\n<td>Bayelsa</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>BE</td>\n<td>Benue</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>BO</td>\n<td>Borno</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>CR</td>\n<td>Cross River</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>DE</td>\n<td>Delta</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>EB</td>\n<td>Ebonyi</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>ED</td>\n<td>Edo</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>EK</td>\n<td>Ekiti</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>EN</td>\n<td>Enugu</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>GO</td>\n<td>Gombe</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>IM</td>\n<td>Imo</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>JI</td>\n<td>Jigawa</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>KD</td>\n<td>Kaduna</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>KN</td>\n<td>Kano</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>KT</td>\n<td>Katsina</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>KE</td>\n<td>Kebbi</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>KO</td>\n<td>Kogi</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>KW</td>\n<td>Kwara</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>LA</td>\n<td>Lagos</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>NA</td>\n<td>Nassarawa</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>NI</td>\n<td>Niger</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>OG</td>\n<td>Ogun</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>ON</td>\n<td>Ondo</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>OS</td>\n<td>Osun</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>OY</td>\n<td>Oyo</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>PL</td>\n<td>Plateau</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>RI</td>\n<td>Rivers</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>SO</td>\n<td>Sokoto</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>TA</td>\n<td>Taraba</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>YO</td>\n<td>Yobe</td>\n</tr>\n<tr>\n<td>NG</td>\n<td>Nigeria</td>\n<td>ZA</td>\n<td>Zamfara</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>ANT</td>\n<td>Antrim</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>ARD</td>\n<td>Ards</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>ARM</td>\n<td>Armagh, County of</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>BLA</td>\n<td>Ballymena</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>BLY</td>\n<td>Ballymoney</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>BNB</td>\n<td>Banbridge</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>BFS</td>\n<td>Belfast</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>CKF</td>\n<td>Carrickfergus</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>CSR</td>\n<td>Castlereagh</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>CLR</td>\n<td>Coleraine</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>CKT</td>\n<td>Cookstown</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>CGV</td>\n<td>Craigavon</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>DRY</td>\n<td>Derry</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>DOW</td>\n<td>Down</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>DGN</td>\n<td>Dungannon</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>FER</td>\n<td>Fermanagh, County of</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>LRN</td>\n<td>Larne</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>LMV</td>\n<td>Limavady</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>LSB</td>\n<td>Lisburn</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>MFT</td>\n<td>Magherafelt</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>MYL</td>\n<td>Moyle</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>NYM</td>\n<td>Newry and Mourne</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>NTA</td>\n<td>Newtownabbey</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>NDN</td>\n<td>North Down</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>OMH</td>\n<td>Omagh</td>\n</tr>\n<tr>\n<td>ND</td>\n<td>Northern Ireland</td>\n<td>STB</td>\n<td>Strabane</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>AK</td>\n<td>Akershus</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>AA</td>\n<td>Aust-Agder</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>BU</td>\n<td>Buskerud</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>FI</td>\n<td>Finnmark</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>HE</td>\n<td>Hedmark</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>HO</td>\n<td>Hordaland</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>SJ</td>\n<td>Jan Mayen</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>MR</td>\n<td>Møre og Romsdal</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>NO</td>\n<td>Nord-Trøndelag</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>NT</td>\n<td>Nordland</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>OP</td>\n<td>Oppland</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>OS</td>\n<td>Oslo</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>RO</td>\n<td>Rogaland</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>SF</td>\n<td>Sogn og Fjordane</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>SJ</td>\n<td>Svalbard</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>ST</td>\n<td>Sør-Trøndelag</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>TE</td>\n<td>Telemark</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>TR</td>\n<td>Troms</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>VA</td>\n<td>Vest-Agder</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>VF</td>\n<td>Vestfold</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>Norway</td>\n<td>OF</td>\n<td>Østfold</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n<td>JK</td>\n<td>Azad Kashmir</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n<td>BA</td>\n<td>Baluchistan (en)</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n<td>TA</td>\n<td>Federally Administered Tribal Areas</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n<td>IS</td>\n<td>Islamabad</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n<td>NW</td>\n<td>North-West Frontier</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n<td>NA</td>\n<td>Northern Areas</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n<td>PB</td>\n<td>Punjab</td>\n</tr>\n<tr>\n<td>PK</td>\n<td>Pakistan</td>\n<td>SD</td>\n<td>Sind (en)</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>002</td>\n<td>Aimeliik</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>004</td>\n<td>Airai</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>010</td>\n<td>Angaur</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>050</td>\n<td>Hatobohei</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>100</td>\n<td>Kayangel</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>150</td>\n<td>Koror</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>212</td>\n<td>Melekeok</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>214</td>\n<td>Ngaraard</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>218</td>\n<td>Ngarchelong</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>222</td>\n<td>Ngardmau</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>224</td>\n<td>Ngatpang</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>226</td>\n<td>Ngchesar</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>227</td>\n<td>Ngeremlengui</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>228</td>\n<td>Ngiwal</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>350</td>\n<td>Peleliu</td>\n</tr>\n<tr>\n<td>PW</td>\n<td>Palau</td>\n<td>370</td>\n<td>Sonsorol</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>1</td>\n<td>Bocas del Toro</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>4</td>\n<td>Chiriquí</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>2</td>\n<td>Coclé</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>3</td>\n<td>Colón</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>5</td>\n<td>Darién</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>EM</td>\n<td>Emberá</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>6</td>\n<td>Herrera</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>KY</td>\n<td>Kuna Yala</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>7</td>\n<td>Los Santos</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>NB</td>\n<td>Ngöbe-Buglé</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>8</td>\n<td>Panamá</td>\n</tr>\n<tr>\n<td>PA</td>\n<td>Panama</td>\n<td>9</td>\n<td>Veraguas</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>CPM</td>\n<td>Central</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>CPK</td>\n<td>Chimbu</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>EBR</td>\n<td>East New Britain</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>ESW</td>\n<td>East Sepik</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>EHG</td>\n<td>Eastern Highlands</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>EPW</td>\n<td>Enga</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>GPK</td>\n<td>Gulf</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>MPM</td>\n<td>Madang</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>MRL</td>\n<td>Manus</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>MBA</td>\n<td>Milne Bay</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>MPL</td>\n<td>Morobe</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>NCD</td>\n<td>National Capital District (Port Moresby)</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>NIK</td>\n<td>New Ireland</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>NSA</td>\n<td>North Solomons</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>NPP</td>\n<td>Northern</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>SAN</td>\n<td>Sandaun</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>SHM</td>\n<td>Southern Highlands</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>WBK</td>\n<td>West New Britain</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>WPD</td>\n<td>Western</td>\n</tr>\n<tr>\n<td>PG</td>\n<td>Papua New Guinea</td>\n<td>WHM</td>\n<td>Western Highlands</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>16</td>\n<td>Alto Paraguay</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>10</td>\n<td>Alto Paraná</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>13</td>\n<td>Amambay</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>ASU</td>\n<td>Asunción</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>19</td>\n<td>Boquerón</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>5</td>\n<td>Caaguazú</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>6</td>\n<td>Caazapá</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>14</td>\n<td>Canindeyú</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>11</td>\n<td>Central</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>1</td>\n<td>Concepción</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>3</td>\n<td>Cordillera</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>4</td>\n<td>Guairá</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>7</td>\n<td>Itapúa</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>8</td>\n<td>Misiones</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>12</td>\n<td>Ñeembucú</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>9</td>\n<td>Paraguarí</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>15</td>\n<td>Presidente Hayes</td>\n</tr>\n<tr>\n<td>PY</td>\n<td>Paraguay</td>\n<td>2</td>\n<td>San Pedro</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>AMA</td>\n<td>Amazonas</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>ANC</td>\n<td>Ancash</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>APU</td>\n<td>Apurímac</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>ARE</td>\n<td>Arequipa</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>AYA</td>\n<td>Ayacucho</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>CAJ</td>\n<td>Cajamarca</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>CUS</td>\n<td>Cusco</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>CAL</td>\n<td>El Callao</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>HUV</td>\n<td>Huancavelica</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>HUC</td>\n<td>Huánuco</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>ICA</td>\n<td>Ica</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>JUN</td>\n<td>Junín</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>LAL</td>\n<td>La Libertad</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>LAM</td>\n<td>Lambayeque</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>LIM</td>\n<td>Lima</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>LOR</td>\n<td>Loreto</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>MDD</td>\n<td>Madre de Dios</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>MOQ</td>\n<td>Moquegua</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>LMA</td>\n<td>Municipalidad Metropolitana de Lima</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>PAS</td>\n<td>Pasco</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>PIU</td>\n<td>Piura</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>PUN</td>\n<td>Puno</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>SAM</td>\n<td>San Martín</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>TAC</td>\n<td>Tacna</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>TUM</td>\n<td>Tumbes</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Peru</td>\n<td>UCA</td>\n<td>Ucayali</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ABR</td>\n<td>Abra</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>AGN</td>\n<td>Agusan del Norte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>AGS</td>\n<td>Agusan del Sur</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>AKL</td>\n<td>Aklan</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ALB</td>\n<td>Albay</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ANT</td>\n<td>Antique</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>APA</td>\n<td>Apayao</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>AUR</td>\n<td>Aurora</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>14</td>\n<td>Autonomous Region in Muslim Mindanao (ARMM)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BAS</td>\n<td>Basilan</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BAN</td>\n<td>Bataan</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BTN</td>\n<td>Batanes</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BTG</td>\n<td>Batangas</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BEN</td>\n<td>Benguet</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>05</td>\n<td>Bicol (Region V)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BIL</td>\n<td>Biliran</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BOH</td>\n<td>Bohol</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BUK</td>\n<td>Bukidnon</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>BUL</td>\n<td>Bulacan</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>CAG</td>\n<td>Cagayan</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>02</td>\n<td>Cagayan Valley (Region II)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>40</td>\n<td>CALABARZON (Region IV-A)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>CAN</td>\n<td>Camarines Norte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>CAS</td>\n<td>Camarines Sur</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>CAM</td>\n<td>Camiguin</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>CAP</td>\n<td>Capiz</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>13</td>\n<td>Caraga (Region XIII)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>CAT</td>\n<td>Catanduanes</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>CAV</td>\n<td>Cavite</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>CEB</td>\n<td>Cebu</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>03</td>\n<td>Central Luzon (Region III)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>07</td>\n<td>Central Visayas (Region VII)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>COM</td>\n<td>Compostela Valley</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>15</td>\n<td>Cordillera Administrative Region (CAR)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>11</td>\n<td>Davao (Region XI)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>DAV</td>\n<td>Davao del Norte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>DAS</td>\n<td>Davao del Sur</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>DAO</td>\n<td>Davao Oriental</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>DIN</td>\n<td>Dinagat Islands</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>EAS</td>\n<td>Eastern Samar</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>08</td>\n<td>Eastern Visayas (Region VIII)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>GUI</td>\n<td>Guimaras</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>IFU</td>\n<td>Ifugao</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>01</td>\n<td>Ilocos (Region I)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ILN</td>\n<td>Ilocos Norte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ILS</td>\n<td>Ilocos Sur</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ILI</td>\n<td>Iloilo</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ISA</td>\n<td>Isabela</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>KAL</td>\n<td>Kalinga</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>LUN</td>\n<td>La Union</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>LAG</td>\n<td>Laguna</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>LAN</td>\n<td>Lanao del Norte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>LAS</td>\n<td>Lanao del Sur</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>LEY</td>\n<td>Leyte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>MAG</td>\n<td>Maguindanao</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>MAD</td>\n<td>Marinduque</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>MAS</td>\n<td>Masbate</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>41</td>\n<td>MIMAROPA (Region IV-B)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>MDC</td>\n<td>Mindoro Occidental</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>MDR</td>\n<td>Mindoro Oriental</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>MSC</td>\n<td>Misamis Occidental</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>MSR</td>\n<td>Misamis Oriental</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>MOU</td>\n<td>Mountain Province</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>00</td>\n<td>National Capital Region</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>NEC</td>\n<td>Negros Occidental</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>NER</td>\n<td>Negros Oriental</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>NCO</td>\n<td>North Cotabato</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>10</td>\n<td>Northern Mindanao (Region X)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>NSA</td>\n<td>Northern Samar</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>NUE</td>\n<td>Nueva Ecija</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>NUV</td>\n<td>Nueva Vizcaya</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>PLW</td>\n<td>Palawan</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>PAM</td>\n<td>Pampanga</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>PAN</td>\n<td>Pangasinan</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>QUE</td>\n<td>Quezon</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>QUI</td>\n<td>Quirino</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>RIZ</td>\n<td>Rizal</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ROM</td>\n<td>Romblon</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SAR</td>\n<td>Sarangani</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>X2</td>\n<td>Shariff Kabunsuan</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SIG</td>\n<td>Siquijor</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>12</td>\n<td>Soccsksargen (Region XII)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SOR</td>\n<td>Sorsogon</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SCO</td>\n<td>South Cotabato</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SLE</td>\n<td>Southern Leyte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SUK</td>\n<td>Sultan Kudarat</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SLU</td>\n<td>Sulu</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SUN</td>\n<td>Surigao del Norte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>SUR</td>\n<td>Surigao del Sur</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>TAR</td>\n<td>Tarlac</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>TAW</td>\n<td>Tawi-Tawi</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>WSA</td>\n<td>Western Samar</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>06</td>\n<td>Western Visayas (Region VI)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ZMB</td>\n<td>Zambales</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ZAN</td>\n<td>Zamboanga del Norte</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ZAS</td>\n<td>Zamboanga del Sur</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>09</td>\n<td>Zamboanga Peninsula (Region IX)</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n<td>ZSI</td>\n<td>Zamboanga Sibugue</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>DS</td>\n<td>Dolnoslaskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>KP</td>\n<td>Kujawsko-pomorskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>LD</td>\n<td>Lódzkie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>LU</td>\n<td>Lubelskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>LB</td>\n<td>Lubuskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>MA</td>\n<td>Malopolskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>MZ</td>\n<td>Mazowieckie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>OP</td>\n<td>Opolskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>PK</td>\n<td>Podkarpackie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>PD</td>\n<td>Podlaskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>PM</td>\n<td>Pomorskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>SL</td>\n<td>Slaskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>SK</td>\n<td>Swietokrzyskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>WN</td>\n<td>Warminsko-mazurskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>WP</td>\n<td>Wielkopolskie</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n<td>ZP</td>\n<td>Zachodniopomorskie</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>01</td>\n<td>Aveiro</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>02</td>\n<td>Beja</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>03</td>\n<td>Braga</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>04</td>\n<td>Bragança</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>05</td>\n<td>Castelo Branco</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>06</td>\n<td>Coimbra</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>07</td>\n<td>Évora</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>08</td>\n<td>Faro</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>09</td>\n<td>Guarda</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>10</td>\n<td>Leiria</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>11</td>\n<td>Lisboa</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>12</td>\n<td>Portalegre</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>13</td>\n<td>Porto</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>30</td>\n<td>Região Autónoma da Madeira</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>20</td>\n<td>Região Autónoma dos Açores</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>14</td>\n<td>Santarém</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>15</td>\n<td>Setúbal</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>16</td>\n<td>Viana do Castelo</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>17</td>\n<td>Vila Real</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n<td>18</td>\n<td>Viseu</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>DA</td>\n<td>Ad Dawhah</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>GH</td>\n<td>Al Ghuwayriyah</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>JU</td>\n<td>Al Jumayliyah</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>KH</td>\n<td>Al Khawr</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>WA</td>\n<td>Al Wakrah</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>RA</td>\n<td>Ar Rayyan</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>JB</td>\n<td>Jariyan al Batnah</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>MS</td>\n<td>Madinat ash Shamal</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>X1</td>\n<td>Umm Sa'id</td>\n</tr>\n<tr>\n<td>QA</td>\n<td>Qatar</td>\n<td>US</td>\n<td>Umm Salal</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>AD</td>\n<td>Adygeya, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>AL</td>\n<td>Altay, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>ALT</td>\n<td>Altayskiy kray</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>AMU</td>\n<td>Amurskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>ARK</td>\n<td>Arkhangel'skaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>AST</td>\n<td>Astrakhanskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>BA</td>\n<td>Bashkortostan, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>BEL</td>\n<td>Belgorodskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>BRY</td>\n<td>Bryanskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>BU</td>\n<td>Buryatiya, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>CE</td>\n<td>Chechenskaya Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>CHE</td>\n<td>Chelyabinskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>CHU</td>\n<td>Chukotskiy avtonomnyy okrug</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>CU</td>\n<td>Chuvashskaya Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>DA</td>\n<td>Dagestan, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>IN</td>\n<td>Ingushskaya Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>IRK</td>\n<td>Irkutskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>IVA</td>\n<td>Ivanovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KB</td>\n<td>Kabardino-Balkarskaya Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KGD</td>\n<td>Kaliningradskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KL</td>\n<td>Kalmykiya, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KLU</td>\n<td>Kaluzhskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KAM</td>\n<td>Kamchatskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KC</td>\n<td>Karachayevo-Cherkesskaya Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KR</td>\n<td>Kareliya, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KEM</td>\n<td>Kemerovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KHA</td>\n<td>Khabarovskiy kray</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KK</td>\n<td>Khakasiya, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KHM</td>\n<td>Khant</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KIR</td>\n<td>Kirovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KO</td>\n<td>Komi, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>X1</td>\n<td>Komi-Permyak</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KOS</td>\n<td>Kostromskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KDA</td>\n<td>Krasnodarskiy kray</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KYA</td>\n<td>Krasnoyarskiy kray</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KGN</td>\n<td>Kurganskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>KRS</td>\n<td>Kurskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>LEN</td>\n<td>Leningradskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>LIP</td>\n<td>Lipetskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>MAG</td>\n<td>Magadanskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>ME</td>\n<td>Mariy El, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>MO</td>\n<td>Mordoviya, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>MOS</td>\n<td>Moskovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>MOW</td>\n<td>Moskva</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>MUR</td>\n<td>Murmanskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>NEN</td>\n<td>Nenetskiy avtonomnyy okrug</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>NIZ</td>\n<td>Nizhegorodskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>NGR</td>\n<td>Novgorodskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>NVS</td>\n<td>Novosibirskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>OMS</td>\n<td>Omskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>ORE</td>\n<td>Orenburgskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>ORL</td>\n<td>Orlovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>PNZ</td>\n<td>Penzenskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>PER</td>\n<td>Perm</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>PRI</td>\n<td>Primorskiy kray</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>PSK</td>\n<td>Pskovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>ROS</td>\n<td>Rostovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>RYA</td>\n<td>Ryazanskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>SA</td>\n<td>Sakha, R</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>SAK</td>\n<td>Sakhalinskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>SAM</td>\n<td>Samarskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>SPE</td>\n<td>Sankt-Peterburg</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>SAR</td>\n<td>Saratovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>SE</td>\n<td>Severnaya Osetiya, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>SMO</td>\n<td>Smolenskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>STA</td>\n<td>Stavropol'skiy kray</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>SVE</td>\n<td>Sverdlovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>TAM</td>\n<td>Tambovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>TA</td>\n<td>Tatarstan, Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>TOM</td>\n<td>Tomskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>TUL</td>\n<td>Tul'skaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>TVE</td>\n<td>Tverskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>TYU</td>\n<td>Tyumenskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>TY</td>\n<td>Tyva</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>UD</td>\n<td>Udmurtskaya Respublika</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>ULY</td>\n<td>Ul'yanovskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>VLA</td>\n<td>Vladimirskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>VGG</td>\n<td>Volgogradskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>VLG</td>\n<td>Vologodskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>VOR</td>\n<td>Voronezhskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>YAN</td>\n<td>Yamalo-Nenetskiy avtonomnyy okrug</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>YAR</td>\n<td>Yaroslavskaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>YEV</td>\n<td>Yevreyskaya avtonomnaya oblast'</td>\n</tr>\n<tr>\n<td>RU</td>\n<td>Russian Federation</td>\n<td>ZAB</td>\n<td>Zabajkal'skij kraj</td>\n</tr>\n<tr>\n<td>RW</td>\n<td>Rwanda</td>\n<td>02</td>\n<td>Est</td>\n</tr>\n<tr>\n<td>RW</td>\n<td>Rwanda</td>\n<td>03</td>\n<td>Nord</td>\n</tr>\n<tr>\n<td>RW</td>\n<td>Rwanda</td>\n<td>04</td>\n<td>Ouest</td>\n</tr>\n<tr>\n<td>RW</td>\n<td>Rwanda</td>\n<td>05</td>\n<td>Sud</td>\n</tr>\n<tr>\n<td>RW</td>\n<td>Rwanda</td>\n<td>01</td>\n<td>Ville de Kigali</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>01</td>\n<td>Christ Church Nichola Town</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>02</td>\n<td>Saint Anne Sandy Point</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>03</td>\n<td>Saint George Basseterre</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>04</td>\n<td>Saint George Gingerland</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>05</td>\n<td>Saint James Windward</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>06</td>\n<td>Saint John Capisterre</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>07</td>\n<td>Saint John Figtree</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>08</td>\n<td>Saint Mary Cayon</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>09</td>\n<td>Saint Paul Capisterre</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>10</td>\n<td>Saint Paul Charlestown</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>11</td>\n<td>Saint Peter Basseterre</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>12</td>\n<td>Saint Thomas Lowland</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>13</td>\n<td>Saint Thomas Middle Island</td>\n</tr>\n<tr>\n<td>KN</td>\n<td>Saint Kitts and Nevis</td>\n<td>15</td>\n<td>Trinity Palmetto Point</td>\n</tr>\n<tr>\n<td>VC</td>\n<td>Saint Vincent and the Grenadines</td>\n<td>01</td>\n<td>Charlotte</td>\n</tr>\n<tr>\n<td>VC</td>\n<td>Saint Vincent and the Grenadines</td>\n<td>06</td>\n<td>Grenadines</td>\n</tr>\n<tr>\n<td>VC</td>\n<td>Saint Vincent and the Grenadines</td>\n<td>02</td>\n<td>Saint Andrew</td>\n</tr>\n<tr>\n<td>VC</td>\n<td>Saint Vincent and the Grenadines</td>\n<td>03</td>\n<td>Saint David</td>\n</tr>\n<tr>\n<td>VC</td>\n<td>Saint Vincent and the Grenadines</td>\n<td>04</td>\n<td>Saint George</td>\n</tr>\n<tr>\n<td>VC</td>\n<td>Saint Vincent and the Grenadines</td>\n<td>05</td>\n<td>Saint Patrick</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>AA</td>\n<td>A'ana</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>AL</td>\n<td>Aiga-i-le-Tai</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>AT</td>\n<td>Atua</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>FA</td>\n<td>Fa'asaleleaga</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>GE</td>\n<td>Gaga'emauga</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>GI</td>\n<td>Gagaifomauga</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>PA</td>\n<td>Palauli</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>SA</td>\n<td>Satupa'itea</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>TU</td>\n<td>Tuamasaga</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>VF</td>\n<td>Va'a-o-Fonoti</td>\n</tr>\n<tr>\n<td>WS</td>\n<td>Samoa</td>\n<td>VS</td>\n<td>Vaisigano</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>01</td>\n<td>Acquaviva</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>06</td>\n<td>Borgo Maggiore</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>02</td>\n<td>Chiesanuova</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>03</td>\n<td>Domagnano</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>04</td>\n<td>Faetano</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>05</td>\n<td>Fiorentino</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>08</td>\n<td>Montegiardino</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>07</td>\n<td>San Marino</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>San Marino</td>\n<td>09</td>\n<td>Serravalle</td>\n</tr>\n<tr>\n<td>ST</td>\n<td>Sao Tome and Principe</td>\n<td>P</td>\n<td>Príncipe</td>\n</tr>\n<tr>\n<td>ST</td>\n<td>Sao Tome and Principe</td>\n<td>S</td>\n<td>São Tomé</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>ABE</td>\n<td>Aberdeen City</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>ABD</td>\n<td>Aberdeenshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>ANS</td>\n<td>Angus</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>AGB</td>\n<td>Argyll and Bute</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>CLK</td>\n<td>Clackmannanshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>DGY</td>\n<td>Dumfries and Galloway</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>DND</td>\n<td>Dundee City</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>EAY</td>\n<td>East Ayrshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>EDU</td>\n<td>East Dunbartonshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>ELN</td>\n<td>East Lothian</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>ERW</td>\n<td>East Renfrewshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>EDH</td>\n<td>Edinburgh, City of</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>ELS</td>\n<td>Eilean Siar</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>FAL</td>\n<td>Falkirk</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>FIF</td>\n<td>Fife</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>GLG</td>\n<td>Glasgow City</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>HLD</td>\n<td>Highland</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>IVC</td>\n<td>Inverclyde</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>MLN</td>\n<td>Midlothian</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>MRY</td>\n<td>Moray</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>NAY</td>\n<td>North Ayrshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>NLK</td>\n<td>North Lanarkshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>NBL</td>\n<td>Northumberland</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>ORK</td>\n<td>Orkney Islands</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>PKN</td>\n<td>Perth and Kinross</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>RFW</td>\n<td>Renfrewshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>SCB</td>\n<td>Scottish Borders, The</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>ZET</td>\n<td>Shetland Islands</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>SAY</td>\n<td>South Ayrshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>SLK</td>\n<td>South Lanarkshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>STG</td>\n<td>Stirling</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>WDU</td>\n<td>West Dunbartonshire</td>\n</tr>\n<tr>\n<td>SS</td>\n<td>Scotland</td>\n<td>WLN</td>\n<td>West Lothian</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>DK</td>\n<td>Dakar</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>DB</td>\n<td>Diourbel</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>FK</td>\n<td>Fatick</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>KA</td>\n<td>Kaffrine</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>KL</td>\n<td>Kaolack</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>KE</td>\n<td>Kédougou</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>KD</td>\n<td>Kolda</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>LG</td>\n<td>Louga</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>MT</td>\n<td>Matam</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>SL</td>\n<td>Saint-Louis</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>SE</td>\n<td>Sédhiou</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>TC</td>\n<td>Tambacounda</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>TH</td>\n<td>Thiès</td>\n</tr>\n<tr>\n<td>SN</td>\n<td>Senegal</td>\n<td>ZG</td>\n<td>Ziguinchor</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>01</td>\n<td>Anse aux Pins</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>02</td>\n<td>Anse Boileau</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>03</td>\n<td>Anse Étoile</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>05</td>\n<td>Anse Royale</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>04</td>\n<td>Au Cap</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>06</td>\n<td>Baie Lazare</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>07</td>\n<td>Baie Sainte Anne</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>08</td>\n<td>Beau Vallon</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>09</td>\n<td>Bel Air</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>10</td>\n<td>Bel Ombre</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>11</td>\n<td>Cascade</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>16</td>\n<td>English River</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>12</td>\n<td>Glacis</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>13</td>\n<td>Grand Anse Mahe</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>14</td>\n<td>Grand Anse Praslin</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>15</td>\n<td>La Digue</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>24</td>\n<td>Les Mamelles</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>17</td>\n<td>Mont Buxton</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>18</td>\n<td>Mont Fleuri</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>19</td>\n<td>Plaisance</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>20</td>\n<td>Pointe La Rue</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>21</td>\n<td>Port Glaud</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>25</td>\n<td>Roche Caiman</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>22</td>\n<td>Saint Louis</td>\n</tr>\n<tr>\n<td>SC</td>\n<td>Seychelles</td>\n<td>23</td>\n<td>Takamaka</td>\n</tr>\n<tr>\n<td>SL</td>\n<td>Sierra Leone</td>\n<td>E</td>\n<td>Eastern</td>\n</tr>\n<tr>\n<td>SL</td>\n<td>Sierra Leone</td>\n<td>N</td>\n<td>Northern</td>\n</tr>\n<tr>\n<td>SL</td>\n<td>Sierra Leone</td>\n<td>S</td>\n<td>Southern</td>\n</tr>\n<tr>\n<td>SL</td>\n<td>Sierra Leone</td>\n<td>W</td>\n<td>Western Area (Freetown)</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>CT</td>\n<td>Capital Territory (Honiara)</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>CE</td>\n<td>Central</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>CH</td>\n<td>Choiseul</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>GU</td>\n<td>Guadalcanal</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>IS</td>\n<td>Isabel</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>MK</td>\n<td>Makira</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>ML</td>\n<td>Malaita</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>RB</td>\n<td>Rennell and Bellona</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>TE</td>\n<td>Temotu</td>\n</tr>\n<tr>\n<td>SB</td>\n<td>Solomon Islands</td>\n<td>WE</td>\n<td>Western</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>AW</td>\n<td>Awdal</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>BK</td>\n<td>Bakool</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>BN</td>\n<td>Banaadir</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>BR</td>\n<td>Bari</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>BY</td>\n<td>Bay</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>GA</td>\n<td>Galguduud</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>GE</td>\n<td>Gedo</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>HI</td>\n<td>Hiiraan</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>JD</td>\n<td>Jubbada Dhexe</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>JH</td>\n<td>Jubbada Hoose</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>MU</td>\n<td>Mudug</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>NU</td>\n<td>Nugaal</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>SA</td>\n<td>Sanaag</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>SD</td>\n<td>Shabeellaha Dhexe</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>SH</td>\n<td>Shabeellaha Hoose</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>SO</td>\n<td>Sool</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>TO</td>\n<td>Togdheer</td>\n</tr>\n<tr>\n<td>SO</td>\n<td>Somalia</td>\n<td>WO</td>\n<td>Woqooyi Galbeed</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>EC</td>\n<td>Eastern Cape</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>FS</td>\n<td>Free State</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>GT</td>\n<td>Gauteng</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>NL</td>\n<td>Kwazulu-Natal</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>LP</td>\n<td>Limpopo</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>MP</td>\n<td>Mpumalanga</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>NW</td>\n<td>North-West</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>NC</td>\n<td>Northern Cape</td>\n</tr>\n<tr>\n<td>ZA</td>\n<td>South Africa</td>\n<td>WC</td>\n<td>Western Cape</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>C</td>\n<td>A Coruña</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>VI</td>\n<td>Álava</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>AB</td>\n<td>Albacete</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>A</td>\n<td>Alicante</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>AL</td>\n<td>Almería</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>O</td>\n<td>Asturias</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>AV</td>\n<td>Ávila</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>BA</td>\n<td>Badajoz</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>PM</td>\n<td>Baleares</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>B</td>\n<td>Barcelona</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>BU</td>\n<td>Burgos</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>CC</td>\n<td>Cáceres</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>CA</td>\n<td>Cádiz</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>S</td>\n<td>Cantabria</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>CS</td>\n<td>Castellón</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>CE</td>\n<td>Ceuta</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>CR</td>\n<td>Ciudad Real</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>CO</td>\n<td>Córdoba</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>CU</td>\n<td>Cuenca</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>GI</td>\n<td>Girona</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>GR</td>\n<td>Granada</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>GU</td>\n<td>Guadalajara</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>SS</td>\n<td>Guipúzcoa</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>H</td>\n<td>Huelva</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>HU</td>\n<td>Huesca</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>J</td>\n<td>Jaén</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>LO</td>\n<td>La Rioja</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>GC</td>\n<td>Las Palmas</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>LE</td>\n<td>León</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>L</td>\n<td>Lleida</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>LU</td>\n<td>Lugo</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>M</td>\n<td>Madrid</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>MA</td>\n<td>Málaga</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>ML</td>\n<td>Melilla</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>MU</td>\n<td>Murcia</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>NA</td>\n<td>Navarra</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>OR</td>\n<td>Ourense</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>P</td>\n<td>Palencia</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>PO</td>\n<td>Pontevedra</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>SA</td>\n<td>Salamanca</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>TF</td>\n<td>Santa Cruz de Tenerife</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>SG</td>\n<td>Segovia</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>SE</td>\n<td>Sevilla</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>SO</td>\n<td>Soria</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>T</td>\n<td>Tarragona</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>TE</td>\n<td>Teruel</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>TO</td>\n<td>Toledo</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>V</td>\n<td>Valencia</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>VA</td>\n<td>Valladolid</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>BI</td>\n<td>Vizcaya</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>ZA</td>\n<td>Zamora</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n<td>Z</td>\n<td>Zaragoza</td>\n</tr>\n<tr>\n<td>SH</td>\n<td>St. Helena</td>\n<td>AC</td>\n<td>Ascension</td>\n</tr>\n<tr>\n<td>SH</td>\n<td>St. Helena</td>\n<td>SH</td>\n<td>Saint Helena</td>\n</tr>\n<tr>\n<td>SH</td>\n<td>St. Helena</td>\n<td>TA</td>\n<td>Tristan da Cunha</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>BR</td>\n<td>Brokopondo</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>CM</td>\n<td>Commewijne</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>CR</td>\n<td>Coronie</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>MA</td>\n<td>Marowijne</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>NI</td>\n<td>Nickerie</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>PR</td>\n<td>Para</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>PM</td>\n<td>Paramaribo</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>SA</td>\n<td>Saramacca</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>SI</td>\n<td>Sipaliwini</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n<td>WA</td>\n<td>Wanica</td>\n</tr>\n<tr>\n<td>SZ</td>\n<td>Swaziland</td>\n<td>HH</td>\n<td>Hhohho</td>\n</tr>\n<tr>\n<td>SZ</td>\n<td>Swaziland</td>\n<td>LU</td>\n<td>Lubombo</td>\n</tr>\n<tr>\n<td>SZ</td>\n<td>Swaziland</td>\n<td>MA</td>\n<td>Manzini</td>\n</tr>\n<tr>\n<td>SZ</td>\n<td>Swaziland</td>\n<td>SH</td>\n<td>Shiselweni</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>K</td>\n<td>Blekinge län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>W</td>\n<td>Dalarnas län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>X</td>\n<td>Gävleborgs län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>I</td>\n<td>Gotlands län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>N</td>\n<td>Hallands län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>Z</td>\n<td>Jämtlands län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>F</td>\n<td>Jönköpings län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>H</td>\n<td>Kalmar län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>G</td>\n<td>Kronobergs län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>BD</td>\n<td>Norrbottens län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>T</td>\n<td>Örebro län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>E</td>\n<td>Östergötlands län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>M</td>\n<td>Skåne län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>D</td>\n<td>Södermanlands län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>AB</td>\n<td>Stockholms län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>C</td>\n<td>Uppsala län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>S</td>\n<td>Värmlands län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>AC</td>\n<td>Västerbottens län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>Y</td>\n<td>Västernorrlands län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>U</td>\n<td>Västmanlands län</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>Sweden</td>\n<td>O</td>\n<td>Västra Götalands län</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>AG</td>\n<td>Aargau (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>AR</td>\n<td>Appenzell Ausserrhoden (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>AI</td>\n<td>Appenzell Innerrhoden (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>BL</td>\n<td>Basel-Landschaft (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>BS</td>\n<td>Basel-Stadt (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>BE</td>\n<td>Bern (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>FR</td>\n<td>Fribourg (fr)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>GE</td>\n<td>Genève (fr)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>GL</td>\n<td>Glarus (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>GR</td>\n<td>Graubünden (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>JU</td>\n<td>Jura (fr)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>LU</td>\n<td>Luzern (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>NE</td>\n<td>Neuchâtel (fr)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>NW</td>\n<td>Nidwalden (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>OW</td>\n<td>Obwalden (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>SG</td>\n<td>Sankt Gallen (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>SH</td>\n<td>Schaffhausen (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>SZ</td>\n<td>Schwyz (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>SO</td>\n<td>Solothurn (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>TG</td>\n<td>Thurgau (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>TI</td>\n<td>Ticino (it)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>UR</td>\n<td>Uri (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>VS</td>\n<td>Valais (fr)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>VD</td>\n<td>Vaud (fr)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>ZG</td>\n<td>Zug (de)</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>Switzerland</td>\n<td>ZH</td>\n<td>Zürich (de)</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>CHA</td>\n<td>Changhua</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>CYQ</td>\n<td>Chiayi</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>CYI</td>\n<td>Chiayi Municipality</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>HSQ</td>\n<td>Hsinchu</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>HSZ</td>\n<td>Hsinchu Municipality</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>HUA</td>\n<td>Hualien</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>ILA</td>\n<td>Ilan</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>KHQ</td>\n<td>Kaohsiung</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>KHH</td>\n<td>Kaohsiung Special Municipality</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>KEE</td>\n<td>Keelung Municipality</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>MIA</td>\n<td>Miaoli</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>NAN</td>\n<td>Nantou</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>PEN</td>\n<td>Penghu</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>PIF</td>\n<td>Pingtung</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>TXQ</td>\n<td>Taichung</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>TXG</td>\n<td>Taichung Municipality</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>TNQ</td>\n<td>Tainan</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>TNN</td>\n<td>Tainan Municipality</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>TPQ</td>\n<td>Taipei</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>TPE</td>\n<td>Taipei Special Municipality</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>TTT</td>\n<td>Taitung</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>TAO</td>\n<td>Taoyuan</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n<td>YUN</td>\n<td>Yunlin</td>\n</tr>\n<tr>\n<td>TJ</td>\n<td>Tajikistan</td>\n<td>GB</td>\n<td>Gorno-Badakhshan</td>\n</tr>\n<tr>\n<td>TJ</td>\n<td>Tajikistan</td>\n<td>KT</td>\n<td>Khatlon</td>\n</tr>\n<tr>\n<td>TJ</td>\n<td>Tajikistan</td>\n<td>SU</td>\n<td>Sughd</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>01</td>\n<td>Arusha</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>02</td>\n<td>Dar es Salaam</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>03</td>\n<td>Dodoma</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>04</td>\n<td>Iringa</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>05</td>\n<td>Kagera</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>06</td>\n<td>Kaskazini Pemba</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>07</td>\n<td>Kaskazini Unguja</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>08</td>\n<td>Kigoma</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>09</td>\n<td>Kilimanjaro</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>10</td>\n<td>Kusini Pemba</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>11</td>\n<td>Kusini Unguja</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>12</td>\n<td>Lindi</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>26</td>\n<td>Manyara</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>13</td>\n<td>Mara</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>14</td>\n<td>Mbeya</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>15</td>\n<td>Mjini Magharibi</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>16</td>\n<td>Morogoro</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>17</td>\n<td>Mtwara</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>18</td>\n<td>Mwanza</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>19</td>\n<td>Pwani</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>20</td>\n<td>Rukwa</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>21</td>\n<td>Ruvuma</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>22</td>\n<td>Shinyanga</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>23</td>\n<td>Singida</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>24</td>\n<td>Tabora</td>\n</tr>\n<tr>\n<td>TZ</td>\n<td>Tanzania, United Republic of</td>\n<td>25</td>\n<td>Tanga</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>37</td>\n<td>Amnat Charoen</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>15</td>\n<td>Ang Thong</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>31</td>\n<td>Buri Ram</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>24</td>\n<td>Chachoengsao</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>18</td>\n<td>Chai Nat</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>36</td>\n<td>Chaiyaphum</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>22</td>\n<td>Chanthaburi</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>50</td>\n<td>Chiang Mai</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>57</td>\n<td>Chiang Rai</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>20</td>\n<td>Chon Buri</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>86</td>\n<td>Chumphon</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>46</td>\n<td>Kalasin</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>62</td>\n<td>Kamphaeng Phet</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>71</td>\n<td>Kanchanaburi</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>40</td>\n<td>Khon Kaen</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>81</td>\n<td>Krabi</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>10</td>\n<td>Krung T</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>52</td>\n<td>Lampang</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>51</td>\n<td>Lamphun</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>42</td>\n<td>Loei</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>16</td>\n<td>Lop Buri</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>58</td>\n<td>Mae Hong Son</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>44</td>\n<td>Maha Sarakham</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>49</td>\n<td>Mukdahan</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>26</td>\n<td>Nakhon Nayok</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>73</td>\n<td>Nakhon Pathom</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>48</td>\n<td>Nakhon Phanom</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>30</td>\n<td>Nakhon Ratchasima</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>60</td>\n<td>Nakhon Sawan</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>80</td>\n<td>Nakhon Si Thammarat</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>55</td>\n<td>Nan</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>96</td>\n<td>Narathiwat</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>39</td>\n<td>Nong Bua Lam Phu</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>43</td>\n<td>Nong Khai</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>12</td>\n<td>Nonthaburi</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>13</td>\n<td>Pathum Thani</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>94</td>\n<td>Pattani</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>82</td>\n<td>Phangnga</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>93</td>\n<td>Phatthalung</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>S</td>\n<td>Phatthaya</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>56</td>\n<td>Phayao</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>67</td>\n<td>Phetchabun</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>76</td>\n<td>Phetchaburi</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>66</td>\n<td>Phichit</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>65</td>\n<td>Phitsanulok</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>14</td>\n<td>Phra Nakhon Si Ayutthaya</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>54</td>\n<td>Phrae</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>83</td>\n<td>Phuket</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>25</td>\n<td>Prachin Buri</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>77</td>\n<td>Prachuap Khiri Khan</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>85</td>\n<td>Ranong</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>70</td>\n<td>Ratchaburi</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>21</td>\n<td>Rayong</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>45</td>\n<td>Roi Et</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>27</td>\n<td>Sa Kaeo</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>47</td>\n<td>Sakon Nakhon</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>11</td>\n<td>Samut Prakan</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>74</td>\n<td>Samut Sakhon</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>75</td>\n<td>Samut Songkhram</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>19</td>\n<td>Saraburi</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>91</td>\n<td>Satun</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>33</td>\n<td>Si Sa Ket</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>17</td>\n<td>Sing Buri</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>90</td>\n<td>Songkhla</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>64</td>\n<td>Sukhothai</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>72</td>\n<td>Suphan Buri</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>84</td>\n<td>Surat Thani</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>32</td>\n<td>Surin</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>63</td>\n<td>Tak</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>92</td>\n<td>Trang</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>23</td>\n<td>Trat</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>34</td>\n<td>Ubon Ratchathani</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>41</td>\n<td>Udon Thani</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>61</td>\n<td>Uthai Thani</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>53</td>\n<td>Uttaradit</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>95</td>\n<td>Yala</td>\n</tr>\n<tr>\n<td>TH</td>\n<td>Thailand</td>\n<td>35</td>\n<td>Yasothon</td>\n</tr>\n<tr>\n<td>TG</td>\n<td>Togo</td>\n<td>C</td>\n<td>Centre</td>\n</tr>\n<tr>\n<td>TG</td>\n<td>Togo</td>\n<td>K</td>\n<td>Kara</td>\n</tr>\n<tr>\n<td>TG</td>\n<td>Togo</td>\n<td>M</td>\n<td>Maritime (Région)</td>\n</tr>\n<tr>\n<td>TG</td>\n<td>Togo</td>\n<td>P</td>\n<td>Plateaux</td>\n</tr>\n<tr>\n<td>TG</td>\n<td>Togo</td>\n<td>S</td>\n<td>Savannes</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Tonga</td>\n<td>01</td>\n<td>'Eua</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Tonga</td>\n<td>02</td>\n<td>Ha'apai</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Tonga</td>\n<td>03</td>\n<td>Niuas</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Tonga</td>\n<td>04</td>\n<td>Tongatapu</td>\n</tr>\n<tr>\n<td>TO</td>\n<td>Tonga</td>\n<td>05</td>\n<td>Vava'u</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>ARI</td>\n<td>Arima</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>CHA</td>\n<td>Chaguanas</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>CTT</td>\n<td>Couva-Tabaquite-Talparo</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>DMN</td>\n<td>Diego Martin</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>ETO</td>\n<td>Eastern Tobago</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>PED</td>\n<td>Penal-Debe</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>PTF</td>\n<td>Point Fortin</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>POS</td>\n<td>Port of Spain</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>PRT</td>\n<td>Princes Town</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>RCM</td>\n<td>Rio Claro-Mayaro</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>SFO</td>\n<td>San Fernando</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>SJL</td>\n<td>San Juan-Laventille</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>SGE</td>\n<td>Sangre Grande</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>SIP</td>\n<td>Siparia</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>TUP</td>\n<td>Tunapuna-Piarco</td>\n</tr>\n<tr>\n<td>TT</td>\n<td>Trinidad and Tobago</td>\n<td>WTO</td>\n<td>Western Tobago</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>31</td>\n<td>Béja</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>13</td>\n<td>Ben Arous</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>23</td>\n<td>Bizerte</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>81</td>\n<td>Gabès</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>71</td>\n<td>Gafsa</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>32</td>\n<td>Jendouba</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>41</td>\n<td>Kairouan</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>42</td>\n<td>Kasserine</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>73</td>\n<td>Kebili</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>12</td>\n<td>L'Ariana</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>14</td>\n<td>La Manouba</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>33</td>\n<td>Le Kef</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>53</td>\n<td>Mahdia</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>82</td>\n<td>Medenine</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>52</td>\n<td>Monastir</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>21</td>\n<td>Nabeul</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>61</td>\n<td>Sfax</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>43</td>\n<td>Sidi Bouzid</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>34</td>\n<td>Siliana</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>51</td>\n<td>Sousse</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>83</td>\n<td>Tataouine</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>72</td>\n<td>Tozeur</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>11</td>\n<td>Tunis</td>\n</tr>\n<tr>\n<td>TN</td>\n<td>Tunisia</td>\n<td>22</td>\n<td>Zaghouan</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>01</td>\n<td>Adana</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>02</td>\n<td>Adiyaman</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>03</td>\n<td>Afyon</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>04</td>\n<td>Agri</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>68</td>\n<td>Aksaray</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>05</td>\n<td>Amasya</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>06</td>\n<td>Ankara</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>07</td>\n<td>Antalya</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>75</td>\n<td>Ardahan</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>08</td>\n<td>Artvin</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>09</td>\n<td>Aydin</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>10</td>\n<td>Balikesir</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>74</td>\n<td>Bartin</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>72</td>\n<td>Batman</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>69</td>\n<td>Bayburt</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>11</td>\n<td>Bilecik</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>12</td>\n<td>Bingöl</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>13</td>\n<td>Bitlis</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>14</td>\n<td>Bolu</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>15</td>\n<td>Burdur</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>16</td>\n<td>Bursa</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>17</td>\n<td>Çanakkale</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>18</td>\n<td>Çankiri</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>19</td>\n<td>Çorum</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>20</td>\n<td>Denizli</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>21</td>\n<td>Diyarbakir</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>81</td>\n<td>Düzce</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>22</td>\n<td>Edirne</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>23</td>\n<td>Elazig</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>24</td>\n<td>Erzincan</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>25</td>\n<td>Erzurum</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>26</td>\n<td>Eskisehir</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>27</td>\n<td>Gaziantep</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>28</td>\n<td>Giresun</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>29</td>\n<td>Gümüshane</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>30</td>\n<td>Hakkâri</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>31</td>\n<td>Hatay</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>33</td>\n<td>Içel</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>76</td>\n<td>Igdir</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>32</td>\n<td>Isparta</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>34</td>\n<td>Istanbul</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>35</td>\n<td>Izmir</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>46</td>\n<td>Kahramanmaras</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>78</td>\n<td>Karabük</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>70</td>\n<td>Karaman</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>36</td>\n<td>Kars</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>37</td>\n<td>Kastamonu</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>38</td>\n<td>Kayseri</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>79</td>\n<td>Kilis</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>71</td>\n<td>Kirikkale</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>39</td>\n<td>Kirklareli</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>40</td>\n<td>Kirsehir</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>41</td>\n<td>Kocaeli</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>42</td>\n<td>Konya</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>43</td>\n<td>Kütahya</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>44</td>\n<td>Malatya</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>45</td>\n<td>Manisa</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>47</td>\n<td>Mardin</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>48</td>\n<td>Mugla</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>49</td>\n<td>Mus</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>50</td>\n<td>Nevsehir</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>51</td>\n<td>Nigde</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>52</td>\n<td>Ordu</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>80</td>\n<td>Osmaniye</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>53</td>\n<td>Rize</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>54</td>\n<td>Sakarya</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>55</td>\n<td>Samsun</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>63</td>\n<td>Sanliurfa</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>56</td>\n<td>Siirt</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>57</td>\n<td>Sinop</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>73</td>\n<td>Sirnak</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>58</td>\n<td>Sivas</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>59</td>\n<td>Tekirdag</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>60</td>\n<td>Tokat</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>61</td>\n<td>Trabzon</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>62</td>\n<td>Tunceli</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>64</td>\n<td>Usak</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>65</td>\n<td>Van</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>77</td>\n<td>Yalova</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>66</td>\n<td>Yozgat</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n<td>67</td>\n<td>Zonguldak</td>\n</tr>\n<tr>\n<td>TM</td>\n<td>Turkmenistan</td>\n<td>A</td>\n<td>Ahal</td>\n</tr>\n<tr>\n<td>TM</td>\n<td>Turkmenistan</td>\n<td>B</td>\n<td>Balkan</td>\n</tr>\n<tr>\n<td>TM</td>\n<td>Turkmenistan</td>\n<td>D</td>\n<td>Dasoguz</td>\n</tr>\n<tr>\n<td>TM</td>\n<td>Turkmenistan</td>\n<td>L</td>\n<td>Lebap</td>\n</tr>\n<tr>\n<td>TM</td>\n<td>Turkmenistan</td>\n<td>M</td>\n<td>Mary</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n<td>FUN</td>\n<td>Funafuti</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n<td>NMG</td>\n<td>Nanumanga</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n<td>NMA</td>\n<td>Nanumea</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n<td>NIT</td>\n<td>Niutao</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n<td>NIU</td>\n<td>Nui</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n<td>NKF</td>\n<td>Nukufetau</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n<td>NKL</td>\n<td>Nukulaelae</td>\n</tr>\n<tr>\n<td>TV</td>\n<td>Tuvalu</td>\n<td>VAI</td>\n<td>Vaitupu</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>317</td>\n<td>Abim</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>301</td>\n<td>Adjumani</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>314</td>\n<td>Amolatar</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>216</td>\n<td>Amuria</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>319</td>\n<td>Amuru</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>302</td>\n<td>Apac</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>303</td>\n<td>Arua</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>217</td>\n<td>Budaka</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>223</td>\n<td>Bududa</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>201</td>\n<td>Bugiri</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>224</td>\n<td>Bukedea</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>218</td>\n<td>Bukwa</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>419</td>\n<td>Buliisa</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>401</td>\n<td>Bundibugyo</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>402</td>\n<td>Bushenyi</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>202</td>\n<td>Busia</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>219</td>\n<td>Butaleja</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>318</td>\n<td>Dokolo</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>304</td>\n<td>Gulu</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>403</td>\n<td>Hoima</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>416</td>\n<td>Ibanda</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>203</td>\n<td>Iganga</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>417</td>\n<td>Isingiro</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>204</td>\n<td>Jinja</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>315</td>\n<td>Kaabong</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>404</td>\n<td>Kabale</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>405</td>\n<td>Kabarole</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>213</td>\n<td>Kaberamaido</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>101</td>\n<td>Kalangala</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>220</td>\n<td>Kaliro</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>102</td>\n<td>Kampala</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>205</td>\n<td>Kamuli</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>413</td>\n<td>Kamwenge</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>414</td>\n<td>Kanungu</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>206</td>\n<td>Kapchorwa</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>406</td>\n<td>Kasese</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>207</td>\n<td>Katakwi</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>112</td>\n<td>Kayunga</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>407</td>\n<td>Kibaale</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>103</td>\n<td>Kiboga</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>418</td>\n<td>Kiruhura</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>408</td>\n<td>Kisoro</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>305</td>\n<td>Kitgum</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>316</td>\n<td>Koboko</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>306</td>\n<td>Kotido</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>208</td>\n<td>Kumi</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>415</td>\n<td>Kyenjojo</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>307</td>\n<td>Lira</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>104</td>\n<td>Luwero</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>116</td>\n<td>Lyantonde</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>221</td>\n<td>Manafwa</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>320</td>\n<td>Maracha</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>105</td>\n<td>Masaka</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>409</td>\n<td>Masindi</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>214</td>\n<td>Mayuge</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>209</td>\n<td>Mbale</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>410</td>\n<td>Mbarara</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>114</td>\n<td>Mityana</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>308</td>\n<td>Moroto</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>309</td>\n<td>Moyo</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>106</td>\n<td>Mpigi</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>107</td>\n<td>Mubende</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>108</td>\n<td>Mukono</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>311</td>\n<td>Nakapiripirit</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>115</td>\n<td>Nakaseke</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>109</td>\n<td>Nakasongola</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>222</td>\n<td>Namutumba</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>310</td>\n<td>Nebbi</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>411</td>\n<td>Ntungamo</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>321</td>\n<td>Oyam</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>312</td>\n<td>Pader</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>210</td>\n<td>Pallisa</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>110</td>\n<td>Rakai</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>412</td>\n<td>Rukungiri</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>111</td>\n<td>Sembabule</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>215</td>\n<td>Sironko</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>211</td>\n<td>Soroti</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>212</td>\n<td>Tororo</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>113</td>\n<td>Wakiso</td>\n</tr>\n<tr>\n<td>UG</td>\n<td>Uganda</td>\n<td>313</td>\n<td>Yumbe</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>71</td>\n<td>Cherkas'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>74</td>\n<td>Chernihivs'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>77</td>\n<td>Chernivets'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>12</td>\n<td>Dnipropetrovs'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>14</td>\n<td>Donets'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>26</td>\n<td>Ivano-Frankivs'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>63</td>\n<td>Kharkivs'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>65</td>\n<td>Khersons'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>68</td>\n<td>Khmel'nyts'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>35</td>\n<td>Kirovohrads'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>30</td>\n<td>Kyïv</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>32</td>\n<td>Kyïvs'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>46</td>\n<td>L'vivs'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>09</td>\n<td>Luhans'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>48</td>\n<td>Mykolaïvs'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>51</td>\n<td>Odes'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>53</td>\n<td>Poltavs'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>43</td>\n<td>Respublika Krym</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>56</td>\n<td>Rivnens'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>40</td>\n<td>Sevastopol'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>59</td>\n<td>Sums'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>61</td>\n<td>Ternopil's'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>05</td>\n<td>Vinnyts'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>07</td>\n<td>Volyns'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>21</td>\n<td>Zakarpats'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>23</td>\n<td>Zaporiz'ka Oblast'</td>\n</tr>\n<tr>\n<td>UA</td>\n<td>Ukraine</td>\n<td>18</td>\n<td>Zhytomyrs'ka Oblast'</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n<td>AD</td>\n<td>Abu Dhabi</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n<td>AJ</td>\n<td>Ajman</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n<td>FU</td>\n<td>Fujairah</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n<td>SH</td>\n<td>Sharjah</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n<td>DU</td>\n<td>Dubai</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n<td>RK</td>\n<td>Ras al-Khaimah</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>United Arab Emirates</td>\n<td>UQ</td>\n<td>Umm al-Qaiwain</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ABE</td>\n<td>Aberdeen City</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ABD</td>\n<td>Aberdeenshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ANS</td>\n<td>Angus</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ANT</td>\n<td>Antrim</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ARD</td>\n<td>Ards</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>AGB</td>\n<td>Argyll and Bute</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ARM</td>\n<td>Armagh</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BLA</td>\n<td>Ballymena</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BLY</td>\n<td>Ballymoney</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BNB</td>\n<td>Banbridge</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BDG</td>\n<td>Barking and Dagenham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BNE</td>\n<td>Barnet</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BNS</td>\n<td>Barnsley</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BAS</td>\n<td>Bath and North East Somerset</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BBO</td>\n<td>Bedford Borough</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BDF</td>\n<td>Bedfordshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BFS</td>\n<td>Belfast</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BEX</td>\n<td>Bexley</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BIR</td>\n<td>Birmingham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BBD</td>\n<td>Blackburn with Darwen</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BPL</td>\n<td>Blackpool</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BGW</td>\n<td>Blaenau Gwent</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BOL</td>\n<td>Bolton</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BMH</td>\n<td>Bournemouth</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BRC</td>\n<td>Bracknell Forest</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BRD</td>\n<td>Bradford</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BEN</td>\n<td>Brent</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BGE</td>\n<td>Bridgend</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BNH</td>\n<td>Brighton and Hove</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BST</td>\n<td>Bristol, City of</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BRY</td>\n<td>Bromley</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BUC</td>\n<td>Buckingham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BKM</td>\n<td>Buckinghamshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>BUR</td>\n<td>Bury</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CAY</td>\n<td>Caerphilly</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CLD</td>\n<td>Calderdale</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CAM</td>\n<td>Cambridgeshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CMD</td>\n<td>Camden</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CRF</td>\n<td>Cardiff</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CMN</td>\n<td>Carmarthenshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CKF</td>\n<td>Carrickfergus</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CSR</td>\n<td>Castlereagh</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CGN</td>\n<td>Ceredigion</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CHS</td>\n<td>Cheshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CHE</td>\n<td>Cheshire East</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CWC</td>\n<td>Cheshire West and Chester</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CLK</td>\n<td>Clackmannanshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CLR</td>\n<td>Coleraine</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CWY</td>\n<td>Conwy</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CKT</td>\n<td>Cookstown</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CON</td>\n<td>Cornwall</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>COV</td>\n<td>Coventry</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CGV</td>\n<td>Craigavon</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CRY</td>\n<td>Croydon</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>CMA</td>\n<td>Cumbria</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DAL</td>\n<td>Darlington</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DEN</td>\n<td>DenbighshireD</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DER</td>\n<td>Derby</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DBY</td>\n<td>Derbyshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DRY</td>\n<td>Derry</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DEV</td>\n<td>Devon</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DNC</td>\n<td>Doncaster</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DOR</td>\n<td>Dorset</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DOW</td>\n<td>Down</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DUD</td>\n<td>Dudley</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DGY</td>\n<td>Dumfries and Galloway</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DND</td>\n<td>Dundee City</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DGN</td>\n<td>Dungannon</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>DUR</td>\n<td>Durham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>EAL</td>\n<td>Ealing</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>EAY</td>\n<td>East Ayrshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>EDU</td>\n<td>East Dunbartonshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ELN</td>\n<td>East Lothian</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ERW</td>\n<td>East Renfrewshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ERY</td>\n<td>East Riding of Yorkshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ESX</td>\n<td>East Sussex</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>EDH</td>\n<td>Edinburgh, City of</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ELS</td>\n<td>Eilean Siar</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ENF</td>\n<td>Enfield</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ESS</td>\n<td>Essex</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>FAL</td>\n<td>Falkirk</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>FER</td>\n<td>Fermanagh</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>FIF</td>\n<td>Fife</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>FLN</td>\n<td>Flintshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>GAT</td>\n<td>Gateshead</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>GLG</td>\n<td>Glasgow City</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>GLS</td>\n<td>Gloucestershire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>GLO</td>\n<td>Greater London</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>GRE</td>\n<td>Greenwich</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>GGY</td>\n<td>Guernsey</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>GWN</td>\n<td>Gwynedd</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HCK</td>\n<td>Hackney</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HAL</td>\n<td>Halton</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HMF</td>\n<td>Hammersmith and Fulham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HAM</td>\n<td>Hampshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HRY</td>\n<td>Haringey</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HRW</td>\n<td>Harrow</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HPL</td>\n<td>Hartlepool</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HAV</td>\n<td>Havering</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HEF</td>\n<td>Herefordshire, County of</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HTF</td>\n<td>Hertfordshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HRT</td>\n<td>Hertfordshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HLD</td>\n<td>Highland</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HIL</td>\n<td>Hillingdon</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>HNS</td>\n<td>Hounslow</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>IVC</td>\n<td>Inverclyde</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>AGY</td>\n<td>Isle of Anglesey</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>IOM</td>\n<td>Isle of Man</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>IOW</td>\n<td>Isle of Wight</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>IOS</td>\n<td>Isles of Scilly</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ISL</td>\n<td>Islington</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>JEY</td>\n<td>Jersey</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>KEC</td>\n<td>Kensington and Chelsea</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>KEN</td>\n<td>Kent</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>KHL</td>\n<td>Kingston upon Hull, City of</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>KTT</td>\n<td>Kingston upon Thames</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>KIR</td>\n<td>Kirklees</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>KWL</td>\n<td>Knowsley</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LBH</td>\n<td>Lambeth</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LAN</td>\n<td>Lancashire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LRN</td>\n<td>Larne</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LDS</td>\n<td>Leeds</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LCE</td>\n<td>Leicester</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LEC</td>\n<td>Leicestershire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LEW</td>\n<td>Lewisham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LMV</td>\n<td>Limavady</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LIN</td>\n<td>Lincolnshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LSB</td>\n<td>Lisburn</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LIV</td>\n<td>Liverpool</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LND</td>\n<td>London, City of</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>LUT</td>\n<td>Luton</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MFT</td>\n<td>Magherafelt</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MAN</td>\n<td>Manchester</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MDW</td>\n<td>Medway</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MTY</td>\n<td>Merthyr Tydfil</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MRT</td>\n<td>Merton</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MDB</td>\n<td>Middlesbrough</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MLN</td>\n<td>Midlothian</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MIK</td>\n<td>Milton Keynes</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MON</td>\n<td>Monmouthshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MRY</td>\n<td>Moray</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>MYL</td>\n<td>Moyle</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NTL</td>\n<td>Neath Port Talbot</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NET</td>\n<td>Newcastle upon Tyne</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NWM</td>\n<td>Newham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NWP</td>\n<td>Newport</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NYM</td>\n<td>Newry and Mourne</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NTA</td>\n<td>Newtownabbey</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NFK</td>\n<td>Norfolk</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NAY</td>\n<td>North Ayrshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NDN</td>\n<td>North Down</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NEL</td>\n<td>North East Lincolnshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NLK</td>\n<td>North Lanarkshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NLN</td>\n<td>North Lincolnshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NSM</td>\n<td>North Somerset</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NTY</td>\n<td>North Tyneside</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NYK</td>\n<td>North Yorkshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NTH</td>\n<td>Northamptonshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NBL</td>\n<td>Northumberland</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NGM</td>\n<td>Nottingham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>NTT</td>\n<td>Nottinghamshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>OLD</td>\n<td>Oldham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>OMH</td>\n<td>Omagh</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ORK</td>\n<td>Orkney Islands</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>OXF</td>\n<td>Oxfordshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>PEM</td>\n<td>Pembrokeshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>PKN</td>\n<td>Perth and Kinross</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>PTE</td>\n<td>Peterborough</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>PLY</td>\n<td>Plymouth</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>POL</td>\n<td>Poole</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>POR</td>\n<td>Portsmouth</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>POW</td>\n<td>Powys</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>RDG</td>\n<td>Reading</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>RDB</td>\n<td>Redbridge</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>RCC</td>\n<td>Redcar and Cleveland</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>RFW</td>\n<td>Renfrewshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>RCT</td>\n<td>Rhondda, Cynon, Ta</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>RIC</td>\n<td>Richmond upon Thames</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>RCH</td>\n<td>Rochdale</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ROT</td>\n<td>Rotherham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>RUT</td>\n<td>Rutland</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SLF</td>\n<td>Salford</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SAW</td>\n<td>Sandwell</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SCB</td>\n<td>Scottish Borders, The</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SFT</td>\n<td>Sefton</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SHF</td>\n<td>Sheffield</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>ZET</td>\n<td>Shetland Islands</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SHR</td>\n<td>Shropshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SLG</td>\n<td>Slough</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SOL</td>\n<td>Solihull</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SOM</td>\n<td>Somerset</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SAY</td>\n<td>South Ayrshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SGC</td>\n<td>South Gloucestershire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SLK</td>\n<td>South Lanarkshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>STY</td>\n<td>South Tyneside</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SYK</td>\n<td>South Yorkshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>STH</td>\n<td>Southampton</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SOS</td>\n<td>Southend-on-Sea</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SWK</td>\n<td>Southwark</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SHN</td>\n<td>St. Helens</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>STS</td>\n<td>Staffordshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>STG</td>\n<td>Stirling</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SKP</td>\n<td>Stockport</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>STT</td>\n<td>Stockton-on-Tees</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>STE</td>\n<td>Stoke-on-Trent</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>STB</td>\n<td>Strabane</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SFK</td>\n<td>Suffolk</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SND</td>\n<td>Sunderland</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SRY</td>\n<td>Surrey</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>STN</td>\n<td>Sutton</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SWA</td>\n<td>Swansea</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>SWD</td>\n<td>Swindon</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>TAM</td>\n<td>Tameside</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>TFW</td>\n<td>Telford and Wrekin</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>THR</td>\n<td>Thurrock</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>TOB</td>\n<td>Torbay</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>TOF</td>\n<td>Torfaen</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>TWH</td>\n<td>Tower Hamlets</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>TRF</td>\n<td>Trafford</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>VGL</td>\n<td>Vale of Glamorgan, T</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WKF</td>\n<td>Wakefield</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WLL</td>\n<td>Walsall</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WFT</td>\n<td>Waltham Forest</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WND</td>\n<td>Wandsworth</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WRT</td>\n<td>Warrington</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WAR</td>\n<td>Warwickshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WBK</td>\n<td>West Berkshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WDU</td>\n<td>West Dunbartonshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WLN</td>\n<td>West Lothian</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WMD</td>\n<td>West Midlands</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WSX</td>\n<td>West Sussex</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WYK</td>\n<td>West Yorkshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WSM</td>\n<td>Westminster</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WGN</td>\n<td>Wigan</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WIL</td>\n<td>Wiltshire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WNM</td>\n<td>Windsor and Maidenhead</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WRL</td>\n<td>Wirral</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WOK</td>\n<td>Wokingham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WLV</td>\n<td>Wolverhampton</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WOC</td>\n<td>Worcester</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WOR</td>\n<td>Worcestershire</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>WRX</td>\n<td>Wrexham</td>\n</tr>\n<tr>\n<td>GB</td>\n<td>United Kingdom</td>\n<td>YOR</td>\n<td>York</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AL</td>\n<td>Alabama</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AK</td>\n<td>Alaska</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AS</td>\n<td>American Samoa</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AZ</td>\n<td>Arizona</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AR</td>\n<td>Arkansas</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AE</td>\n<td>Armed Forces Africa</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AA</td>\n<td>Armed Forces Americas</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AE</td>\n<td>Armed Forces Canada</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AE</td>\n<td>Armed Forces Europe</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AE</td>\n<td>Armed Forces Middle East</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>AP</td>\n<td>Armed Forces Pacific</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>CA</td>\n<td>California</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>CO</td>\n<td>Colorado</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>CT</td>\n<td>Connecticut</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>DE</td>\n<td>Delaware</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>DC</td>\n<td>District of Columbia</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>FM</td>\n<td>Federated States of Micronesia</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>FL</td>\n<td>Florida</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>GA</td>\n<td>Georgia</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>GU</td>\n<td>Guam</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>HI</td>\n<td>Hawaii</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>ID</td>\n<td>Idaho</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>IL</td>\n<td>Illinois</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>IN</td>\n<td>Indiana</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>IA</td>\n<td>Iowa</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>KS</td>\n<td>Kansas</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>KY</td>\n<td>Kentucky</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>LA</td>\n<td>Louisiana</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>ME</td>\n<td>Maine</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MD</td>\n<td>Maryland</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MA</td>\n<td>Massachusetts</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MI</td>\n<td>Michigan</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MN</td>\n<td>Minnesota</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MS</td>\n<td>Mississippi</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MO</td>\n<td>Missouri</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MT</td>\n<td>Montana</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>NE</td>\n<td>Nebraska</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>NV</td>\n<td>Nevada</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>NH</td>\n<td>New Hampshire</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>NJ</td>\n<td>New Jersey</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>NM</td>\n<td>New Mexico</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>NY</td>\n<td>New York</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>NC</td>\n<td>North Carolina</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>ND</td>\n<td>North Dakota</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MP</td>\n<td>Northern Mariana Islands</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>OH</td>\n<td>Ohio</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>OK</td>\n<td>Oklahoma</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>OR</td>\n<td>Oregon</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>PA</td>\n<td>Pennsylvania</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>PR</td>\n<td>Puerto Rico</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>MH</td>\n<td>Republic of Marshall Islands</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>RI</td>\n<td>Rhode Island</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>SC</td>\n<td>South Carolina</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>SD</td>\n<td>South Dakota</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>TN</td>\n<td>Tennessee</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>TX</td>\n<td>Texas</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>UT</td>\n<td>Utah</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>VT</td>\n<td>Vermont</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>VI</td>\n<td>Virgin Islands of the U.S.</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>VA</td>\n<td>Virginia</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>WA</td>\n<td>Washington</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>WV</td>\n<td>West Virginia</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>WI</td>\n<td>Wisconsin</td>\n</tr>\n<tr>\n<td>US</td>\n<td>United States</td>\n<td>WY</td>\n<td>Wyoming</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>AR</td>\n<td>Artigas</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>CA</td>\n<td>Canelones</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>CL</td>\n<td>Cerro Largo</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>CO</td>\n<td>Colonia</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>DU</td>\n<td>Durazno</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>FS</td>\n<td>Flores</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>FD</td>\n<td>Florida</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>LA</td>\n<td>Lavalleja</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>MA</td>\n<td>Maldonado</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>MO</td>\n<td>Montevideo</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>PA</td>\n<td>Paysandú</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>RN</td>\n<td>Río Negro</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>RV</td>\n<td>Rivera</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>RO</td>\n<td>Rocha</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>SA</td>\n<td>Salto</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>SJ</td>\n<td>San José</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>SO</td>\n<td>Soriano</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>TA</td>\n<td>Tacuarembó</td>\n</tr>\n<tr>\n<td>UY</td>\n<td>Uruguay</td>\n<td>TT</td>\n<td>Treinta y Tres</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>AN</td>\n<td>Andijon</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>BU</td>\n<td>Buxoro</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>FA</td>\n<td>Farg'ona</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>JI</td>\n<td>Jizzax</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>NG</td>\n<td>Namangan</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>NW</td>\n<td>Navoiy</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>QA</td>\n<td>Qashqadaryo</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>QR</td>\n<td>Qoraqalpog'iston Respublikasi</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>SA</td>\n<td>Samarqand</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>SI</td>\n<td>Sirdaryo</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>SU</td>\n<td>Surxondaryo</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>TO</td>\n<td>Toshkent</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>TK</td>\n<td>Toshkent City</td>\n</tr>\n<tr>\n<td>UZ</td>\n<td>Uzbekistan</td>\n<td>XO</td>\n<td>Xorazm</td>\n</tr>\n<tr>\n<td>VU</td>\n<td>Vanuatu</td>\n<td>MAP</td>\n<td>Malampa</td>\n</tr>\n<tr>\n<td>VU</td>\n<td>Vanuatu</td>\n<td>PAM</td>\n<td>Pénama</td>\n</tr>\n<tr>\n<td>VU</td>\n<td>Vanuatu</td>\n<td>SAM</td>\n<td>Sanma</td>\n</tr>\n<tr>\n<td>VU</td>\n<td>Vanuatu</td>\n<td>SEE</td>\n<td>Shéfa</td>\n</tr>\n<tr>\n<td>VU</td>\n<td>Vanuatu</td>\n<td>TAE</td>\n<td>Taféa</td>\n</tr>\n<tr>\n<td>VU</td>\n<td>Vanuatu</td>\n<td>TOB</td>\n<td>Torba</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>Z</td>\n<td>Amazonas</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>B</td>\n<td>Anzoátegui</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>C</td>\n<td>Apure</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>D</td>\n<td>Aragua</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>E</td>\n<td>Barinas</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>F</td>\n<td>Bolívar</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>G</td>\n<td>Carabobo</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>H</td>\n<td>Cojedes</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>Y</td>\n<td>Delta Amacuro</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>W</td>\n<td>Dependencias Federales</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>A</td>\n<td>Distrito Federal</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>I</td>\n<td>Falcón</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>J</td>\n<td>Guárico</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>K</td>\n<td>Lara</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>L</td>\n<td>Mérida</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>M</td>\n<td>Miranda</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>N</td>\n<td>Monagas</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>O</td>\n<td>Nueva Esparta</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>P</td>\n<td>Portuguesa</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>R</td>\n<td>Sucre</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>S</td>\n<td>Táchira</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>T</td>\n<td>Trujillo</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>X</td>\n<td>Vargas</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>U</td>\n<td>Yaracuy</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n<td>V</td>\n<td>Zulia</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>44</td>\n<td>An Giang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>43</td>\n<td>Ba Ria - Vung Tau</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>53</td>\n<td>Bac Can</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>54</td>\n<td>Bac Giang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>55</td>\n<td>Bac Lieu</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>56</td>\n<td>Bac Ninh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>50</td>\n<td>Ben Tre</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>31</td>\n<td>Binh Dinh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>57</td>\n<td>Binh Duong</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>58</td>\n<td>Binh Phuoc</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>40</td>\n<td>Binh Thuan</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>59</td>\n<td>Ca Mau</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>48</td>\n<td>Can Tho</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>04</td>\n<td>Cao Bang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>60</td>\n<td>Da Nang, thanh pho</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>33</td>\n<td>Dac Lac</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>72</td>\n<td>Dak Nong</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>71</td>\n<td>Dien Bien</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>39</td>\n<td>Dong Nai</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>45</td>\n<td>Dong Thap</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>30</td>\n<td>Gia Lai</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>03</td>\n<td>Ha Giang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>63</td>\n<td>Ha Nam</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>64</td>\n<td>Ha Noi, thu do</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>15</td>\n<td>Ha Tay</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>23</td>\n<td>Ha Tinh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>61</td>\n<td>Hai Duong</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>62</td>\n<td>Hai Phong, thanh pho</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>73</td>\n<td>Hau Giang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>65</td>\n<td>Ho Chi</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>14</td>\n<td>Hoa Binh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>66</td>\n<td>Hung Yen</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>34</td>\n<td>Khanh Hoa</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>47</td>\n<td>Kien Giang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>28</td>\n<td>Kon Tum</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>01</td>\n<td>Lai Chau</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>35</td>\n<td>Lam Dong</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>09</td>\n<td>Lang Son</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>02</td>\n<td>Lao Cai</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>41</td>\n<td>Long An</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>67</td>\n<td>Nam Dinh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>22</td>\n<td>Nghe An</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>18</td>\n<td>Ninh Binh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>36</td>\n<td>Ninh Thuan</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>68</td>\n<td>Phu Tho</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>32</td>\n<td>Phu Yen</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>24</td>\n<td>Quang Binh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>27</td>\n<td>Quang Nam</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>29</td>\n<td>Quang Ngai</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>13</td>\n<td>Quang Ninh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>25</td>\n<td>Quang Tri</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>52</td>\n<td>Soc Trang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>05</td>\n<td>Son La</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>37</td>\n<td>Tay Ninh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>20</td>\n<td>Thai Binh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>69</td>\n<td>Thai Nguyen</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>21</td>\n<td>Thanh Hoa</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>26</td>\n<td>Thua Thien-Hue</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>46</td>\n<td>Tien Giang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>51</td>\n<td>Tra Vinh</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>07</td>\n<td>Tuyen Quang</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>49</td>\n<td>Vinh Long</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>70</td>\n<td>Vinh Phuc</td>\n</tr>\n<tr>\n<td>VN</td>\n<td>Viet Nam</td>\n<td>06</td>\n<td>Yen Bai</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>BGW</td>\n<td>Blaenau Gwent</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>BGE</td>\n<td>Bridgend</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>CAY</td>\n<td>Caerphilly</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>CRF</td>\n<td>Cardiff</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>CMN</td>\n<td>Carmarthenshire</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>CGN</td>\n<td>Ceredigion</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>CWY</td>\n<td>Conwy</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>DEN</td>\n<td>Denbighshire</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>GWN</td>\n<td>Gwynedd</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>AGY</td>\n<td>Isle of Anglesey</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>MTY</td>\n<td>Merthyr Tydfil</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>MON</td>\n<td>Monmouthshire</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>NTL</td>\n<td>Neath Port Talbot</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>NWP</td>\n<td>Newport</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>PEM</td>\n<td>Pembrokeshire</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>POW</td>\n<td>Powys</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>RCT</td>\n<td>Rhondda Cynon Taff</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>SWA</td>\n<td>Swansea</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>TOF</td>\n<td>Torfaen</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>VGL</td>\n<td>Vale of Glamorgan, The</td>\n</tr>\n<tr>\n<td>WL</td>\n<td>Wales</td>\n<td>WRX</td>\n<td>Wrexham</td>\n</tr>\n<tr>\n<td>EH</td>\n<td>Western Sahara</td>\n<td>BOD</td>\n<td>Boujdour</td>\n</tr>\n<tr>\n<td>EH</td>\n<td>Western Sahara</td>\n<td>ESM</td>\n<td>Es Semara</td>\n</tr>\n<tr>\n<td>EH</td>\n<td>Western Sahara</td>\n<td>LAA</td>\n<td>Laayoune</td>\n</tr>\n<tr>\n<td>EH</td>\n<td>Western Sahara</td>\n<td>OUD</td>\n<td>Oued el Dahab</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>02</td>\n<td>Central</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>08</td>\n<td>Copperbelt</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>03</td>\n<td>Eastern</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>04</td>\n<td>Luapula</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>09</td>\n<td>Lusaka</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>06</td>\n<td>North-Western</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>05</td>\n<td>Northern</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>07</td>\n<td>Southern</td>\n</tr>\n<tr>\n<td>ZM</td>\n<td>Zambia</td>\n<td>01</td>\n<td>Western</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>BU</td>\n<td>Bulawayo</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>HA</td>\n<td>Harare</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>MA</td>\n<td>Manicaland</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>MC</td>\n<td>Mashonaland Central</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>ME</td>\n<td>Mashonaland East</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>MW</td>\n<td>Mashonaland West</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>MV</td>\n<td>Masvingo</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>MN</td>\n<td>Matabeleland North</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>MS</td>\n<td>Matabeleland South</td>\n</tr>\n<tr>\n<td>ZW</td>\n<td>Zimbabwe</td>\n<td>MI</td>\n<td>Midlands</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"07c323d1-82b9-461c-ab99-1a856245e4ac","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8b58cfc3-c58d-47d1-b5bd-6fb446c3f24d","type":"text/javascript","exec":[""]}}],"_postman_id":"44c16a19-da53-44df-9a00-8e8c3d2459be"},{"name":"Public PGP Key for FTP Imports","item":[],"id":"67f40f05-51b4-4d49-9c91-a5add6a1c759","description":"<p><strong>Use this PGP key to encrypt data for import using the \"FTP Server\" Data Source plugin.</strong></p>\n<p>-----BEGIN PGP PUBLIC KEY BLOCK-----</p>\n<p>mQGNBGjtH78BDAC7odKlTJQ/frKU9GANwyX2iE7vqfvwrjivDE1HMoi5DFBJupQD<br />tMtq5KmkEg1WKlWsLnyk5q/suxAoct4udrwxdKSu630KscEbHbPtaTUERZa/7Yh6<br />A3WDjR6LwYs4fTjjQG0ka7OrrFVL+oet2JYgQ9LvdVaxYso9ROMNWWmMrtQVLYaE<br />5XXpfyPqT9v3ovK4T9q8vcQZ+YdQQ88wl42rTGZuLY/lIq6zu7jMcz7l1LAouhuQ<br />aCWJnujHP+zLfKmIHNZzwCs3vJRf80HU2S/CN5j9LFRZ+sw9vecKx43RpIu1zqfA<br />OwBq98qETpG7hvmY+gQ7Y78mZ6vU3yyZQwkXoz9zXjkkvK+N4B4tMN5kmGqiYnK9<br />7QCO/3qmjH4aD+lutoWAYfiwHNfiLVN6QE2MxivSpv3a744sgHk0qMzazPMp2EAV<br />HeM6FlvrZJS+1LAuJNnTKxPfur2gVA3Sgxw2mI+ETVd7YlsV+q5z9Ycjzmgzj+Ka<br />vpVfmgi+lpAiztUAEQEAAbQsQ2hlY2tvdXQgQ2hhbXAgTExDIDxhZG1pbkBjaGVj<br />a291dGNoYW1wLmNvbT6JAdQEEwEKAD4WIQQBbtJ3h3HZ+UMNirj4vK9s0d7JzQUC<br />aO0fvwIbAwUJA8JnAAULCQgHAgYVCgkICwIEFgIDAQIeAQIXgAAKCRD4vK9s0d7J<br />zb4VDACBUCiPKl9cSZcG/4bdg5vccpVJft1R8CaYpbWit89iNCwC4Bd4MupCBejz<br />onDUaGrKMcMIv7uZIc1pZRtSgL2dq5Xs25ddqDuVWMlhuwtc3FAZqZ1mpLCFN+4d<br />XR4HjLBe/zR2g9FuyAqCh4qmpqysbC7/esNcuxSMgHEsjQjzvzV9MrYifBfQ3Uh8<br />i6XRK+CLDzJIyl17Jyb330dHjPMkivqT/nHy9RMexKRKTjgUVawx5b4vx5M8MArJ<br />deOU2nnVOQbOaFlbtsp4R4/JFDIDpm8IoVFXKM7lR2QMX/k8vt967ihR8YAv5hwZ<br />4GiudsLZet1wYgght6+pX7MjyWXMiiSanyOaBfyfsjEPJNJJ/zt514ArXEbtzexg<br />jTHViMuGzQmRwsoJC4vaxnSxQa0KomDbaC0N8ygOWLR8GMNh70DbXAhXBWkI9ivm<br />jN0JDmNGh7ZFtJq9J4yHIYVNA3ODR8e2rGoxUm1X8e0+er5IQtjzZcnAtJwBSMhh<br />tEtUt3y5AY0EaO0fvwEMALUrJr1rq5T06MzZYqDobcJkM8a7A9F+fUm7s81SFmYM<br />5i1LQ2v6CWwF9WTmzn1mnOn3WiXvALF/V0WerGFlqe86eDxW5Pnct3q2YlJEx4fP<br />EQHycXR55n1XF2CVaSK+MwcCnQZE5hMAw/tIvWCzLy5HZOjqQfoHeGMU4ONPqvMr<br />SSG+y8oUGfUJu/53OShCnjbTPLQdgel0HFGBXyWW4BSjcJOGTEilTKMt5V7uu8pO<br />Y0JBTM97UX5EeZPX5uWEAtt0PV3ogrow8NBZ+kqZXPQqUT8RNlrajtJoxtVfEsia<br />p0LGo/XJ13z6D/BW9uwJPdeT+UEyCMoRJQN+Kc8SbwkCHyX+5Kz5g+QQ8y38uI9e<br />Vx6XKv/AtOcS70+qGHSo5aY4MtQVa4v3Rzf8E2aSF10kyLwLZ3r2X/4eAwM6JPgP<br />mfEa5jDFlEbQhCKlCTrz1EE6R/wY8yhf/zVx1RmwgODuPAp/o+k9FnXbQfpAf4fe<br />lRk3jks0ppI6+dHyOOO7ywARAQABiQG8BBgBCgAmFiEEAW7Sd4dx2flDDYq4+Lyv<br />bNHeyc0FAmjtH78CGwwFCQPCZwAACgkQ+LyvbNHeyc1tgwv/aozZGuGELEihHIDm<br />IyknoUYDNtNlLiBrBZbO6frQBuSC7+mvuqZvWKvtr2XXLVz4DWaStuZwz9p2Wa8y<br />eZ0JAmt7eBlHlHpXU8T4O65gwFfn21v0A3V2gW2lvvAtdOdP3jhKbxW/XvDt7ApS<br />OlCmIb9lHAjWpvZ5rpH5fRpm8jDJJK9wXRPPM2hPCc2Eo4qt7tNNVSeVBFQePEfQ<br />GNk66LCxQMXlUyV2xKQAOdQR1P+5H3hcuhBLJ7GQQLk4axWQlXsAAMe/CvAqhgpH<br />cevNpRgDv1p2nqi94ki8STEptayeqk8kpZQJXpD4lQtZr1M41JfM5IQrtk06PeBa<br />JTG0NFM2FsjDFVSdgNZb3RW1/ESZ4Paa4xBqf428+CznvMvfiZq9Tgt93tVLeHtQ<br />3WeNPO0Qm2q88laRJL0t87zoWmNLFhipca6xNI9TeEP5274RGVpOGDH1Nfg19Sl3<br />HrVEd1QgNzm+bC0j1Xu5jSSbRrQMn/xqhrW+cSdHxhM82i2T<br />=U8oJ<br />-----END PGP PUBLIC KEY BLOCK-----</p>\n<p><a href=\"https://api.checkoutchamp.com/docs/pgp_key/checkout_champ_pubkey.asc\">Download</a></p>\n","event":[{"listen":"prerequest","script":{"id":"e7fab9a4-39ca-4c0d-abdb-526d72011661","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8db40462-f356-4889-a25c-7d90563e9bce","type":"text/javascript","exec":[""]}}],"_postman_id":"67f40f05-51b4-4d49-9c91-a5add6a1c759"}],"event":[{"listen":"prerequest","script":{"id":"43355a1f-281d-46af-a30d-39b4ef35835d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"09b0c3e9-a74e-41bc-acbe-a2808ecedad1","type":"text/javascript","exec":[""]}}],"variable":[{"key":"Content-Type","value":"="}]}