{"info":{"_postman_id":"7c38ec36-69dc-c2f7-834f-6e3ab4c9ba9f","name":"Ztar Mobile APIs","description":"<html><head></head><body><p>The Ztar Mobile REST APIs exposes various core back-office functionality to customers, partners and vendors in order to<br>allow them to quickly integrate their systems with Ztar Mobile’s back-office platform.</p>\n<p>Based on REST principals, the APIs use the JSON open standard as the data serialization format for the response objects.<br>Using REST in conjunction with JSON allows for rapid integration and debugging as the calls can be made from any<br>HTTP client in any language and the results are human readable.</p>\n<p>While this document lists all of the resources available, not all will be applicable to every implementation and access<br>to the various resources will be limited by the authentication token provided by the originating application. Your<br>on-boarding contact will be able to assist you in determining which resources are applicable to your implementation.</p>\n<h3>Message protocol</h3>\n\n<p>The Ztar Mobile message protocol standard is HTTPs v1.1. This standard facilitates all stated interactions with Ztar<br>Mobile</p>\n<h3>Ztar Mobile Development End Point</h3>\n\n<table><tbody><tr><td><div>End Point</div><div><div><div><div></div></div></div><div></div></div></td><td><div>https://services-test.ztarmobile.com</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Base URL</div><div><div><div><div></div></div></div><div></div></div></td><td><div>https://services-test.ztarmobile.com/ztarmobile/webservices/rest/vendor/{vendor}/</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>Ztar Mobile HA Production End Point</h3>\n\n<table><tbody><tr><td><div>End Point</div><div><div><div><div></div></div></div><div></div></div></td><td><div>https://services.ztarmobile.com</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Base URL</div><div><div><div><div></div></div></div><div></div></div></td><td><div>https://services.ztarmobile.com/ztarmobile/webservices/rest/vendor/{vendor}/</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>Message Security</h3>\n\n<ul><li><div>All communication will be over a secured HTTPs connection</div></li><li><div>HTTPS protocols utilized</div></li><li><ul><li><div>TLS 1.1 - accepted cipher suites listed bellow</div></li><li><ul><li><div>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</div></li></ul></li><li><div>TLS 1.2 - accepted cipher suites listed bellow</div></li><li><ul><li><div>TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384</div></li><li><div>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</div></li><li><div>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384</div></li><li><div>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256</div></li><li><div>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</div></li></ul></li></ul></li><li><div>Access to Ztar Mobile systems will be granted only to white-listed IPs from Vendor.</div></li><li><div>Vendor will be granted access to only those services outlined by their on-boarding contact.</div></li><li><div>Access to other Ztar Mobile services is explicitly prohibited.</div></li><li><div>Vendor will be responsible for maintaining privacy of all credentials provided by Ztar Mobile.</div></li><li><div>Rate limiting will be applied to all requests sent to the Base URL.</div></li><li><div>Vendor is limited to 2 identical requests per second per IP</div></li><li><div>Vendor is limited to 50 unique requests per second per IP</div></li><li><div>Violation of the above rate limit will result in a 5 minute IP Blacklisting. Any requests during the timeout window will result in an HTTP 403 (Forbidden) response and will reset the blacklist timeout window.</div></li></ul>\n\n<h3>HTTP Request headers</h3>\n\n<p>Required: Each HTTPS request must contain the following HTTP header fields:</p>\n<table><tbody><tr><td><div><b>Header Name</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Value</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Format</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>API Version</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vendor</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Partner’s unique vendor identifier string provided by Ztar Mobile.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Alphanumeric, at least 5 chars long – at most 20 chars long</div><div><div><div><div></div></div></div><div></div></div></td><td><div>2.0</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>market</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Partner’s market for operation provided by Ztar Mobile for the vendor.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Alphabetical, 2 chars only</div><div><div><div><div></div></div></div><div></div></div></td><td><div>2.0</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>product</div><div><div><div><div></div></div></div><div></div></div></td><td><div>A unique product identifier name provided by Ztar Mobile for the vendor.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Alphanumeric, at least 5 chars long – at most 20 chars long</div><div><div><div><div></div></div></div><div></div></div></td><td><div>2.0</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>authorization</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The authentication key that will be provided during the on-boarding process. This key will identify the calling<br>application.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Alphanumeric</div><div><div><div><div></div></div></div><div></div></div></td><td><div>1.0+</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>transactionId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>A unique transaction ID. Will be used to debug and reconcile.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Alphanumeric, at least 10 chars long – at most 20 chars long</div><div><div><div><div></div></div></div><div></div></div></td><td><div>1.0+</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>Response MIME Type</h3>\n\n<p>The response MIME type will be <em><strong>application/json</strong></em></p>\n<h3>Response HTTP status</h3>\n\n<p>The Ztar Mobile REST APIs use standard HTTP status codes in order to represent the state of the request.</p>\n<table><tbody><tr><td><div><b>Status</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>200 OK</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The request was successful. Response payload will be in the body of the HTTP response.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>204 No Content</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The request was successful. No content is returned in the response.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>400 Bad Request</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The request was malformed – either some parameters were missing or were incorrectly formatted. The body of<br>the HTTP response may contain an optional<a href=\"#_StatusResponse_Object\">StatusResponse</a>object<br>that sheds more light on the error</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>401 Unauthorized</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The requested resource is not accessible to the authorization key provided</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>403 Forbidden</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The IP from which the request originated from is not whitelisted for that resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>404 Not Found</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The requested resource was not found.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>405 Method Not Allowed</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The requested method is not supported by the resource</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>409 Conflict</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The request failed due to a conflict with one of the parameters. The HTTP response will contain a<a href=\"#_StatusResponse_Object\">StatusResponse</a>object that sheds more light on the issue.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>500 Internal Server Error</div><div><div><div><div></div></div></div><div></div></div></td><td><div>An Unexpected Error occurred. The body of the HTTP response may contain an optional<a href=\"#_StatusResponse_Object\">StatusResponse</a>object that sheds more light on the error</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>StatusResponse Object</h3>\n\n<p>On certain non-successful responses (HTTP status is not 200 or 204), the body of the HTTP response may include a StatusResponse<br>object that further explains why the request failed.<br>Please see the</p>\n<p><a href=\"http://devdocs.ztarmobile.com/documentation/status-codes/\">status code list</a></p>\n<p>for available status codes and definitions.</p>\n<h3>Standard Date Format</h3>\n\n<p>All JSON date strings will be returned in an ISO 8601 standard – <strong>yyyy-MM-dd HH:mm:ss</strong><br>e.g. 2014-02-12 14:49:50</p>\n<h3>Glossary</h3>\n\n<table><tbody><tr><td><div><b>Term</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Definition</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ESN</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Equipment Serial Number. A decimal or hex string used to identify a specific CDMA handset. ESN was replaced<br>with MEID in newer handsets.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ICCID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Integrated Circuit Card Identifier. A unique number that identifies each SIM card internationally. A full<br>ICCID is 19 or 20 digits.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>IMEI</div><div><div><div><div></div></div></div><div></div></div></td><td><div>International Mobile Station Equipment Identity is a number used to identify GSM handsets</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>MDN</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mobile Device Number. The actual phone call of the wireless device.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>MEID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mobile Equipment Identifier. Supersedes the ESN on newer handsets.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>MSID</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mobile Station ID. Also called MIN (Mobile Identification Number) a number that identifies the handset on<br>the CDMA network.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>MSL</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Master Subsidy Lock. A code used to unlock or set protected features on a CDMA handset.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>NPA</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Numbering Plan Area. The first 3 digits of phone number. Also known as area code.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>PRN</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Port Request Number. A unique identifier for a port request.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>SIM</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Subscriber Identity Module. A plastic card with an integrated circuit embedded on it used in GSM and LTE<br>handsets.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1338979","collectionId":"7c38ec36-69dc-c2f7-834f-6e3ab4c9ba9f","publishedId":"6Z2QY9Y","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-06-21T21:58:19.000Z"},"item":[{"name":"Account","item":[{"name":"/account","id":"e108a2ec-56f7-5229-dfad-7dae5ec634f3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"activationCode","value":"0476331","type":"text","description":"<p>AT&amp;T - required if not sending iccid<br /></p>\n<p>This is a 7 or 9 digit activation code.<br />\n<b>Example value:</b> 4535677</p>\n"},{"key":"handsetOS","value":"ANDROID","type":"text","description":"<p>required - The operating system of the handset. \n<br />\n<b>Valid values:</b></p>\n<ul>\n  <li>IOS</li>\n  <li>ANDROID</li>\n  <li>OTHER</li>\n</ul>"},{"key":"iccid","value":"","type":"text","description":"<p>AT&amp;T - required if not sending activationCode<br />\n20 digit ICCID value of the SIM card. Must be supplied for GSM activations unless activationCode is supplied.<br />\n<b>Example value:</b> 89302720401000590100</p>\n","disabled":true},{"key":"imei","value":"012850000469548","type":"text","description":"<p>AT&amp;T - required<br />\n15 or 16 digit IMEI of the handset. Must be supplied for GSM activations.<br />\n<b>Example value:</b> 111122223333456</p>\n","disabled":true},{"key":"zip","value":"76043","type":"text","description":"<p>required - The zip code or Postal code that identifies the area for which to activate in.<br />\n<b>Example value:</b> 76034</p>\n"},{"key":"pin","value":"3572","type":"text","description":"<p>optional - The account PIN selected by the customer or will default to the last 4 digits of the phone number<br />\n<b>Example value:</b> 1135</p>\n"},{"key":"ratePlan","value":"ZM09EXP","type":"text","description":"<p>required - Rate Plan code for the new account.  This must be an expired rate plan code.<br />\n<b>Example value:</b> ZM15UNLDATALTE</p>\n"},{"key":"voucherNumber","value":"","description":"<p>optional - This is the voucher that will be redeem to fully activate the subscriber rate plan</p>\n","type":"text","disabled":true},{"key":"orderNumber","value":"","description":"<p>optional - This is the order number from the original purchase</p>\n","type":"text","disabled":true},{"key":"masterAccountId","value":"","description":"<p>optional - This is the main web account id to associate</p>\n","type":"text","disabled":true},{"key":"referralCode","value":"","description":"<p>optional - This is a referral code that can be used to trace the activation</p>\n","type":"text","disabled":true},{"key":"promotionCode","value":"","description":"<p>optional - This is a promotional code that can be applied to the account</p>\n","type":"text","disabled":true},{"key":"masterAccountEmail","value":"","description":"<p>optional - This is the main web account email to associate</p>\n","type":"text","disabled":true},{"key":"profileKey","value":"","description":"<p>optional - This is the credit card profile key to associate to the subscriber</p>\n","type":"text","disabled":true},{"key":"primaryCcProfile","value":"","description":"<p>optional - This the boolean flag to specify if the credit card profile should be the primary profile used for auto-renew\nDefaults: true</p>\n","type":"text","disabled":true},{"key":"activationAmount","value":"","description":"<p>optional - This is the amount to be applied to the account after activation, if value is greater than or equal to the cost of the plan, the plan will be updated to the activate plan</p>\n","type":"text","disabled":true},{"key":"firstName","value":"","description":"<p>optional - This is the customer's first name</p>\n","type":"text","disabled":true},{"key":"lastName","value":"","description":"<p>optional - This is the customer's last name</p>\n","type":"text","disabled":true}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account","description":"<p>Create a new wireless account. Each account represents one MDN. The rate plan is to be the expired plan version.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"0b50171e-35de-348d-194f-f8dd3a7c11e2","name":"200 - CDMA","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"activationCode","value":"0476117","type":"text","description":"AT&T - required if not sending iccid<br>\nSPRINT - required<br>\nThis is a 7 or 9 digit activation code.<br>\n<b>Example value:</b> 4535677"},{"key":"handsetOS","value":"OTHER","type":"text","description":"required - The operating system of the handset. \n<br>\n<b>Valid values:</b>\n<ul>\n  <li>IOS</li>\n  <li>ANDROID</li>\n  <li>OTHER</li>\n</ul>"},{"key":"iccid","value":"","type":"text","description":"AT&T - required if not sending activationCode<br>\nSPRINT - required if device is LTE and requires a SIM<br>\n20 digit ICCID value of the SIM card. Must be supplied for GSM activations unless activationCode is supplied.<br>\n<b>Example value:</b> 89302720401000590100","disabled":true},{"key":"imei","value":"","type":"text","description":"AT&T - required<br>\nSPRINT - N/A<br>\n15 or 16 digit IMEI of the handset. Must be supplied for GSM activations.<br>\n<b>Example value:</b> 111122223333456","disabled":true},{"key":"meid","value":"02300963232","type":"text","description":"AT&T - N/A<br>\nSPRINT - required<br>\n11 numerical digit (ESN) or 18 numerical digit (MEID) of the handset.<br>\n<b>Example value:</b> 65478943255"},{"key":"zip","value":"76043","type":"text","description":"required - The zip code or Postal code that identifies the area for which to activate in.<br>\n<b>Example value:</b> 76034"},{"key":"npa","value":"972","type":"text","description":"AT&T - optional if passed will be used to attempt to get an mdn with this area code<br>\nSPRINT - N/A<br>\n3 digit NPA (area code) in which to activate the account.<br>\n<b>Example value:</b> 214","disabled":true},{"key":"pin","value":"3572","type":"text","description":"optional - The account PIN selected by the customer or will default to the last 4 digits of the phone number<br>\n<b>Example value:</b> 1135"},{"key":"ratePlan","value":"ZM09EXP","type":"text","description":"required - Rate Plan code for the new account.  This must be an expired rate plan code.<br>\n<b>Example value:</b> ZM15UNLDATALTE"},{"key":"orderNumber","value":"","description":"optional - This is the order number from the original purchase","type":"text","disabled":true},{"key":"profileKey","value":"","description":"optional - This is the credit card profile key to associate and mark as primary","type":"text","disabled":true},{"key":"masterAccountId","value":"","description":"optional - This is the main web account id to associate","type":"text","disabled":true},{"key":"referralCode","value":"","description":"optional - This is a referral code that can be used to trace the activation","type":"text","disabled":true}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"72","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 04 Jan 2018 14:54:01 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"13257","body":"{\"msid\":\"2545920029\",\"mslCode\":\"892747\",\"mdn\":\"2545921962\",\"status\":200}"},{"id":"4c7a4029-18b8-052f-1e44-6d447ec9f68e","name":"409 No Numbers availabe for NPA","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"activationCode","value":"0471225","type":"text"},{"key":"handsetOS","value":"IOS","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"012850000469548","type":"text"},{"key":"meid","value":"","type":"text","disabled":true},{"key":"zip","value":"77406","type":"text"},{"key":"npa","value":"281","type":"text"},{"key":"pin","value":"1234","type":"text"},{"key":"ratePlan","value":"HERO2EXP","type":"text"},{"key":"orderNumber","value":"","description":"optional - This is the order number from the original purchase","type":"text","disabled":true},{"key":"profileKey","value":"","description":"optional - This is the credit card profile key to associate and mark as primary","type":"text","disabled":true},{"key":"masterAccountId","value":"","description":"optional - This is the main web account id to associate","type":"text","disabled":true},{"key":"referralCode","value":"","description":"optional - This is a referral code that can be used to trace the activation","type":"text","disabled":true}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"190","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 13 Oct 2017 04:10:22 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"40935","body":"{\"status\":409,\"message\":\"[txn#:1507867781-489] (409) CONFLICTNo Numbers were found for requested NPA [errTxt=No Numbers available for NPA |status=Error getting subscriber: 300-Data Error] \"}"},{"id":"5d0f4e50-a586-f947-3451-c901d4e51cc4","name":"404 - Rateplan Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"activationCode","value":"0469457","type":"text"},{"key":"handsetOS","value":"IOS","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"012850000469548","type":"text"},{"key":"meid","value":"","type":"text","disabled":true},{"key":"npa","value":"972","type":"text"},{"key":"pin","value":"1234","type":"text"},{"key":"ratePlan","value":"HERO12","type":"text"},{"key":"zip","value":"75125","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"125","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 05 Apr 2017 20:24:47 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"342","body":"{\"status\":404,\"message\":\"[txn#:1491423887-240](404) Value not found.Failed to retrieve rate plan params for given Rate Plan\"}"},{"id":"6d940f45-a33e-ed8c-f4fc-d6964d867193","name":"CDMA - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"activationCode","value":"0476331","type":"text","description":"AT&T - required if not sending iccid<br>\nSPRINT - required<br>\nThis is a 7 or 9 digit activation code.<br>\n<b>Example value:</b> 4535677"},{"key":"handsetOS","value":"ANDROID","type":"text","description":"required - The operating system of the handset. \n<br>\n<b>Valid values:</b>\n<ul>\n  <li>IOS</li>\n  <li>ANDROID</li>\n  <li>OTHER</li>\n</ul>"},{"key":"iccid","value":"","type":"text","description":"AT&T - required if not sending activationCode<br>\nSPRINT - required if device is LTE and requires a SIM<br>\n20 digit ICCID value of the SIM card. Must be supplied for GSM activations unless activationCode is supplied.<br>\n<b>Example value:</b> 89302720401000590100","disabled":true},{"key":"imei","value":"012850000469548","type":"text","description":"AT&T - required<br>\nSPRINT - N/A<br>\n15 or 16 digit IMEI of the handset. Must be supplied for GSM activations.<br>\n<b>Example value:</b> 111122223333456","disabled":true},{"key":"meid","value":"02300963232","type":"text","description":"AT&T - N/A<br>\nSPRINT - required<br>\n11 numerical digit (ESN) or 18 numerical digit (MEID) of the handset.<br>\n<b>Example value:</b> 65478943255","disabled":true},{"key":"zip","value":"76043","type":"text","description":"required - The zip code or Postal code that identifies the area for which to activate in.<br>\n<b>Example value:</b> 76034"},{"key":"npa","value":"972","type":"text","description":"AT&T - optional if passed will be used to attempt to get an mdn with this area code<br>\nSPRINT - N/A<br>\n3 digit NPA (area code) in which to activate the account.<br>\n<b>Example value:</b> 214","disabled":true},{"key":"pin","value":"3572","type":"text","description":"optional - The account PIN selected by the customer or will default to the last 4 digits of the phone number<br>\n<b>Example value:</b> 1135"},{"key":"ratePlan","value":"ZM09EXP","type":"text","description":"required - Rate Plan code for the new account.  This must be an expired rate plan code.<br>\n<b>Example value:</b> ZM15UNLDATALTE"},{"key":"voucherNumber","value":"","description":"optional - This is the voucher that will be redeem to fully activate the subscriber rate plan","type":"text","disabled":true},{"key":"orderNumber","value":"","description":"optional - This is the order number from the original purchase","type":"text","disabled":true},{"key":"masterAccountId","value":"","description":"optional - This is the main web account id to associate","type":"text","disabled":true},{"key":"referralCode","value":"","description":"optional - This is a referral code that can be used to trace the activation","type":"text","disabled":true},{"key":"masterAccountEmail","value":"","description":"optional - This is the main web account email to associate","type":"text","disabled":true},{"key":"profileKey","value":"","description":"optional - This is the credit card profile key to associate to the subscriber","type":"text","disabled":true},{"key":"primaryCcProfile","value":"","description":"optional - This the boolean flag to specify if the credit card profile should be the primary profile used for auto-renew\nDefaults: true","type":"text","disabled":true}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"72","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 12:43:28 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"27233","body":"{\"msid\":\"2545921143\",\"mslCode\":\"892747\",\"mdn\":\"2545924879\",\"status\":200}"},{"id":"d29649e3-6bff-da72-f983-1d589335e4d7","name":"200 - Activate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"activationCode","value":"0469457","type":"text"},{"key":"handsetOS","value":"IOS","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"012850000469548","type":"text"},{"key":"meid","value":"","type":"text","disabled":true},{"key":"npa","value":"972","type":"text"},{"key":"pin","value":"1234","type":"text"},{"key":"ratePlan","value":"HERO8","type":"text"},{"key":"zip","value":"75201","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"56","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 05 Apr 2017 20:52:03 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"30964","body":"{\"msid\":\"\",\"mslCode\":\"\",\"mdn\":\"9723101466\",\"status\":200}"}],"_postman_id":"e108a2ec-56f7-5229-dfad-7dae5ec634f3"},{"name":"/account/{mdn}/authenticate","id":"4426d7ad-cdbc-aaea-0f1e-f06e81795fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pin","value":"3572","type":"text","description":"<p>required - The account PIN to authenticate<br />\n<b>Example value:</b> 3572</p>\n"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{mdn}/authenticate","description":"<p>Authenticates the association between a subscriber number and a pin.<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{mdn}","authenticate"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4426d7ad-cdbc-aaea-0f1e-f06e81795fa6"},{"name":"/account/ild","id":"2a0c7b94-44f3-71b5-239d-9555d6807128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"2406189630","type":"text","description":"<p>required - The subscriber number to create an ILD account for<br />\n<b>Example value:</b> 3051237890</p>\n"}]},"url":"https://10.0.0.131:38181/{{path}}/vendor/{{vendor}}/account/ild","description":"<p>Creates an ILD account.<br /></p>\n","urlObject":{"protocol":"https","port":"38181","path":["{{path}}","vendor","{{vendor}}","account","ild"],"host":["10","0","0","131"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a0c7b94-44f3-71b5-239d-9555d6807128"},{"name":"/account/referral","id":"a4cc3640-6c8c-4e19-8577-ef1fe8dfd39e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"3051237890","type":"text","description":"<p>required - The subscriber number to create an ILD account for<br />\n<b>Example value:</b> 3051237890</p>\n"},{"key":"referralCode","value":"AxmSDYr","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/referral","description":"<p>Creates an ILD account.<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","referral"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4cc3640-6c8c-4e19-8577-ef1fe8dfd39e"},{"name":"/account/{{mdn}}","id":"94d24e90-ba2f-92ba-6e10-2a39a963f5b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"e44af7a2-4e11-4663-ab60-7b92565f0e1f"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/8901240320127111329?searchType=MDN","description":"<p>Returns account detail for the given subscriber MDN  </p>\n<p><strong>Notes:</strong></p>\n<ol>\n<li><p>Http Status (200, 404)  </p>\n<p> a. 200 - returned when search is successfull  </p>\n<p> b. 404 - returned when search is not successfull  </p>\n</li>\n<li><p>accountStatus (INSTALLED, BTL, EXPIRED)  </p>\n<p> a. INSTALLED = Active  </p>\n<p> b. BTL = Not Active but can be restored  </p>\n<p> c. EXPIRED = Not Active and cannot be restored  </p>\n</li>\n<li><p>accumulators are populated after successfull refill</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","8901240320127111329"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>required -Type of search </p>\n<ol>\n<li>MDN</li>\n<li>MDNSIMPLE</li>\n<li>SIM<br /></li>\n</ol>\n","type":"text/plain"},"key":"searchType","value":"MDN"}],"variable":[]}},"response":[{"id":"aadc557d-ea63-04f7-397a-4cbee4627b6a","name":"404 - Account Cancelled in billing system over 30 days no longer able to be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"204","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 15 Dec 2017 06:13:55 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"2175","body":"{\"status\":404,\"message\":\"[txn#:1513318434-135] (404) Value not found. searching by  [product:HERO_ATT] [type:MDN] [text:7033474039].  [market=US|product=HERO_ATT|search text=7033474039|search type=MDN] \"}"},{"id":"eda8a493-30c8-8348-8003-76ad7ddac6e6","name":"200 - Account Cancelled in billing system less than 30 days can be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"583","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 15 Dec 2017 06:15:08 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"3446","body":"{\"esn\":\"\",\"product\":\"HERO_ATT\",\"uan\":685,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"billingRenewalPaid\":false,\"accountStatus\":\"BTL\",\"pendingPlans\":[],\"iccid\":\"89014102255614165837\",\"carrierMarket\":\"BOS\",\"mdn\":\"7812492976\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"autoRenew\":false,\"equipmentName\":\"NOKIA PP1\",\"ratePlans\":[{\"ratePlan\":\"HERO2EXP\",\"ratePlanRenewalDate\":\"2017-10-31 00:00:00\",\"ratePlanExpired\":true,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-07-09 09:14:07\",\"billingRenewalPaymentDate\":\"2017-10-29 00:00:00\",\"techType\":\"4GLTE\",\"status\":200}"},{"id":"76bfcf64-8686-c626-30e2-c5cc2a0ee6f1","name":"200 - Account is Active in billing system","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1200","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 15 Dec 2017 06:18:33 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"6393","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"250\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"12500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"15000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"500\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"6291456\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614166595\",\"pin\":\"1346\",\"lastRenew\":\"2017-08-02 00:12:29\",\"nextRenew\":\"2017-08-02 00:00:00\",\"autoRenew\":true,\"equipmentName\":\"NOKIA PP1\",\"airtimeBalance\":5,\"airtimeExpiryDate\":\"2017-12-30 00:00:00\",\"billingRenewalPaymentDate\":\"2017-12-28 00:00:00\",\"techType\":\"4GLTE\",\"product\":\"HERO_ATT\",\"uan\":1000000024,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"214202134620170802\",\"renewAmount\":20.0,\"pendingPlans\":[],\"carrierMarket\":\"DLS\",\"renewPeriod\":30,\"mdn\":\"2142021346\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"ratePlans\":[{\"ratePlan\":\"HERO3\",\"ratePlanRenewalDate\":\"2017-12-30 00:00:00\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-08-02 00:00:00\",\"accountBalance\":5,\"status\":200}"},{"id":"4b5ab688-ee81-b8a5-5173-bbe0e1e4fc9f","name":"CDMA - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"924","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 14:02:01 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"795","body":"{\"esn\":\"02300963232\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"DATA\",\"units\":\"Kb\"},{\"balance\":\"4000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"4000\",\"name\":\"MESSAGE\",\"units\":\"messages\"}],\"accountStatus\":\"ACTIVE\",\"billingRenewalPaid\":false,\"iccid\":\"\",\"pin\":\"4879\",\"MEID\":\"02300963232\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":0,\"airtimeExpiryDate\":\"2019-03-02 00:00:00\",\"billingRenewalPaymentDate\":\"20180401\",\"email\":\"\",\"techType\":\"CDMA\",\"product\":\"GOOD2GOUS-CDMA\",\"uan\":1000000329,\"MSID\":\"2545921143\",\"MSL\":\"892747\",\"store\":\"GOOD2GOUS-CDMA-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":45.0,\"pendingPlans\":[],\"carrierMarket\":\"SPRINT\",\"mdn\":\"2545924879\",\"billingSystem\":\"S\",\"imei\":\"\",\"ratePlans\":[{\"ratePlan\":\"ZM15\",\"ratePlanRenewalDate\":\"20180401\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-03-02 06:43:26\",\"accountBalance\":0,\"statusCode\":\"CR\",\"status\":200}"},{"id":"89ca8928-6f10-919f-370c-efade8b2d34f","name":"200 - Subscription with promo","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1283","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 13 Jun 2018 14:19:30 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""},{"key":"correlationId","value":"abe11bcb-e099-45e8-862c-d8d2474dfb6c","name":"correlationId","description":""}],"cookie":[],"responseTime":"8265","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"3145728\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"2500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"2500\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"VoiceMessage\",\"units\":\"Unit\"},{\"balance\":\"0\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"300\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614172999\",\"pin\":\"3110\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":20100,\"airtimeExpiryDate\":\"2018-07-13 00:00:00\",\"billingRenewalPaymentDate\":\"2018-09-13 08:41:11\",\"promos\":[{\"code\":\"G2G_3MPROMO\",\"codeType\":\"PROMO\",\"creationDate\":\"2018-06-13 00:35:34\"}],\"email\":\"\",\"techType\":\"4GLTE\",\"product\":\"GOOD2GOUS\",\"uan\":1000483187,\"store\":\"GOOD2GOUS-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":35.0,\"pendingPlans\":[],\"carrierMarket\":\"GLR\",\"mdn\":\"5862523110\",\"billingSystem\":\"T\",\"imei\":\"012864004905324\",\"ratePlans\":[{\"ratePlan\":\"ZM09LTESUB\",\"ratePlanRenewalDate\":\"2018-09-13 08:41:11\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-05-24 00:00:00\",\"accountBalance\":20100,\"statusCode\":\"AR\",\"status\":200}"},{"id":"e2be5344-265f-4f99-a86d-b44ccc895f11","name":"200 - NETWORK_NAME","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/2813001434?searchType=NETWORK_NAME","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","2813001434"],"query":[{"key":"searchType","value":"NETWORK_NAME"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"52973587-f31c-4072-9577-1430d35c63ea"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Mon, 10 Feb 2020 07:20:11 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"mdn\": \"2813001434\",\n    \"network\": \"sprint\"\n}"},{"id":"00abaf01-89ae-4f7f-3fba-29872f393331","name":"400 Bad Request - MDN found in AT&T but not //E after 3 attempts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"212","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Wed, 14 Jun 2017 02:21:32 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Sat Jun 01 2019 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"4627e1edbae4b0af2887e6442469","key":"JSESSIONID"}],"responseTime":null,"body":"{\"status\":400,\"message\":\"[txn#:1497406843-388](400) Argument value is null or empty. searching by  [product:HERO_ATT] [type:MDN] [text:2543962176]. Account details status is invalid .. [mdn=2543962176|status=] \"}"},{"id":"a0d23cc8-017a-052c-77ca-a37266bb43f4","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"438","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Apr 2017 21:03:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"esn\":\"\",\"product\":\"HERO_ATT\",\"uan\":606,\"store\":\"HERO_ATT-SCYTHE\",\"accountStatus\":\"INSTALLED\",\"iccid\":\"89014103255273065178\",\"carrierMarket\":\"DLS\",\"pin\":\"1466\",\"mdn\":\"9723101466\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":2998,\"ratePlans\":[{\"ratePlan\":\"HERO8\",\"ratePlanRenewalDate\":\"20170505\",\"ratePlanStatus\":\"Active\"}],\"airtimeExpiryDate\":\"2017-05-06 00:00:00\",\"techType\":\"4GLTE\",\"status\":200}"},{"id":"a30f2453-296b-4e5a-bce2-d67a6e30e56b","name":"200 - SIM Search","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/8901240320101551425?searchType=SIM","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","8901240320101551425"],"query":[{"key":"searchType","value":"SIM","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"ad6a3a41-8fd5-43e4-87f5-87627637b7da"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Mon, 10 Jul 2023 14:08:40 GMT"},{"key":"Content-Length","value":"1307"}],"cookie":[],"responseTime":null,"body":"{\n    \"mdn\": \"3472470032\",\n    \"iccid\": \"8901240320101551425\",\n    \"iccidEsim\": true,\n    \"imei\": \"358267710460893\",\n    \"wirelessId\": \"WS1003790\",\n    \"wirelessStatus\": \"Active\",\n    \"wirelessStatusDate\": \"2023-07-10 09:08:34\",\n    \"alternativeMdn\": \"\",\n    \"alternativeIccid\": \"\",\n    \"callForwarded\": false,\n    \"tech5gEnabled\": true,\n    \"esn\": \"\",\n    \"product\": \"GOOD2GOUS_TMO\",\n    \"techType\": \"4GLTE\",\n    \"pin\": \"1254\",\n    \"activationDate\": \"2023-05-08 14:22:31\",\n    \"uan\": 1001457364,\n    \"store\": \"GOOD2GOUS_TMO-SCYTHE\",\n    \"carrierMarket\": \"TMO\",\n    \"billingSystem\": \"O\",\n    \"network\": \"tmo\",\n    \"equipmentName\": \"\",\n    \"email\": \"e2e-9873@pavocom.com\",\n    \"airtimeBalance\": 500,\n    \"accountBalance\": 500,\n    \"autoRenew\": true,\n    \"nextRenew\": \"2023-05-08 00:00:00\",\n    \"renewPeriod\": 30,\n    \"renewAmount\": 18.66,\n    \"renewAmountTaxation\": {\n        \"amount\": 15,\n        \"salesTax\": 0.69,\n        \"adminFee\": 1,\n        \"federalUsf\": 1.12,\n        \"stateUsf\": 0,\n        \"ppSurcharge\": 0.85\n    },\n    \"profileKey\": \"676730087720230508\",\n    \"profileKeys\": [\n        \"676730087720230508\"\n    ],\n    \"ratePlans\": [\n        {\n            \"ratePlan\": \"G2G1GBLTE\",\n            \"isSubscription\": false,\n            \"ratePlanRenewalDate\": \"2023-07-07 00:00:00\",\n            \"ratePlanStartDate\": \"2023-06-07 07:20:20\",\n            \"subscriptionRenewalDate\": \"2023-07-07 00:00:00\",\n            \"ratePlanExpired\": false,\n            \"ratePlanStatus\": \"Active\"\n        }\n    ],\n    \"statusCode\": \"RNW_SR\",\n    \"billingRenewalPaid\": false,\n    \"billingRenewalPaymentDate\": \"2023-07-07 00:00:00\",\n    \"pendingPlans\": [],\n    \"activeAddOns\": [],\n    \"referralCode\": \"CasuBWV\",\n    \"npa\": \"347\",\n    \"service_state\": \"NY\",\n    \"status\": 200\n}"},{"id":"2efcb780-cf21-4d6d-ae01-b546d60c9fdb","name":"404 - SIM Search","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/8901240320127110982?searchType=SIM","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","8901240320127110982"],"query":[{"key":"searchType","value":"SIM","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"28b868c1-6829-4959-946c-f9d0c3f7b927"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Jul 2023 14:11:32 GMT"},{"key":"Content-Length","value":"274"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"[txn#:1688998293-311] (404) Value not found. searching by  [product:GOOD2GOUS_TMO] [type:SIM] [text:8901240320127110982].  Search failed to find existing account details ...  [product=GOOD2GOUS_TMO|search text=8901240320127110982|search type=SIM] \"\n}"}],"_postman_id":"94d24e90-ba2f-92ba-6e10-2a39a963f5b0"},{"name":"/account/{{mdn}}/buckets","id":"61a18380-b02d-44c1-b558-173ea83fb049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"f1f9fae4-3064-4327-867e-90805462331a"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/3466209467/buckets","description":"<p>Returns account buckets for the given subscriber MDN</p>\n<p><strong>Notes:</strong></p>\n<ol>\n<li><p>Http Status (200, 404)</p>\n<p> a. 200 - returned when search is successfull</p>\n<p> b. 404 - returned when search is not successfull</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","3466209467","buckets"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"0a198e2e-6333-4c20-9250-78b9824e8fba","name":"404 - Account Cancelled in billing system over 30 days no longer able to be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"204","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 15 Dec 2017 06:13:55 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"2175","body":"{\"status\":404,\"message\":\"[txn#:1513318434-135] (404) Value not found. searching by  [product:HERO_ATT] [type:MDN] [text:7033474039].  [market=US|product=HERO_ATT|search text=7033474039|search type=MDN] \"}"},{"id":"9eb7be34-4aa2-45d4-8c94-75b794f33007","name":"200 - Account Cancelled in billing system less than 30 days can be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"583","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 15 Dec 2017 06:15:08 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"3446","body":"{\"esn\":\"\",\"product\":\"HERO_ATT\",\"uan\":685,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"billingRenewalPaid\":false,\"accountStatus\":\"BTL\",\"pendingPlans\":[],\"iccid\":\"89014102255614165837\",\"carrierMarket\":\"BOS\",\"mdn\":\"7812492976\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"autoRenew\":false,\"equipmentName\":\"NOKIA PP1\",\"ratePlans\":[{\"ratePlan\":\"HERO2EXP\",\"ratePlanRenewalDate\":\"2017-10-31 00:00:00\",\"ratePlanExpired\":true,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-07-09 09:14:07\",\"billingRenewalPaymentDate\":\"2017-10-29 00:00:00\",\"techType\":\"4GLTE\",\"status\":200}"},{"id":"e96a7415-d48f-4c61-a370-38f0ff1efc47","name":"200 - Account is Active in billing system","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1200","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 15 Dec 2017 06:18:33 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"6393","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"250\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"12500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"15000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"500\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"6291456\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614166595\",\"pin\":\"1346\",\"lastRenew\":\"2017-08-02 00:12:29\",\"nextRenew\":\"2017-08-02 00:00:00\",\"autoRenew\":true,\"equipmentName\":\"NOKIA PP1\",\"airtimeBalance\":5,\"airtimeExpiryDate\":\"2017-12-30 00:00:00\",\"billingRenewalPaymentDate\":\"2017-12-28 00:00:00\",\"techType\":\"4GLTE\",\"product\":\"HERO_ATT\",\"uan\":1000000024,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"214202134620170802\",\"renewAmount\":20.0,\"pendingPlans\":[],\"carrierMarket\":\"DLS\",\"renewPeriod\":30,\"mdn\":\"2142021346\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"ratePlans\":[{\"ratePlan\":\"HERO3\",\"ratePlanRenewalDate\":\"2017-12-30 00:00:00\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-08-02 00:00:00\",\"accountBalance\":5,\"status\":200}"},{"id":"cd4afb88-e6bf-42f1-8038-32509a54b493","name":"CDMA - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"924","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 14:02:01 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"795","body":"{\"esn\":\"02300963232\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"DATA\",\"units\":\"Kb\"},{\"balance\":\"4000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"4000\",\"name\":\"MESSAGE\",\"units\":\"messages\"}],\"accountStatus\":\"ACTIVE\",\"billingRenewalPaid\":false,\"iccid\":\"\",\"pin\":\"4879\",\"MEID\":\"02300963232\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":0,\"airtimeExpiryDate\":\"2019-03-02 00:00:00\",\"billingRenewalPaymentDate\":\"20180401\",\"email\":\"\",\"techType\":\"CDMA\",\"product\":\"GOOD2GOUS-CDMA\",\"uan\":1000000329,\"MSID\":\"2545921143\",\"MSL\":\"892747\",\"store\":\"GOOD2GOUS-CDMA-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":45.0,\"pendingPlans\":[],\"carrierMarket\":\"SPRINT\",\"mdn\":\"2545924879\",\"billingSystem\":\"S\",\"imei\":\"\",\"ratePlans\":[{\"ratePlan\":\"ZM15\",\"ratePlanRenewalDate\":\"20180401\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-03-02 06:43:26\",\"accountBalance\":0,\"statusCode\":\"CR\",\"status\":200}"},{"id":"dabe713b-2360-4616-9ba2-445d82ca78e1","name":"200 - Subscription with promo","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1283","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 13 Jun 2018 14:19:30 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""},{"key":"correlationId","value":"abe11bcb-e099-45e8-862c-d8d2474dfb6c","name":"correlationId","description":""}],"cookie":[],"responseTime":"8265","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"3145728\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"2500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"2500\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"VoiceMessage\",\"units\":\"Unit\"},{\"balance\":\"0\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"300\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614172999\",\"pin\":\"3110\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":20100,\"airtimeExpiryDate\":\"2018-07-13 00:00:00\",\"billingRenewalPaymentDate\":\"2018-09-13 08:41:11\",\"promos\":[{\"code\":\"G2G_3MPROMO\",\"codeType\":\"PROMO\",\"creationDate\":\"2018-06-13 00:35:34\"}],\"email\":\"\",\"techType\":\"4GLTE\",\"product\":\"GOOD2GOUS\",\"uan\":1000483187,\"store\":\"GOOD2GOUS-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":35.0,\"pendingPlans\":[],\"carrierMarket\":\"GLR\",\"mdn\":\"5862523110\",\"billingSystem\":\"T\",\"imei\":\"012864004905324\",\"ratePlans\":[{\"ratePlan\":\"ZM09LTESUB\",\"ratePlanRenewalDate\":\"2018-09-13 08:41:11\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-05-24 00:00:00\",\"accountBalance\":20100,\"statusCode\":\"AR\",\"status\":200}"},{"id":"f171e4ae-6cc1-45ee-bca8-8a49bf5a6f2c","name":"200 - NETWORK_NAME","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/2813001434?searchType=NETWORK_NAME","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","2813001434"],"query":[{"key":"searchType","value":"NETWORK_NAME"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"52973587-f31c-4072-9577-1430d35c63ea"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Mon, 10 Feb 2020 07:20:11 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"mdn\": \"2813001434\",\n    \"network\": \"sprint\"\n}"},{"id":"65e0d3bb-a26f-4c02-9e54-37a03dfd9474","name":"400 Bad Request - MDN found in AT&T but not //E after 3 attempts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"212","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Wed, 14 Jun 2017 02:21:32 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Sat Jun 01 2019 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"4627e1edbae4b0af2887e6442469","key":"JSESSIONID"}],"responseTime":null,"body":"{\"status\":400,\"message\":\"[txn#:1497406843-388](400) Argument value is null or empty. searching by  [product:HERO_ATT] [type:MDN] [text:2543962176]. Account details status is invalid .. [mdn=2543962176|status=] \"}"},{"id":"1a476020-1ee5-43de-8ccc-adf155938545","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"438","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Apr 2017 21:03:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":"A name for the server"},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"esn\":\"\",\"product\":\"HERO_ATT\",\"uan\":606,\"store\":\"HERO_ATT-SCYTHE\",\"accountStatus\":\"INSTALLED\",\"iccid\":\"89014103255273065178\",\"carrierMarket\":\"DLS\",\"pin\":\"1466\",\"mdn\":\"9723101466\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":2998,\"ratePlans\":[{\"ratePlan\":\"HERO8\",\"ratePlanRenewalDate\":\"20170505\",\"ratePlanStatus\":\"Active\"}],\"airtimeExpiryDate\":\"2017-05-06 00:00:00\",\"techType\":\"4GLTE\",\"status\":200}"},{"id":"0809d0f9-3f19-465b-a0b0-0346e7451244","name":"200 - SIM Search","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/8901240320101551425?searchType=SIM","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","8901240320101551425"],"query":[{"key":"searchType","value":"SIM","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"ad6a3a41-8fd5-43e4-87f5-87627637b7da"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Mon, 10 Jul 2023 14:08:40 GMT"},{"key":"Content-Length","value":"1307"}],"cookie":[],"responseTime":null,"body":"{\n    \"mdn\": \"3472470032\",\n    \"iccid\": \"8901240320101551425\",\n    \"iccidEsim\": true,\n    \"imei\": \"358267710460893\",\n    \"wirelessId\": \"WS1003790\",\n    \"wirelessStatus\": \"Active\",\n    \"wirelessStatusDate\": \"2023-07-10 09:08:34\",\n    \"alternativeMdn\": \"\",\n    \"alternativeIccid\": \"\",\n    \"callForwarded\": false,\n    \"tech5gEnabled\": true,\n    \"esn\": \"\",\n    \"product\": \"GOOD2GOUS_TMO\",\n    \"techType\": \"4GLTE\",\n    \"pin\": \"1254\",\n    \"activationDate\": \"2023-05-08 14:22:31\",\n    \"uan\": 1001457364,\n    \"store\": \"GOOD2GOUS_TMO-SCYTHE\",\n    \"carrierMarket\": \"TMO\",\n    \"billingSystem\": \"O\",\n    \"network\": \"tmo\",\n    \"equipmentName\": \"\",\n    \"email\": \"e2e-9873@pavocom.com\",\n    \"airtimeBalance\": 500,\n    \"accountBalance\": 500,\n    \"autoRenew\": true,\n    \"nextRenew\": \"2023-05-08 00:00:00\",\n    \"renewPeriod\": 30,\n    \"renewAmount\": 18.66,\n    \"renewAmountTaxation\": {\n        \"amount\": 15,\n        \"salesTax\": 0.69,\n        \"adminFee\": 1,\n        \"federalUsf\": 1.12,\n        \"stateUsf\": 0,\n        \"ppSurcharge\": 0.85\n    },\n    \"profileKey\": \"676730087720230508\",\n    \"profileKeys\": [\n        \"676730087720230508\"\n    ],\n    \"ratePlans\": [\n        {\n            \"ratePlan\": \"G2G1GBLTE\",\n            \"isSubscription\": false,\n            \"ratePlanRenewalDate\": \"2023-07-07 00:00:00\",\n            \"ratePlanStartDate\": \"2023-06-07 07:20:20\",\n            \"subscriptionRenewalDate\": \"2023-07-07 00:00:00\",\n            \"ratePlanExpired\": false,\n            \"ratePlanStatus\": \"Active\"\n        }\n    ],\n    \"statusCode\": \"RNW_SR\",\n    \"billingRenewalPaid\": false,\n    \"billingRenewalPaymentDate\": \"2023-07-07 00:00:00\",\n    \"pendingPlans\": [],\n    \"activeAddOns\": [],\n    \"referralCode\": \"CasuBWV\",\n    \"npa\": \"347\",\n    \"service_state\": \"NY\",\n    \"status\": 200\n}"},{"id":"cec0a06a-8b10-4708-bb81-4d2ef7b6f462","name":"404 - SIM Search","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/8901240320127110982?searchType=SIM","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","8901240320127110982"],"query":[{"key":"searchType","value":"SIM","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"28b868c1-6829-4959-946c-f9d0c3f7b927"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Jul 2023 14:11:32 GMT"},{"key":"Content-Length","value":"274"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"[txn#:1688998293-311] (404) Value not found. searching by  [product:GOOD2GOUS_TMO] [type:SIM] [text:8901240320127110982].  Search failed to find existing account details ...  [product=GOOD2GOUS_TMO|search text=8901240320127110982|search type=SIM] \"\n}"}],"_postman_id":"61a18380-b02d-44c1-b558-173ea83fb049"},{"name":"/account/mdns/{{customerId}}","id":"9325542a-65f4-438a-9609-77ba9955aaea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/mdns/A5798451869","description":"<p>Returns all the mdn associated to a customerId<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","mdns","A5798451869"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"0dce6b93-b695-4953-afd9-a1400a51800a","name":"404 - Account not found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/mdns/A57984518693555"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"6f3c96df-7c06-4bf1-aa9b-7709a3ff87c1"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 30 Jan 2020 06:52:02 GMT"},{"key":"Content-Length","value":"82"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"message\": \"account not found please check your entry and try again\"\n}"},{"id":"55f05f8e-233b-459e-a1a7-21e380cd9a3d","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/mdns/A5798451869"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"9992e460-c8d2-4ec7-8b68-0b0972a28ea9"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Thu, 30 Jan 2020 06:49:05 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"mdns\": [\n        \"8323447939\"\n    ]\n}"}],"_postman_id":"9325542a-65f4-438a-9609-77ba9955aaea"},{"name":"/account/{mdn}","id":"8221753c-22b1-34e7-8a8c-b2fdcba058f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/5869453315","description":"<p>Terminates an existing account effective immediately</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","5869453315"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"02723e84-706a-458a-a02f-bf1e15ce095e","name":"200 - Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/5869453315"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"6e816091-e6a9-4d62-9fdf-7789c655c143"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Thu, 20 Feb 2020 06:01:46 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"},{"id":"7670b179-04df-44af-5605-25b2f0300f33","name":"CDMA - 200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"14","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 14:55:32 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"2824","body":"{\"status\":200}"}],"_postman_id":"8221753c-22b1-34e7-8a8c-b2fdcba058f5"},{"name":"/account/{mdn}/change","id":"0b68736b-0ae9-886f-92ba-67920b0f220b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"npa","value":"305","type":"text","description":"<p>optional - Either the npa or zipCode must be sent<br />\n<b>Example value:</b> 305</p>\n"},{"key":"zipCode","value":"33142","description":"<p>optional - Either the zipCode or npa must be sent<br />\n<b>Example value:</b> 33142</p>\n","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/change","description":"<p>Changes the existing subscriber number  </p>\n<p>This call is only applicable for AT&amp;T subscribers</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","change"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b68736b-0ae9-886f-92ba-67920b0f220b"},{"name":"/account/{mdn}/voicemail/password","id":"3ca461fc-a861-4445-9949-8088881ab607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/voicemail/password","description":"<p>Resets the voicemail password for the the existing subscriber number.</p>\n<p>The voicemail password defaults to the last 7 digits of the mdn.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","voicemail","password"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ca461fc-a861-4445-9949-8088881ab607"},{"name":"/account/{mdn}/btl","id":"42ef8105-bf6e-c021-e739-e5d456a62f0d","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"3057169462","type":"text","description":"<p>required - The subscriber to restore<br />\n<b>Example value:</b> 3057169462</p>\n"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/btl","description":"<p>Restores an account from BTL status to INSTALLED<br />\nThis call is only applicable for AT&amp;T subscribers</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","btl"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42ef8105-bf6e-c021-e739-e5d456a62f0d"},{"name":"/account/{mdn}/changepin","id":"4136cc7d-1d9b-0ca6-cb27-97038cd4e5d2","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"pin","value":"3682","type":"text","description":"<p>required - The new PIN<br />\n<b>Example value:</b> 3682</p>\n"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/changepin","description":"<p>Changes the existing pin for the subscriber number<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","changepin"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4136cc7d-1d9b-0ca6-cb27-97038cd4e5d2"},{"name":"/account/{mdn}/forwarding","id":"96fbf424-0ed2-441f-aa88-d47ad79327b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"forwardingMdn","value":"","type":"text","description":"<p>required - The mdn to forward calls to</p>\n"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/forwarding","description":"<p>Changes the existing pin for the subscriber number<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","forwarding"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96fbf424-0ed2-441f-aa88-d47ad79327b0"},{"name":"/account/{mdn}/forwarding","id":"397a11d6-d8f0-495c-9c9c-8db384233125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"forwardingMdn","value":"","type":"text","description":"<p>required - The mdn to forward calls to</p>\n"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/forwarding","description":"<p>Changes the existing pin for the subscriber number<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","forwarding"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"397a11d6-d8f0-495c-9c9c-8db384233125"},{"name":"/account/{mdn}/tech5g","id":"d0155221-9107-4ba4-b225-44c90d370ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/tech5g","description":"<p>Changes the existing pin for the subscriber number<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","tech5g"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0155221-9107-4ba4-b225-44c90d370ca1"},{"name":"/account/{mdn}/tech5g","id":"20c0ad68-cdd0-49fe-87c6-62be11dee9af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/tech5g","description":"<p>Changes the existing pin for the subscriber number<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","tech5g"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20c0ad68-cdd0-49fe-87c6-62be11dee9af"},{"name":"/account/{{mdn}}/usage","id":"6be513b0-0cfd-86a8-a553-88df1e044acf","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/usage?page=1&pageSize=25&sort=dateTime:desc&filter","description":"<p>Returns account usage detail for the MDN<br />\nThis call can be paginated using \"page\" and \"pageSize\" query parameters.<br />\nThis call can be sorted using \"sort\" query parameter with values (type, dateTime, amount) with  (asc, desc) ie. &amp;sort=dateTime:desc<br />\nThis call can be filtered using \"filter\" query parameter with values (data, voice, sms) ie. &amp;filter=data</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","usage"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"25"},{"key":"sort","value":"dateTime:desc"},{"key":"filter","value":""}],"variable":[]}},"response":[{"id":"ecc51bbb-0fb1-b180-2ae9-fac2679d19a2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/usage?page=1&pageSize=25&sort=dateTime:desc&filter","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","usage"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"25"},{"key":"sort","value":"dateTime:desc"},{"key":"filter","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"2341","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Fri, 05 May 2017 05:43:14 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu May 02 2019 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5MzczNjk4NywianRpIjoibmxLZWQ3ZkM5Z3VtUTdRX2luSXl6QSIsImlhdCI6MTQ5MzczNTcyOCwibmJmIjoxNDkzNzM1NjA4LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoiZmFsc2UiLCJncm91cCI6InN5c19hZG1pbiIsImdyb3VwX2Rlc2MiOiJTeXN0ZW0gQWRtaW4gR3JvdXAiLCJncm91cF9sZXZlbCI6IjEiLCJhY2xzIjpbImNuPWFjY291bnRfYWN0aXZhdGUiLCJjbj1hY2NvdW50X2FkZF9ub3RlIiwiY249YWNjb3VudF9hZGp1c3RtZW50IiwiY249YWNjb3VudF9jYW5jZWxfaGxyIiwiY249YWNjb3VudF9jaGFuZ2VfdGVjaCIsImNuPWFjY291bnRfZXF1aXBtZW50X2NoYW5nZSIsImNuPWFjY291bnRfaGlzdG9yeSIsImNuPWFjY291bnRfbnVtYmVyX2NoYW5nZSIsImNuPWFjY291bnRfcmF0ZV9wbGFuX2NoYW5nZSIsImNuPWFjY291bnRfcmVmaWxsIiwiY249YWNjb3VudF9yZWZpbGxfcGluIiwiY249YWNjb3VudF9yZWZpbGxfcGlubGVzcyIsImNuPWFjY291bnRfcmVzZW5kX290YSIsImNuPWFjY291bnRfdGV4dF9hcG4iLCJjbj1hY2NvdW50X3VwZGF0ZV9wb3J0aW4iLCJjbj1hY2NvdW50X3ZtX3Jlc2V0IiwiY249bWFya2V0X2NhbmFkYSIsImNuPW1hcmtldF91cyIsImNuPW1lbnVfYWN0aW9uc19hY3RpdmF0ZSIsImNuPW1lbnVfYWN0aW9uc19jb3ZlcmFnZSIsImNuPW1lbnVfYWN0aW9uc19wb2MiLCJjbj1tZW51X2FjdGlvbnNfcG9jX3ZhbCIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW4iLCJjbj1tZW51X2FjdGlvbnNfcG9ydGluX3dvcmtsaXN0IiwiY249bWVudV9hY3Rpb25zX3B1a19kZXRhaWwiLCJjbj1tZW51X2FjdGlvbnNfdm91Y2hlcl9kZXRhaWwiLCJjbj1tZW51X2FkbWluIiwiY249bWVudV9hZG1pbl9jYXRhbG9nIiwiY249bWVudV9hZG1pbl9kZWFsZXJzIiwiY249bWVudV9hZG1pbl9ncm91cHMiLCJjbj1tZW51X2FkbWluX2xpbmtzIiwiY249bWVudV9hZG1pbl9uZXdzIiwiY249bWVudV9hZG1pbl91c2VycyIsImNuPW1lbnVfaGVscGxpbmsiLCJjbj1tZW51X2xpbmtzIiwiY249bWVudV9saW5rc19jYSIsImNuPW1lbnVfbGlua3NfdXMiLCJjbj1tZW51X25ld3MiLCJjbj1tZW51X3JlcG9ydCIsImNuPW1lbnVfcmVwb3J0X2NhIiwiY249bWVudV9yZXBvcnRfZGVhbGVyIiwiY249bWVudV9yZXBvcnRfdXMiLCJjbj1uZXdzX2NhX2luZm8iLCJjbj1uZXdzX2NhX3VyZ2VudCIsImNuPW5ld3NfdXNfaW5mbyIsImNuPW5ld3NfdXNfdXJnZW50IiwiY249c2VjdXJlZF9DSVJDTEVLIiwiY249c2VjdXJlZF9HT09EMkdPVVMiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1DRE1BIiwiY249c2VjdXJlZF9HT09EMkdPVVMtVFJBVkVMIiwiY249c2VjdXJlZF9KT0xUX0FUVCIsImNuPXNlY3VyZWRfUElYLUNETUEiLCJjbj1zZWN1cmVkX1BJWF9BVFQiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUtQ0RNQSIsImNuPXNlY3VyZWRfUk9HRVJTX0dPT0QyR09DQU5BREEiLCJjbj1zZWN1cmVkX1JPR0VSU19QRVRST0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVCIsImNuPXNlY3VyZWRfU1BFQUtPVVQtQ0RNQSIsImNuPXNlY3VyZWRfU1RSRUFNX0FUVCIsImNuPXNlY3VyZWRfVEVMQklMTCIsImNuPXNlY3VyZWRfVVNUUkFWRUxTSU0iLCJjbj1zZWN1cmVkX3BvcnRpbl93X3BpbiIsImNuPXNlY3VyZWRfdm91Y2hlcl9jYW5hZGEiLCJjbj1zZWN1cmVkX3ZvdWNoZXJfdXMiLCJjbj12b3VjaGVyX2NoYW5nZV9zdGF0dXMiLCJjbj1tZW51X2FjdGlvbnNfZXF1aXBfdmFsIiwiY249YWNjb3VudF9wYXNzd29yZF9jaGFuZ2UiLCJjbj1zZWN1cmVkX0pPTFQtQ0RNQSIsImNuPXNlY3VyZWRfSEVST19BVFQiXX0.O2wqQ3uclCCqYvBwiCb4ys8o5SFpwzJZFm6WZHCi63ShkEXDgBpn9buR1K_Yy8IU9rjVXcfnz8H5cu8ulW9gnqYcqJH_RxcWicOiotMtNCTb_KadGYxxKQPoVWBCUyc5GQVJM-viZWSlSdaqPWF0Xfsx2b5DomKSKvROw4rh9L35gt_646DMNO3kfQj-n5rwp41jSpyNGXHbIqt7dxQcsVmgjJtOUqNrvlTQqpPLzgPFRaL99SzMucqglbRCRtMdx3jGsxLlqKu2mcJ6COF-ZWCx9ry8C7yUfpEf_uyu6yVXYVh_EccMKJKxtsHg0HecqxSuUs35nrE7-z79_zuNQA","key":"ZrmJwToken"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"6ed43e3db255661ca1fb4fa5489c","key":"JSESSIONID"}],"responseTime":"461","body":"{\"meta\":{\"totalItems\":1478,\"totalPages\":60,\"pageSize\":25,\"page\":1,\"units\":{\"voice\":\"minutes\",\"data\":\"kb\",\"text\":\"sms\"}},\"usage\":[{\"type\":\"voice\",\"dateTime\":\"May 2, 2017 6:23:51 PM\",\"direction\":\"Terminating\",\"amount\":0},{\"type\":\"data\",\"dateTime\":\"May 2, 2017 4:23:59 PM\",\"direction\":\"GPRS\",\"amount\":312},{\"type\":\"voice\",\"dateTime\":\"May 2, 2017 3:25:58 PM\",\"direction\":\"Terminating\",\"amount\":9},{\"type\":\"data\",\"dateTime\":\"May 2, 2017 1:35:19 PM\",\"direction\":\"GPRS\",\"amount\":18364},{\"type\":\"data\",\"dateTime\":\"May 2, 2017 1:26:04 PM\",\"direction\":\"GPRS\",\"amount\":1},{\"type\":\"data\",\"dateTime\":\"May 2, 2017 9:48:51 AM\",\"direction\":\"GPRS\",\"amount\":7064},{\"type\":\"text\",\"dateTime\":\"May 1, 2017 6:24:44 PM\",\"direction\":\"Terminating SMS\",\"amount\":1},{\"type\":\"voice\",\"dateTime\":\"May 1, 2017 12:56:59 PM\",\"direction\":\"Terminating\",\"amount\":0},{\"type\":\"voice\",\"dateTime\":\"May 1, 2017 12:26:19 PM\",\"direction\":\"Terminating\",\"amount\":2},{\"type\":\"data\",\"dateTime\":\"May 1, 2017 10:57:06 AM\",\"direction\":\"GPRS\",\"amount\":592},{\"type\":\"data\",\"dateTime\":\"May 1, 2017 10:26:26 AM\",\"direction\":\"GPRS\",\"amount\":26},{\"type\":\"data\",\"dateTime\":\"Apr 30, 2017 10:23:40 PM\",\"direction\":\"GPRS\",\"amount\":274},{\"type\":\"voice\",\"dateTime\":\"Apr 30, 2017 8:01:01 PM\",\"direction\":\"Terminating\",\"amount\":0},{\"type\":\"data\",\"dateTime\":\"Apr 30, 2017 6:01:15 PM\",\"direction\":\"GPRS\",\"amount\":1},{\"type\":\"voice\",\"dateTime\":\"Apr 30, 2017 4:42:09 PM\",\"direction\":\"Originating\",\"amount\":1},{\"type\":\"voice\",\"dateTime\":\"Apr 30, 2017 3:53:34 PM\",\"direction\":\"Originating\",\"amount\":15},{\"type\":\"data\",\"dateTime\":\"Apr 30, 2017 1:47:15 AM\",\"direction\":\"GPRS\",\"amount\":8765},{\"type\":\"voice\",\"dateTime\":\"Apr 29, 2017 8:33:39 PM\",\"direction\":\"Originating\",\"amount\":1},{\"type\":\"voice\",\"dateTime\":\"Apr 29, 2017 8:06:44 PM\",\"direction\":\"Originating\",\"amount\":1},{\"type\":\"voice\",\"dateTime\":\"Apr 29, 2017 7:54:23 PM\",\"direction\":\"Originating\",\"amount\":1},{\"type\":\"voice\",\"dateTime\":\"Apr 29, 2017 7:47:24 PM\",\"direction\":\"Originating\",\"amount\":0},{\"type\":\"data\",\"dateTime\":\"Apr 29, 2017 7:18:07 PM\",\"direction\":\"GPRS\",\"amount\":467},{\"type\":\"data\",\"dateTime\":\"Apr 29, 2017 6:33:46 PM\",\"direction\":\"GPRS\",\"amount\":161},{\"type\":\"data\",\"dateTime\":\"Apr 29, 2017 6:06:51 PM\",\"direction\":\"GPRS\",\"amount\":8},{\"type\":\"voice\",\"dateTime\":\"Apr 29, 2017 1:09:14 PM\",\"direction\":\"Originating\",\"amount\":1}],\"status\":200}"},{"id":"8e9325ab-2fee-7d13-5bbc-96a49c18ca60","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/usage?limit=1&offset=250&sort=dateTime:desc&filter","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","usage"],"query":[{"key":"limit","value":"1"},{"key":"offset","value":"250"},{"key":"sort","value":"dateTime:desc"},{"key":"filter","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"2690","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Wed, 03 May 2017 18:06:18 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Thu May 02 2019 20:30:48 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"},{"expires":"Wed May 03 2017 20:30:48 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.1479431829.1493757049","key":"_gid"}],"responseTime":null,"body":"{\"meta\":{\"offset\":250,\"limit\":1,\"units\":{\"voice\":\"minutes\",\"data\":\"kb\",\"text\":\"sms\"},\"totalCount\":30},\"usage\":[{\"type\":\"data\",\"dateTime\":\"May 1, 2017 12:02:59 PM\",\"direction\":\"GPRS\",\"amount\":280},{\"type\":\"data\",\"dateTime\":\"Apr 30, 2017 10:58:14 PM\",\"direction\":\"GPRS\",\"amount\":222},{\"type\":\"data\",\"dateTime\":\"Apr 30, 2017 12:12:20 PM\",\"direction\":\"GPRS\",\"amount\":125},{\"type\":\"data\",\"dateTime\":\"Apr 29, 2017 10:46:03 PM\",\"direction\":\"GPRS\",\"amount\":197},{\"type\":\"data\",\"dateTime\":\"Apr 29, 2017 8:58:50 PM\",\"direction\":\"GPRS\",\"amount\":26},{\"type\":\"data\",\"dateTime\":\"Apr 29, 2017 3:24:53 PM\",\"direction\":\"GPRS\",\"amount\":248},{\"type\":\"data\",\"dateTime\":\"Apr 28, 2017 9:32:09 PM\",\"direction\":\"GPRS\",\"amount\":407},{\"type\":\"data\",\"dateTime\":\"Apr 28, 2017 3:01:07 AM\",\"direction\":\"GPRS\",\"amount\":191},{\"type\":\"data\",\"dateTime\":\"Apr 27, 2017 10:24:20 PM\",\"direction\":\"GPRS\",\"amount\":0},{\"type\":\"data\",\"dateTime\":\"Apr 26, 2017 9:12:01 PM\",\"direction\":\"GPRS\",\"amount\":372},{\"type\":\"data\",\"dateTime\":\"Apr 25, 2017 7:29:30 PM\",\"direction\":\"GPRS\",\"amount\":480},{\"type\":\"data\",\"dateTime\":\"Apr 24, 2017 7:16:36 PM\",\"direction\":\"GPRS\",\"amount\":206},{\"type\":\"data\",\"dateTime\":\"Apr 23, 2017 6:09:27 PM\",\"direction\":\"GPRS\",\"amount\":373},{\"type\":\"data\",\"dateTime\":\"Apr 22, 2017 5:38:23 PM\",\"direction\":\"GPRS\",\"amount\":196},{\"type\":\"data\",\"dateTime\":\"Apr 21, 2017 4:41:53 PM\",\"direction\":\"GPRS\",\"amount\":514},{\"type\":\"data\",\"dateTime\":\"Apr 20, 2017 4:40:53 PM\",\"direction\":\"GPRS\",\"amount\":57596},{\"type\":\"data\",\"dateTime\":\"Apr 19, 2017 12:06:23 PM\",\"direction\":\"GPRS\",\"amount\":596},{\"type\":\"voice\",\"dateTime\":\"Apr 13, 2017 5:13:51 PM\",\"direction\":\"Terminating\",\"amount\":0},{\"type\":\"voice\",\"dateTime\":\"Apr 13, 2017 5:13:50 PM\",\"direction\":\"Forwarding\",\"amount\":0},{\"type\":\"data\",\"dateTime\":\"Apr 11, 2017 5:05:46 PM\",\"direction\":\"GPRS\",\"amount\":463},{\"type\":\"data\",\"dateTime\":\"Apr 10, 2017 4:28:44 PM\",\"direction\":\"GPRS\",\"amount\":2979},{\"type\":\"data\",\"dateTime\":\"Apr 9, 2017 3:23:06 PM\",\"direction\":\"GPRS\",\"amount\":204},{\"type\":\"data\",\"dateTime\":\"Apr 8, 2017 2:28:43 PM\",\"direction\":\"GPRS\",\"amount\":193},{\"type\":\"data\",\"dateTime\":\"Apr 7, 2017 1:19:36 PM\",\"direction\":\"GPRS\",\"amount\":744},{\"type\":\"voice\",\"dateTime\":\"Apr 7, 2017 9:58:33 AM\",\"direction\":\"Originating\",\"amount\":4},{\"type\":\"voice\",\"dateTime\":\"Apr 6, 2017 5:30:49 PM\",\"direction\":\"Originating\",\"amount\":1},{\"type\":\"data\",\"dateTime\":\"Apr 6, 2017 3:15:13 PM\",\"direction\":\"GPRS\",\"amount\":2181},{\"type\":\"data\",\"dateTime\":\"Apr 5, 2017 6:54:21 PM\",\"direction\":\"GPRS\",\"amount\":50},{\"type\":\"data\",\"dateTime\":\"Apr 5, 2017 5:59:02 PM\",\"direction\":\"GPRS\",\"amount\":0},{\"type\":\"data\",\"dateTime\":\"Apr 5, 2017 5:03:33 PM\",\"direction\":\"GPRS\",\"amount\":0}],\"status\":200}"}],"_postman_id":"6be513b0-0cfd-86a8-a553-88df1e044acf"},{"name":"/account/{{mdn}}/payments","id":"736d7a96-ad1e-023c-2300-37f64334d1a5","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/3132649592/payments?page=1&pageSize=5&sort=&filter=status:Approved&fromDate=2020-12-16&toDate=2020-12-16","description":"<p>Returns account payment history for the MDN<br />\nThis call can be paginated using \"page\" and \"pageSize\" query parameters.<br />\nThis call can be sorted using \"sort\" query parameter with values (confirmationNumber, dateTime, status, paymentMethod, amount) with  (asc, desc) ie. &amp;sort=dateTime:desc<br />\nThis call can be filtered using \"filter\" query parameter with values (cc, voucher) ie. &amp;filter=cc <b>Note:</b> Only cc is returned at this time</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","3132649592","payments"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"5"},{"key":"sort","value":""},{"key":"filter","value":"status:Approved"},{"key":"fromDate","value":"2020-12-16"},{"key":"toDate","value":"2020-12-16"}],"variable":[]}},"response":[{"id":"1e409600-9121-fbcd-42f3-2150592f2f45","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/payments?page=1&pageSize=5&sort=&filter=&","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","payments"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"5"},{"key":"sort","value":""},{"key":"filter","value":""},{"key":null,"value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"266","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Fri, 05 May 2017 05:45:43 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu May 02 2019 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5MzczNjk4NywianRpIjoibmxLZWQ3ZkM5Z3VtUTdRX2luSXl6QSIsImlhdCI6MTQ5MzczNTcyOCwibmJmIjoxNDkzNzM1NjA4LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoiZmFsc2UiLCJncm91cCI6InN5c19hZG1pbiIsImdyb3VwX2Rlc2MiOiJTeXN0ZW0gQWRtaW4gR3JvdXAiLCJncm91cF9sZXZlbCI6IjEiLCJhY2xzIjpbImNuPWFjY291bnRfYWN0aXZhdGUiLCJjbj1hY2NvdW50X2FkZF9ub3RlIiwiY249YWNjb3VudF9hZGp1c3RtZW50IiwiY249YWNjb3VudF9jYW5jZWxfaGxyIiwiY249YWNjb3VudF9jaGFuZ2VfdGVjaCIsImNuPWFjY291bnRfZXF1aXBtZW50X2NoYW5nZSIsImNuPWFjY291bnRfaGlzdG9yeSIsImNuPWFjY291bnRfbnVtYmVyX2NoYW5nZSIsImNuPWFjY291bnRfcmF0ZV9wbGFuX2NoYW5nZSIsImNuPWFjY291bnRfcmVmaWxsIiwiY249YWNjb3VudF9yZWZpbGxfcGluIiwiY249YWNjb3VudF9yZWZpbGxfcGlubGVzcyIsImNuPWFjY291bnRfcmVzZW5kX290YSIsImNuPWFjY291bnRfdGV4dF9hcG4iLCJjbj1hY2NvdW50X3VwZGF0ZV9wb3J0aW4iLCJjbj1hY2NvdW50X3ZtX3Jlc2V0IiwiY249bWFya2V0X2NhbmFkYSIsImNuPW1hcmtldF91cyIsImNuPW1lbnVfYWN0aW9uc19hY3RpdmF0ZSIsImNuPW1lbnVfYWN0aW9uc19jb3ZlcmFnZSIsImNuPW1lbnVfYWN0aW9uc19wb2MiLCJjbj1tZW51X2FjdGlvbnNfcG9jX3ZhbCIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW4iLCJjbj1tZW51X2FjdGlvbnNfcG9ydGluX3dvcmtsaXN0IiwiY249bWVudV9hY3Rpb25zX3B1a19kZXRhaWwiLCJjbj1tZW51X2FjdGlvbnNfdm91Y2hlcl9kZXRhaWwiLCJjbj1tZW51X2FkbWluIiwiY249bWVudV9hZG1pbl9jYXRhbG9nIiwiY249bWVudV9hZG1pbl9kZWFsZXJzIiwiY249bWVudV9hZG1pbl9ncm91cHMiLCJjbj1tZW51X2FkbWluX2xpbmtzIiwiY249bWVudV9hZG1pbl9uZXdzIiwiY249bWVudV9hZG1pbl91c2VycyIsImNuPW1lbnVfaGVscGxpbmsiLCJjbj1tZW51X2xpbmtzIiwiY249bWVudV9saW5rc19jYSIsImNuPW1lbnVfbGlua3NfdXMiLCJjbj1tZW51X25ld3MiLCJjbj1tZW51X3JlcG9ydCIsImNuPW1lbnVfcmVwb3J0X2NhIiwiY249bWVudV9yZXBvcnRfZGVhbGVyIiwiY249bWVudV9yZXBvcnRfdXMiLCJjbj1uZXdzX2NhX2luZm8iLCJjbj1uZXdzX2NhX3VyZ2VudCIsImNuPW5ld3NfdXNfaW5mbyIsImNuPW5ld3NfdXNfdXJnZW50IiwiY249c2VjdXJlZF9DSVJDTEVLIiwiY249c2VjdXJlZF9HT09EMkdPVVMiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1DRE1BIiwiY249c2VjdXJlZF9HT09EMkdPVVMtVFJBVkVMIiwiY249c2VjdXJlZF9KT0xUX0FUVCIsImNuPXNlY3VyZWRfUElYLUNETUEiLCJjbj1zZWN1cmVkX1BJWF9BVFQiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUtQ0RNQSIsImNuPXNlY3VyZWRfUk9HRVJTX0dPT0QyR09DQU5BREEiLCJjbj1zZWN1cmVkX1JPR0VSU19QRVRST0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVCIsImNuPXNlY3VyZWRfU1BFQUtPVVQtQ0RNQSIsImNuPXNlY3VyZWRfU1RSRUFNX0FUVCIsImNuPXNlY3VyZWRfVEVMQklMTCIsImNuPXNlY3VyZWRfVVNUUkFWRUxTSU0iLCJjbj1zZWN1cmVkX3BvcnRpbl93X3BpbiIsImNuPXNlY3VyZWRfdm91Y2hlcl9jYW5hZGEiLCJjbj1zZWN1cmVkX3ZvdWNoZXJfdXMiLCJjbj12b3VjaGVyX2NoYW5nZV9zdGF0dXMiLCJjbj1tZW51X2FjdGlvbnNfZXF1aXBfdmFsIiwiY249YWNjb3VudF9wYXNzd29yZF9jaGFuZ2UiLCJjbj1zZWN1cmVkX0pPTFQtQ0RNQSIsImNuPXNlY3VyZWRfSEVST19BVFQiXX0.O2wqQ3uclCCqYvBwiCb4ys8o5SFpwzJZFm6WZHCi63ShkEXDgBpn9buR1K_Yy8IU9rjVXcfnz8H5cu8ulW9gnqYcqJH_RxcWicOiotMtNCTb_KadGYxxKQPoVWBCUyc5GQVJM-viZWSlSdaqPWF0Xfsx2b5DomKSKvROw4rh9L35gt_646DMNO3kfQj-n5rwp41jSpyNGXHbIqt7dxQcsVmgjJtOUqNrvlTQqpPLzgPFRaL99SzMucqglbRCRtMdx3jGsxLlqKu2mcJ6COF-ZWCx9ry8C7yUfpEf_uyu6yVXYVh_EccMKJKxtsHg0HecqxSuUs35nrE7-z79_zuNQA","key":"ZrmJwToken"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"6ed43e3db255661ca1fb4fa5489c","key":"JSESSIONID"}],"responseTime":"2323","body":"{\"meta\":{\"totalItems\":1,\"totalPages\":1,\"pageSize\":5,\"page\":1,\"units\":{\"currency\":\"USD\"}},\"payments\":[{\"confirmationNumber\":\"\",\"dateTime\":\"Nov 13, 2016 12:21:24 AM\",\"status\":\"Declined\",\"paymentMethod\":\"************1111\",\"paymentType\":\"CC\",\"amount\":5.0}],\"status\":200}"},{"id":"4f55b525-9df7-7f76-8470-5fa7c5345c5e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}/payments?limit=1&offset=5&sort=&filter=&","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}","payments"],"query":[{"key":"limit","value":"1"},{"key":"offset","value":"5"},{"key":"sort","value":""},{"key":"filter","value":""},{"key":null,"value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"414","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Wed, 03 May 2017 18:05:50 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Thu May 02 2019 20:30:48 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"},{"expires":"Wed May 03 2017 20:30:48 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.1479431829.1493757049","key":"_gid"}],"responseTime":null,"body":"{\"meta\":{\"offset\":5,\"limit\":1,\"units\":{\"currency\":\"USD\"},\"totalCount\":2},\"payments\":[{\"confirmationNumber\":\"084628\",\"dateTime\":\"Mar 16, 2017 11:22:52 AM\",\"status\":\"Approved\",\"paymentMethod\":\"************1111\",\"paymentType\":\"CC\",\"amount\":5.0},{\"confirmationNumber\":\"096328\",\"dateTime\":\"Mar 16, 2017 11:22:55 AM\",\"status\":\"Approved\",\"paymentMethod\":\"************1111\",\"paymentType\":\"CC\",\"amount\":15.0}],\"status\":200}"}],"_postman_id":"736d7a96-ad1e-023c-2300-37f64334d1a5"},{"name":"/account/web/{{customerId}}/payments","id":"f10695eb-01eb-485c-bfe1-d1fe69512c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/web/{{customerId}}/payments?page=1&pageSize=5&sort=&filter=&","description":"<p>Returns account payment history for the MDN<br />\nThis call can be paginated using \"page\" and \"pageSize\" query parameters.<br />\nThis call can be sorted using \"sort\" query parameter with values (confirmationNumber, dateTime, status, paymentMethod, amount) with  (asc, desc) ie. &amp;sort=dateTime:desc<br />\nThis call can be filtered using \"filter\" query parameter with values (cc, voucher) ie. &amp;filter=cc <b>Note:</b> Only cc is returned at this time</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","web","{{customerId}}","payments"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"5"},{"key":"sort","value":""},{"key":"filter","value":""},{"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"f10695eb-01eb-485c-bfe1-d1fe69512c71"},{"name":"/account/web/{{customerId}}","id":"871f5f61-2b4a-4ba2-b49b-3fdcf8cd2afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text"},{"key":"firstName","value":"","type":"text"},{"key":"lastName","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/web/A6206318931","description":"<p>Returns account detail for the given subscriber MDN  </p>\n<p><strong>Notes:</strong></p>\n<ol>\n<li><p>Http Status (200, 404)  </p>\n<p> a. 200 - returned when search is successfull  </p>\n<p> b. 404 - returned when search is not successfull  </p>\n</li>\n<li><p>accountStatus (INSTALLED, BTL, EXPIRED)  </p>\n<p> a. INSTALLED = Active  </p>\n<p> b. BTL = Not Active but can be restored  </p>\n<p> c. EXPIRED = Not Active and cannot be restored  </p>\n</li>\n<li><p>accumulators are populated after successfull refill</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","web","A6206318931"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"871f5f61-2b4a-4ba2-b49b-3fdcf8cd2afe"},{"name":"/account/web/{{customerId}}/payment/profile/{{profileKey}}","id":"d95821e6-3096-43a5-bca8-96d117dae4a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/web/A6206318931","description":"<p>Returns account detail for the given subscriber MDN<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n<li>accountStatus (INSTALLED, BTL, EXPIRED)<br />\n a. INSTALLED = Active<br />\n b. BTL = Not Active but can be restored<br />\n c. EXPIRED = Not Active and cannot be restored<br /></li>\n<li>accumulators are populated after successfull refill<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","web","A6206318931"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d95821e6-3096-43a5-bca8-96d117dae4a9"},{"name":"/account/web/{{customerId}}/payment/profile","id":"62a63a16-43fe-4fa6-8956-beeadf63e018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/web/A6206318931","description":"<p>Returns account detail for the given subscriber MDN<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n<li>accountStatus (INSTALLED, BTL, EXPIRED)<br />\n a. INSTALLED = Active<br />\n b. BTL = Not Active but can be restored<br />\n c. EXPIRED = Not Active and cannot be restored<br /></li>\n<li>accumulators are populated after successfull refill<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","web","A6206318931"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"62a63a16-43fe-4fa6-8956-beeadf63e018"},{"name":"/account/web/{{customerId}}","id":"e8d3961f-895f-41bf-8bf4-89d97ae31bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/web/{{customerId}}","description":"<p>Returns account detail for the given subscriber MDN<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n<li>accountStatus (INSTALLED, BTL, EXPIRED)<br />\n a. INSTALLED = Active<br />\n b. BTL = Not Active but can be restored<br />\n c. EXPIRED = Not Active and cannot be restored<br /></li>\n<li>accumulators are populated after successfull refill<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","web","{{customerId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8d3961f-895f-41bf-8bf4-89d97ae31bc7"},{"name":"/accounts","id":"c5728336-7a90-f2dd-a24d-f14067e2d974","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/accounts/","description":"<p>Returns a web accounts report.<br />\nThis call can be restricted to a specific mdn using \"mdn\" query parameter ie. &amp;mdn=1234567890.<br />\nThis call can be paginated using \"page\" and \"pageSize\" query parameters.<br />\nThis call can be sorted using \"sort\" query parameter with values (mdn, activationDateTime, hasCcProfile, lifetimeAmount) with  (asc, desc) ie. &amp;sort=mdn:desc<br />\nThis call can be filtered using \"filter\" query parameter with any rate plan values ie. &amp;filter=HERO1</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","accounts",""],"host":["{{domain}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"pageSize","value":"2000"},{"disabled":true,"key":"sort","value":"desc"},{"disabled":true,"key":"filter","value":"SUSPENDED"},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"d296691b-1dae-12a1-fff0-73de377f1eb4","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/accounts/?page=1&pageSize=1000&sort=&filter=","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","accounts",""],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"1000"},{"key":"sort","value":""},{"key":"filter","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"7310","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 09 Feb 2018 07:21:37 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"2168","body":"{\"meta\":{\"totalItems\":29,\"totalPages\":1,\"pageSize\":1000,\"page\":1,\"units\":{\"currency\":\"USD\"}},\"accounts\":[{\"mdn\":\"7812492976\",\"email\":\"yjoyas@ztarmobile.com\",\"activationDateTime\":\"2017-07-09 09:14:07\",\"hasCcProfile\":false,\"lastCcPayment\":6.32,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":355.92,\"ratePlan\":\"HERO2EXP\",\"renewalDateTime\":\"2017-10-31 00:00:00\"},{\"mdn\":\"3472173299\",\"activationDateTime\":\"2017-07-17 06:41:11\",\"hasCcProfile\":true,\"lastCcPayment\":6.32,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":267.37,\"ratePlan\":\"HERO1EXP\",\"renewalDateTime\":\"2017-10-05 00:00:00\"},{\"mdn\":\"6172759818\",\"activationDateTime\":\"2017-07-18 04:39:01\",\"hasCcProfile\":true,\"lastCcPayment\":0.89,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":150.68,\"ratePlan\":\"HERO3\",\"renewalDateTime\":\"2018-02-14 00:00:00\"},{\"mdn\":\"6823091092\",\"activationDateTime\":\"2017-07-18 12:17:00\",\"hasCcProfile\":true,\"lastCcPayment\":6.32,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":195.06,\"ratePlan\":\"HERO1\",\"renewalDateTime\":\"2018-02-14 00:00:00\"},{\"mdn\":\"2145494809\",\"activationDateTime\":\"2017-07-23 14:48:20\",\"hasCcProfile\":true,\"lastCcPayment\":5.98,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":73.08,\"ratePlan\":\"HERO2\",\"renewalDateTime\":\"2018-02-18 00:00:00\"},{\"mdn\":\"9722079805\",\"activationDateTime\":\"2017-07-24 22:18:38\",\"hasCcProfile\":true,\"lastCcPayment\":6.41,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":89.49,\"ratePlan\":\"HERO3\",\"renewalDateTime\":\"2018-02-19 00:00:00\"},{\"mdn\":\"4697669467\",\"activationDateTime\":\"2017-07-27 17:21:40\",\"hasCcProfile\":true,\"lastCcPayment\":5.99,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":139.11,\"ratePlan\":\"HERO3\",\"renewalDateTime\":\"2018-02-22 00:00:00\"},{\"mdn\":\"2142021346\",\"email\":\"yjoyas@ztarmobile.com\",\"activationDateTime\":\"2017-08-02 00:16:13\",\"hasCcProfile\":true,\"lastCcPayment\":23.96,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":103.98,\"ratePlan\":\"HERO3\",\"renewalDateTime\":\"2018-01-29 00:00:00\"},{\"mdn\":\"4692035325\",\"email\":\"yjoyas@ztarmobile.com\",\"activationDateTime\":\"2017-08-02 00:38:58\",\"hasCcProfile\":true,\"lastCcPayment\":11.98,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":52.0,\"ratePlan\":\"HERO1\",\"renewalDateTime\":\"2018-01-29 00:00:00\"},{\"mdn\":\"2146740864\",\"activationDateTime\":\"2017-08-02 11:04:44\",\"hasCcProfile\":true,\"lastCcPayment\":5.99,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":114.97,\"ratePlan\":\"HERO3\",\"renewalDateTime\":\"2018-01-29 00:00:00\"},{\"mdn\":\"4696628412\",\"activationDateTime\":\"2017-08-03 22:41:00\",\"hasCcProfile\":true,\"lastCcPayment\":5.99,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":145.96,\"ratePlan\":\"HERO3\",\"renewalDateTime\":\"2018-01-30 00:00:00\"},{\"mdn\":\"5866967033\",\"activationDateTime\":\"2017-09-13 12:09:46\",\"hasCcProfile\":true,\"lastCcPayment\":11.43,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":261.45,\"ratePlan\":\"HERO1\",\"renewalDateTime\":\"2018-02-10 00:00:00\"},{\"mdn\":\"8176885928\",\"activationDateTime\":\"2017-09-18 10:21:38\",\"hasCcProfile\":true,\"lastCcPayment\":5.99,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":97.78,\"ratePlan\":\"HERO2\",\"renewalDateTime\":\"2018-02-15 00:00:00\"},{\"mdn\":\"8176929560\",\"activationDateTime\":\"2017-09-28 02:45:58\",\"hasCcProfile\":true,\"lastCcPayment\":11.23,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":60.81,\"ratePlan\":\"HERO2EXP\",\"renewalDateTime\":\"2017-11-27 00:00:00\"},{\"mdn\":\"2012939570\",\"activationDateTime\":\"2017-10-15 02:44:17\",\"hasCcProfile\":true,\"lastCcPayment\":11.93,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":71.95,\"ratePlan\":\"HERO4\",\"renewalDateTime\":\"2018-02-12 00:00:00\"},{\"mdn\":\"9143485274\",\"activationDateTime\":\"2017-10-15 05:00:15\",\"hasCcProfile\":true,\"lastCcPayment\":5.86,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":79.87,\"ratePlan\":\"HERO5\",\"renewalDateTime\":\"2018-02-12 00:00:00\"},{\"mdn\":\"2814601623\",\"activationDateTime\":\"2017-10-17 00:52:41\",\"hasCcProfile\":true,\"lastCcPayment\":0.0,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":0.0,\"ratePlan\":\"HERO2EXP\",\"renewalDateTime\":\"2017-11-16 00:00:00\"},{\"mdn\":\"2815365242\",\"activationDateTime\":\"2017-10-17 00:55:02\",\"hasCcProfile\":true,\"lastCcPayment\":11.98,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":11.98,\"ratePlan\":\"HERO2EXP\",\"renewalDateTime\":\"2017-11-16 00:00:00\"},{\"mdn\":\"2482069410\",\"activationDateTime\":\"2017-10-17 01:18:30\",\"hasCcProfile\":true,\"lastCcPayment\":11.43,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":21.47,\"ratePlan\":\"HERO2\",\"renewalDateTime\":\"2018-02-14 00:00:00\"},{\"mdn\":\"2012109064\",\"activationDateTime\":\"2017-11-06 06:31:02\",\"hasCcProfile\":true,\"lastCcPayment\":12.63,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":55.5,\"ratePlan\":\"HERO6\",\"renewalDateTime\":\"2018-02-04 00:00:00\"},{\"mdn\":\"2012939516\",\"activationDateTime\":\"2017-11-25 04:37:54\",\"hasCcProfile\":true,\"lastCcPayment\":5.42,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":152.49,\"ratePlan\":\"HERO6\",\"renewalDateTime\":\"2018-01-24 00:00:00\"},{\"mdn\":\"2129207266\",\"activationDateTime\":\"2017-11-26 05:35:29\",\"hasCcProfile\":true,\"lastCcPayment\":11.72,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":173.67,\"ratePlan\":\"HERO4\",\"renewalDateTime\":\"2018-01-25 00:00:00\"},{\"mdn\":\"2127296783\",\"activationDateTime\":\"2017-11-28 04:28:36\",\"hasCcProfile\":true,\"lastCcPayment\":12.63,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":22.64,\"ratePlan\":\"HERO1\",\"renewalDateTime\":\"2018-01-27 00:00:00\"},{\"mdn\":\"2012101196\",\"activationDateTime\":\"2017-12-10 06:06:45\",\"hasCcProfile\":true,\"lastCcPayment\":6.32,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":254.82,\"ratePlan\":\"HERO6\",\"renewalDateTime\":\"2018-02-08 00:00:00\"},{\"mdn\":\"2012109483\",\"activationDateTime\":\"2017-12-13 08:29:35\",\"hasCcProfile\":true,\"lastCcPayment\":44.41,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":74.42,\"ratePlan\":\"HERO4\",\"renewalDateTime\":\"2018-02-11 00:00:00\"},{\"mdn\":\"2012939034\",\"email\":\"\",\"activationDateTime\":\"2018-01-13 05:18:47\",\"hasCcProfile\":true,\"lastCcPayment\":5.42,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":173.0,\"ratePlan\":\"HERO1\",\"renewalDateTime\":\"2018-02-12 00:00:00\"},{\"mdn\":\"2012109274\",\"email\":\"diana.s@capellasolutions.com\",\"activationDateTime\":\"2018-01-27 07:13:20\",\"hasCcProfile\":true,\"lastCcPayment\":12.63,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":153.1,\"ratePlan\":\"HERO6\",\"renewalDateTime\":\"2018-02-26 00:00:00\"},{\"mdn\":\"2012939324\",\"email\":\"diana.s@capellasolutions.com\",\"activationDateTime\":\"2018-01-31 12:16:17\",\"hasCcProfile\":true,\"lastCcPayment\":6.32,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":84.65,\"ratePlan\":\"HERO3\",\"renewalDateTime\":\"2018-03-02 00:00:00\"},{\"mdn\":\"3472249421\",\"email\":\"diana.s@capellasolutions.com\",\"activationDateTime\":\"2018-02-04 07:31:20\",\"hasCcProfile\":false,\"lastCcPayment\":5.42,\"numberOfVouchersApplied\":0,\"lastVoucherAmount\":0.0,\"lifetimeAmount\":73.32,\"ratePlan\":\"HERO4\",\"renewalDateTime\":\"2018-03-06 00:00:00\"}],\"status\":200}"}],"_postman_id":"c5728336-7a90-f2dd-a24d-f14067e2d974"}],"id":"5fdaec1a-6caa-e4dd-01a7-e4d7c148ac0c","description":"<p>vendor/{vendor}/account</p>\n","_postman_id":"5fdaec1a-6caa-e4dd-01a7-e4d7c148ac0c"},{"name":"Change Plan","item":[{"name":"/account/rateplan/modify","id":"0104736b-6d27-4d7d-7ccb-ee8c1c1246b8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"ratePlan","value":"","type":"text"},{"key":"futureDate","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/modify","description":"<p>Updates the base rate plan on an active subscriber account</p>\n<h3>Note:</h3>\nIf not specified with the flag of 1 for futureDate, the request takes effect immediatly.<br />\nfutureDate: 1 = effective next billing cycle | 0 = effective immediately (default)\n<h3>Parameters</h3>\n<table><tbody>\n<tr><td><strong>mdn</strong><br />required</td><td>Mobile Dialable Number.<br /><strong>Example value:</strong> 1234567890</td></tr>\n<tr><td><strong>ratePlan</strong><br />required</td><td>Rate Plan name.<br /><strong>Example value:</strong> PLAN1</td></tr>\n<tr><td><strong>futureDate</strong><br />optional</td><td>Flag specifying if request will take effect next billing cycle.<br /><strong>Example value:</strong> 0</td></tr>\n</tbody></table><br />","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","rateplan","modify"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0104736b-6d27-4d7d-7ccb-ee8c1c1246b8"},{"name":"/account/rateplan/addon","id":"b84c8926-f058-2040-15df-d10c5761ec2b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"addon","value":"","type":"text"},{"key":"futureDate","value":"","type":"text"},{"key":"addOnRenewable","value":"true","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/addon","description":"<p>Updates the rate plan add-ons on an active subscriber account</p>\n<h3>Note:</h3>\nIf not specified with the flag of 1 for futureDate, the request takes effect immediatly.<br />\nfutureDate: 1 = effective next billing cycle | 0 = effective immediately (default)<br />\nIf not specified with the flag of true for addOnRenewable, the addon will not renew next biling cycle.<br />\naddOnRenewable: true = renew on next billing cycle | false = do not renew on next billing cycle (default)\n<h3>Parameters</h3>\n<table><tbody>\n<tr><td><strong>mdn</strong><br />required</td><td>Mobile Dialable Number.<br /><strong>Example value:</strong> 1234567890</td></tr>\n<tr><td><strong>addOn</strong><br />required</td><td>Rate Plan Addon name.<br /><strong>Example value:</strong> ADDON1</td></tr>\n<tr><td><strong>futureDate</strong><br />optional</td><td>Flag specifying if request will take effect next billing cycle.<br /><strong>Example value:</strong> 0</td></tr>\n<tr><td><strong>addOnRenewable</strong><br />optional</td><td>Flag specifying if addon will renew on the next billing cycle.<br /><strong>Example value:</strong> true</td></tr>\n</tbody></table><br />","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","rateplan","addon"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b84c8926-f058-2040-15df-d10c5761ec2b"},{"name":"/account/rateplan/addon/active/{{mdn}}/{{addonid}}","id":"577c29e0-731a-efd0-1ef9-65d821fb1532","request":{"method":"DELETE","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/addon/active/{{mdn}}/{{addonId}}","description":"<p>Removes an active rate plan add-on on an active subscriber account from being renewable on the next billing cycle.<br /></p>\n<h3>Note:</h3>\nThe addonId is the \"id\" returned in the get account call in the activeAddOns section.<br />\nOnly 1 id may be passed during each request.","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","rateplan","addon","active","{{mdn}}","{{addonId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"31b10e60-5c04-890f-460f-9e5d7d127cf9","name":"404","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":false,"description":"The mime type of this content","warning":""},{"key":"vendor","value":"{{vendor}}","enabled":true,"warning":""},{"key":"market","value":"{{market}}","enabled":true,"warning":""},{"key":"product","value":"{{product}}","enabled":true,"warning":""},{"key":"Authorization","value":"{{authorization}}","enabled":true,"warning":""},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"warning":""}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/addon/active/{{mdn}}/{{addonId}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"98","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Thu, 01 Jun 2017 17:35:14 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5NjMzMTgyNSwianRpIjoiSlEyU1RDamZMbmNvQUhBZnROQjNGdyIsImlhdCI6MTQ5NjMyOTQzNSwibmJmIjoxNDk2MzI5MzE1LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoidHJ1ZSIsImdyb3VwIjoic3lzX2FkbWluIiwiZ3JvdXBfZGVzYyI6IlN5c3RlbSBBZG1pbiBHcm91cCIsImdyb3VwX2xldmVsIjoiMSIsImFjbHMiOlsiY249YWNjb3VudF9hY3RpdmF0ZSIsImNuPWFjY291bnRfYWRkX25vdGUiLCJjbj1hY2NvdW50X2FkanVzdG1lbnQiLCJjbj1hY2NvdW50X2NhbmNlbF9obHIiLCJjbj1hY2NvdW50X2NoYW5nZV90ZWNoIiwiY249YWNjb3VudF9lcXVpcG1lbnRfY2hhbmdlIiwiY249YWNjb3VudF9oaXN0b3J5IiwiY249YWNjb3VudF9udW1iZXJfY2hhbmdlIiwiY249YWNjb3VudF9yYXRlX3BsYW5fY2hhbmdlIiwiY249YWNjb3VudF9yZWZpbGwiLCJjbj1hY2NvdW50X3JlZmlsbF9waW4iLCJjbj1hY2NvdW50X3JlZmlsbF9waW5sZXNzIiwiY249YWNjb3VudF9yZXNlbmRfb3RhIiwiY249YWNjb3VudF90ZXh0X2FwbiIsImNuPWFjY291bnRfdXBkYXRlX3BvcnRpbiIsImNuPWFjY291bnRfdm1fcmVzZXQiLCJjbj1tYXJrZXRfY2FuYWRhIiwiY249bWFya2V0X3VzIiwiY249bWVudV9hY3Rpb25zX2FjdGl2YXRlIiwiY249bWVudV9hY3Rpb25zX2NvdmVyYWdlIiwiY249bWVudV9hY3Rpb25zX3BvYyIsImNuPW1lbnVfYWN0aW9uc19wb2NfdmFsIiwiY249bWVudV9hY3Rpb25zX3BvcnRpbiIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW5fd29ya2xpc3QiLCJjbj1tZW51X2FjdGlvbnNfcHVrX2RldGFpbCIsImNuPW1lbnVfYWN0aW9uc192b3VjaGVyX2RldGFpbCIsImNuPW1lbnVfYWRtaW4iLCJjbj1tZW51X2FkbWluX2NhdGFsb2ciLCJjbj1tZW51X2FkbWluX2RlYWxlcnMiLCJjbj1tZW51X2FkbWluX2dyb3VwcyIsImNuPW1lbnVfYWRtaW5fbGlua3MiLCJjbj1tZW51X2FkbWluX25ld3MiLCJjbj1tZW51X2FkbWluX3VzZXJzIiwiY249bWVudV9oZWxwbGluayIsImNuPW1lbnVfbGlua3MiLCJjbj1tZW51X2xpbmtzX2NhIiwiY249bWVudV9saW5rc191cyIsImNuPW1lbnVfbmV3cyIsImNuPW1lbnVfcmVwb3J0IiwiY249bWVudV9yZXBvcnRfY2EiLCJjbj1tZW51X3JlcG9ydF9kZWFsZXIiLCJjbj1tZW51X3JlcG9ydF91cyIsImNuPW5ld3NfY2FfaW5mbyIsImNuPW5ld3NfY2FfdXJnZW50IiwiY249bmV3c191c19pbmZvIiwiY249bmV3c191c191cmdlbnQiLCJjbj1zZWN1cmVkX0NJUkNMRUsiLCJjbj1zZWN1cmVkX0dPT0QyR09VUyIsImNuPXNlY3VyZWRfR09PRDJHT1VTLUNETUEiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1UUkFWRUwiLCJjbj1zZWN1cmVkX0pPTFRfQVRUIiwiY249c2VjdXJlZF9QSVgtQ0RNQSIsImNuPXNlY3VyZWRfUElYX0FUVCIsImNuPXNlY3VyZWRfUkVBTE1PQklMRSIsImNuPXNlY3VyZWRfUkVBTE1PQklMRS1DRE1BIiwiY249c2VjdXJlZF9ST0dFUlNfR09PRDJHT0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1BFVFJPQ0FOQURBIiwiY249c2VjdXJlZF9ST0dFUlNfU1BFQUtPVVQiLCJjbj1zZWN1cmVkX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVC1DRE1BIiwiY249c2VjdXJlZF9TVFJFQU1fQVRUIiwiY249c2VjdXJlZF9URUxCSUxMIiwiY249c2VjdXJlZF9VU1RSQVZFTFNJTSIsImNuPXNlY3VyZWRfcG9ydGluX3dfcGluIiwiY249c2VjdXJlZF92b3VjaGVyX2NhbmFkYSIsImNuPXNlY3VyZWRfdm91Y2hlcl91cyIsImNuPXZvdWNoZXJfY2hhbmdlX3N0YXR1cyIsImNuPW1lbnVfYWN0aW9uc19lcXVpcF92YWwiLCJjbj1hY2NvdW50X3Bhc3N3b3JkX2NoYW5nZSIsImNuPXNlY3VyZWRfSk9MVC1DRE1BIiwiY249c2VjdXJlZF9IRVJPX0FUVCIsImNuPXNlY3VyZWRfRlJFRVVQX0FUVCJdfQ.S6HDMmEtxI713YsfOA-iWoUEprmQXqTYg_nxcTZqwsoi_QS3NZUixu-gEOr6cmQmg9yTFfwb9fC8mPZ40Agft_Qfaj74eG1gNz9seBm2L_spna4Vk_tNJegz9Grf3KBgeaxqQ9IkkshWMGJPgK4NRFJ1_x3b2WxqXBZbN1FkbvvOw177fslZy6oFNQNnkhN1BtPdOx_F-Km-775KmbbLG5VZeWQ-VeN_XM_J410e_wUhrZ8v7h2t0u3AsvzRoshOoHSpVrrbrFjdhZMCj__Z0HT9iKaBa8pfVdD4ffpVrVtCOiPxkogYxNe5CTOFs9k5QIj_OZUgswlwAdPfgbY6Sw","key":"ZrmJwToken"},{"expires":"Sat Jun 01 2019 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Fri Jun 02 2017 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.264765902.1496330029","key":"_gid"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"4b5500f2b5e6cbc54e292d6a354a","key":"JSESSIONID"}],"responseTime":"2898","body":"{\"status\":404,\"message\":\"[txn#:1496338511-910](404) Value not found. Addon not found on account.\"}"},{"id":"89a84cc5-34b3-5876-f45b-b139d9428671","name":"200","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":false,"description":"The mime type of this content","warning":""},{"key":"vendor","value":"{{vendor}}","enabled":true,"warning":""},{"key":"market","value":"{{market}}","enabled":true,"warning":""},{"key":"product","value":"{{product}}","enabled":true,"warning":""},{"key":"Authorization","value":"{{authorization}}","enabled":true,"warning":""},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"warning":""}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/addon/active/{{mdn}}/{{addonId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"14","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Thu, 01 Jun 2017 17:09:33 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5NjMzMTgyNSwianRpIjoiSlEyU1RDamZMbmNvQUhBZnROQjNGdyIsImlhdCI6MTQ5NjMyOTQzNSwibmJmIjoxNDk2MzI5MzE1LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoidHJ1ZSIsImdyb3VwIjoic3lzX2FkbWluIiwiZ3JvdXBfZGVzYyI6IlN5c3RlbSBBZG1pbiBHcm91cCIsImdyb3VwX2xldmVsIjoiMSIsImFjbHMiOlsiY249YWNjb3VudF9hY3RpdmF0ZSIsImNuPWFjY291bnRfYWRkX25vdGUiLCJjbj1hY2NvdW50X2FkanVzdG1lbnQiLCJjbj1hY2NvdW50X2NhbmNlbF9obHIiLCJjbj1hY2NvdW50X2NoYW5nZV90ZWNoIiwiY249YWNjb3VudF9lcXVpcG1lbnRfY2hhbmdlIiwiY249YWNjb3VudF9oaXN0b3J5IiwiY249YWNjb3VudF9udW1iZXJfY2hhbmdlIiwiY249YWNjb3VudF9yYXRlX3BsYW5fY2hhbmdlIiwiY249YWNjb3VudF9yZWZpbGwiLCJjbj1hY2NvdW50X3JlZmlsbF9waW4iLCJjbj1hY2NvdW50X3JlZmlsbF9waW5sZXNzIiwiY249YWNjb3VudF9yZXNlbmRfb3RhIiwiY249YWNjb3VudF90ZXh0X2FwbiIsImNuPWFjY291bnRfdXBkYXRlX3BvcnRpbiIsImNuPWFjY291bnRfdm1fcmVzZXQiLCJjbj1tYXJrZXRfY2FuYWRhIiwiY249bWFya2V0X3VzIiwiY249bWVudV9hY3Rpb25zX2FjdGl2YXRlIiwiY249bWVudV9hY3Rpb25zX2NvdmVyYWdlIiwiY249bWVudV9hY3Rpb25zX3BvYyIsImNuPW1lbnVfYWN0aW9uc19wb2NfdmFsIiwiY249bWVudV9hY3Rpb25zX3BvcnRpbiIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW5fd29ya2xpc3QiLCJjbj1tZW51X2FjdGlvbnNfcHVrX2RldGFpbCIsImNuPW1lbnVfYWN0aW9uc192b3VjaGVyX2RldGFpbCIsImNuPW1lbnVfYWRtaW4iLCJjbj1tZW51X2FkbWluX2NhdGFsb2ciLCJjbj1tZW51X2FkbWluX2RlYWxlcnMiLCJjbj1tZW51X2FkbWluX2dyb3VwcyIsImNuPW1lbnVfYWRtaW5fbGlua3MiLCJjbj1tZW51X2FkbWluX25ld3MiLCJjbj1tZW51X2FkbWluX3VzZXJzIiwiY249bWVudV9oZWxwbGluayIsImNuPW1lbnVfbGlua3MiLCJjbj1tZW51X2xpbmtzX2NhIiwiY249bWVudV9saW5rc191cyIsImNuPW1lbnVfbmV3cyIsImNuPW1lbnVfcmVwb3J0IiwiY249bWVudV9yZXBvcnRfY2EiLCJjbj1tZW51X3JlcG9ydF9kZWFsZXIiLCJjbj1tZW51X3JlcG9ydF91cyIsImNuPW5ld3NfY2FfaW5mbyIsImNuPW5ld3NfY2FfdXJnZW50IiwiY249bmV3c191c19pbmZvIiwiY249bmV3c191c191cmdlbnQiLCJjbj1zZWN1cmVkX0NJUkNMRUsiLCJjbj1zZWN1cmVkX0dPT0QyR09VUyIsImNuPXNlY3VyZWRfR09PRDJHT1VTLUNETUEiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1UUkFWRUwiLCJjbj1zZWN1cmVkX0pPTFRfQVRUIiwiY249c2VjdXJlZF9QSVgtQ0RNQSIsImNuPXNlY3VyZWRfUElYX0FUVCIsImNuPXNlY3VyZWRfUkVBTE1PQklMRSIsImNuPXNlY3VyZWRfUkVBTE1PQklMRS1DRE1BIiwiY249c2VjdXJlZF9ST0dFUlNfR09PRDJHT0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1BFVFJPQ0FOQURBIiwiY249c2VjdXJlZF9ST0dFUlNfU1BFQUtPVVQiLCJjbj1zZWN1cmVkX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVC1DRE1BIiwiY249c2VjdXJlZF9TVFJFQU1fQVRUIiwiY249c2VjdXJlZF9URUxCSUxMIiwiY249c2VjdXJlZF9VU1RSQVZFTFNJTSIsImNuPXNlY3VyZWRfcG9ydGluX3dfcGluIiwiY249c2VjdXJlZF92b3VjaGVyX2NhbmFkYSIsImNuPXNlY3VyZWRfdm91Y2hlcl91cyIsImNuPXZvdWNoZXJfY2hhbmdlX3N0YXR1cyIsImNuPW1lbnVfYWN0aW9uc19lcXVpcF92YWwiLCJjbj1hY2NvdW50X3Bhc3N3b3JkX2NoYW5nZSIsImNuPXNlY3VyZWRfSk9MVC1DRE1BIiwiY249c2VjdXJlZF9IRVJPX0FUVCIsImNuPXNlY3VyZWRfRlJFRVVQX0FUVCJdfQ.S6HDMmEtxI713YsfOA-iWoUEprmQXqTYg_nxcTZqwsoi_QS3NZUixu-gEOr6cmQmg9yTFfwb9fC8mPZ40Agft_Qfaj74eG1gNz9seBm2L_spna4Vk_tNJegz9Grf3KBgeaxqQ9IkkshWMGJPgK4NRFJ1_x3b2WxqXBZbN1FkbvvOw177fslZy6oFNQNnkhN1BtPdOx_F-Km-775KmbbLG5VZeWQ-VeN_XM_J410e_wUhrZ8v7h2t0u3AsvzRoshOoHSpVrrbrFjdhZMCj__Z0HT9iKaBa8pfVdD4ffpVrVtCOiPxkogYxNe5CTOFs9k5QIj_OZUgswlwAdPfgbY6Sw","key":"ZrmJwToken"},{"expires":"Sat Jun 01 2019 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Fri Jun 02 2017 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.264765902.1496330029","key":"_gid"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"49b3f824feb048c829aa26106a14","key":"JSESSIONID"}],"responseTime":"875","body":"{\"status\":200}"}],"_postman_id":"577c29e0-731a-efd0-1ef9-65d821fb1532"},{"name":"/account/rateplan/addon/pending/{{mdn}}/{{addonid}}","id":"ee094cc0-6e2e-79dd-60c5-fe9974a394b3","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/addon/pending/{{mdn}}/{{addonId}}","description":"<p>Removes a pending rate plan add-on on an active subscriber account from being added to the account on the next billing cycle.<br /></p>\n<h3>Note:</h3>\nThe addonId is the \"id\" returned in the get account call in the pendingAddOns section.<br />\nOnly 1 id may be passed during each request.","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","rateplan","addon","pending","{{mdn}}","{{addonId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee094cc0-6e2e-79dd-60c5-fe9974a394b3"},{"name":"/account/rateplan/pending/{{mdn}}","id":"df0f1bb3-f380-40e7-a556-9e642c5e8ab4","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/pending/{{mdn}}","description":"<p>Removes the pending rate plan from being set on the next billing cycle.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","rateplan","pending","{{mdn}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df0f1bb3-f380-40e7-a556-9e642c5e8ab4"},{"name":"/account/rateplan/addon/active/{{mdn}}","id":"9d9d178d-eaa3-047b-cca0-f2a997ad59cf","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"addon","value":"HEROADDON1GB2,HEROADDON1GB2","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/addon/active/{{mdn}}","description":"<p>Update the rate plan addons on an active account<br /></p>\n<h3>Note:</h3>\nThe addon names submitted through this API will be the only addon that will be flaged as renewable for the next billing cycle.\nThis API is intended solely to update existing addons on an account and will not add any new addon to the account.\n<h3>Parameters</h3>\n<table><tbody><tr><td><strong>addon</strong><br />required</td><td>Comma delimited rate plan addon name.<br /><strong>Example value:</strong> MYADDON1,MYADDON2</td></tr></tbody></table><br />","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","rateplan","addon","active","{{mdn}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"463757f5-903d-4660-f2fd-861b166d2ba3","name":"404","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"addon","value":"HEROADDON1GB","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/addon/active/{{mdn}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"113","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Thu, 01 Jun 2017 18:08:51 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5NjMzMTgyNSwianRpIjoiSlEyU1RDamZMbmNvQUhBZnROQjNGdyIsImlhdCI6MTQ5NjMyOTQzNSwibmJmIjoxNDk2MzI5MzE1LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoidHJ1ZSIsImdyb3VwIjoic3lzX2FkbWluIiwiZ3JvdXBfZGVzYyI6IlN5c3RlbSBBZG1pbiBHcm91cCIsImdyb3VwX2xldmVsIjoiMSIsImFjbHMiOlsiY249YWNjb3VudF9hY3RpdmF0ZSIsImNuPWFjY291bnRfYWRkX25vdGUiLCJjbj1hY2NvdW50X2FkanVzdG1lbnQiLCJjbj1hY2NvdW50X2NhbmNlbF9obHIiLCJjbj1hY2NvdW50X2NoYW5nZV90ZWNoIiwiY249YWNjb3VudF9lcXVpcG1lbnRfY2hhbmdlIiwiY249YWNjb3VudF9oaXN0b3J5IiwiY249YWNjb3VudF9udW1iZXJfY2hhbmdlIiwiY249YWNjb3VudF9yYXRlX3BsYW5fY2hhbmdlIiwiY249YWNjb3VudF9yZWZpbGwiLCJjbj1hY2NvdW50X3JlZmlsbF9waW4iLCJjbj1hY2NvdW50X3JlZmlsbF9waW5sZXNzIiwiY249YWNjb3VudF9yZXNlbmRfb3RhIiwiY249YWNjb3VudF90ZXh0X2FwbiIsImNuPWFjY291bnRfdXBkYXRlX3BvcnRpbiIsImNuPWFjY291bnRfdm1fcmVzZXQiLCJjbj1tYXJrZXRfY2FuYWRhIiwiY249bWFya2V0X3VzIiwiY249bWVudV9hY3Rpb25zX2FjdGl2YXRlIiwiY249bWVudV9hY3Rpb25zX2NvdmVyYWdlIiwiY249bWVudV9hY3Rpb25zX3BvYyIsImNuPW1lbnVfYWN0aW9uc19wb2NfdmFsIiwiY249bWVudV9hY3Rpb25zX3BvcnRpbiIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW5fd29ya2xpc3QiLCJjbj1tZW51X2FjdGlvbnNfcHVrX2RldGFpbCIsImNuPW1lbnVfYWN0aW9uc192b3VjaGVyX2RldGFpbCIsImNuPW1lbnVfYWRtaW4iLCJjbj1tZW51X2FkbWluX2NhdGFsb2ciLCJjbj1tZW51X2FkbWluX2RlYWxlcnMiLCJjbj1tZW51X2FkbWluX2dyb3VwcyIsImNuPW1lbnVfYWRtaW5fbGlua3MiLCJjbj1tZW51X2FkbWluX25ld3MiLCJjbj1tZW51X2FkbWluX3VzZXJzIiwiY249bWVudV9oZWxwbGluayIsImNuPW1lbnVfbGlua3MiLCJjbj1tZW51X2xpbmtzX2NhIiwiY249bWVudV9saW5rc191cyIsImNuPW1lbnVfbmV3cyIsImNuPW1lbnVfcmVwb3J0IiwiY249bWVudV9yZXBvcnRfY2EiLCJjbj1tZW51X3JlcG9ydF9kZWFsZXIiLCJjbj1tZW51X3JlcG9ydF91cyIsImNuPW5ld3NfY2FfaW5mbyIsImNuPW5ld3NfY2FfdXJnZW50IiwiY249bmV3c191c19pbmZvIiwiY249bmV3c191c191cmdlbnQiLCJjbj1zZWN1cmVkX0NJUkNMRUsiLCJjbj1zZWN1cmVkX0dPT0QyR09VUyIsImNuPXNlY3VyZWRfR09PRDJHT1VTLUNETUEiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1UUkFWRUwiLCJjbj1zZWN1cmVkX0pPTFRfQVRUIiwiY249c2VjdXJlZF9QSVgtQ0RNQSIsImNuPXNlY3VyZWRfUElYX0FUVCIsImNuPXNlY3VyZWRfUkVBTE1PQklMRSIsImNuPXNlY3VyZWRfUkVBTE1PQklMRS1DRE1BIiwiY249c2VjdXJlZF9ST0dFUlNfR09PRDJHT0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1BFVFJPQ0FOQURBIiwiY249c2VjdXJlZF9ST0dFUlNfU1BFQUtPVVQiLCJjbj1zZWN1cmVkX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVC1DRE1BIiwiY249c2VjdXJlZF9TVFJFQU1fQVRUIiwiY249c2VjdXJlZF9URUxCSUxMIiwiY249c2VjdXJlZF9VU1RSQVZFTFNJTSIsImNuPXNlY3VyZWRfcG9ydGluX3dfcGluIiwiY249c2VjdXJlZF92b3VjaGVyX2NhbmFkYSIsImNuPXNlY3VyZWRfdm91Y2hlcl91cyIsImNuPXZvdWNoZXJfY2hhbmdlX3N0YXR1cyIsImNuPW1lbnVfYWN0aW9uc19lcXVpcF92YWwiLCJjbj1hY2NvdW50X3Bhc3N3b3JkX2NoYW5nZSIsImNuPXNlY3VyZWRfSk9MVC1DRE1BIiwiY249c2VjdXJlZF9IRVJPX0FUVCIsImNuPXNlY3VyZWRfRlJFRVVQX0FUVCJdfQ.S6HDMmEtxI713YsfOA-iWoUEprmQXqTYg_nxcTZqwsoi_QS3NZUixu-gEOr6cmQmg9yTFfwb9fC8mPZ40Agft_Qfaj74eG1gNz9seBm2L_spna4Vk_tNJegz9Grf3KBgeaxqQ9IkkshWMGJPgK4NRFJ1_x3b2WxqXBZbN1FkbvvOw177fslZy6oFNQNnkhN1BtPdOx_F-Km-775KmbbLG5VZeWQ-VeN_XM_J410e_wUhrZ8v7h2t0u3AsvzRoshOoHSpVrrbrFjdhZMCj__Z0HT9iKaBa8pfVdD4ffpVrVtCOiPxkogYxNe5CTOFs9k5QIj_OZUgswlwAdPfgbY6Sw","key":"ZrmJwToken"},{"expires":"Sat Jun 01 2019 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Fri Jun 02 2017 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.264765902.1496330029","key":"_gid"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"4d005b82c911a989562fa1ab9c46","key":"JSESSIONID"}],"responseTime":"874","body":"{\"status\":404,\"message\":\"[txn#:1496340531-278](404) Value not found. One or mor addons not found on the account\"}"},{"id":"f3a30eb5-d1e1-2e3c-8981-cdafcf31d852","name":"200","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"addon","value":"HEROADDON1GB2","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/addon/active/{{mdn}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"14","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Thu, 01 Jun 2017 18:01:17 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5NjMzMTgyNSwianRpIjoiSlEyU1RDamZMbmNvQUhBZnROQjNGdyIsImlhdCI6MTQ5NjMyOTQzNSwibmJmIjoxNDk2MzI5MzE1LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoidHJ1ZSIsImdyb3VwIjoic3lzX2FkbWluIiwiZ3JvdXBfZGVzYyI6IlN5c3RlbSBBZG1pbiBHcm91cCIsImdyb3VwX2xldmVsIjoiMSIsImFjbHMiOlsiY249YWNjb3VudF9hY3RpdmF0ZSIsImNuPWFjY291bnRfYWRkX25vdGUiLCJjbj1hY2NvdW50X2FkanVzdG1lbnQiLCJjbj1hY2NvdW50X2NhbmNlbF9obHIiLCJjbj1hY2NvdW50X2NoYW5nZV90ZWNoIiwiY249YWNjb3VudF9lcXVpcG1lbnRfY2hhbmdlIiwiY249YWNjb3VudF9oaXN0b3J5IiwiY249YWNjb3VudF9udW1iZXJfY2hhbmdlIiwiY249YWNjb3VudF9yYXRlX3BsYW5fY2hhbmdlIiwiY249YWNjb3VudF9yZWZpbGwiLCJjbj1hY2NvdW50X3JlZmlsbF9waW4iLCJjbj1hY2NvdW50X3JlZmlsbF9waW5sZXNzIiwiY249YWNjb3VudF9yZXNlbmRfb3RhIiwiY249YWNjb3VudF90ZXh0X2FwbiIsImNuPWFjY291bnRfdXBkYXRlX3BvcnRpbiIsImNuPWFjY291bnRfdm1fcmVzZXQiLCJjbj1tYXJrZXRfY2FuYWRhIiwiY249bWFya2V0X3VzIiwiY249bWVudV9hY3Rpb25zX2FjdGl2YXRlIiwiY249bWVudV9hY3Rpb25zX2NvdmVyYWdlIiwiY249bWVudV9hY3Rpb25zX3BvYyIsImNuPW1lbnVfYWN0aW9uc19wb2NfdmFsIiwiY249bWVudV9hY3Rpb25zX3BvcnRpbiIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW5fd29ya2xpc3QiLCJjbj1tZW51X2FjdGlvbnNfcHVrX2RldGFpbCIsImNuPW1lbnVfYWN0aW9uc192b3VjaGVyX2RldGFpbCIsImNuPW1lbnVfYWRtaW4iLCJjbj1tZW51X2FkbWluX2NhdGFsb2ciLCJjbj1tZW51X2FkbWluX2RlYWxlcnMiLCJjbj1tZW51X2FkbWluX2dyb3VwcyIsImNuPW1lbnVfYWRtaW5fbGlua3MiLCJjbj1tZW51X2FkbWluX25ld3MiLCJjbj1tZW51X2FkbWluX3VzZXJzIiwiY249bWVudV9oZWxwbGluayIsImNuPW1lbnVfbGlua3MiLCJjbj1tZW51X2xpbmtzX2NhIiwiY249bWVudV9saW5rc191cyIsImNuPW1lbnVfbmV3cyIsImNuPW1lbnVfcmVwb3J0IiwiY249bWVudV9yZXBvcnRfY2EiLCJjbj1tZW51X3JlcG9ydF9kZWFsZXIiLCJjbj1tZW51X3JlcG9ydF91cyIsImNuPW5ld3NfY2FfaW5mbyIsImNuPW5ld3NfY2FfdXJnZW50IiwiY249bmV3c191c19pbmZvIiwiY249bmV3c191c191cmdlbnQiLCJjbj1zZWN1cmVkX0NJUkNMRUsiLCJjbj1zZWN1cmVkX0dPT0QyR09VUyIsImNuPXNlY3VyZWRfR09PRDJHT1VTLUNETUEiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1UUkFWRUwiLCJjbj1zZWN1cmVkX0pPTFRfQVRUIiwiY249c2VjdXJlZF9QSVgtQ0RNQSIsImNuPXNlY3VyZWRfUElYX0FUVCIsImNuPXNlY3VyZWRfUkVBTE1PQklMRSIsImNuPXNlY3VyZWRfUkVBTE1PQklMRS1DRE1BIiwiY249c2VjdXJlZF9ST0dFUlNfR09PRDJHT0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1BFVFJPQ0FOQURBIiwiY249c2VjdXJlZF9ST0dFUlNfU1BFQUtPVVQiLCJjbj1zZWN1cmVkX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVC1DRE1BIiwiY249c2VjdXJlZF9TVFJFQU1fQVRUIiwiY249c2VjdXJlZF9URUxCSUxMIiwiY249c2VjdXJlZF9VU1RSQVZFTFNJTSIsImNuPXNlY3VyZWRfcG9ydGluX3dfcGluIiwiY249c2VjdXJlZF92b3VjaGVyX2NhbmFkYSIsImNuPXNlY3VyZWRfdm91Y2hlcl91cyIsImNuPXZvdWNoZXJfY2hhbmdlX3N0YXR1cyIsImNuPW1lbnVfYWN0aW9uc19lcXVpcF92YWwiLCJjbj1hY2NvdW50X3Bhc3N3b3JkX2NoYW5nZSIsImNuPXNlY3VyZWRfSk9MVC1DRE1BIiwiY249c2VjdXJlZF9IRVJPX0FUVCIsImNuPXNlY3VyZWRfRlJFRVVQX0FUVCJdfQ.S6HDMmEtxI713YsfOA-iWoUEprmQXqTYg_nxcTZqwsoi_QS3NZUixu-gEOr6cmQmg9yTFfwb9fC8mPZ40Agft_Qfaj74eG1gNz9seBm2L_spna4Vk_tNJegz9Grf3KBgeaxqQ9IkkshWMGJPgK4NRFJ1_x3b2WxqXBZbN1FkbvvOw177fslZy6oFNQNnkhN1BtPdOx_F-Km-775KmbbLG5VZeWQ-VeN_XM_J410e_wUhrZ8v7h2t0u3AsvzRoshOoHSpVrrbrFjdhZMCj__Z0HT9iKaBa8pfVdD4ffpVrVtCOiPxkogYxNe5CTOFs9k5QIj_OZUgswlwAdPfgbY6Sw","key":"ZrmJwToken"},{"expires":"Sat Jun 01 2019 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Fri Jun 02 2017 15:13:48 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.264765902.1496330029","key":"_gid"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"4d005b82c911a989562fa1ab9c46","key":"JSESSIONID"}],"responseTime":"1968","body":"{\"status\":200}"}],"_postman_id":"9d9d178d-eaa3-047b-cca0-f2a997ad59cf"},{"name":"/account/rateplan","id":"39defd63-8791-ed21-0d33-ee406d6f7d6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"8328415542","type":"text","description":"<p>required - Mobile Dialable Number</p>\n"},{"key":"nextCycle","value":"false","description":"<p>required - Flag specifying if request will take effect on next billing cycle (default true)</p>\n","type":"text"},{"key":"ratePlan","value":"ZM14LTE","type":"text","description":"<p>required - Rate Plan name</p>\n"},{"key":"addOn","value":"","type":"text","description":"<p>optional - Add-On name(s) multiple can be submitted separated by comma</p>\n"},{"key":"addOnRenewable","value":"false","description":"<p>optional - Flag specifying if specified add-on(s) will renew next billing cycle (default true)</p>\n","type":"text"},{"key":"refillAmount","value":"2000","description":"<p>optional - Pinless refill amount to be applied to the account balance (default 0)</p>\n","type":"text"},{"key":"refillVoucher","value":"","description":"<p>optional - Voucher PIN to be applied to account balance</p>\n","type":"text"},{"key":"deductBalanceAmount","value":"0","description":"<p>optional - Amount to be deducted from account balance (default 0)</p>\n","type":"text"},{"key":"deductRewardsAmount","value":"0","description":"<p>optional - Amount to be deducted from subscriber rewards (default 0)</p>\n","type":"text"},{"key":"orderNumber","value":"1577424342-732","description":"<p>optional - Order number to be associated to subscriber number</p>\n","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan","description":"<p>Updates the base rate plan and/or add-ons on a subscriber number.<br />\nThis service can be called during any stage of the subscriber lifecycle.</p>\n<h3>Subscriber / Plan lifecycle</h3>\n<ol>\n  <li>INSTALLED or ACTIVE - During this stage the subscriber number is active on the network platform</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan - All new active subscribers are activated on an EXP Plan</li>\n    <li>LTE Plan - After activation an LTE plan can be applied to the subscriber number</li>\n    <li>EXP Plan with status Active - Starts on renewal date of the LTE plan if renewal has not taken place.</li>\n  </ol>\n  <li>EXPIRED - During this stage the subscriber number airtime has expired on the network platform.</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan with status Expired - Starts on renewal date of the EXP plan if plan change has not taken place.</li>\n  </ol>\n  <li>BTL - During this stage the subscriber number is cancelled on the network platform</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan with status Expired - Starts on end date of the EXP plan.</li>\n  </ol>\n</ol>\n<h3>NOTES</h3>\n<ul>\n    <li>The mdn and ratePlan are required values regardless if only adding addOn(s).</li>\n    <li>Subscribers with an EXP Plan are not qualified for nextCycle processing and update/change will take effect immediately.</li>\n    <li>Subscribers with an EXPIRED or BTL status are not qualified for auto-renewal. Plan must be updated/changed using this service to restore services.</li>\n    <li>Once a Subscriber number is in BTL status, there are no more than 30 days to resume services, after which the Subscriber number is returned to the network provider.</li>\n    <li>To process a plan change only, do not send the addOn parameters.</li>\n    <li>To process a plan change with add-on(s), send ratePlan and addOn parameters with values.</li>\n    <li>To process an add-on(s) only, send ratePlan and addOn parameters with values, make sure the ratePlan value matches the current active plan of the Subscriber number.</li>\n    <li>A combination of refillAmount, refillVoucher, deductBalanceAmount and deductRewardsAmount can be used to fund the rate plan and/or add-on(s) update.</li>\n    <li>Sufficient funds validation is calculated using the sum of refillAmount, refillVoucher (its value), deductBalanceAmount and deductRewardsAmount which must equal or be greater than the total cost of the rate plan and/or add-on(s)</li>\n    <li>Sufficient funds validation will not consider the cost of the rate plan if it matches the current active plan of the Subscriber number when processing for the current cycle.</li>\n</ul>\n<h3>RESPONSE STATUS CODES</h3>\n<table>\n    <tr><th>status</th><th>description</th></tr>\n    <tr><td>200</td><td>Success</td></tr>\n    <tr><td>1200</td><td>MISSING_MDN (mdn value is empty)</td></tr>\n    <tr><td>1201</td><td>INVALID_MDN (mdn format is invalid)</td></tr>\n    <tr><td>1202</td><td>MISSING_PLAN (ratePlan value is empty)</td></tr>\n    <tr><td>1203</td><td>INVALID_PLAN (ratePlan is invalid)</td></tr>\n    <tr><td>1204</td><td>INVALID_PRODUCT (header product is invalid)</td></tr>\n    <tr><td>1205</td><td>INVALID_PRODUCT_MARKET (header product market is invalid)</td></tr>\n    <tr><td>1206</td><td>PRODUCT_MARKET_MISMATCH (header market and product market do not match)</td></tr>\n    <tr><td>1207</td><td>MDN_NOT_FOUND (mdn not found in system)</td></tr>\n    <tr><td>1208</td><td>BILLING_NOT_FOUND (current active plan for mdn not found)</td></tr>\n    <tr><td>1209</td><td>INVALID_ADDON (addon value is invalid)</td></tr>\n    <tr><td>1210</td><td>PAID_RENEWAL (mdn has a pending renewal that has been paid)</td></tr>\n    <tr><td>1211</td><td>INVALID_VOUCHER (voucher is invalid)</td></tr>\n    <tr><td>1212</td><td>VOUCHER_PLAN_NOT_VALID (ratePlan is not applicable for voucher)</td></tr>\n    <tr><td>1213</td><td>INSUFFICIENT_BALANCE (deductBalanceAmount is greater than account balance)</td></tr>\n    <tr><td>1214</td><td>INSUFFICIENT_REWARDS (deductRewardsAmount is greater than available account rewards)</td></tr>\n    <tr><td>1215</td><td>INSUFFICIENT_FUNDS (please see note above regarding sufficient funds validation)</td></tr>\n    <tr><td>1216</td><td>REDEEM_VOUCHER_FAILED (unable to process voucher redemption)</td></tr>\n    <tr><td>1217</td><td>REDEEM_REWARDS_FAILED (unable to process rewards redemption)</td></tr>\n    <tr><td>1218</td><td>DELETE_ACTIVE_ADDONS_FAILED (unable to remove active add-on(s) for mdn)</td></tr>\n    <tr><td>1219</td><td>DELETE_PENDINGS_FAILED (unable to delete pending requests for mdn)</td></tr>\n    <tr><td>1220</td><td>CREATE_PENDING_FAILED (unable to create pending request for mdn)</td></tr>\n    <tr><td>1221</td><td>MARK_PLAN_PAID_FAILED (unable to mark mdn as renewal paid)</td></tr>\n    <tr><td>1222</td><td>PAYEMNT_FAILED (unable to update platform airtime expiry date)</td></tr>\n    <tr><td>1223</td><td>PLAN_CHANGE_FAILED (unable to process the plan change)</td></tr>\n    <tr><td>1224</td><td>WEB_PENDING_REMOVE_FAILED (unable to remove the associated web account pending plan)</td></tr>\n</table>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","rateplan"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"639ca988-e6cc-422d-ba65-ad79934be777","name":"AT&T - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"required - Mobile Dialable Number","key":"mdn","type":"text","value":"8326127247"},{"description":"required - Flag specifying if request will take effect on next billing cycle (default true)","key":"nextCycle","type":"text","value":"true"},{"description":"required - Rate Plan name","key":"ratePlan","type":"text","value":"ZM14LTE"},{"description":"optional - Add-On name(s) multiple can be submitted separated by comma","key":"addOn","type":"text","value":""},{"description":"optional - Flag specifying if specified add-on(s) will renew next billing cycle (default true)","key":"addOnRenewable","type":"text","value":"true"},{"description":"optional - Pinless refill amount in cents to be applied to the account balance (default 0)","key":"refillAmount","type":"text","value":"2500"},{"description":"optional - Voucher PIN to be applied to account balance","key":"refillVoucher","type":"text","value":""},{"description":"optional - Amount in cents to be deducted from account balance (default 0)","key":"deductBalanceAmount","type":"text","value":"0"},{"description":"optional - Amount in cents to be deducted from subscriber rewards (default 0)","key":"deductRewardsAmount","type":"text","value":"0"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"5db77cca-801f-4386-bb21-9429825820d9"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Wed, 26 Jun 2019 07:49:01 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"},{"id":"9d5a4359-5612-10f2-afff-12794fd47565","name":"CDMA - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text","description":"required - Mobile DIalable Number"},{"key":"nextCycle","value":"false","description":"required - Flag specifying if request will take effect next billing cycle (default true)","type":"text"},{"key":"ratePlan","value":"ZM09","type":"text","description":"required - Rate Plan name"},{"key":"addOn","value":"AODATA1G","type":"text","description":"optional - Add-On name(s) multiple can be submitted seperated by comma "},{"key":"addOnRenewable","value":"true","description":"optional - Flag specifying if add-on(s) will renew next billing cycle (default true)","type":"text"},{"key":"refillAmount","value":"4500","description":"optional - Pinless refill amount to apply to account","type":"text"},{"key":"refillVoucher","value":"","description":"optional - Voucher to apply to account","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"14","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 13:37:33 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"8810","body":"{\"status\":200}"}],"_postman_id":"39defd63-8791-ed21-0d33-ee406d6f7d6e"},{"name":"/account/rateplan/info","id":"d1650e52-2602-4378-ada3-24a18e3a285c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan/info?ratePlan=G2G1GBLTE","description":"<p>Updates the base rate plan and/or add-ons on a subscriber number.<br />\nThis service can be called during any stage of the subscriber lifecycle.</p>\n<h3>Subscriber / Plan lifecycle</h3>\n<ol>\n  <li>INSTALLED or ACTIVE - During this stage the subscriber number is active on the network platform</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan - All new active subscribers are activated on an EXP Plan</li>\n    <li>LTE Plan - After activation an LTE plan can be applied to the subscriber number</li>\n    <li>EXP Plan with status Active - Starts on renewal date of the LTE plan if renewal has not taken place.</li>\n  </ol>\n  <li>EXPIRED - During this stage the subscriber number airtime has expired on the network platform.</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan with status Expired - Starts on renewal date of the EXP plan if plan change has not taken place.</li>\n  </ol>\n  <li>BTL - During this stage the subscriber number is cancelled on the network platform</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan with status Expired - Starts on end date of the EXP plan.</li>\n  </ol>\n</ol>\n<h3>NOTES</h3>\n<ul>\n    <li>The mdn and ratePlan are required values regardless if only adding addOn(s).</li>\n    <li>Subscribers with an EXP Plan are not qualified for nextCycle processing and update/change will take effect immediately.</li>\n    <li>Subscribers with an EXPIRED or BTL status are not qualified for auto-renewal. Plan must be updated/changed using this service to restore services.</li>\n    <li>Once a Subscriber number is in BTL status, there are no more than 30 days to resume services, after which the Subscriber number is returned to the network provider.</li>\n    <li>To process a plan change only, do not send the addOn parameters.</li>\n    <li>To process a plan change with add-on(s), send ratePlan and addOn parameters with values.</li>\n    <li>To process an add-on(s) only, send ratePlan and addOn parameters with values, make sure the ratePlan value matches the current active plan of the Subscriber number.</li>\n    <li>A combination of refillAmount, refillVoucher, deductBalanceAmount and deductRewardsAmount can be used to fund the rate plan and/or add-on(s) update.</li>\n    <li>Sufficient funds validation is calculated using the sum of refillAmount, refillVoucher (its value), deductBalanceAmount and deductRewardsAmount which must equal or be greater than the total cost of the rate plan and/or add-on(s)</li>\n    <li>Sufficient funds validation will not consider the cost of the rate plan if it matches the current active plan of the Subscriber number when processing for the current cycle.</li>\n</ul>\n<h3>RESPONSE STATUS CODES</h3>\n<table>\n    <tr><th>status</th><th>description</th></tr>\n    <tr><td>200</td><td>Success</td></tr>\n    <tr><td>1200</td><td>MISSING_MDN (mdn value is empty)</td></tr>\n    <tr><td>1201</td><td>INVALID_MDN (mdn format is invalid)</td></tr>\n    <tr><td>1202</td><td>MISSING_PLAN (ratePlan value is empty)</td></tr>\n    <tr><td>1203</td><td>INVALID_PLAN (ratePlan is invalid)</td></tr>\n    <tr><td>1204</td><td>INVALID_PRODUCT (header product is invalid)</td></tr>\n    <tr><td>1205</td><td>INVALID_PRODUCT_MARKET (header product market is invalid)</td></tr>\n    <tr><td>1206</td><td>PRODUCT_MARKET_MISMATCH (header market and product market do not match)</td></tr>\n    <tr><td>1207</td><td>MDN_NOT_FOUND (mdn not found in system)</td></tr>\n    <tr><td>1208</td><td>BILLING_NOT_FOUND (current active plan for mdn not found)</td></tr>\n    <tr><td>1209</td><td>INVALID_ADDON (addon value is invalid)</td></tr>\n    <tr><td>1210</td><td>PAID_RENEWAL (mdn has a pending renewal that has been paid)</td></tr>\n    <tr><td>1211</td><td>INVALID_VOUCHER (voucher is invalid)</td></tr>\n    <tr><td>1212</td><td>VOUCHER_PLAN_NOT_VALID (ratePlan is not applicable for voucher)</td></tr>\n    <tr><td>1213</td><td>INSUFFICIENT_BALANCE (deductBalanceAmount is greater than account balance)</td></tr>\n    <tr><td>1214</td><td>INSUFFICIENT_REWARDS (deductRewardsAmount is greater than available account rewards)</td></tr>\n    <tr><td>1215</td><td>INSUFFICIENT_FUNDS (please see note above regarding sufficient funds validation)</td></tr>\n    <tr><td>1216</td><td>REDEEM_VOUCHER_FAILED (unable to process voucher redemption)</td></tr>\n    <tr><td>1217</td><td>REDEEM_REWARDS_FAILED (unable to process rewards redemption)</td></tr>\n    <tr><td>1218</td><td>DELETE_ACTIVE_ADDONS_FAILED (unable to remove active add-on(s) for mdn)</td></tr>\n    <tr><td>1219</td><td>DELETE_PENDINGS_FAILED (unable to delete pending requests for mdn)</td></tr>\n    <tr><td>1220</td><td>CREATE_PENDING_FAILED (unable to create pending request for mdn)</td></tr>\n    <tr><td>1221</td><td>MARK_PLAN_PAID_FAILED (unable to mark mdn as renewal paid)</td></tr>\n    <tr><td>1222</td><td>PAYEMNT_FAILED (unable to update platform airtime expiry date)</td></tr>\n    <tr><td>1223</td><td>PLAN_CHANGE_FAILED (unable to process the plan change)</td></tr>\n    <tr><td>1224</td><td>WEB_PENDING_REMOVE_FAILED (unable to remove the associated web account pending plan)</td></tr>\n</table>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","rateplan","info"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>Optional Rate Plan</p>\n","type":"text/plain"},"key":"ratePlan","value":"G2G1GBLTE"}],"variable":[]}},"response":[{"id":"8f9a1f8b-1918-4157-ad51-a45ca6ff3fd3","name":"AT&T - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"required - Mobile Dialable Number","key":"mdn","type":"text","value":"8326127247"},{"description":"required - Flag specifying if request will take effect on next billing cycle (default true)","key":"nextCycle","type":"text","value":"true"},{"description":"required - Rate Plan name","key":"ratePlan","type":"text","value":"ZM14LTE"},{"description":"optional - Add-On name(s) multiple can be submitted separated by comma","key":"addOn","type":"text","value":""},{"description":"optional - Flag specifying if specified add-on(s) will renew next billing cycle (default true)","key":"addOnRenewable","type":"text","value":"true"},{"description":"optional - Pinless refill amount in cents to be applied to the account balance (default 0)","key":"refillAmount","type":"text","value":"2500"},{"description":"optional - Voucher PIN to be applied to account balance","key":"refillVoucher","type":"text","value":""},{"description":"optional - Amount in cents to be deducted from account balance (default 0)","key":"deductBalanceAmount","type":"text","value":"0"},{"description":"optional - Amount in cents to be deducted from subscriber rewards (default 0)","key":"deductRewardsAmount","type":"text","value":"0"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"5db77cca-801f-4386-bb21-9429825820d9"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Wed, 26 Jun 2019 07:49:01 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"},{"id":"ab4e340f-33c4-4472-910d-b30ea3f20065","name":"CDMA - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text","description":"required - Mobile DIalable Number"},{"key":"nextCycle","value":"false","description":"required - Flag specifying if request will take effect next billing cycle (default true)","type":"text"},{"key":"ratePlan","value":"ZM09","type":"text","description":"required - Rate Plan name"},{"key":"addOn","value":"AODATA1G","type":"text","description":"optional - Add-On name(s) multiple can be submitted seperated by comma "},{"key":"addOnRenewable","value":"true","description":"optional - Flag specifying if add-on(s) will renew next billing cycle (default true)","type":"text"},{"key":"refillAmount","value":"4500","description":"optional - Pinless refill amount to apply to account","type":"text"},{"key":"refillVoucher","value":"","description":"optional - Voucher to apply to account","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"14","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 13:37:33 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"8810","body":"{\"status\":200}"}],"_postman_id":"d1650e52-2602-4378-ada3-24a18e3a285c"},{"name":"/account/rateplan/history/{mdn}","id":"7e54f9b2-d738-4477-98ea-a445914bf389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/2147141276/usage?page=1&pageSize=15&sort=dateTime:desc&filter=direction:Terminating","description":"<p>Updates the base rate plan and/or add-ons on a subscriber number.<br />\nThis service can be called during any stage of the subscriber lifecycle.</p>\n<h3>Subscriber / Plan lifecycle</h3>\n<ol>\n  <li>INSTALLED or ACTIVE - During this stage the subscriber number is active on the network platform</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan - All new active subscribers are activated on an EXP Plan</li>\n    <li>LTE Plan - After activation an LTE plan can be applied to the subscriber number</li>\n    <li>EXP Plan with status Active - Starts on renewal date of the LTE plan if renewal has not taken place.</li>\n  </ol>\n  <li>EXPIRED - During this stage the subscriber number airtime has expired on the network platform.</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan with status Expired - Starts on renewal date of the EXP plan if plan change has not taken place.</li>\n  </ol>\n  <li>BTL - During this stage the subscriber number is cancelled on the network platform</li>\n  <b>Plans</b>\n  <ol>\n    <li>EXP Plan with status Expired - Starts on end date of the EXP plan.</li>\n  </ol>\n</ol>\n<h3>NOTES</h3>\n<ul>\n    <li>The mdn and ratePlan are required values regardless if only adding addOn(s).</li>\n    <li>Subscribers with an EXP Plan are not qualified for nextCycle processing and update/change will take effect immediately.</li>\n    <li>Subscribers with an EXPIRED or BTL status are not qualified for auto-renewal. Plan must be updated/changed using this service to restore services.</li>\n    <li>Once a Subscriber number is in BTL status, there are no more than 30 days to resume services, after which the Subscriber number is returned to the network provider.</li>\n    <li>To process a plan change only, do not send the addOn parameters.</li>\n    <li>To process a plan change with add-on(s), send ratePlan and addOn parameters with values.</li>\n    <li>To process an add-on(s) only, send ratePlan and addOn parameters with values, make sure the ratePlan value matches the current active plan of the Subscriber number.</li>\n    <li>A combination of refillAmount, refillVoucher, deductBalanceAmount and deductRewardsAmount can be used to fund the rate plan and/or add-on(s) update.</li>\n    <li>Sufficient funds validation is calculated using the sum of refillAmount, refillVoucher (its value), deductBalanceAmount and deductRewardsAmount which must equal or be greater than the total cost of the rate plan and/or add-on(s)</li>\n    <li>Sufficient funds validation will not consider the cost of the rate plan if it matches the current active plan of the Subscriber number when processing for the current cycle.</li>\n</ul>\n<h3>RESPONSE STATUS CODES</h3>\n<table>\n    <tr><th>status</th><th>description</th></tr>\n    <tr><td>200</td><td>Success</td></tr>\n    <tr><td>1200</td><td>MISSING_MDN (mdn value is empty)</td></tr>\n    <tr><td>1201</td><td>INVALID_MDN (mdn format is invalid)</td></tr>\n    <tr><td>1202</td><td>MISSING_PLAN (ratePlan value is empty)</td></tr>\n    <tr><td>1203</td><td>INVALID_PLAN (ratePlan is invalid)</td></tr>\n    <tr><td>1204</td><td>INVALID_PRODUCT (header product is invalid)</td></tr>\n    <tr><td>1205</td><td>INVALID_PRODUCT_MARKET (header product market is invalid)</td></tr>\n    <tr><td>1206</td><td>PRODUCT_MARKET_MISMATCH (header market and product market do not match)</td></tr>\n    <tr><td>1207</td><td>MDN_NOT_FOUND (mdn not found in system)</td></tr>\n    <tr><td>1208</td><td>BILLING_NOT_FOUND (current active plan for mdn not found)</td></tr>\n    <tr><td>1209</td><td>INVALID_ADDON (addon value is invalid)</td></tr>\n    <tr><td>1210</td><td>PAID_RENEWAL (mdn has a pending renewal that has been paid)</td></tr>\n    <tr><td>1211</td><td>INVALID_VOUCHER (voucher is invalid)</td></tr>\n    <tr><td>1212</td><td>VOUCHER_PLAN_NOT_VALID (ratePlan is not applicable for voucher)</td></tr>\n    <tr><td>1213</td><td>INSUFFICIENT_BALANCE (deductBalanceAmount is greater than account balance)</td></tr>\n    <tr><td>1214</td><td>INSUFFICIENT_REWARDS (deductRewardsAmount is greater than available account rewards)</td></tr>\n    <tr><td>1215</td><td>INSUFFICIENT_FUNDS (please see note above regarding sufficient funds validation)</td></tr>\n    <tr><td>1216</td><td>REDEEM_VOUCHER_FAILED (unable to process voucher redemption)</td></tr>\n    <tr><td>1217</td><td>REDEEM_REWARDS_FAILED (unable to process rewards redemption)</td></tr>\n    <tr><td>1218</td><td>DELETE_ACTIVE_ADDONS_FAILED (unable to remove active add-on(s) for mdn)</td></tr>\n    <tr><td>1219</td><td>DELETE_PENDINGS_FAILED (unable to delete pending requests for mdn)</td></tr>\n    <tr><td>1220</td><td>CREATE_PENDING_FAILED (unable to create pending request for mdn)</td></tr>\n    <tr><td>1221</td><td>MARK_PLAN_PAID_FAILED (unable to mark mdn as renewal paid)</td></tr>\n    <tr><td>1222</td><td>PAYEMNT_FAILED (unable to update platform airtime expiry date)</td></tr>\n    <tr><td>1223</td><td>PLAN_CHANGE_FAILED (unable to process the plan change)</td></tr>\n    <tr><td>1224</td><td>WEB_PENDING_REMOVE_FAILED (unable to remove the associated web account pending plan)</td></tr>\n</table>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","2147141276","usage"],"host":["{{domain}}"],"query":[{"key":"page","value":"1"},{"key":"pageSize","value":"15"},{"key":"sort","value":"dateTime:desc"},{"key":"filter","value":"direction:Terminating"}],"variable":[]}},"response":[{"id":"951cf24e-84c8-4913-9269-f5778ad95d2c","name":"AT&T - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"required - Mobile Dialable Number","key":"mdn","type":"text","value":"8326127247"},{"description":"required - Flag specifying if request will take effect on next billing cycle (default true)","key":"nextCycle","type":"text","value":"true"},{"description":"required - Rate Plan name","key":"ratePlan","type":"text","value":"ZM14LTE"},{"description":"optional - Add-On name(s) multiple can be submitted separated by comma","key":"addOn","type":"text","value":""},{"description":"optional - Flag specifying if specified add-on(s) will renew next billing cycle (default true)","key":"addOnRenewable","type":"text","value":"true"},{"description":"optional - Pinless refill amount in cents to be applied to the account balance (default 0)","key":"refillAmount","type":"text","value":"2500"},{"description":"optional - Voucher PIN to be applied to account balance","key":"refillVoucher","type":"text","value":""},{"description":"optional - Amount in cents to be deducted from account balance (default 0)","key":"deductBalanceAmount","type":"text","value":"0"},{"description":"optional - Amount in cents to be deducted from subscriber rewards (default 0)","key":"deductRewardsAmount","type":"text","value":"0"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"5db77cca-801f-4386-bb21-9429825820d9"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Wed, 26 Jun 2019 07:49:01 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"},{"id":"5c0ead76-52d7-4e5b-9ad7-47f59d2e72eb","name":"CDMA - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text","description":"required - Mobile DIalable Number"},{"key":"nextCycle","value":"false","description":"required - Flag specifying if request will take effect next billing cycle (default true)","type":"text"},{"key":"ratePlan","value":"ZM09","type":"text","description":"required - Rate Plan name"},{"key":"addOn","value":"AODATA1G","type":"text","description":"optional - Add-On name(s) multiple can be submitted seperated by comma "},{"key":"addOnRenewable","value":"true","description":"optional - Flag specifying if add-on(s) will renew next billing cycle (default true)","type":"text"},{"key":"refillAmount","value":"4500","description":"optional - Pinless refill amount to apply to account","type":"text"},{"key":"refillVoucher","value":"","description":"optional - Voucher to apply to account","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/rateplan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"14","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 13:37:33 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"8810","body":"{\"status\":200}"}],"_postman_id":"7e54f9b2-d738-4477-98ea-a445914bf389"}],"id":"e09623c3-4dde-87e3-e693-8dce5d896b7d","description":"<p>vendor/{vendor}/account/rateplan</p>\n","_postman_id":"e09623c3-4dde-87e3-e693-8dce5d896b7d"},{"name":"Equipment","item":[{"name":"/equipment/validate","id":"eb774316-dda9-dcb4-f125-0a3fbb071463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?version=3&equipment=357211099922603&zip=77837&carrier=","description":"<p>Validates the equipment with the network provider.<br />\nIMEI will validate with the AT&amp;T carrier and ESN/MEID will validate with the SPRINT carrier.<br /><br />\n<b>NOTES</b><br /></p>\n<ul>\n  <li>valid property specifies if the device can be used</li>\n  <li>network property specifies to which network was the device validated (att|sprint)</li>\n  <li>serialType property specifies the format type of the validated device (IMEI|ESN|MEID)</li>\n  <li>Please note at this time we are only validating numerical serial types, hex values are not allowed</li>\n</ul><br /><br />\n<b>SPRINT NOTES</b><br />\nHandling valid responses\n<ul>\n  <li>The following 2 properties need to be handled: iccidRequired and portRequired in conjuction with other properties and values.</li>\n  <li>iccidRequired is false and portRequired is false, you can proceed to activate the device without a SIM</li>\n  <li>iccidRequired is false and portRequired is true, you will need to process a portin request for their device and mdn</li><br />\n  \n  <li>iccidRequired is true and portRequired is false, if iccid property is present with a value and skuIdentifier and skuNumber are not present, then this device has an embeded or comes with a specific iccid which must be validated by the customer, once validated you can proceed to activate the device.  If customer the customer provides a different iccid than what's returned in the call, then you can re-validate the device with the iccid to ensure compatability.  If customer does not have the iccid, we would not be able to provission the device as we do not have any sku information/inventory.</li><br />\n  \n  <li>iccidRequired is true and portRequired is false, if iccid property is present or missing and skuIdentifier and skuNumber are present, then if the iccid is present and customer can validate the iccid then you can proceed to activate with the iccid.  If customer the customer provides a different iccid than what's returned in the call, then you can re-validate the device with the iccid to ensure compatability.  If customer does not have the iccid, we can proceed to send the customer a new SIM using the sku information.</li><br />\n  \n  <li>iccidRequired is true and portRequired is true, if iccid property is present with a value and skuIdentifier and skuNumber are not present, then this device has an embeded or comes with a specific iccid which must be validated by the customer, once validated you will need to process a portin request for their device and mdn.  If customer the customer provides a different iccid than what's returned in the call, then you can re-validate the device with the iccid to ensure compatability.  If customer does not have the iccid, we would not be able to provission the device as we do not have any sku information/inventory.</li><br />\n  \n  <li>iccidRequired is true and portRequired is true, if iccid property is present or missing and skuIdentifier and skuNumber are present, then if the iccid is present and customer can validate the iccid then you will need to process a portin request for their device and mdn.  If customer the customer provides a different iccid than what's returned in the call, then you can re-validate the device with the iccid to ensure compatability.  If customer does not have the iccid, we can proceed to send the customer a new SIM using the sku information.  Once customer returns with their new SIM we can then proceed to process the portin request for their device and mdn.</li><br />\n  \n  <li>equipmentType needs to be tracked and sent on applicable api calls once the device has been activated.</li>\n</ul>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"host":["{{domain}}"],"query":[{"key":"version","value":"3"},{"key":"equipment","value":"357211099922603"},{"key":"zip","value":"77837"},{"description":{"content":"<p>optional - valid values att or sprint</p>\n","type":"text/plain"},"key":"carrier","value":""}],"variable":[]}},"response":[{"id":"0262389a-c13b-4208-a592-c53edf33e9db","name":"200 - AT&T - Not Valid","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?equipment=356257000351201&version=2","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"query":[{"key":"equipment","value":"356257000351201"},{"key":"version","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"beebec13-efad-4304-81f5-9cd9d3a6f129"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Fri, 15 Nov 2019 15:00:43 GMT"},{"key":"Content-Length","value":"422"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"valid\": false,\n    \"details\": {\n        \"make\": \"Motorola Inc.\",\n        \"model\": \"MQ3-4411C41\",\n        \"bands\": \"GSM 1800,GSM 1900,GSM 900,GSM850 (GSM800)\",\n        \"device_type\": \"Handheld\",\n        \"equipmentType\": \"4GLTE\",\n        \"other_nfc\": \"Not Known\",\n        \"other_bluetooth\": \"MQ3-4411C41\",\n        \"other_wlan\": \"Not Known\",\n        \"other_removable_uicc\": \"Not Known\",\n        \"other_nonremovable_uicc\": \"Not Known\",\n        \"skuNumber\": \"SIMG2G4GLTE\",\n        \"skuIdentifier\": \"G\"\n    },\n    \"network\": \"att\",\n    \"serialType\": \"imei\"\n}"},{"id":"26e2921f-5bf2-441d-96a2-f651bdec2cca","name":"200 - SPRINT Valid Embedded SIM","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?version=2&equipment=35569707495765","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"query":[{"key":"version","value":"2"},{"key":"equipment","value":"35569707495765"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Nov 2019 14:25:00 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"e3bf87a4-032c-419b-a6d3-8649711b327b"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Content-Length","value":"216"},{"key":"Via","value":"1.1 gateway-test.ztarmobile.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"valid\": true,\n    \"details\": {\n        \"iccid\": \"89011201002084208937\",\n        \"portRequired\": false,\n        \"model\": \"IPH6S16BYRS1\",\n        \"iccidRequired\": true,\n        \"make\": \"APPLE, INC\",\n        \"equipmentType\": \"LTE\"\n    },\n    \"network\": \"sprint\",\n    \"serialType\": \"meid\"\n}"},{"id":"5a7a2f37-41f4-453e-91ce-bac215431915","name":"400 - AT&T - Invalid IMEI Format","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?equipment=01285000046954A&version=2","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"query":[{"key":"equipment","value":"01285000046954A"},{"key":"version","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"6a86c825-04c1-4db6-9b62-048f3f0b4310"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 15 Nov 2019 14:59:55 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 4015,\n    \"message\": \"Equipment must be numeric\"\n}"},{"id":"69fa1efb-68fa-4d7d-8f93-67358328f454","name":"200 - AT&T - Valid","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?equipment=012850000469548&version=2","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"query":[{"key":"equipment","value":"012850000469548"},{"key":"version","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"61a1bdbc-8cea-4f37-b3f8-adb2c09c21ba"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Fri, 15 Nov 2019 14:56:33 GMT"},{"key":"Content-Length","value":"495"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"valid\": true,\n    \"details\": {\n        \"make\": \"Apple Inc\",\n        \"model\": \"iPhone 4 (A1332)\",\n        \"bands\": \"GSM 1800,GSM 1900,GSM 900,GSM850 (GSM800),WCDMA FDD Band 1,WCDMA FDD Band 2,WCDMA FDD Band 5,WCDMA FDD Band 8\",\n        \"device_type\": \"Handheld\",\n        \"equipmentType\": \"4GLTE\",\n        \"other_nfc\": \"Not Known\",\n        \"other_bluetooth\": \"iPhone 4 (A1332)\",\n        \"other_wlan\": \"Not Known\",\n        \"other_removable_uicc\": \"Not Known\",\n        \"other_nonremovable_uicc\": \"Not Known\",\n        \"skuNumber\": \"SIMG2G4GLTE\",\n        \"skuIdentifier\": \"G\"\n    },\n    \"network\": \"att\",\n    \"serialType\": \"imei\"\n}"},{"id":"85e755d5-e61f-465d-9064-c834b1e5e02b","name":"200 - SPRINT - Valid","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?equipment=268435460902276488&version=2","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"query":[{"key":"equipment","value":"268435460902276488"},{"key":"version","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 15:03:00 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"1a8965f1-6a8c-4c57-9d97-f65726f5fc0d"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Content-Length","value":"175"},{"key":"Via","value":"1.1 gateway-test.ztarmobile.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"valid\": true,\n    \"details\": {\n        \"portRequired\": false,\n        \"model\": \"LG855KIT\",\n        \"iccidRequired\": false,\n        \"make\": \"LG\",\n        \"equipmentType\": \"CDMA\"\n    },\n    \"network\": \"sprint\",\n    \"serialType\": \"meid\"\n}"},{"id":"893e586d-d596-438a-aed7-10f5d50d4ec9","name":"400 - SPRINT - Device is active","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?equipment=35305509522534&version=2","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"query":[{"key":"equipment","value":"35305509522534"},{"key":"version","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Nov 2019 15:05:45 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"52464486-9d67-4f53-a8e7-96d6c2fe0997"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"155"},{"key":"Via","value":"1.1 gateway-test.ztarmobile.com"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 778,\n    \"message\": \"This device is currently active with us.   Please log into your account, or contact us for help with logging into your account.\"\n}"},{"id":"a9c71004-6d6c-4213-b760-3d7ed9857f64","name":"200 - version 3","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?version=3&equipment=35305509522534&zip=77406&validateOnly=false","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"query":[{"key":"version","value":"3"},{"key":"equipment","value":"35305509522534"},{"key":"zip","value":"77406"},{"key":"validateOnly","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"750b7f71-4dc7-45fc-973e-4335ae0adcc2"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Mon, 10 Feb 2020 03:37:00 GMT"},{"key":"Content-Length","value":"891"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"valid\": true,\n    \"serialNumber\": \"353055095225345\",\n    \"details\": {\n        \"make\": \"Apple Inc\",\n        \"model\": \"Apple iPhone X (A1865)\",\n        \"bands\": \"CDMA2000,LTE FDD BAND 1,LTE FDD BAND 2,LTE FDD BAND 3,LTE FDD BAND 4,LTE FDD BAND 5,LTE FDD BAND 7,LTE FDD BAND 8,LTE FDD BAND 12,LTE FDD BAND 13,LTE FDD BAND 17,LTE FDD BAND 18,LTE FDD BAND 19,LTE FDD BAND 20,LTE FDD BAND 24,LTE FDD BAND 25,LTE FDD BAND 26,LTE FDD BAND 27,LTE FDD BAND 28,LTE TDD BAND 38,LTE TDD BAND 39,LTE TDD BAND 40,LTE TDD BAND 41,GSM850 (GSM800),GSM 900,GSM 1800,GSM 1900,WCDMA FDD Band 1,WCDMA FDD Band 2,WCDMA FDD Band 4,WCDMA FDD Band 5,WCDMA FDD Band 8\",\n        \"device_type\": \"Smartphone\",\n        \"equipmentType\": \"4GLTE\",\n        \"other_nfc\": \"Y\",\n        \"other_bluetooth\": \"Apple iPhone X (A1865)\",\n        \"other_wlan\": \"Y\",\n        \"other_removable_uicc\": \"1 UICC\",\n        \"other_nonremovable_uicc\": \"0 UICC\",\n        \"skuNumber\": \"SIMG2G4GLTE\",\n        \"skuIdentifier\": \"G\"\n    },\n    \"network\": \"att\",\n    \"serialType\": \"imei\"\n}"},{"id":"b44a3da2-8f8b-42b9-bd3f-60a5f9215985","name":"400 - version 3","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/equipment/validate?version=3&equipment=35305509522534&zip=77406&validateOnly=false","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","equipment","validate"],"query":[{"key":"version","value":"3"},{"key":"equipment","value":"35305509522534"},{"key":"zip","value":"77406"},{"key":"validateOnly","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"9f89449c-8f4c-4299-97fc-10c1fedecc40"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 10 Feb 2020 03:31:45 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"155"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 778,\n    \"message\": \"This device is currently active with us.   Please log into your account, or contact us for help with logging into your account.\"\n}"}],"_postman_id":"eb774316-dda9-dcb4-f125-0a3fbb071463"},{"name":"/account/equipment","id":"ebc47880-e6e9-4d42-9ea4-693ce9fa00e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"iccid","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/equipment","description":"<p>Changes the iccid for an existing subscriber’s account.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","equipment"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"780c7a56-6a3d-4f00-a37b-1a269e07983d","name":"400 - Missing IMEI","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"techType","value":"gsm","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"","type":"text"},{"key":"meid","value":"","type":"text","disabled":true},{"key":"handsetOS","value":"IOS","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/equipment/modify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"50","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 12 Apr 2017 05:22:48 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"74","body":"{\"message\":\"Missing GSM parameters\",\"status\":4001}"},{"id":"a7b80e3c-2a59-4a37-8fda-79d13292d6c0","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"techType","value":"gsm","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"012850000469548","type":"text"},{"key":"meid","value":"","type":"text","disabled":true},{"key":"handsetOS","value":"IOS","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/equipment/modify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"14","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 12 Apr 2017 05:21:20 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"4321","body":"{\"status\":200}"},{"id":"657378f6-333b-4be5-9d6e-4655df320d9f","name":"CDMA - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"techType","value":"CDMA","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"012850000469548","type":"text","disabled":true},{"key":"meid","value":"03103539785","type":"text"},{"key":"handsetOS","value":"ANDROID","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/equipment/modify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"49","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 14:51:01 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"9600","body":"{\"msid\":\"2545921143\",\"msl\":\"258200\",\"status\":200}"},{"id":"25c199b3-4389-48d5-b8ef-49f4b243d1a1","name":"400 - Invalid ICCID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"techType","value":"gsm","type":"text"},{"key":"iccid","value":"89014102255614203521","type":"text"},{"key":"imei","value":"012850000469548","type":"text","disabled":true},{"key":"meid","value":"","type":"text","disabled":true},{"key":"handsetOS","value":"IOS","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/equipment/modify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"41","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 27 Feb 2018 17:19:22 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"30441","body":"{\"message\":\"Invalid ICCID\",\"status\":4007}"},{"id":"34b4c822-11bc-47df-9451-e3bcfc6ac562","name":"400 - Invalid IMEI","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"techType","value":"gsm","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"3424fff","type":"text"},{"key":"meid","value":"","type":"text","disabled":true},{"key":"handsetOS","value":"IOS","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/equipment/modify"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"40","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 12 Apr 2017 05:22:24 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"99","body":"{\"message\":\"Invalid IMEI\",\"status\":4015}"}],"_postman_id":"ebc47880-e6e9-4d42-9ea4-693ce9fa00e6"}],"id":"8cd781fc-bb86-1b12-5754-c165c7848292","description":"<p>vendor/{vendor}/account/equipment</p>\n","_postman_id":"8cd781fc-bb86-1b12-5754-c165c7848292"},{"name":"General","item":[{"name":"/validate","event":[{"listen":"test","script":{"id":"615b3470-2f43-4fdd-9f1e-15c6146ae0a6","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"7f879a80-ace3-c51a-d1d2-c8633d4e4a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/validate?code=9802831&type=activationCode","description":"<p>Processes an activationCode or iccid validation to determine if code is available for use.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","validate"],"host":["{{domain}}"],"query":[{"key":"code","value":"9802831"},{"key":"type","value":"activationCode"}],"variable":[]}},"response":[{"id":"9af15f2a-ab48-763f-7cfe-f84e31b43d24","name":"GET /poc/validate Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"meid","value":"","type":"text"},{"key":"iccid","value":"","type":"text"},{"key":"techType","value":"","type":"text"}]},"url":{"raw":"https://securehost1.ztarmobile.com:9191/ztarmobile/webservices/rest/vendor/{{vendor}}/poc/validate?meid=256691457904539011&iccid&techType=LTE","protocol":"https","host":["securehost1","ztarmobile","com"],"port":"9191","path":["ztarmobile","webservices","rest","vendor","{{vendor}}","poc","validate"],"query":[{"key":"meid","value":"256691457904539011"},{"key":"iccid","value":null},{"key":"techType","value":"LTE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"482","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 27 Feb 2017 22:16:54 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"913","body":"{\"status\":0,\"detail\":\"{\\\"ModelNumber\\\":\\\"SPHL900WTS\\\",\\\"NotAvailableReasonCode\\\":\\\"0\\\",\\\"ValidationMessage\\\":\\\"Device is valid and cleared for use\\\",\\\"ManufacturerName\\\":\\\"SAMSUNG\\\",\\\"ModelName\\\":\\\"SAMSUNG L900 WHITE\\\",\\\"AvailabilityTypeCode\\\":\\\"1\\\",\\\"DeviceFedMetInd\\\":\\\"true\\\",\\\"ActivationStatus\\\":\\\"N\\\",\\\"DeviceType\\\":\\\"E\\\",\\\"EsnMeidHex\\\":\\\"99000213454283\\\",\\\"UiccSku\\\":\\\"SIMGLT307D\\\",\\\"Iccid\\\":\\\"89011200000134307957\\\",\\\"UiccImsi\\\":\\\"310120013430795\\\",\\\"PocSwapInd\\\":\\\"true\\\"}\"}"},{"id":"dce7aaac-6942-4882-9744-471720e82d72","name":"/validate 400 Activation data is used","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"meid","value":"","type":"text"},{"key":"iccid","value":"","type":"text"},{"key":"techType","value":"","type":"text"}]},"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/validate?code=0474184&type=activationCode","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","validate"],"query":[{"key":"code","value":"0474184"},{"key":"type","value":"activationCode"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"67","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 09 Apr 2018 14:46:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"activation data has been previously used\",\"status\":400}"}],"_postman_id":"7f879a80-ace3-c51a-d1d2-c8633d4e4a07"},{"name":"/coverage/check","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"6466f483-0f9e-4060-9164-dc4792d5dd9c","request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/v1/coverage/check?address1=23231 Verita Ct&address2&city=Richmond&state=TX&zip=77406","description":"<p>Processes a coverage check for the given address.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","v1","coverage","check"],"host":["{{domain}}"],"query":[{"key":"address1","value":"23231 Verita Ct"},{"key":"address2","value":null},{"key":"city","value":"Richmond"},{"key":"state","value":"TX"},{"key":"zip","value":"77406"}],"variable":[]}},"response":[],"_postman_id":"6466f483-0f9e-4060-9164-dc4792d5dd9c"},{"name":"/coverage/check/{imei}","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"fe91c993-713d-4987-bd93-12ee5ab13217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/v2/coverage/check/353055095225345","description":"<p>Processes an IMEI validation to determine if it can be used on the network.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","v2","coverage","check","353055095225345"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe91c993-713d-4987-bd93-12ee5ab13217"},{"name":"/iccid","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"5531ee91-2f4b-49eb-8500-5eed62dbdd11","request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/iccid","description":"<p>Returns an available esim iccid and activation code</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","iccid"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"1cee716a-a6bc-4b70-b878-7442711ded08","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"good2go"},{"key":"market","value":"US"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"authorization","value":"t4v4G5wh602gG$4yg5f"},{"key":"transactionId","value":"2c42e57e-6ea3-442b-9f41-d739bd6f8563"}],"url":"https://{{domain}}/{{path}}/vendor/good2go/iccid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Sep 2022 06:49:26 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"f69e01e4-78db-4390-b084-adadcdaec6e3"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Content-Length","value":"201"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionId\": \"3cf12130-7c46-488e-b417-6c1cf88ee605\",\n    \"activationCode\": \"A050041\",\n    \"iccid\": \"8901240320101551300\",\n    \"status\": \"AVAILABLE\",\n    \"network\": \"TMO\",\n    \"skuNumber\": \"TE\",\n    \"skuIdentifier\": \"ESIMG2GTMO4GLTE\"\n}"}],"_postman_id":"5531ee91-2f4b-49eb-8500-5eed62dbdd11"},{"name":"/iccid/available","id":"1738ce08-17e2-4221-9845-04bfab37d011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"market","value":"{{market}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"},{"key":"authorization","value":"{{authorization}}","type":"text"},{"key":"transactionId","value":"{{transactionId}}","type":"text"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/iccid/available","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","iccid","available"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1738ce08-17e2-4221-9845-04bfab37d011"},{"name":"/iccid/{iccid}","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"9dad185e-0767-4c16-8412-93066912b3a3","request":{"method":"DELETE","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/iccid/{{iccid}}","description":"<p>Resets an esim back to AVAILABLE if it has not been activated</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","iccid","{{iccid}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dad185e-0767-4c16-8412-93066912b3a3"},{"name":"/iccid/{iccid}/code","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"e81331b4-1e83-41e8-9f2d-80e26aef609a","request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/iccid/8901240320101551359/code?format=bytes","description":"<p>Returns an esim QR Code image</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","iccid","8901240320101551359","code"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>format of the response\nbytes - responds contains an image\ntext - responds contains the bytes in base64 format</p>\n","type":"text/plain"},"key":"format","value":"bytes"}],"variable":[]}},"response":[],"_postman_id":"e81331b4-1e83-41e8-9f2d-80e26aef609a"},{"name":"/iccid/{iccid}/status","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"b04c76bf-dc88-490e-9d37-f5183886ede0","request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/iccid/{{iccid}}/status","description":"<p>Returns the esim status</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","iccid","{{iccid}}","status"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b04c76bf-dc88-490e-9d37-f5183886ede0"},{"name":"/email","id":"293d737b-fb5d-45b6-afbb-9c46dd5f56b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"vendor","type":"text","value":"{{vendor}}"},{"key":"market","type":"text","value":"{{market}}"},{"key":"product","type":"text","value":"{{product}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"transactionId","type":"text","value":"[{\"key\":\"transactionId\",\"value\":\"{{transactionId}}\",\"enabled\":true}]"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>required</p>\n","key":"mdn","type":"text","value":""},{"description":"<p>required</p>\n","key":"email","type":"text","value":""}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/email","description":"<p>Service updates the email associated to an mdn</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","email"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"293d737b-fb5d-45b6-afbb-9c46dd5f56b6"},{"name":"/iccid/test","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{}}}],"id":"ffa9f904-985b-4092-97b0-8bb3156101aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/iccid/test","description":"<p>Reset iccid</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","iccid","test"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffa9f904-985b-4092-97b0-8bb3156101aa"},{"name":"/iccid/goto","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"6e064333-2441-4805-b30b-e2b69dfa6f2b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"customerId","value":"A761905333D","type":"text","uuid":"5657ba71-aa30-47e3-863e-8333da82617c"},{"key":"parentIccid","value":"89014102255614178764","type":"text","uuid":"b20327e7-fd74-4959-b089-44714eaef08f"},{"key":"childIccid","value":"89014102255614178731","type":"text","uuid":"c03bea3e-3b1e-4e30-ae8e-7556c88c9393"},{"key":"childRatePlan","value":"G2GO1GB1MOBOGOLTE","type":"text","uuid":"b1c5f790-c4fb-42c5-b593-8974bb780fe0"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/iccid/goto","description":"<p>Returns an esim QR Code image</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","iccid","goto"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e064333-2441-4805-b30b-e2b69dfa6f2b"},{"name":"/iccid/goto/swap","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"380596a4-2753-4d96-bec1-e08eee4bf70b","request":{"method":"POST","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"originalChildIccid","value":"","type":"text","uuid":"5657ba71-aa30-47e3-863e-8333da82617c"},{"key":"newChildIccid","value":"","type":"text","uuid":"b20327e7-fd74-4959-b089-44714eaef08f"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/iccid/goto/swap","description":"<p>Returns an esim QR Code image</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","iccid","goto","swap"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"380596a4-2753-4d96-bec1-e08eee4bf70b"}],"id":"90332576-24dc-df26-abf7-71bf08ffbff7","description":"<p>vendor/{{vendor}}</p>\n","_postman_id":"90332576-24dc-df26-abf7-71bf08ffbff7"},{"name":"Payment","item":[{"name":"/payment/v5/transaction","id":"8b7e3335-63ac-4c02-976d-ef8740d84472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"raw","raw":"{\r\n    \"accountId\": \"A5411059264\",\r\n    \"email\": \"yjoyas@ztarmobile.com\",\r\n    \"comments\": \"\",\r\n    \"ipAddress\": \"10.100.100.100\",\r\n    \"orderNumber\": \"156GYHEJSMLX4J9J\",\r\n    \"profileKey\": \"317638468120211018\",\r\n    \"items\": [\r\n        {\r\n            \"itemId\": \"156GYHEJSMLX4J9J-1\",\r\n            \"title\": \"plan\",\r\n            \"description\": \"some test description\",\r\n            \"mdn\": \"3464641773\",\r\n            \"balanceAmount\": 0,\r\n            \"rewardsAmount\": 0,\r\n            \"voucherNumber\": \"\",\r\n            \"upgrade\": false,\r\n            \"oldItemId\": \"\",\r\n            \"amount\": 20.0,\r\n            \"salesTax\": 0.62,\r\n            \"adminFee\": 1.02,\r\n            \"fedUsf\": 0.94,\r\n            \"stateUsf\": 0.53,\r\n            \"ppSurcharge\": 0.3,\r\n            \"totalAmount\": 23.41\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/v5/transaction","description":"<p>This API will process a payment using either a credit card or credit card profile.  </p>\n<p>amount, salesTax, adminFee, fedUsf, stateUsf, ppSurcharge are double values and the sum of all will be charged.</p>\n<h4>Notes</h4>\n\n  \n<p>To pay with credit card omit the profileKey value.  </p>\n<h4>Error Code, Message, Http Status</h4>\n\n<ul><li><div>70101, \"The credit card number must not be empty\", BAD_REQUEST</div></li><li><div>70102, \"The credit card number is invalid\", BAD_REQUEST</div></li><li><div>70103, \"The credit card number is invalid\", BAD_REQUEST</div></li><li><div>70104, \"The credit card cvv must not be empty\", BAD_REQUEST</div></li><li><div>70105, \"The credit card cvv is invalid\", BAD_REQUEST</div></li><li><div>70106, \"The credit card expiration date must not be empty\", BAD_REQUEST</div></li><li><div>70107, \"Invalid credit card expiration date, expected format (ddMM) and must be current or future date\", BAD_REQUEST</div></li><li><div>70108, \"The credit card name must not be empty\", BAD_REQUEST</div></li><li><div>70109, \"The credit card name is too long, it must contain 30 characters or less\", BAD_REQUEST</div></li><li><div>70110, \"The billing address must not be empty\", BAD_REQUEST</div></li><li><div>70111, \"The billing address is invalid, it must contain 30 characters or less\", BAD_REQUEST</div></li><li><div>70112, \"The billing city must not be empty\", BAD_REQUEST</div></li><li><div>70113, \"The billing city is invalid, it must contain 20 characters or less\", BAD_REQUEST</div></li><li><div>70114, \"The billing state must not be empty\", BAD_REQUEST</div></li><li><div>70115, \"The billing state is invalid, it must contain 2 characters\", BAD_REQUEST</div></li><li><div>70116, \"The billing zip must not be empty\", BAD_REQUEST</div></li><li><div>70117, \"The billing zip is invalid, it must contain 10 characters or less\", BAD_REQUEST</div></li><li><div>70118, \"Invalid purchase amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</div></li><li><div>70119, \"Invalid sales tax amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</div></li><li><div>70120, \"Invalid admin fee amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</div></li><li><div>70121, \"Invalid fedUsf amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</div></li><li><div>70122, \"Invalid stateUsf amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</div></li><li><div>70123, \"Invalid prepaid surcharge amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</div></li><li><div>70124, \"Error calculating total amount to charge\", INTERNAL_SERVER_ERROR</div></li><li><div>70125, \"The email must not be empty\", BAD_REQUEST</div></li><li><div>70126, \"The email is too long, it must contain 50 characters or less\", BAD_REQUEST</div></li><li><div>70127, \"The order id must not be empty\", BAD_REQUEST</div></li><li><div>70128, \"The order id is too long, it must contain 50 characters or less\", BAD_REQUEST</div></li><li><div>70129, \"The account mdn is invalid\", BAD_REQUEST</div></li><li><div>70130, \"The account mdn is not found\", NOT_FOUND</div></li><li><div>70131, \"Error looking up the account mdn\", INTERNAL_SERVER_ERROR</div></li><li><div>70132, \"The profile key length is too short, it must contain at least 10 characters\", BAD_REQUEST</div></li><li><div>511, \"Error while executing auth/capture from Chase\", INTERNAL_SERVER_ERROR</div></li><li><div>213, \"Payment failure, Transaction declined\", BAD_REQUEST</div></li><li><div>510, \"Payment failure, Transaction error\", BAD_REQUEST</div></li><li><div>511, \"Unable to create a valid profile, credit card declined\", BAD_REQUEST</div></li><li><div>512, \"Unable to create a valid profile\", BAD_REQUEST</div></li><li><div>404, \"Unable to find valid profile\", Response.Status.NOT_FOUND</div></li></ul>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","v5","transaction"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"73a8d87f-3a9f-4849-b029-0a0d356a9850","name":"200 - using profile basic payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"raw","raw":"{\r\n  \"accountId\" : \"A5411059264\",\r\n  \"email\" : \"yjoyas@ztarmobile.com\",\r\n  \"comments\" : \"\",\r\n  \"ipAddress\" : \"10.100.100.100\",\r\n  \"orderNumber\" : \"156GYHEJSMLX4J9J\",\r\n  \"profileKey\" : \"317638468120211018\",\r\n  \"items\" : [ {\r\n      \"itemId\" : \"156GYHEJSMLX4J9J-1\",\r\n      \"title\" : \"plan\",\r\n      \"description\" : \"some test description\",\r\n      \"mdn\" : \"3464641773\",\r\n      \"balanceAmount\" : 0,\r\n      \"rewardsAmount\" : 0,\r\n      \"voucherNumber\" : \"\",\r\n      \"upgrade\" : false,\r\n      \"oldItemId\" : \"\",\r\n      \"amount\" : 20.0,\r\n      \"salesTax\" : 0.62,\r\n      \"adminFee\" : 1.02,\r\n      \"fedUsf\" : 0.94,\r\n      \"stateUsf\" : 0.53,\r\n      \"ppSurcharge\" : 0.3,\r\n      \"totalAmount\" : 23.41\r\n  } ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/v5/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"671930ef-e632-445a-ae8e-0f8bd6303116"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Mar 2022 13:50:37 GMT"},{"key":"Content-Length","value":"526"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"A5411059264\",\n    \"authCode\": \"9111025875303339655\",\n    \"ccTrxId\": 0,\n    \"code\": 0,\n    \"creditCard\": false,\n    \"itemResponses\": [\n        {\n            \"itemId\": \"156GYHEJSMLX4J9J-1\",\n            \"mdn\": \"3464641773\",\n            \"paymentBalance\": false,\n            \"paymentBalanceSuccess\": false,\n            \"paymentRewards\": false,\n            \"paymentRewardsSuccess\": false,\n            \"paymentVoucher\": false,\n            \"paymentVoucherSuccess\": false,\n            \"paymentVoucherTrxId\": 0\n        }\n    ],\n    \"message\": \"TRANSACTION APPROVED\",\n    \"orderNumber\": \"156GYHEJSMLX4J9J\",\n    \"ptechOrderId\": \"NpdhG4ZB156GYHEJSMLX4J9J\",\n    \"success\": true,\n    \"trxNumber\": \"f188d038-ac19-4548-9ae1-c91334ad1d83\"\n}"},{"id":"61fc6770-3b24-4a9a-b10d-29995fe71e9b","name":"200 - using cc basic payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"raw","raw":"{\r\n  \"accountId\" : \"A5411059264\",\r\n  \"email\" : \"yjoyas@ztarmobile.com\",\r\n  \"comments\" : \"\",\r\n  \"ipAddress\" : \"10.100.100.100\",\r\n  \"orderNumber\" : \"156GYHEJSMLX4J9J\",\r\n  \"profileKey\" : \"\",\r\n  \"cardNumber\": \"4111111111111111\",\r\n  \"cardCode\": \"123\",\r\n  \"expDate\": \"0125\",\r\n  \"name\" : \"John Doe\",\r\n  \"address1\" : \"123 Main St.\",\r\n  \"address2\" : \"\",\r\n  \"city\" : \"Metropolis\",\r\n  \"state\" : \"NY\",\r\n  \"zip\" : \"12345\",\r\n  \"items\" : [ {\r\n      \"itemId\" : \"156GYHEJSMLX4J9J-1\",\r\n      \"title\" : \"plan\",\r\n      \"description\" : \"some test description\",\r\n      \"mdn\" : \"3464641773\",\r\n      \"balanceAmount\" : 0,\r\n      \"rewardsAmount\" : 0,\r\n      \"voucherNumber\" : \"\",\r\n      \"upgrade\" : false,\r\n      \"oldItemId\" : \"\",\r\n      \"amount\" : 20.0,\r\n      \"salesTax\" : 0.62,\r\n      \"adminFee\" : 1.02,\r\n      \"fedUsf\" : 0.94,\r\n      \"stateUsf\" : 0.53,\r\n      \"ppSurcharge\" : 0.3,\r\n      \"totalAmount\" : 23.41\r\n  } ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/v5/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"671930ef-e632-445a-ae8e-0f8bd6303116"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Mar 2022 13:50:37 GMT"},{"key":"Content-Length","value":"526"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"A5411059264\",\n    \"authCode\": \"9111025875303339655\",\n    \"ccTrxId\": 0,\n    \"code\": 0,\n    \"creditCard\": false,\n    \"itemResponses\": [\n        {\n            \"itemId\": \"156GYHEJSMLX4J9J-1\",\n            \"mdn\": \"3464641773\",\n            \"paymentBalance\": false,\n            \"paymentBalanceSuccess\": false,\n            \"paymentRewards\": false,\n            \"paymentRewardsSuccess\": false,\n            \"paymentVoucher\": false,\n            \"paymentVoucherSuccess\": false,\n            \"paymentVoucherTrxId\": 0\n        }\n    ],\n    \"message\": \"TRANSACTION APPROVED\",\n    \"orderNumber\": \"156GYHEJSMLX4J9J\",\n    \"ptechOrderId\": \"NpdhG4ZB156GYHEJSMLX4J9J\",\n    \"success\": true,\n    \"trxNumber\": \"f188d038-ac19-4548-9ae1-c91334ad1d83\"\n}"},{"id":"93b49751-1ade-42e0-9033-b7338af4be7d","name":"200 - with cc profile and balance on multi item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"raw","raw":"{\r\n  \"accountId\" : \"A5411059264\",\r\n  \"email\" : \"yjoyas@ztarmobile.com\",\r\n  \"comments\" : \"\",\r\n  \"ipAddress\" : \"10.100.100.100\",\r\n  \"orderNumber\" : \"156GYHEJSMLX4J9J9\",\r\n  \"profileKey\" : \"317638468120211018\",\r\n  \"items\" : [ {\r\n      \"itemId\" : \"156GYHEJSMLX4J9J9-1\",\r\n      \"title\" : \"plan\",\r\n      \"description\" : \"some test description\",\r\n      \"mdn\" : \"3464641773\",\r\n      \"balanceAmount\" : 0,\r\n      \"rewardsAmount\" : 0,\r\n      \"voucherNumber\" : \"\",\r\n      \"upgrade\" : false,\r\n      \"oldItemId\" : \"\",\r\n      \"amount\" : 20.0,\r\n      \"salesTax\" : 0.62,\r\n      \"adminFee\" : 1.02,\r\n      \"fedUsf\" : 0.94,\r\n      \"stateUsf\" : 0.53,\r\n      \"ppSurcharge\" : 0.3,\r\n      \"totalAmount\" : 23.41\r\n  },{\r\n      \"itemId\" : \"156GYHEJSMLX4J9J9-2\",\r\n      \"title\" : \"plan2\",\r\n      \"description\" : \"some test description 2\",\r\n      \"mdn\" : \"3464641773\",\r\n      \"balanceAmount\" : 10,\r\n      \"rewardsAmount\" : 0,\r\n      \"voucherNumber\" : \"\",\r\n      \"upgrade\" : false,\r\n      \"oldItemId\" : \"\",\r\n      \"amount\" : 20.0,\r\n      \"salesTax\" : 0.62,\r\n      \"adminFee\" : 1.02,\r\n      \"fedUsf\" : 0.94,\r\n      \"stateUsf\" : 0.53,\r\n      \"ppSurcharge\" : 0.3,\r\n      \"totalAmount\" : 23.41\r\n  } ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/v5/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"baf1af4c-b0fb-4899-ad3b-a9ce59b12c5f"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 24 May 2022 13:56:15 GMT"},{"key":"Content-Length","value":"826"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"A5411059264\",\n    \"authCode\": \"1182500418251998067\",\n    \"ccTrxId\": 0,\n    \"code\": 0,\n    \"creditCard\": true,\n    \"itemResponses\": [\n        {\n            \"itemId\": \"156GYHEJSMLX4J9J9-1\",\n            \"mdn\": \"3464641773\",\n            \"paymentBalance\": false,\n            \"paymentBalanceSuccess\": false,\n            \"paymentRewards\": false,\n            \"paymentRewardsSuccess\": false,\n            \"paymentVoucher\": false,\n            \"paymentVoucherSuccess\": false,\n            \"paymentVoucherTrxId\": 0\n        },\n        {\n            \"itemId\": \"156GYHEJSMLX4J9J9-2\",\n            \"mdn\": \"3464641773\",\n            \"paymentBalance\": true,\n            \"paymentBalanceSuccess\": true,\n            \"paymentBalanceTrxNumber\": \"9526c0da-0dbb-4477-8a3d-1942a89ac470\",\n            \"paymentRewards\": false,\n            \"paymentRewardsSuccess\": false,\n            \"paymentVoucher\": false,\n            \"paymentVoucherSuccess\": false,\n            \"paymentVoucherTrxId\": 0\n        }\n    ],\n    \"message\": \"TRANSACTION APPROVED\",\n    \"orderNumber\": \"156GYHEJSMLX4J9J9\",\n    \"ptechOrderId\": \"LCrGCSMt156GYHEJSMLX4J9J9\",\n    \"success\": true,\n    \"trxNumber\": \"fcdd4fa3-0616-467a-82b4-7b6677628bf6\"\n}"}],"_postman_id":"8b7e3335-63ac-4c02-976d-ef8740d84472"},{"name":"/payment/refund","id":"b7cb1b5e-e2da-416f-80f5-d4538ead1168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"raw","raw":"{\r\n    \"accountId\": \"A5411059264\",\r\n    \"comments\": \"\",\r\n    \"ipAddress\": \"10.100.100.100\",\r\n    \"orderNumber\": \"156GYHEJSMLX4J9J\",\r\n    \"refundItems\": [\r\n        {\r\n            \"itemId\": \"156GYHEJSMLX4J9J-1\",\r\n            \"fullRefund\": true,\r\n            \"balanceAmount\": 0,\r\n            \"rewardsAmount\": 0,\r\n            \"voucherNumber\": \"\",\r\n            \"downgrade\": false,\r\n            \"oldItemId\": \"\",\r\n            \"amount\": 0,\r\n            \"salesTax\": 0,\r\n            \"adminFee\": 0,\r\n            \"fedUsf\": 0,\r\n            \"stateUsf\": 0,\r\n            \"ppSurcharge\": 0,\r\n            \"totalAmount\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/refund","description":"<p>This API will process a payment using either a credit card or credit card profile.<br />\namount, salesTax, adminFee, fedUsf, stateUsf, ppSurcharge are double values and the sum of all will be charged.</p>\n<h4>Notes</h4>\nTo pay with credit card omit the profileKey value.\n<br />\n<h4>Error Code, Message, Http Status</h4>\n<ul>\n<li>70101, \"The credit card number must not be empty\", BAD_REQUEST</li>\n<li>70102, \"The credit card number is invalid\", BAD_REQUEST</li>\n<li>70103, \"The credit card number is invalid\", BAD_REQUEST</li>\n\n<li>70104, \"The credit card cvv must not be empty\", BAD_REQUEST</li>\n<li>70105, \"The credit card cvv is invalid\", BAD_REQUEST</li>\n\n<li>70106, \"The credit card expiration date must not be empty\", BAD_REQUEST</li>\n<li>70107, \"Invalid credit card expiration date, expected format (ddMM) and must be current or future date\", BAD_REQUEST</li>\n\n<li>70108, \"The credit card name must not be empty\", BAD_REQUEST</li>\n<li>70109, \"The credit card name is too long, it must contain 30 characters or less\", BAD_REQUEST</li>\n<li>70110, \"The billing address must not be empty\", BAD_REQUEST</li>\n<li>70111, \"The billing address is invalid, it must contain 30 characters or less\", BAD_REQUEST</li>\n<li>70112, \"The billing city must not be empty\", BAD_REQUEST</li>\n<li>70113, \"The billing city is invalid, it must contain 20 characters or less\", BAD_REQUEST</li>\n<li>70114, \"The billing state must not be empty\", BAD_REQUEST</li>\n<li>70115, \"The billing state is invalid, it must contain 2 characters\", BAD_REQUEST</li>\n<li>70116, \"The billing zip must not be empty\", BAD_REQUEST</li>\n<li>70117, \"The billing zip is invalid, it must contain 10 characters or less\", BAD_REQUEST</li>\n\n<li>70118, \"Invalid purchase amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</li>\n<li>70119, \"Invalid sales tax amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</li>\n<li>70120, \"Invalid admin fee amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</li>\n<li>70121, \"Invalid fedUsf amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</li>\n<li>70122, \"Invalid stateUsf amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</li>\n<li>70123, \"Invalid prepaid surcharge amount. Amount must be greater than 0 and less (or equals) than 500.00\", BAD_REQUEST</li>\n<li>70124, \"Error calculating total amount to charge\", INTERNAL_SERVER_ERROR</li>\n\n<li>70125, \"The email must not be empty\", BAD_REQUEST</li>\n<li>70126, \"The email is too long, it must contain 50 characters or less\", BAD_REQUEST</li>\n\n<li>70127, \"The order id must not be empty\", BAD_REQUEST</li>\n<li>70128, \"The order id is too long, it must contain 50 characters or less\", BAD_REQUEST</li>\n\n<li>70129, \"The account mdn is invalid\", BAD_REQUEST</li>\n<li>70130, \"The account mdn is not found\", NOT_FOUND</li>\n<li>70131, \"Error looking up the account mdn\", INTERNAL_SERVER_ERROR</li>\n<li>70132, \"The profile key length is too short, it must contain at least 10 characters\", BAD_REQUEST</li>\n\n<li>511, \"Error while executing auth/capture from Chase\", INTERNAL_SERVER_ERROR</li>\n<li>213, \"Payment failure, Transaction declined\", BAD_REQUEST</li>\n<li>510, \"Payment failure, Transaction error\", BAD_REQUEST</li>\n<li>511, \"Unable to create a valid profile, credit card declined\", BAD_REQUEST</li>\n<li>512, \"Unable to create a valid profile\", BAD_REQUEST</li>\n\n<li>404, \"Unable to find valid profile\", Response.Status.NOT_FOUND</li>\n</ul>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","refund"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"1d3884c9-1b4f-49c5-beef-49940f161460","name":"200 - using profile basic payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"raw","raw":"{\r\n  \"accountId\" : \"A5411059264\",\r\n  \"email\" : \"yjoyas@ztarmobile.com\",\r\n  \"comments\" : \"\",\r\n  \"ipAddress\" : \"10.100.100.100\",\r\n  \"orderNumber\" : \"156GYHEJSMLX4J9J\",\r\n  \"profileKey\" : \"317638468120211018\",\r\n  \"items\" : [ {\r\n      \"itemId\" : \"156GYHEJSMLX4J9J-1\",\r\n      \"title\" : \"plan\",\r\n      \"description\" : \"some test description\",\r\n      \"mdn\" : \"3464641773\",\r\n      \"balanceAmount\" : 0,\r\n      \"rewardsAmount\" : 0,\r\n      \"voucherNumber\" : \"\",\r\n      \"upgrade\" : false,\r\n      \"oldItemId\" : \"\",\r\n      \"amount\" : 20.0,\r\n      \"salesTax\" : 0.62,\r\n      \"adminFee\" : 1.02,\r\n      \"fedUsf\" : 0.94,\r\n      \"stateUsf\" : 0.53,\r\n      \"ppSurcharge\" : 0.3,\r\n      \"totalAmount\" : 23.41\r\n  } ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/v5/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"671930ef-e632-445a-ae8e-0f8bd6303116"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 11 Mar 2022 13:50:37 GMT"},{"key":"Content-Length","value":"526"}],"cookie":[],"responseTime":null,"body":"{\n    \"accountId\": \"A5411059264\",\n    \"authCode\": \"9111025875303339655\",\n    \"ccTrxId\": 0,\n    \"code\": 0,\n    \"creditCard\": false,\n    \"itemResponses\": [\n        {\n            \"itemId\": \"156GYHEJSMLX4J9J-1\",\n            \"mdn\": \"3464641773\",\n            \"paymentBalance\": false,\n            \"paymentBalanceSuccess\": false,\n            \"paymentRewards\": false,\n            \"paymentRewardsSuccess\": false,\n            \"paymentVoucher\": false,\n            \"paymentVoucherSuccess\": false,\n            \"paymentVoucherTrxId\": 0\n        }\n    ],\n    \"message\": \"TRANSACTION APPROVED\",\n    \"orderNumber\": \"156GYHEJSMLX4J9J\",\n    \"ptechOrderId\": \"NpdhG4ZB156GYHEJSMLX4J9J\",\n    \"success\": true,\n    \"trxNumber\": \"f188d038-ac19-4548-9ae1-c91334ad1d83\"\n}"}],"_postman_id":"b7cb1b5e-e2da-416f-80f5-d4538ead1168"},{"name":"/payment/creditCards/{{profileKey}}","id":"f03ee7c7-925f-44f4-448e-d487b43f1d36","request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards/{{profileKey}}","description":"<p>This API returns a credit card profile information.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","creditCards","{{profileKey}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"de8ece7d-7883-4270-3720-0ff930f067c1","name":"200 Successful","originalRequest":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards/{{profileKey}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"127","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Wed, 03 May 2017 13:26:48 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu May 02 2019 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Wed May 03 2017 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.1423679449.1493735731","key":"_gid"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5MzczNjk4NywianRpIjoibmxLZWQ3ZkM5Z3VtUTdRX2luSXl6QSIsImlhdCI6MTQ5MzczNTcyOCwibmJmIjoxNDkzNzM1NjA4LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoiZmFsc2UiLCJncm91cCI6InN5c19hZG1pbiIsImdyb3VwX2Rlc2MiOiJTeXN0ZW0gQWRtaW4gR3JvdXAiLCJncm91cF9sZXZlbCI6IjEiLCJhY2xzIjpbImNuPWFjY291bnRfYWN0aXZhdGUiLCJjbj1hY2NvdW50X2FkZF9ub3RlIiwiY249YWNjb3VudF9hZGp1c3RtZW50IiwiY249YWNjb3VudF9jYW5jZWxfaGxyIiwiY249YWNjb3VudF9jaGFuZ2VfdGVjaCIsImNuPWFjY291bnRfZXF1aXBtZW50X2NoYW5nZSIsImNuPWFjY291bnRfaGlzdG9yeSIsImNuPWFjY291bnRfbnVtYmVyX2NoYW5nZSIsImNuPWFjY291bnRfcmF0ZV9wbGFuX2NoYW5nZSIsImNuPWFjY291bnRfcmVmaWxsIiwiY249YWNjb3VudF9yZWZpbGxfcGluIiwiY249YWNjb3VudF9yZWZpbGxfcGlubGVzcyIsImNuPWFjY291bnRfcmVzZW5kX290YSIsImNuPWFjY291bnRfdGV4dF9hcG4iLCJjbj1hY2NvdW50X3VwZGF0ZV9wb3J0aW4iLCJjbj1hY2NvdW50X3ZtX3Jlc2V0IiwiY249bWFya2V0X2NhbmFkYSIsImNuPW1hcmtldF91cyIsImNuPW1lbnVfYWN0aW9uc19hY3RpdmF0ZSIsImNuPW1lbnVfYWN0aW9uc19jb3ZlcmFnZSIsImNuPW1lbnVfYWN0aW9uc19wb2MiLCJjbj1tZW51X2FjdGlvbnNfcG9jX3ZhbCIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW4iLCJjbj1tZW51X2FjdGlvbnNfcG9ydGluX3dvcmtsaXN0IiwiY249bWVudV9hY3Rpb25zX3B1a19kZXRhaWwiLCJjbj1tZW51X2FjdGlvbnNfdm91Y2hlcl9kZXRhaWwiLCJjbj1tZW51X2FkbWluIiwiY249bWVudV9hZG1pbl9jYXRhbG9nIiwiY249bWVudV9hZG1pbl9kZWFsZXJzIiwiY249bWVudV9hZG1pbl9ncm91cHMiLCJjbj1tZW51X2FkbWluX2xpbmtzIiwiY249bWVudV9hZG1pbl9uZXdzIiwiY249bWVudV9hZG1pbl91c2VycyIsImNuPW1lbnVfaGVscGxpbmsiLCJjbj1tZW51X2xpbmtzIiwiY249bWVudV9saW5rc19jYSIsImNuPW1lbnVfbGlua3NfdXMiLCJjbj1tZW51X25ld3MiLCJjbj1tZW51X3JlcG9ydCIsImNuPW1lbnVfcmVwb3J0X2NhIiwiY249bWVudV9yZXBvcnRfZGVhbGVyIiwiY249bWVudV9yZXBvcnRfdXMiLCJjbj1uZXdzX2NhX2luZm8iLCJjbj1uZXdzX2NhX3VyZ2VudCIsImNuPW5ld3NfdXNfaW5mbyIsImNuPW5ld3NfdXNfdXJnZW50IiwiY249c2VjdXJlZF9DSVJDTEVLIiwiY249c2VjdXJlZF9HT09EMkdPVVMiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1DRE1BIiwiY249c2VjdXJlZF9HT09EMkdPVVMtVFJBVkVMIiwiY249c2VjdXJlZF9KT0xUX0FUVCIsImNuPXNlY3VyZWRfUElYLUNETUEiLCJjbj1zZWN1cmVkX1BJWF9BVFQiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUtQ0RNQSIsImNuPXNlY3VyZWRfUk9HRVJTX0dPT0QyR09DQU5BREEiLCJjbj1zZWN1cmVkX1JPR0VSU19QRVRST0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVCIsImNuPXNlY3VyZWRfU1BFQUtPVVQtQ0RNQSIsImNuPXNlY3VyZWRfU1RSRUFNX0FUVCIsImNuPXNlY3VyZWRfVEVMQklMTCIsImNuPXNlY3VyZWRfVVNUUkFWRUxTSU0iLCJjbj1zZWN1cmVkX3BvcnRpbl93X3BpbiIsImNuPXNlY3VyZWRfdm91Y2hlcl9jYW5hZGEiLCJjbj1zZWN1cmVkX3ZvdWNoZXJfdXMiLCJjbj12b3VjaGVyX2NoYW5nZV9zdGF0dXMiLCJjbj1tZW51X2FjdGlvbnNfZXF1aXBfdmFsIiwiY249YWNjb3VudF9wYXNzd29yZF9jaGFuZ2UiLCJjbj1zZWN1cmVkX0pPTFQtQ0RNQSIsImNuPXNlY3VyZWRfSEVST19BVFQiXX0.O2wqQ3uclCCqYvBwiCb4ys8o5SFpwzJZFm6WZHCi63ShkEXDgBpn9buR1K_Yy8IU9rjVXcfnz8H5cu8ulW9gnqYcqJH_RxcWicOiotMtNCTb_KadGYxxKQPoVWBCUyc5GQVJM-viZWSlSdaqPWF0Xfsx2b5DomKSKvROw4rh9L35gt_646DMNO3kfQj-n5rwp41jSpyNGXHbIqt7dxQcsVmgjJtOUqNrvlTQqpPLzgPFRaL99SzMucqglbRCRtMdx3jGsxLlqKu2mcJ6COF-ZWCx9ry8C7yUfpEf_uyu6yVXYVh_EccMKJKxtsHg0HecqxSuUs35nrE7-z79_zuNQA","key":"ZrmJwToken"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"e49cf5bc998681039d9b31424a7d","key":"JSESSIONID"}],"responseTime":"6929","body":"{\"credit_card_type\":\"VISA\",\"credit_card_num\":\"************1111\",\"credit_card_name\":\"JOHN SMITH\",\"exp_date\":\"0320\",\"status\":200}"}],"_postman_id":"f03ee7c7-925f-44f4-448e-d487b43f1d36"},{"name":"/payment/creditCards/{{profileKey}}","id":"2cde24bc-9845-4227-9d0f-edb59261dc82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"","type":"text"},{"key":"primary","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards/{{profileKey}}","description":"<p>This API updates a credit card profile for the mdn and sets the primary flag (default: false).</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","creditCards","{{profileKey}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"9dc9f094-5b0e-4631-b133-42ca775fbfb3","name":"404 - Not Found","originalRequest":{"method":"PUT","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"8326127248","type":"text"},{"key":"primary","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards/{{profileKey}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"da8b50a7-4ee2-4cb7-a09d-324293ee701a"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Thu, 18 Apr 2019 15:15:54 GMT"},{"key":"Content-Length","value":"79"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"update card profile failed\",\n    \"status\": 404,\n    \"timestamp\": 1555600554417\n}"},{"id":"c8ec92a7-e5c0-4bdb-a85b-f1e67bb9b679","name":"200 - Success","originalRequest":{"method":"PUT","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"8326127247","type":"text"},{"key":"primary","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards/{{profileKey}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"66f2d01d-e9d7-4093-a8a2-c290c5da721f"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Thu, 18 Apr 2019 15:12:39 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"},{"id":"d845e655-8b62-4b7f-9ac5-02c27ab33dff","name":"400 - bad mdn","originalRequest":{"method":"PUT","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"","type":"text"},{"key":"primary","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards/{{profileKey}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"058416e1-765b-45c8-8bc6-b862e64884bf"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Thu, 18 Apr 2019 15:13:13 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"update card profile failed\",\n    \"status\": 70005,\n    \"timestamp\": 1555600393592\n}"}],"_postman_id":"2cde24bc-9845-4227-9d0f-edb59261dc82"},{"name":"/payment/creditCards/{{profileKey}}","id":"f88db480-092a-4afa-9f85-bc1d8667b618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards/{{profileKey}}","description":"<p>This API cancels a credit card profile and it's association to all mdn.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","creditCards","{{profileKey}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f88db480-092a-4afa-9f85-bc1d8667b618"},{"name":"/payment/creditCards/{{profileKey}}/{{mdn}}","id":"92cc95af-acf3-4432-b8db-ba6e3b6989ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards/{{profileKey}}/{{mdn}}","description":"<p>This API cancels a credit card profile for the mdn.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","creditCards","{{profileKey}}","{{mdn}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"92cc95af-acf3-4432-b8db-ba6e3b6989ec"},{"name":"/payment/creditCards","id":"22052d97-fb5f-a167-36fa-46a85fe99cb1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"cardNumber","value":"4111111111111111","type":"text"},{"key":"cardCode","value":"445","type":"text"},{"key":"expirationDate","value":"0320","type":"text"},{"key":"name","value":"John Smith","type":"text"},{"key":"address1","value":"16 village lane","type":"text"},{"key":"address2","value":"suite 250","type":"text"},{"key":"city","value":"colleyville","type":"text"},{"key":"state","value":"TX","type":"text"},{"key":"zip","value":"76034","type":"text"},{"key":"email","value":"john.smith@email.com","type":"text"},{"key":"primary","value":"true","description":"<p>Flag to specify if profile is to be used during the renewal process.  Defaults to true</p>\n","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards","description":"<p>This API creates a new credit card profile.<br />\nThis profile is not associated to any subscriber upon creation and can be used for any payment transaction.<br />\nTo associate the new credit card profile to a subscriber the <b>PUT</b> API has to be called.<br />\nAll fields are mandatory except for address2.\n<br /><br /></p>\n<h3>Returns</h3><br />\nThe credit card profile information","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","creditCards"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"cd276bd3-b5df-9759-dc60-29832ecce355","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"cardNumber","value":"4111111111111111","type":"text"},{"key":"cardCode","value":"445","type":"text"},{"key":"expirationDate","value":"0320","type":"text"},{"key":"name","value":"John Smith","type":"text"},{"key":"address1","value":"16 village lane","type":"text"},{"key":"address2","value":"suite 250","type":"text"},{"key":"city","value":"colleyville","type":"text"},{"key":"state","value":"TX","type":"text"},{"key":"zip","value":"76034","type":"text"},{"key":"email","value":"john.smith@email.com","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"129","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Mon, 08 May 2017 16:54:55 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu May 02 2019 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"8fbea889bbdb9d4ab9b5769865bd","key":"JSESSIONID"}],"responseTime":"1308","body":"{\"profileKey\":\"614241149420170508\",\"credit_card_type\":\"VISA\",\"credit_card_num\":\"************1111\",\"exp_date\":\"0320\",\"status\":200}"}],"_postman_id":"22052d97-fb5f-a167-36fa-46a85fe99cb1"},{"name":"/payment/creditCards","id":"e7a9f555-8cdf-b8f7-0b03-1f0e41b38631","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileKey","value":"{{profileKey}}","type":"text"},{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"type","value":"creditCard","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text"},{"key":"cardCode","value":"445","type":"text"},{"key":"expirationDate","value":"0312","type":"text"},{"key":"name","value":"John Smith","type":"text"},{"key":"address1","value":"16 village lane","type":"text"},{"key":"address2","value":"suite 250","type":"text"},{"key":"city","value":"colleyville","type":"text"},{"key":"state","value":"TX","type":"text"},{"key":"zip","value":"76034","type":"text"},{"key":"email","value":"john.smith@email.com","type":"text"},{"key":"primary","value":"true","type":"text","description":"<p>Flag to specify if profile is to be used during the renewal process. </p>\n"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards","description":"<p>This API updates a credit card profile.<br />\nThe profileKey, mdn and type are mandatory parameters.<br />\nThere are two values for the type parameter: creditCard and creditCardProfile.<br />\ncreditCardProfile will only update the internal mdn used in the profile.<br />\ncreditCard will update all fields with both cc processor and internally.<br />\nThe primary parameter should be sent as true only on the profile which will be used during auto-renewal.<br />All other profiles associated to the mdn will have this flag set to false.\nIf all the profiles have a primary flag of false, no cards will be used during the renewal process.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","creditCards"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"1f7298bb-cb7b-a768-f333-6adbc9d76903","name":"200 Credit Card Profile","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileKey","value":"{{profileKey}}","type":"text"},{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"type","value":"creditCardProfile","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text","disabled":true},{"key":"cardCode","value":"445","type":"text","disabled":true},{"key":"expirationDate","value":"0312","type":"text","disabled":true},{"key":"name","value":"John Smith","type":"text","disabled":true},{"key":"address1","value":"16 village lane","type":"text","disabled":true},{"key":"address2","value":"suite 250","type":"text","disabled":true},{"key":"city","value":"colleyville","type":"text","disabled":true},{"key":"state","value":"TX","type":"text","disabled":true},{"key":"zip","value":"76034","type":"text","disabled":true},{"key":"email","value":"john.smith@email.com","type":"text","disabled":true},{"key":"primary","value":"true","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"48","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Wed, 03 May 2017 14:33:26 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu May 02 2019 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Wed May 03 2017 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.1423679449.1493735731","key":"_gid"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5MzczNjk4NywianRpIjoibmxLZWQ3ZkM5Z3VtUTdRX2luSXl6QSIsImlhdCI6MTQ5MzczNTcyOCwibmJmIjoxNDkzNzM1NjA4LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoiZmFsc2UiLCJncm91cCI6InN5c19hZG1pbiIsImdyb3VwX2Rlc2MiOiJTeXN0ZW0gQWRtaW4gR3JvdXAiLCJncm91cF9sZXZlbCI6IjEiLCJhY2xzIjpbImNuPWFjY291bnRfYWN0aXZhdGUiLCJjbj1hY2NvdW50X2FkZF9ub3RlIiwiY249YWNjb3VudF9hZGp1c3RtZW50IiwiY249YWNjb3VudF9jYW5jZWxfaGxyIiwiY249YWNjb3VudF9jaGFuZ2VfdGVjaCIsImNuPWFjY291bnRfZXF1aXBtZW50X2NoYW5nZSIsImNuPWFjY291bnRfaGlzdG9yeSIsImNuPWFjY291bnRfbnVtYmVyX2NoYW5nZSIsImNuPWFjY291bnRfcmF0ZV9wbGFuX2NoYW5nZSIsImNuPWFjY291bnRfcmVmaWxsIiwiY249YWNjb3VudF9yZWZpbGxfcGluIiwiY249YWNjb3VudF9yZWZpbGxfcGlubGVzcyIsImNuPWFjY291bnRfcmVzZW5kX290YSIsImNuPWFjY291bnRfdGV4dF9hcG4iLCJjbj1hY2NvdW50X3VwZGF0ZV9wb3J0aW4iLCJjbj1hY2NvdW50X3ZtX3Jlc2V0IiwiY249bWFya2V0X2NhbmFkYSIsImNuPW1hcmtldF91cyIsImNuPW1lbnVfYWN0aW9uc19hY3RpdmF0ZSIsImNuPW1lbnVfYWN0aW9uc19jb3ZlcmFnZSIsImNuPW1lbnVfYWN0aW9uc19wb2MiLCJjbj1tZW51X2FjdGlvbnNfcG9jX3ZhbCIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW4iLCJjbj1tZW51X2FjdGlvbnNfcG9ydGluX3dvcmtsaXN0IiwiY249bWVudV9hY3Rpb25zX3B1a19kZXRhaWwiLCJjbj1tZW51X2FjdGlvbnNfdm91Y2hlcl9kZXRhaWwiLCJjbj1tZW51X2FkbWluIiwiY249bWVudV9hZG1pbl9jYXRhbG9nIiwiY249bWVudV9hZG1pbl9kZWFsZXJzIiwiY249bWVudV9hZG1pbl9ncm91cHMiLCJjbj1tZW51X2FkbWluX2xpbmtzIiwiY249bWVudV9hZG1pbl9uZXdzIiwiY249bWVudV9hZG1pbl91c2VycyIsImNuPW1lbnVfaGVscGxpbmsiLCJjbj1tZW51X2xpbmtzIiwiY249bWVudV9saW5rc19jYSIsImNuPW1lbnVfbGlua3NfdXMiLCJjbj1tZW51X25ld3MiLCJjbj1tZW51X3JlcG9ydCIsImNuPW1lbnVfcmVwb3J0X2NhIiwiY249bWVudV9yZXBvcnRfZGVhbGVyIiwiY249bWVudV9yZXBvcnRfdXMiLCJjbj1uZXdzX2NhX2luZm8iLCJjbj1uZXdzX2NhX3VyZ2VudCIsImNuPW5ld3NfdXNfaW5mbyIsImNuPW5ld3NfdXNfdXJnZW50IiwiY249c2VjdXJlZF9DSVJDTEVLIiwiY249c2VjdXJlZF9HT09EMkdPVVMiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1DRE1BIiwiY249c2VjdXJlZF9HT09EMkdPVVMtVFJBVkVMIiwiY249c2VjdXJlZF9KT0xUX0FUVCIsImNuPXNlY3VyZWRfUElYLUNETUEiLCJjbj1zZWN1cmVkX1BJWF9BVFQiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUtQ0RNQSIsImNuPXNlY3VyZWRfUk9HRVJTX0dPT0QyR09DQU5BREEiLCJjbj1zZWN1cmVkX1JPR0VSU19QRVRST0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVCIsImNuPXNlY3VyZWRfU1BFQUtPVVQtQ0RNQSIsImNuPXNlY3VyZWRfU1RSRUFNX0FUVCIsImNuPXNlY3VyZWRfVEVMQklMTCIsImNuPXNlY3VyZWRfVVNUUkFWRUxTSU0iLCJjbj1zZWN1cmVkX3BvcnRpbl93X3BpbiIsImNuPXNlY3VyZWRfdm91Y2hlcl9jYW5hZGEiLCJjbj1zZWN1cmVkX3ZvdWNoZXJfdXMiLCJjbj12b3VjaGVyX2NoYW5nZV9zdGF0dXMiLCJjbj1tZW51X2FjdGlvbnNfZXF1aXBfdmFsIiwiY249YWNjb3VudF9wYXNzd29yZF9jaGFuZ2UiLCJjbj1zZWN1cmVkX0pPTFQtQ0RNQSIsImNuPXNlY3VyZWRfSEVST19BVFQiXX0.O2wqQ3uclCCqYvBwiCb4ys8o5SFpwzJZFm6WZHCi63ShkEXDgBpn9buR1K_Yy8IU9rjVXcfnz8H5cu8ulW9gnqYcqJH_RxcWicOiotMtNCTb_KadGYxxKQPoVWBCUyc5GQVJM-viZWSlSdaqPWF0Xfsx2b5DomKSKvROw4rh9L35gt_646DMNO3kfQj-n5rwp41jSpyNGXHbIqt7dxQcsVmgjJtOUqNrvlTQqpPLzgPFRaL99SzMucqglbRCRtMdx3jGsxLlqKu2mcJ6COF-ZWCx9ry8C7yUfpEf_uyu6yVXYVh_EccMKJKxtsHg0HecqxSuUs35nrE7-z79_zuNQA","key":"ZrmJwToken"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eba6420e2e99254795eee6b57e74","key":"JSESSIONID"}],"responseTime":"1518","body":"{\"profileKey\":\"859814656920170503\",\"status\":200}"}],"_postman_id":"e7a9f555-8cdf-b8f7-0b03-1f0e41b38631"},{"name":"/payment/v2/creditCards","id":"e9c10d53-42b7-497f-bad6-503898c86d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileKey","type":"text","value":"{{profileKey}}"},{"key":"cardCode","type":"text","value":"445"},{"key":"expirationDate","type":"text","value":"0312"},{"key":"name","type":"text","value":"John Smith"},{"key":"address1","type":"text","value":"16 village lane"},{"key":"address2","type":"text","value":"suite 250"},{"key":"city","type":"text","value":"colleyville"},{"key":"state","type":"text","value":"TX"},{"key":"zip","type":"text","value":"76034"},{"key":"email","type":"text","value":"john.smith@email.com"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/v2/creditCards","description":"<p>This API updates a credit card profile with the credit card processor.<br />\nThe profileKey is a mandatory parameters.<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","v2","creditCards"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"a5326c0f-0d44-4323-885c-c6d2f5b7be6d","name":"200 Credit Card Profile","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"profileKey","value":"{{profileKey}}","type":"text"},{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"type","value":"creditCardProfile","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text","disabled":true},{"key":"cardCode","value":"445","type":"text","disabled":true},{"key":"expirationDate","value":"0312","type":"text","disabled":true},{"key":"name","value":"John Smith","type":"text","disabled":true},{"key":"address1","value":"16 village lane","type":"text","disabled":true},{"key":"address2","value":"suite 250","type":"text","disabled":true},{"key":"city","value":"colleyville","type":"text","disabled":true},{"key":"state","value":"TX","type":"text","disabled":true},{"key":"zip","value":"76034","type":"text","disabled":true},{"key":"email","value":"john.smith@email.com","type":"text","disabled":true},{"key":"primary","value":"true","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/creditCards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"48","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Wed, 03 May 2017 14:33:26 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu May 02 2019 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Wed May 03 2017 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.1423679449.1493735731","key":"_gid"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5MzczNjk4NywianRpIjoibmxLZWQ3ZkM5Z3VtUTdRX2luSXl6QSIsImlhdCI6MTQ5MzczNTcyOCwibmJmIjoxNDkzNzM1NjA4LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoiZmFsc2UiLCJncm91cCI6InN5c19hZG1pbiIsImdyb3VwX2Rlc2MiOiJTeXN0ZW0gQWRtaW4gR3JvdXAiLCJncm91cF9sZXZlbCI6IjEiLCJhY2xzIjpbImNuPWFjY291bnRfYWN0aXZhdGUiLCJjbj1hY2NvdW50X2FkZF9ub3RlIiwiY249YWNjb3VudF9hZGp1c3RtZW50IiwiY249YWNjb3VudF9jYW5jZWxfaGxyIiwiY249YWNjb3VudF9jaGFuZ2VfdGVjaCIsImNuPWFjY291bnRfZXF1aXBtZW50X2NoYW5nZSIsImNuPWFjY291bnRfaGlzdG9yeSIsImNuPWFjY291bnRfbnVtYmVyX2NoYW5nZSIsImNuPWFjY291bnRfcmF0ZV9wbGFuX2NoYW5nZSIsImNuPWFjY291bnRfcmVmaWxsIiwiY249YWNjb3VudF9yZWZpbGxfcGluIiwiY249YWNjb3VudF9yZWZpbGxfcGlubGVzcyIsImNuPWFjY291bnRfcmVzZW5kX290YSIsImNuPWFjY291bnRfdGV4dF9hcG4iLCJjbj1hY2NvdW50X3VwZGF0ZV9wb3J0aW4iLCJjbj1hY2NvdW50X3ZtX3Jlc2V0IiwiY249bWFya2V0X2NhbmFkYSIsImNuPW1hcmtldF91cyIsImNuPW1lbnVfYWN0aW9uc19hY3RpdmF0ZSIsImNuPW1lbnVfYWN0aW9uc19jb3ZlcmFnZSIsImNuPW1lbnVfYWN0aW9uc19wb2MiLCJjbj1tZW51X2FjdGlvbnNfcG9jX3ZhbCIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW4iLCJjbj1tZW51X2FjdGlvbnNfcG9ydGluX3dvcmtsaXN0IiwiY249bWVudV9hY3Rpb25zX3B1a19kZXRhaWwiLCJjbj1tZW51X2FjdGlvbnNfdm91Y2hlcl9kZXRhaWwiLCJjbj1tZW51X2FkbWluIiwiY249bWVudV9hZG1pbl9jYXRhbG9nIiwiY249bWVudV9hZG1pbl9kZWFsZXJzIiwiY249bWVudV9hZG1pbl9ncm91cHMiLCJjbj1tZW51X2FkbWluX2xpbmtzIiwiY249bWVudV9hZG1pbl9uZXdzIiwiY249bWVudV9hZG1pbl91c2VycyIsImNuPW1lbnVfaGVscGxpbmsiLCJjbj1tZW51X2xpbmtzIiwiY249bWVudV9saW5rc19jYSIsImNuPW1lbnVfbGlua3NfdXMiLCJjbj1tZW51X25ld3MiLCJjbj1tZW51X3JlcG9ydCIsImNuPW1lbnVfcmVwb3J0X2NhIiwiY249bWVudV9yZXBvcnRfZGVhbGVyIiwiY249bWVudV9yZXBvcnRfdXMiLCJjbj1uZXdzX2NhX2luZm8iLCJjbj1uZXdzX2NhX3VyZ2VudCIsImNuPW5ld3NfdXNfaW5mbyIsImNuPW5ld3NfdXNfdXJnZW50IiwiY249c2VjdXJlZF9DSVJDTEVLIiwiY249c2VjdXJlZF9HT09EMkdPVVMiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1DRE1BIiwiY249c2VjdXJlZF9HT09EMkdPVVMtVFJBVkVMIiwiY249c2VjdXJlZF9KT0xUX0FUVCIsImNuPXNlY3VyZWRfUElYLUNETUEiLCJjbj1zZWN1cmVkX1BJWF9BVFQiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUtQ0RNQSIsImNuPXNlY3VyZWRfUk9HRVJTX0dPT0QyR09DQU5BREEiLCJjbj1zZWN1cmVkX1JPR0VSU19QRVRST0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVCIsImNuPXNlY3VyZWRfU1BFQUtPVVQtQ0RNQSIsImNuPXNlY3VyZWRfU1RSRUFNX0FUVCIsImNuPXNlY3VyZWRfVEVMQklMTCIsImNuPXNlY3VyZWRfVVNUUkFWRUxTSU0iLCJjbj1zZWN1cmVkX3BvcnRpbl93X3BpbiIsImNuPXNlY3VyZWRfdm91Y2hlcl9jYW5hZGEiLCJjbj1zZWN1cmVkX3ZvdWNoZXJfdXMiLCJjbj12b3VjaGVyX2NoYW5nZV9zdGF0dXMiLCJjbj1tZW51X2FjdGlvbnNfZXF1aXBfdmFsIiwiY249YWNjb3VudF9wYXNzd29yZF9jaGFuZ2UiLCJjbj1zZWN1cmVkX0pPTFQtQ0RNQSIsImNuPXNlY3VyZWRfSEVST19BVFQiXX0.O2wqQ3uclCCqYvBwiCb4ys8o5SFpwzJZFm6WZHCi63ShkEXDgBpn9buR1K_Yy8IU9rjVXcfnz8H5cu8ulW9gnqYcqJH_RxcWicOiotMtNCTb_KadGYxxKQPoVWBCUyc5GQVJM-viZWSlSdaqPWF0Xfsx2b5DomKSKvROw4rh9L35gt_646DMNO3kfQj-n5rwp41jSpyNGXHbIqt7dxQcsVmgjJtOUqNrvlTQqpPLzgPFRaL99SzMucqglbRCRtMdx3jGsxLlqKu2mcJ6COF-ZWCx9ry8C7yUfpEf_uyu6yVXYVh_EccMKJKxtsHg0HecqxSuUs35nrE7-z79_zuNQA","key":"ZrmJwToken"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eba6420e2e99254795eee6b57e74","key":"JSESSIONID"}],"responseTime":null,"body":"{\"profileKey\":\"859814656920170503\",\"status\":200}"}],"_postman_id":"e9c10d53-42b7-497f-bad6-503898c86d86"},{"name":"/payment/transaction/{xrefId}","id":"abe2ec19-74d0-9925-cf47-127c16a38e85","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"xrefId","value":"{{mdn}}","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text"},{"key":"cardCode","value":"445","type":"text"},{"key":"expirationDate","value":"0312","type":"text"},{"key":"name","value":"John Smith","type":"text"},{"key":"address1","value":"16 village lane","type":"text"},{"key":"address2","value":"suite 250","type":"text"},{"key":"city","value":"colleyville","type":"text"},{"key":"state","value":"TX","type":"text"},{"key":"zip","value":"76034","type":"text"},{"key":"amount","value":"34","type":"text"},{"key":"tax","value":"2","type":"text"},{"key":"fees","value":"8","type":"text"},{"key":"type","value":"creditCardProfile","type":"text"},{"key":"profileKey","value":"{{profileKey}}","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/transaction/{{xrefId}}","description":"<p>This API get payment information for the specified xrefId.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","transaction","{{xrefId}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"48c2a21c-35b6-520c-c509-fa9e272b8e87","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"xrefId","value":"{{mdn}}","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text"},{"key":"cardCode","value":"445","type":"text"},{"key":"expirationDate","value":"0312","type":"text"},{"key":"name","value":"John Smith","type":"text"},{"key":"address1","value":"16 village lane","type":"text"},{"key":"address2","value":"suite 250","type":"text"},{"key":"city","value":"colleyville","type":"text"},{"key":"state","value":"TX","type":"text"},{"key":"zip","value":"76034","type":"text"},{"key":"amount","value":"34","type":"text"},{"key":"tax","value":"2","type":"text"},{"key":"fees","value":"8","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"118","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 06 Apr 2017 21:08:49 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"276","body":"{\"paymentSuccess\":true,\"authCode\":\"123456\",\"paymentTrxNumber\":\"1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ7890\",\"status\":200}"},{"id":"4fcbff89-5dd0-dd88-52bd-1ebf9be61f0e","name":"200 Credit Card Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"xrefId","value":"{{mdn}}","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text","disabled":true},{"key":"cardCode","value":"445","type":"text","disabled":true},{"key":"expirationDate","value":"0312","type":"text","disabled":true},{"key":"name","value":"John Smith","type":"text","disabled":true},{"key":"address1","value":"16 village lane","type":"text","disabled":true},{"key":"address2","value":"suite 250","type":"text","disabled":true},{"key":"city","value":"colleyville","type":"text","disabled":true},{"key":"state","value":"TX","type":"text","disabled":true},{"key":"zip","value":"76034","type":"text","disabled":true},{"key":"amount","value":"34","type":"text"},{"key":"tax","value":"2","type":"text"},{"key":"fees","value":"8","type":"text"},{"key":"type","value":"creditCardProfile","type":"text"},{"key":"profileKey","value":"{{profileKey}}","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"118","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Wed, 03 May 2017 14:44:02 GMT","description":"The date and time that the message was sent"},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":"A name for the server"},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu May 02 2019 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5MzczNjk4NywianRpIjoibmxLZWQ3ZkM5Z3VtUTdRX2luSXl6QSIsImlhdCI6MTQ5MzczNTcyOCwibmJmIjoxNDkzNzM1NjA4LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoiZmFsc2UiLCJncm91cCI6InN5c19hZG1pbiIsImdyb3VwX2Rlc2MiOiJTeXN0ZW0gQWRtaW4gR3JvdXAiLCJncm91cF9sZXZlbCI6IjEiLCJhY2xzIjpbImNuPWFjY291bnRfYWN0aXZhdGUiLCJjbj1hY2NvdW50X2FkZF9ub3RlIiwiY249YWNjb3VudF9hZGp1c3RtZW50IiwiY249YWNjb3VudF9jYW5jZWxfaGxyIiwiY249YWNjb3VudF9jaGFuZ2VfdGVjaCIsImNuPWFjY291bnRfZXF1aXBtZW50X2NoYW5nZSIsImNuPWFjY291bnRfaGlzdG9yeSIsImNuPWFjY291bnRfbnVtYmVyX2NoYW5nZSIsImNuPWFjY291bnRfcmF0ZV9wbGFuX2NoYW5nZSIsImNuPWFjY291bnRfcmVmaWxsIiwiY249YWNjb3VudF9yZWZpbGxfcGluIiwiY249YWNjb3VudF9yZWZpbGxfcGlubGVzcyIsImNuPWFjY291bnRfcmVzZW5kX290YSIsImNuPWFjY291bnRfdGV4dF9hcG4iLCJjbj1hY2NvdW50X3VwZGF0ZV9wb3J0aW4iLCJjbj1hY2NvdW50X3ZtX3Jlc2V0IiwiY249bWFya2V0X2NhbmFkYSIsImNuPW1hcmtldF91cyIsImNuPW1lbnVfYWN0aW9uc19hY3RpdmF0ZSIsImNuPW1lbnVfYWN0aW9uc19jb3ZlcmFnZSIsImNuPW1lbnVfYWN0aW9uc19wb2MiLCJjbj1tZW51X2FjdGlvbnNfcG9jX3ZhbCIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW4iLCJjbj1tZW51X2FjdGlvbnNfcG9ydGluX3dvcmtsaXN0IiwiY249bWVudV9hY3Rpb25zX3B1a19kZXRhaWwiLCJjbj1tZW51X2FjdGlvbnNfdm91Y2hlcl9kZXRhaWwiLCJjbj1tZW51X2FkbWluIiwiY249bWVudV9hZG1pbl9jYXRhbG9nIiwiY249bWVudV9hZG1pbl9kZWFsZXJzIiwiY249bWVudV9hZG1pbl9ncm91cHMiLCJjbj1tZW51X2FkbWluX2xpbmtzIiwiY249bWVudV9hZG1pbl9uZXdzIiwiY249bWVudV9hZG1pbl91c2VycyIsImNuPW1lbnVfaGVscGxpbmsiLCJjbj1tZW51X2xpbmtzIiwiY249bWVudV9saW5rc19jYSIsImNuPW1lbnVfbGlua3NfdXMiLCJjbj1tZW51X25ld3MiLCJjbj1tZW51X3JlcG9ydCIsImNuPW1lbnVfcmVwb3J0X2NhIiwiY249bWVudV9yZXBvcnRfZGVhbGVyIiwiY249bWVudV9yZXBvcnRfdXMiLCJjbj1uZXdzX2NhX2luZm8iLCJjbj1uZXdzX2NhX3VyZ2VudCIsImNuPW5ld3NfdXNfaW5mbyIsImNuPW5ld3NfdXNfdXJnZW50IiwiY249c2VjdXJlZF9DSVJDTEVLIiwiY249c2VjdXJlZF9HT09EMkdPVVMiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1DRE1BIiwiY249c2VjdXJlZF9HT09EMkdPVVMtVFJBVkVMIiwiY249c2VjdXJlZF9KT0xUX0FUVCIsImNuPXNlY3VyZWRfUElYLUNETUEiLCJjbj1zZWN1cmVkX1BJWF9BVFQiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUtQ0RNQSIsImNuPXNlY3VyZWRfUk9HRVJTX0dPT0QyR09DQU5BREEiLCJjbj1zZWN1cmVkX1JPR0VSU19QRVRST0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVCIsImNuPXNlY3VyZWRfU1BFQUtPVVQtQ0RNQSIsImNuPXNlY3VyZWRfU1RSRUFNX0FUVCIsImNuPXNlY3VyZWRfVEVMQklMTCIsImNuPXNlY3VyZWRfVVNUUkFWRUxTSU0iLCJjbj1zZWN1cmVkX3BvcnRpbl93X3BpbiIsImNuPXNlY3VyZWRfdm91Y2hlcl9jYW5hZGEiLCJjbj1zZWN1cmVkX3ZvdWNoZXJfdXMiLCJjbj12b3VjaGVyX2NoYW5nZV9zdGF0dXMiLCJjbj1tZW51X2FjdGlvbnNfZXF1aXBfdmFsIiwiY249YWNjb3VudF9wYXNzd29yZF9jaGFuZ2UiLCJjbj1zZWN1cmVkX0pPTFQtQ0RNQSIsImNuPXNlY3VyZWRfSEVST19BVFQiXX0.O2wqQ3uclCCqYvBwiCb4ys8o5SFpwzJZFm6WZHCi63ShkEXDgBpn9buR1K_Yy8IU9rjVXcfnz8H5cu8ulW9gnqYcqJH_RxcWicOiotMtNCTb_KadGYxxKQPoVWBCUyc5GQVJM-viZWSlSdaqPWF0Xfsx2b5DomKSKvROw4rh9L35gt_646DMNO3kfQj-n5rwp41jSpyNGXHbIqt7dxQcsVmgjJtOUqNrvlTQqpPLzgPFRaL99SzMucqglbRCRtMdx3jGsxLlqKu2mcJ6COF-ZWCx9ry8C7yUfpEf_uyu6yVXYVh_EccMKJKxtsHg0HecqxSuUs35nrE7-z79_zuNQA","key":"ZrmJwToken"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eba6420e2e99254795eee6b57e74","key":"JSESSIONID"}],"responseTime":"89","body":"{\"paymentSuccess\":true,\"authCode\":\"123456\",\"paymentTrxNumber\":\"1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ7890\",\"status\":200}"},{"id":"937be14a-8d82-b660-caf4-f0f16817c49c","name":"200 - Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"xrefId","value":"{{mdn}}","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text"},{"key":"cardCode","value":"445","type":"text"},{"key":"expirationDate","value":"0312","type":"text"},{"key":"name","value":"John Smith","type":"text"},{"key":"address1","value":"16 village lane","type":"text"},{"key":"address2","value":"suite 250","type":"text"},{"key":"city","value":"colleyville","type":"text"},{"key":"state","value":"TX","type":"text"},{"key":"zip","value":"76034","type":"text"},{"key":"amount","value":"34","type":"text"},{"key":"tax","value":"2","type":"text"},{"key":"fees","value":"8","type":"text"},{"key":"type","value":"creditCardProfile","type":"text"},{"key":"profileKey","value":"{{profileKey}}","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/transaction/{{xrefId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"164","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Sun, 30 Jul 2017 18:58:41 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu Jul 11 2019 04:00:17 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"4a8e801fe90c682aef2b961312bd","key":"JSESSIONID"}],"responseTime":"13992","body":"{\"dateTime\":\"2017-07-30 13:51:55\",\"amount\":0.44,\"confirmationNumber\":\"306730765370243607\",\"paymentMethod\":\"************1111\",\"status\":\"Approved\",\"paymentType\":\"CC\"}"}],"_postman_id":"abe2ec19-74d0-9925-cf47-127c16a38e85"},{"name":"/payment/v5/transaction","id":"e4633f2d-2525-4dc8-93da-38d65fe2e03c","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/v5/transaction?orderId=156GYHEJSMLX4J9J9","description":"<p>This API get payment information for the specified xrefId.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","v5","transaction"],"host":["{{domain}}"],"query":[{"key":"orderId","value":"156GYHEJSMLX4J9J9"}],"variable":[]}},"response":[{"id":"c671b6a3-27be-4827-9f89-0aaad4c889ee","name":"200 Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/v5/transaction?orderId=156GYHEJSMLX4J9J9","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","payment","v5","transaction"],"query":[{"key":"orderId","value":"156GYHEJSMLX4J9J9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"2d9a89a5-b6f0-45a2-a5d0-d5a8c364dc7b"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 25 May 2022 05:31:53 GMT"},{"key":"Content-Length","value":"702"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"156GYHEJSMLX4J9J9\",\n    \"product\": \"good2gous\",\n    \"transactions\": [\n        {\n            \"processedDate\": \"2022-05-24T08:56:14-0500\",\n            \"type\": \"Balance\",\n            \"trxId\": \"\",\n            \"authCode\": \"\",\n            \"status\": \"APPLIED\",\n            \"amount\": 10,\n            \"taxes\": 0,\n            \"fees\": 0,\n            \"fedUsf\": 0,\n            \"stateUsf\": 0,\n            \"ppSurcharge\": 0,\n            \"totalAmount\": 10,\n            \"billingInfo\": {}\n        },\n        {\n            \"processedDate\": \"2022-05-24T08:56:14-0500\",\n            \"type\": \"Credit Card\",\n            \"trxId\": \"fcdd4fa3-0616-467a-82b4-7b6677628bf6\",\n            \"authCode\": \"1182500418251998067\",\n            \"status\": \"Approved\",\n            \"amount\": 40,\n            \"taxes\": 1.24,\n            \"fees\": 2.04,\n            \"fedUsf\": 1.88,\n            \"stateUsf\": 1.06,\n            \"ppSurcharge\": 0.6,\n            \"totalAmount\": 46.82,\n            \"billingInfo\": {\n                \"last4\": \"1111\",\n                \"name\": \"Yael Joyas\",\n                \"address1\": \"123 Main ST\",\n                \"address2\": \"\",\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"zip\": \"77449\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e4633f2d-2525-4dc8-93da-38d65fe2e03c"},{"name":"/payment/void","id":"f0075e05-f2c6-5385-fb18-d13bf07b99ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"},{"key":"product","value":"{{product}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"xrefId","value":"{{xrefId}}","type":"text","description":"<p>XrefId submitted in the payment transactions call</p>\n"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/void","description":"<p>This API will void a payment <br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","payment","void"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"84ce8085-41b2-964d-e744-079eb65b41be","name":"200 Credit Card Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"xrefId","value":"{{mdn}}","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text","disabled":true},{"key":"cardCode","value":"445","type":"text","disabled":true},{"key":"expirationDate","value":"0312","type":"text","disabled":true},{"key":"name","value":"John Smith","type":"text","disabled":true},{"key":"address1","value":"16 village lane","type":"text","disabled":true},{"key":"address2","value":"suite 250","type":"text","disabled":true},{"key":"city","value":"colleyville","type":"text","disabled":true},{"key":"state","value":"TX","type":"text","disabled":true},{"key":"zip","value":"76034","type":"text","disabled":true},{"key":"amount","value":"34","type":"text"},{"key":"tax","value":"2","type":"text"},{"key":"fees","value":"8","type":"text"},{"key":"type","value":"creditCardProfile","type":"text"},{"key":"profileKey","value":"{{profileKey}}","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Content-Length","key":"Content-Length","value":"118","description":"The length of the response body in octets (8-bit bytes)"},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":"The mime type of this content"},{"name":"Date","key":"Date","value":"Wed, 03 May 2017 14:44:02 GMT","description":"The date and time that the message was sent"},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":"A name for the server"},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Mon Sep 28 2026 04:55:02 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":false,"session":false,"value":"04b94812-fa2c-47ec-b1a1-54930be652dd","key":"Idea-c171080e"},{"expires":"Mon Oct 08 2018 01:26:31 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"9%7C40","key":"__atuvc"},{"expires":"Thu May 02 2019 14:35:30 GMT+0000 (Coordinated Universal Time)","hostOnly":true,"httpOnly":false,"domain":"localhost","path":"/","secure":false,"session":false,"value":"GA1.1.684424357.1471980108","key":"_ga"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eyJraWQiOiJrMSIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJadGFyTW9iaWxlIiwiYXVkIjoiWnJtVXNlciIsImV4cCI6MTQ5MzczNjk4NywianRpIjoibmxLZWQ3ZkM5Z3VtUTdRX2luSXl6QSIsImlhdCI6MTQ5MzczNTcyOCwibmJmIjoxNDkzNzM1NjA4LCJzdWIiOiJ5am95YXMiLCJyb3dJZCI6IjEiLCJuYW1lIjoiWWFlbCBKb3lhcyIsIm1haWwiOiJ5am95YXNAenRhcm1vYmlsZS5jb20iLCJhY3RpdmUiOiJ0cnVlIiwiY2hncHdkIjoiZmFsc2UiLCJteWFjY291bnQiOiJmYWxzZSIsImRlYWxlciI6ImZhbHNlIiwiZzJnbXlhY2NvdW50IjoiZmFsc2UiLCJ6cm0iOiJ0cnVlIiwidGVzdGVyIjoiZmFsc2UiLCJkZWFsZXJJZCI6Im51bGwiLCJhZ3JlZW1lbnQiOiJudWxsIiwibWlncmF0ZWQiOiJudWxsIiwicmVhZG5ld3MiOiIxNDYyMTgyMzQ3MDAwIiwibG9nZ2VkIjoiZmFsc2UiLCJncm91cCI6InN5c19hZG1pbiIsImdyb3VwX2Rlc2MiOiJTeXN0ZW0gQWRtaW4gR3JvdXAiLCJncm91cF9sZXZlbCI6IjEiLCJhY2xzIjpbImNuPWFjY291bnRfYWN0aXZhdGUiLCJjbj1hY2NvdW50X2FkZF9ub3RlIiwiY249YWNjb3VudF9hZGp1c3RtZW50IiwiY249YWNjb3VudF9jYW5jZWxfaGxyIiwiY249YWNjb3VudF9jaGFuZ2VfdGVjaCIsImNuPWFjY291bnRfZXF1aXBtZW50X2NoYW5nZSIsImNuPWFjY291bnRfaGlzdG9yeSIsImNuPWFjY291bnRfbnVtYmVyX2NoYW5nZSIsImNuPWFjY291bnRfcmF0ZV9wbGFuX2NoYW5nZSIsImNuPWFjY291bnRfcmVmaWxsIiwiY249YWNjb3VudF9yZWZpbGxfcGluIiwiY249YWNjb3VudF9yZWZpbGxfcGlubGVzcyIsImNuPWFjY291bnRfcmVzZW5kX290YSIsImNuPWFjY291bnRfdGV4dF9hcG4iLCJjbj1hY2NvdW50X3VwZGF0ZV9wb3J0aW4iLCJjbj1hY2NvdW50X3ZtX3Jlc2V0IiwiY249bWFya2V0X2NhbmFkYSIsImNuPW1hcmtldF91cyIsImNuPW1lbnVfYWN0aW9uc19hY3RpdmF0ZSIsImNuPW1lbnVfYWN0aW9uc19jb3ZlcmFnZSIsImNuPW1lbnVfYWN0aW9uc19wb2MiLCJjbj1tZW51X2FjdGlvbnNfcG9jX3ZhbCIsImNuPW1lbnVfYWN0aW9uc19wb3J0aW4iLCJjbj1tZW51X2FjdGlvbnNfcG9ydGluX3dvcmtsaXN0IiwiY249bWVudV9hY3Rpb25zX3B1a19kZXRhaWwiLCJjbj1tZW51X2FjdGlvbnNfdm91Y2hlcl9kZXRhaWwiLCJjbj1tZW51X2FkbWluIiwiY249bWVudV9hZG1pbl9jYXRhbG9nIiwiY249bWVudV9hZG1pbl9kZWFsZXJzIiwiY249bWVudV9hZG1pbl9ncm91cHMiLCJjbj1tZW51X2FkbWluX2xpbmtzIiwiY249bWVudV9hZG1pbl9uZXdzIiwiY249bWVudV9hZG1pbl91c2VycyIsImNuPW1lbnVfaGVscGxpbmsiLCJjbj1tZW51X2xpbmtzIiwiY249bWVudV9saW5rc19jYSIsImNuPW1lbnVfbGlua3NfdXMiLCJjbj1tZW51X25ld3MiLCJjbj1tZW51X3JlcG9ydCIsImNuPW1lbnVfcmVwb3J0X2NhIiwiY249bWVudV9yZXBvcnRfZGVhbGVyIiwiY249bWVudV9yZXBvcnRfdXMiLCJjbj1uZXdzX2NhX2luZm8iLCJjbj1uZXdzX2NhX3VyZ2VudCIsImNuPW5ld3NfdXNfaW5mbyIsImNuPW5ld3NfdXNfdXJnZW50IiwiY249c2VjdXJlZF9DSVJDTEVLIiwiY249c2VjdXJlZF9HT09EMkdPVVMiLCJjbj1zZWN1cmVkX0dPT0QyR09VUy1DRE1BIiwiY249c2VjdXJlZF9HT09EMkdPVVMtVFJBVkVMIiwiY249c2VjdXJlZF9KT0xUX0FUVCIsImNuPXNlY3VyZWRfUElYLUNETUEiLCJjbj1zZWN1cmVkX1BJWF9BVFQiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUiLCJjbj1zZWN1cmVkX1JFQUxNT0JJTEUtQ0RNQSIsImNuPXNlY3VyZWRfUk9HRVJTX0dPT0QyR09DQU5BREEiLCJjbj1zZWN1cmVkX1JPR0VSU19QRVRST0NBTkFEQSIsImNuPXNlY3VyZWRfUk9HRVJTX1NQRUFLT1VUIiwiY249c2VjdXJlZF9TUEVBS09VVCIsImNuPXNlY3VyZWRfU1BFQUtPVVQtQ0RNQSIsImNuPXNlY3VyZWRfU1RSRUFNX0FUVCIsImNuPXNlY3VyZWRfVEVMQklMTCIsImNuPXNlY3VyZWRfVVNUUkFWRUxTSU0iLCJjbj1zZWN1cmVkX3BvcnRpbl93X3BpbiIsImNuPXNlY3VyZWRfdm91Y2hlcl9jYW5hZGEiLCJjbj1zZWN1cmVkX3ZvdWNoZXJfdXMiLCJjbj12b3VjaGVyX2NoYW5nZV9zdGF0dXMiLCJjbj1tZW51X2FjdGlvbnNfZXF1aXBfdmFsIiwiY249YWNjb3VudF9wYXNzd29yZF9jaGFuZ2UiLCJjbj1zZWN1cmVkX0pPTFQtQ0RNQSIsImNuPXNlY3VyZWRfSEVST19BVFQiXX0.O2wqQ3uclCCqYvBwiCb4ys8o5SFpwzJZFm6WZHCi63ShkEXDgBpn9buR1K_Yy8IU9rjVXcfnz8H5cu8ulW9gnqYcqJH_RxcWicOiotMtNCTb_KadGYxxKQPoVWBCUyc5GQVJM-viZWSlSdaqPWF0Xfsx2b5DomKSKvROw4rh9L35gt_646DMNO3kfQj-n5rwp41jSpyNGXHbIqt7dxQcsVmgjJtOUqNrvlTQqpPLzgPFRaL99SzMucqglbRCRtMdx3jGsxLlqKu2mcJ6COF-ZWCx9ry8C7yUfpEf_uyu6yVXYVh_EccMKJKxtsHg0HecqxSuUs35nrE7-z79_zuNQA","key":"ZrmJwToken"},{"expires":"Invalid Date","hostOnly":true,"httpOnly":true,"domain":"localhost","path":"/","secure":true,"session":true,"value":"eba6420e2e99254795eee6b57e74","key":"JSESSIONID"}],"responseTime":"89","body":"{\"paymentSuccess\":true,\"authCode\":\"123456\",\"paymentTrxNumber\":\"1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ7890\",\"status\":200}"},{"id":"a9267942-267a-b550-7406-372df6240da7","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"xrefId","value":"{{mdn}}","type":"text"},{"key":"cardNumber","value":"4111111111111111","type":"text"},{"key":"cardCode","value":"445","type":"text"},{"key":"expirationDate","value":"0312","type":"text"},{"key":"name","value":"John Smith","type":"text"},{"key":"address1","value":"16 village lane","type":"text"},{"key":"address2","value":"suite 250","type":"text"},{"key":"city","value":"colleyville","type":"text"},{"key":"state","value":"TX","type":"text"},{"key":"zip","value":"76034","type":"text"},{"key":"amount","value":"34","type":"text"},{"key":"tax","value":"2","type":"text"},{"key":"fees","value":"8","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/payment/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"118","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 06 Apr 2017 21:08:49 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"276","body":"{\"paymentSuccess\":true,\"authCode\":\"123456\",\"paymentTrxNumber\":\"1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ7890\",\"status\":200}"}],"_postman_id":"f0075e05-f2c6-5385-fb18-d13bf07b99ec"}],"id":"ef41c17a-61b3-a57a-f857-77bb64da468c","_postman_id":"ef41c17a-61b3-a57a-f857-77bb64da468c","description":""},{"name":"Portin","item":[{"name":"/account/portin/eligibility","id":"f8364530-5a2a-8bd9-6f8f-f05553dc5045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"2813001434","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/eligibility","description":"<p>Checks if a subscriber number is valid for portin.<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","portin","eligibility"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"2f530c6b-6ac8-4479-a065-c2ed76351dcd","name":"400 - Not Eligible","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"2813001434","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/search/checkPortInEligibility"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"b13b79f1-d254-43f3-9927-68bd1009a2d0"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 26 Feb 2020 10:51:16 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 740,\n    \"message\": \"GenericCode__INELIGIBLE_FOR_PORTIN\"\n}"},{"id":"4b29663f-1e58-4fe8-b6ab-bf9731ff2cb9","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"8322476484","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/search/checkPortInEligibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"ade24429-e977-412f-9e6d-40dd70381b1e"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Wed, 26 Feb 2020 10:48:29 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"}],"_postman_id":"f8364530-5a2a-8bd9-6f8f-f05553dc5045"},{"name":"/account/portin/{mdn}","id":"25f6f074-2903-2874-ae0f-00045b7c6774","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"activationCode","value":"0469546","type":"text","description":"<p>Required if not sending ICCID-- Mobile Device Number for an existing subscriber.\nExample value: 6823090526</p>\n"},{"key":"iccid","value":"","type":"text","description":"<p>required if not sending activationCode -- 20 digit ICCID value of the SIM card.\nMust be supplied for GSM activations unless activationCode is supplied.\nMust be supplied for Sprint LTE device with removable UICC/SIM.\nExample value: 89302720401000590100</p>\n","disabled":true},{"key":"imei","value":"012850000469548","description":"<p>AT&amp;T - required<br />\nSPRINT - N/A<br />\n15 or 16 digit IMEI of the handset. Must be supplied for GSM activations.<br />\n<b>Example value:</b> 111122223333456</p>\n","type":"text","disabled":true},{"key":"meid","value":"","type":"text","description":"<p>AT&amp;T - N/A<br />\nSPRINT - required<br />\n11 numerical digit (ESN) or 18 numerical digit (MEID) of the handset.<br />\n<b>Example value:</b> 65478943255</p>\n","disabled":true},{"key":"ratePlan","value":"HERO8EXP","type":"text","description":"<p>Required -- The expired rate plane to use for activation.</p>\n"},{"key":"activationAmount","value":"0","type":"text","description":"<p>Optional - This is the amount to be applied to the account after activation, if value is greater than or equal to the cost of the plan, the plan will be updated to the activate plan</p>\n"},{"key":"addon","value":"","type":"text","description":"<p>Optional -- Comma delimited list of additional add-on's that will be added to the account.</p>\n"},{"key":"equipmentType","value":"4GLTE","type":"text","description":"<p>Required -- The equipment type.\nExample Values: For ATT – 3G, 4GGSM, 4GLTE\nFor Sprint- CDMA, LTE</p>\n"},{"key":"handsetOS","value":"IOS","type":"text","description":"<p>Required -- The operating system of the handset. Valid values include:\nIOS\nANDROID\nOTHER</p>\n"},{"key":"agent","value":"hero","type":"text","description":"<p>Required -- Name of the agent initiating port.\nExample Value: GOOD2GO</p>\n"},{"key":"mdn","value":"6825574559","type":"text","description":"<p>Required -- Mobile Device Number for an existing subscriber.\nExample value: 6823090526</p>\n"},{"key":"firstName","value":"Al","type":"text","description":"<p>Required -- Subscriber’s first name as provided to the previous carrier.</p>\n"},{"key":"lastName","value":"Bundy","type":"text","description":"<p>Required -- Subscriber’s last name as provided to the previous carrier.</p>\n"},{"key":"streetNumber","value":"123","type":"text","description":"<p>Required -- Street number of the subscriber’s address as provided to the previous carrier.</p>\n"},{"key":"streetName","value":"Main St","type":"text","description":"<p>Required -- Name of the street of the subscriber’s address as provided to the previous carrier.</p>\n"},{"key":"city","value":"New York","type":"text","description":"<p>Required -- Subscriber’s city as provided to the previous carrier.</p>\n"},{"key":"state","value":"NY","type":"text","description":"<p>Required -- Subscriber’s state as provided to the previous carrier.</p>\n"},{"key":"zip","value":"12345","type":"text","description":"<p>Required -- Subscriber’s zip code as provided to the previous carrier.</p>\n"},{"key":"contactEmail","value":"yjoyas@ztarmobile.com","type":"text","description":"<p>Required -- Subscriber’s email for notification.</p>\n"},{"key":"contactPhone","value":"6825574559","type":"text","description":"<p>Required -- Subscriber’s alternative phone number.</p>\n"},{"key":"ospAccount","value":"6825574559","type":"text","description":"<p>Required -- Subscriber’s account number on the previous carrier.</p>\n"},{"key":"ospPassword","value":"1234","type":"text","description":"<p>Required -- Subscriber’s account password on the previous carrier.</p>\n"},{"key":"orderNumber","value":"","description":"<p>Optional - Order number associated with this port request</p>\n","type":"text","disabled":true},{"key":"masterAccountId","value":"","description":"<p>Optional - The Account number to associate to this subscriber</p>\n","type":"text","disabled":true},{"key":"referralCode","value":"","description":"<p>Optional - The referral code to associate to this subscriber</p>\n","type":"text","disabled":true},{"key":"masterAccountEmail","value":"","description":"<p>Optional - The email to associate to this subscriber</p>\n","type":"text","disabled":true},{"key":"profileKey","value":"","description":"<p>Optional - Credit Card Profile key to be associated to subscriber</p>\n","type":"text","disabled":true},{"key":"primaryCcProfile","value":"","description":"<p>Optional - This the boolean flag to specify if the credit card profile should be the primary profile used for auto-renew\nDefaults: true</p>\n","type":"text","disabled":true},{"key":"pin","value":"","description":"<p>Optional - This is the 4 digit pin number to set on the account</p>\n","type":"text","disabled":true},{"key":"voucherNumber","value":"","description":"<p>Optional - This is the voucher that will be redeem to fully activate the subscriber rate plan</p>\n","type":"text","disabled":true},{"key":"version","value":"1","description":"<p>Optional - This parameter is used for version on response message. defaults to 1</p>\n","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/{{mdn}}","description":"<p>Initiate a port-in request.<br />\nSend either ICCID/MEID (MEID/ICCID if sprint LTE) or ActivationCode, not both.<br /></p>\n<h3>Timelines</h3>\nWireless port<br />\n<ul>\n<li>response time ~ 15min - 72hrs</li>\n<li>complete time ~ 20min - 72hrs</li>\n</ul>\nWireline port<br />\n<ul>\n<li>response time ~ 24hrs - 72hrs</li>\n<li>complete time ~ 15min after response time</li>\n</ul><br />\n<h3>Notes:</h3>\n<ul>\n<li>Please carefully review all of the information you are entering for a port.  If any information does not match what the Customer's OSP has on record, the port validation will fail, and they will deny the port.</li>\n<li>All Port IN field information is required.   In the case of porting from a wireless carrier, the carriers typically validate on account number and password, but name and address is still required, although likely not used.   A good rule of thumb is try and get the most accurate info, even though it may not be necessary information for the port validation process.</li>\n<li>Any Balance remaining on the Customer's account with their OSP will NOT carry over to your new mobile account, even though it will be the same phone number.</li>\n<li>If you have a contract with your old service provider, you may be responsible for an Early Cancellation Fee, or other fees, mandated by the contract. Please check with your old service provider before porting your number, if you are unsure of these terms.</li>\n<li>activationAmount if passed in will be added to the Customer's account once the activation process has been completed.  If the activationAmount is sufficient to cover the cost of the active plan, a plan change will be performed and the account will be moved to the active plan</li>\n<li>addon if passed in will be processed after the activationAmount is processed for this to work, the activationAmount needs to be sufficient to cover the cost of the plan and the cost for all the addons.</li>\n</ul>\n<h3>RESPONSE STATUS CODES</h3>\n<table>\n    <tr><th>status</th><th>description</th></tr>\n    <tr><td>200</td><td>Success</td></tr>\n    <tr><td>901</td><td>PORT_INVALID_VOUCHER (Voucher is required)</td></tr>\n    <tr><td>902</td><td>PORT_INVALID_MDN (Invalid MDN)</td></tr>\n    <tr><td>903</td><td>PORT_INVALID_ACTIVATION_CODE (Invalid Activation Code)</td></tr>\n    <tr><td>904</td><td>PORT_INVALID_ICCID (Invalid ICCID)</td></tr>\n    <tr><td>905</td><td>PORT_INVALID_MEID (Invalid MEID)</td></tr>\n    <tr><td>906</td><td>PORT_INVALID_IMEI (Invalid IMEI))</td></tr>\n    <tr><td>907</td><td>PORT_MISSING_ACTIVATION_ICCID (Missing Activation Code and ICCID)</td></tr>\n    <tr><td>908</td><td>PORT_MISSING_ACTIVATION_MEID (Missing MEID)</td></tr>\n    <tr><td>909</td><td>PORT_MISSING_RATE_PLAN (Missing Rate Plan)</td></tr>\n    <tr><td>910</td><td>PORT_INVALID_ACTIVATION_SIM_USED (Activation Code and ICCID is used)</td></tr>\n    <tr><td>911</td><td>PORT_INVALID_ACTIVATION_ICCID (Invalid ICCID)</td></tr>\n    <tr><td>912</td><td>PORT_INVALID_SIM_LOCKED (Invalid ICCID Locked)</td></tr>\n    <tr><td>913</td><td>PORT_INVALID_PRODUCT (Invalid Product)</td></tr>\n    <tr><td>914</td><td>PORT_IMEI_BLACKLISTED (Invalid MEID Blacklisted)</td></tr>\n    <tr><td>915</td><td>PORT_MDN_INELIGIBlE (Invalid MDN Not Eligible)</td></tr>\n    <tr><td>916</td><td>PORT_MISSING_ICCID (Missing ICCID)</td></tr>\n    <tr><td>917</td><td>PORT_INVALID_ORDER_INFORMATION (Preactivation Order is invalid)</td></tr>\n</table>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","portin","{{mdn}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"30c90967-701e-2d1b-19f6-84ecdecb93ad","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"activationCode","value":"0469546","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"012850000469548","type":"text"},{"key":"meid","value":"","type":"text","disabled":true},{"key":"ratePlan","value":"HERO8EXP","type":"text"},{"key":"equipmentType","value":"4GLTE","type":"text"},{"key":"handsetOS","value":"IOS","type":"text"},{"key":"agent","value":"hero","type":"text"},{"key":"mdn","value":"6825574559","type":"text"},{"key":"firstName","value":"Al","type":"text"},{"key":"lastName","value":"Bundy","type":"text"},{"key":"streetNumber","value":"123","type":"text"},{"key":"streetName","value":"Main St","type":"text"},{"key":"city","value":"New York","type":"text"},{"key":"state","value":"NY","type":"text"},{"key":"zip","value":"12345","type":"text"},{"key":"contactEmail","value":"yjoyas@ztarmobile.com","type":"text"},{"key":"contactPhone","value":"6825574559","type":"text"},{"key":"ospAccount","value":"6825574559","type":"text"},{"key":"ospPassword","value":"1234","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/{{mdn}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"39","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Tue, 16 May 2017 15:08:51 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Fri May 10 2019 14:07:31 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"}],"responseTime":"26288","body":"{\"prn\":\"6214017136723649\",\"status\":200}"}],"_postman_id":"25f6f074-2903-2874-ae0f-00045b7c6774"},{"name":"/account/portin","id":"98ea448f-4112-e792-1856-77770e72690f","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin?mdn=&prn=6214017136723649","description":"<p>Get information regarding a specific portin request. The lookup can be done via MDN or via a Port Request Number (PRN). PRN usage is prefered.  </p>\n<h3>Parameters</h3>\n\n<table><tbody><tr><td><div><b>mdn</b><br />optional</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mobile Device Number for an existing subscriber.<br /><b>Example value:</b> 6823090526</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><b>prn</b><br />optional</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Port request number (PRN).<br /><b>Example value:</b> 13843878</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3>Port Status Notes:</h3>\n\n<h3>SUBMITTED='S'</h3>\n\n  \n<p>- Port has been submitted, and waiting for OSP response. 15-20 minutes after initial submittal, Vendor should send ACCOUNT_QUERY_PORTIN call. If S status returned, then MDN should be added to a port query queue at a longer 20-25 min interval.<br />- When a port moves to any of these status' : C, R, X, N, T, N, E, the MDN must be removed from the queue, and triaged/reclassified accordingly. This is a critical requirement, to limit unnecessary traffic and errors.<br />- No changes to port can be made to the port request in this status.  </p>\n<h3>DELAY='D'</h3>\n\n  \n<p>- OSP has not responded yet.  </p>\n<h3>CONFIRMED='C'</h3>\n\n  \n<p>- Port is complete.  </p>\n<h3>RESOLUTION='R</h3>\n\n  \n<p>- OSP Information given is not correct. Validate info with customer/have customer call OSP to get correct info.<br />- Once updated info is received from customer, send ACCOUNT_UPDATE_PORTIN call, and then add MDN back to port query queue.  </p>\n<h3>REJECTED='X'</h3>\n\n  \n<p>- Port has been rejected. If this response is received again, the number cannot be ported.  </p>\n<h3>OPEN='O'</h3>\n\n  \n<p>- Port is currently in open status.  </p>\n<h3>CANCELED='Y'</h3>\n\n  \n<p>- Port has been cancelled.<br />- Carrier will cancel a stagnant port 30 days from last stagnant status. If this happens, a new port must be submitted.  </p>\n<h3>CONFLICT='T'</h3>\n\n  \n<p>- Contact Ztar Tier3 support  </p>\n<h3>DENIED='N'</h3>\n\n  \n<p>- Contact Ztar Tier3 support  </p>\n<h3>ERROR='E'</h3>\n\n  \n<p>- Port errored out, Contact Ztar Tier3 support. likely cause, SIM already used</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","portin"],"host":["{{domain}}"],"query":[{"key":"mdn","value":""},{"key":"prn","value":"6214017136723649"}],"variable":[]}},"response":[{"id":"59cd5654-ef82-915f-9cfa-c8115ef00f08","name":"404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin?mdn=&prn=6214017136723640","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","portin"],"query":[{"key":"mdn","value":""},{"key":"prn","value":"6214017136723640"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"178","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Tue, 23 May 2017 13:36:45 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Sat May 18 2019 20:59:52 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"}],"responseTime":"111","body":"{\"status\":404,\"message\":\"[txn#:1495546605-644](404) Value not found.No port request found for mdn - , prn - 6214017136723640 [pri=null|product(inp)=HERO_ATT|product(pri)=null] \"}"},{"id":"d67b9632-d46b-d339-749d-b53646ac0b9f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin?mdn=&prn=6214017136723649","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","portin"],"query":[{"key":"mdn","value":""},{"key":"prn","value":"6214017136723649"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"702","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Tue, 23 May 2017 14:01:19 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Sat May 18 2019 20:59:52 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"}],"responseTime":"92","body":"{\"zip\":\"12345\",\"lastName\":\"Bundy\",\"ospAccount\":\"6825574559\",\"city\":\"New York\",\"contactEmail\":\"yjoyas@ztarmobile.com\",\"portStatus\":\"S\",\"portNotes\":[{\"noteTitle\":\"Port Request Created\",\"noteText\":\"Port Request created via hero.\",\"user\":\"hero\",\"timestamp\":\"2017-05-16 10:08:51\"},{\"noteTitle\":\"Port update\",\"noteText\":\"Customer has verified osp information\",\"user\":\"hero\",\"timestamp\":\"2017-05-23 08:57:21\"}],\"prn\":\"6214017136723649\",\"firstName\":\"Al\",\"iccid\":\"89014103255273065269\",\"portRequestDate\":\"2017-05-16 10:08:51\",\"portstatusDate\":\"2017-05-16 10:08:51\",\"mdn\":\"6825574559\",\"imei\":\"012850000469548\",\"activationCode\":\"0469546\",\"state\":\"NY\",\"ospPassword\":\"1234\",\"contactPhone\":\"6825574559\",\"status\":200}"}],"_postman_id":"98ea448f-4112-e792-1856-77770e72690f"},{"name":"/account/portin","id":"05d546c5-638f-49a0-badc-04367e7521e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/{{mdn}}/{{prn}}","description":"<p>Cancel a specific portin request.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","portin","{{mdn}}","{{prn}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"06fb4f31-c75a-4023-bc2a-ad66edac9b46","name":"404","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin?mdn=&prn=6214017136723640","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","portin"],"query":[{"key":"mdn","value":""},{"key":"prn","value":"6214017136723640"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"178","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Tue, 23 May 2017 13:36:45 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Sat May 18 2019 20:59:52 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"}],"responseTime":null,"body":"{\"status\":404,\"message\":\"[txn#:1495546605-644](404) Value not found.No port request found for mdn - , prn - 6214017136723640 [pri=null|product(inp)=HERO_ATT|product(pri)=null] \"}"},{"id":"fbdd38ce-ba30-4bc5-8f3f-ea87908f1661","name":"200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin?mdn=&prn=6214017136723649","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","portin"],"query":[{"key":"mdn","value":""},{"key":"prn","value":"6214017136723649"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"702","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Tue, 23 May 2017 14:01:19 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Sat May 18 2019 20:59:52 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"}],"responseTime":null,"body":"{\"zip\":\"12345\",\"lastName\":\"Bundy\",\"ospAccount\":\"6825574559\",\"city\":\"New York\",\"contactEmail\":\"yjoyas@ztarmobile.com\",\"portStatus\":\"S\",\"portNotes\":[{\"noteTitle\":\"Port Request Created\",\"noteText\":\"Port Request created via hero.\",\"user\":\"hero\",\"timestamp\":\"2017-05-16 10:08:51\"},{\"noteTitle\":\"Port update\",\"noteText\":\"Customer has verified osp information\",\"user\":\"hero\",\"timestamp\":\"2017-05-23 08:57:21\"}],\"prn\":\"6214017136723649\",\"firstName\":\"Al\",\"iccid\":\"89014103255273065269\",\"portRequestDate\":\"2017-05-16 10:08:51\",\"portstatusDate\":\"2017-05-16 10:08:51\",\"mdn\":\"6825574559\",\"imei\":\"012850000469548\",\"activationCode\":\"0469546\",\"state\":\"NY\",\"ospPassword\":\"1234\",\"contactPhone\":\"6825574559\",\"status\":200}"}],"_postman_id":"05d546c5-638f-49a0-badc-04367e7521e1"},{"name":"/account/portin/note","id":"7cd89f34-f423-4e14-6f1c-4ae71ab1270f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"prn","value":"{{prn}}","type":"text"},{"key":"noteTitle","value":"Port update","type":"text"},{"key":"noteText","value":"Customer has updated osp information","type":"text"},{"key":"agent","value":"{{vendor}}","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/note","description":"<p>Add note to an existing port request.<br /></p>\n<h3>Parameters</h3>\n<table><tbody><tr><td><strong>mdn</strong><br />required</td><td>Mobile Device Number for an existing subscriber.<br /><strong>Example value:</strong> 6823090526</td></tr><tr><td><strong>prn</strong><br />required</td><td>Port request number (PRN).<br /><strong>Example value:</strong> 13843878</td></tr><tr><td><strong>noteTitle</strong><br />required</td><td>Note title.</td></tr><tr><td><strong>noteText</strong><br />required</td><td>Note text.</td></tr><tr><td><strong>agent</strong><br />optional</td><td>Agent requesting add note.</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","portin","note"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"86f51a4d-19d8-5f92-c59a-c114e36e421b","name":"404","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"prn","value":"{{prn}}","type":"text"},{"key":"noteTitle","value":"Port update","type":"text"},{"key":"noteText","value":"Customer has verified osp information","type":"text"},{"key":"agent","value":"{{vendor}}","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/note"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"147","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Tue, 23 May 2017 13:57:48 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Sat May 18 2019 20:59:52 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"}],"responseTime":"94","body":"{\"status\":404,\"message\":\"[txn#:1495547868-831](404) Value not found. port request not found   [pri=null|product(inp)=HERO_ATT|product(pri)=null] \"}"},{"id":"c909899d-be2c-6244-c073-77a817c77f5c","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"prn","value":"{{prn}}","type":"text"},{"key":"noteTitle","value":"Port update","type":"text"},{"key":"noteText","value":"Customer has verified osp information","type":"text"},{"key":"agent","value":"{{vendor}}","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/note"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"14","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Tue, 23 May 2017 13:57:21 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Sat May 18 2019 20:59:52 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"}],"responseTime":"159","body":"{\"status\":200}"},{"id":"ce07241a-5dc0-45fa-0d82-bbb874a13473","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content"},{"key":"vendor","value":"{{vendor}}","enabled":true},{"key":"market","value":"{{market}}","enabled":true},{"key":"product","value":"{{product}}","enabled":true},{"key":"Authorization","value":"{{authorization}}","enabled":true},{"key":"transactionId","value":"{{transactionId}}","enabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"prn","value":"{{prn}}","type":"text"},{"key":"noteTitle","value":"Port update","type":"text"},{"key":"noteText","value":"Customer has updated osp information","type":"text"},{"key":"agent","value":"{{vendor}}","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin/note"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Connection","key":"Connection","value":"close","description":""},{"name":"Content-Length","key":"Content-Length","value":"14","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","description":""},{"name":"Date","key":"Date","value":"Tue, 23 May 2017 14:03:24 GMT","description":""},{"name":"Server","key":"Server","value":"GlassFish Server Open Source Edition  4.1","description":""},{"name":"Via","key":"Via","value":"1.1 denali.ztarmobile.com:24501","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","description":""}],"cookie":[{"expires":"Sat May 18 2019 20:59:52 GMT+0000 (Coordinated Universal Time)","hostOnly":false,"httpOnly":false,"domain":".ztarmobile.com","path":"/","secure":false,"session":false,"value":"GA1.2.260732143.1472151242","key":"_ga"}],"responseTime":"1687","body":"{\"status\":200}"}],"_postman_id":"7cd89f34-f423-4e14-6f1c-4ae71ab1270f"},{"name":"/account/portin","id":"ba9a1e93-9239-3dcb-b180-697a768bbae2","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"prn","value":"","type":"text","disabled":true},{"key":"mdn","value":"","type":"text"},{"key":"activationCode","value":"","type":"text"},{"key":"iccid","value":"","type":"text","disabled":true},{"key":"imei","value":"","type":"text"},{"key":"meid","value":"","type":"text","disabled":true},{"key":"firstName","value":"","type":"text"},{"key":"lastName","value":"","type":"text"},{"key":"streetNumber","value":"","type":"text"},{"key":"streetName","value":"","type":"text"},{"key":"city","value":"","type":"text"},{"key":"state","value":"","type":"text"},{"key":"zip","value":"","type":"text"},{"key":"contactEmail","value":"","type":"text"},{"key":"contactPhone","value":"","type":"text"},{"key":"ospAccount","value":"","type":"text"},{"key":"ospPassword","value":"","type":"text"},{"key":"handsetOS","value":"","type":"text"},{"key":"equipmentType","value":"","type":"text"},{"key":"agent","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/portin","description":"<p>Update an existing port in request. The request can be identified either by the MDN or the PRN.  PRN is prefered<br />\nAll the fields in the request must be submitted, even field that have not been updated.<br />\nFields that are used to submit the port request to the OSP (such as name, address and OSP account and PIN) can’t be updated unless the request has been <b>REJECTED</b> by the OSP and is in <b>RESOLUTION REQUIRED</b> status. All other fields can be updated prior to the port being completed.<br /></p>\n<h3>Parameters</h3>\n<table><tbody><tr><td><strong>prn</strong><br />optional</td><td>The existing port request number.<br /><strong>Example Value:</strong> 13843878</td></tr><tr><td><strong>mdn</strong><br />required</td><td>Mobile Device Number for an existing subscriber.<br /><strong>Example Value:</strong> 6823090526</td></tr><tr><td><strong>iccid</strong><br />optional</td><td>20 digit ICCID value of the SIM card.<br /><strong>Example Value:</strong> 89014101101489612225</td></tr><tr><td><strong>imei</strong><br />required</td><td>IMEI Code for the new SIM.<br /><strong>Example Value:</strong> 112233445566778</td></tr><tr><td><strong>meid</strong><br />optional</td><td>MEID of the new device. Applies only for Sprint.</td></tr><tr><td><strong>firstName</strong><br />required</td><td>Subscriber’s first name as provided to the previous carrier.</td></tr><tr><td><strong>lastName</strong><br />required</td><td>Subscriber’s last name as provided to the previous carrier.</td></tr><tr><td><strong>streetNumber</strong><br />required</td><td>Street number of the subscriber’s address as provided to the previous carrier.</td></tr><tr><td><strong>streetName</strong><br />required</td><td>Name of the street of the subscriber’s address as provided to the previous carrier.</td></tr><tr><td><strong>city</strong><br />required</td><td>Subscriber’s city as provided to the previous carrier.</td></tr><tr><td><strong>state</strong><br />required</td><td>Subscriber’s state as provided to the previous carrier.</td></tr><tr><td><strong>zip</strong><br />required</td><td>Subscriber’s zip code as provided to the previous carrier.</td></tr><tr><td><strong>contactEmail</strong><br />required</td><td>Subscriber’s email for notification.</td></tr><tr><td><strong>contactPhone</strong><br />required</td><td>Subscriber’s alternative phone number.</td></tr><tr><td><strong>ospAccount</strong><br />required</td><td>Subscriber’s account number on the previous carrier.</td></tr><tr><td><strong>ospPassword</strong><br />required</td><td>Subscriber’s account password on the previous carrier.</td></tr><tr><td><strong>handsetOS</strong><br />required</td><td>The operating system of the handset. Valid values include:<ul><li>IOS</li><li>ANDROID</li><li>OTHER</li></ul></td></tr><tr><td><strong>equipmentType</strong><br />required</td><td>The equipment type.<br /><strong>Example Values:</strong> For ATT – 3G, 4GGSM, 4GLTE<br />For Sprint- CDMA, LTE</td></tr><tr><td><strong>agent</strong><br />required</td><td>Name of the agent initiating port.<br /><strong>Example Value:</strong> GOOD2GOUS</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","account","portin"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba9a1e93-9239-3dcb-b180-697a768bbae2"}],"id":"4c3ba7b0-b429-82d1-df13-8e1278f712a5","description":"<p>vendor/{vendor}/account/portin</p>\n","event":[{"listen":"prerequest","script":{"id":"01a8e1b7-356b-441e-8531-8386ba1eb4ea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fbbd8aab-595b-462f-9422-479456d9a63e","type":"text/javascript","exec":[""]}}],"_postman_id":"4c3ba7b0-b429-82d1-df13-8e1278f712a5"},{"name":"Portout","item":[],"id":"8bd5b7dd-7c51-4fcf-bb6b-e5133db2c474","description":"<p>The portout process has 2 form depending on how the client wishes to handle portout.</p>\n<ul>\n<li><p>Automatica portout - This process validates the portout based on mdn and pin and a response will be sent to network without any client interaction.</p>\n</li>\n<li><p>Notification - This process requires the client to have an http listener and is described below.</p>\n</li>\n</ul>\n<p>The notification job will post a notification object to the http listener with a basic authentication header credentials over https.</p>\n<p>There are 2 events that will be posted to the http listener:</p>\n<ol>\n<li><p>notification will be sent when an open portout is being handled.</p>\n<ol>\n<li>the notification job runs every 15 minute and this notification will be resent as long as the portout is in an OPEN status.</li>\n</ol>\n</li>\n<li><p>notification will be sent when a portout has completed.</p>\n</li>\n</ol>\n<p>The notification object is a JSON object with the following variables.</p>\n<ul>\n<li><p>product - the product for this portout</p>\n</li>\n<li><p>mdn - the mdn being ported out</p>\n</li>\n<li><p>prn - the port request number</p>\n</li>\n<li><p>status - the status ( OPEN or COMPLETED )</p>\n</li>\n<li><p>direction - ( O ) for portout</p>\n</li>\n<li><p>creationDate - date when portout was created</p>\n</li>\n<li><p>ospAccount - the old service provider account</p>\n</li>\n<li><p>ospPassword - the old service provider password</p>\n</li>\n</ul>\n<p>The notification requires the client to respond back with a JSON object.</p>\n<p>The response object must have the following variables.</p>\n<ul>\n<li><p>status ( ACK, CONFIRM, DENY )</p>\n<ul>\n<li><p>if the client responds with ACK no action will be taken on the network</p>\n</li>\n<li><p>CONFIRM or DENY will be handled right away on the network.</p>\n</li>\n</ul>\n</li>\n<li><p>code ( only sent when response is DENY )</p>\n<ul>\n<li>this is the portout reason code for denying the portout ie. 6D</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"8bd5b7dd-7c51-4fcf-bb6b-e5133db2c474"},{"name":"Refill","item":[{"name":"/refill/pinless","id":"cc715004-bfb5-674a-e152-6cbe74bfd771","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text","description":"<p>mdn to update balance</p>\n"},{"key":"amount","value":"1000","type":"text","description":"<p>amount in cents</p>\n"},{"key":"paid","value":"","description":"<p>(Optional) flag to mark renewal as paid. Default = false</p>\n","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pinless","description":"<p>Updates the account balance on a subscriber</p>\n<p>If the subscriber is active and the paid flag has been set to true, the plan will be flagged as being paid for renewal. (Note - this assumes the customer will renew the same plan and the funds will not be allowed to be used on any other transactions).</p>\n<p>If the subscriber is active and the paid flag has been set to false or default, the funds will be applied to the account balance.</p>\n<p>If the subscriber is expired, the funds will be applied to the balance and if there are sufficient funds it will reactivate the subscriber services.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","refill","pinless"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"ab5eb88b-0bc2-244b-cd0a-d390e4ed9eca","name":"400 - Invalid Amount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"amount","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pinless"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"42","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 06 Apr 2017 21:18:59 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"30","body":"{\"message\":\"Invalid Amount\",\"status\":4012}"},{"id":"c04e7345-4ebe-2a5a-e235-583ebe705c63","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"9723101466","type":"text"},{"key":"amount","value":"3000","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pinless"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"110","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 06 Apr 2017 19:05:20 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"910","body":"{\"bundleExpiryDate\":\"2017-05-05T00:00-0500\",\"airtimeBalance\":3000,\"airtimeExpiryDate\":\"2017-05-06T00:00-0500\"}"}],"_postman_id":"cc715004-bfb5-674a-e152-6cbe74bfd771"},{"name":"/refill/v2/pinless","id":"581483b0-a9ed-413e-be93-d8ef94689edd","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"raw","raw":"{\r\n    \"mdn\": \"1234567890\",\r\n    \"amount\": \"1050\",\r\n    \"paid\": false,\r\n    \"referenceId\": \"9999ACDG\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/v2/pinless","description":"<p>Updates the account balance on a subscriber</p>\n<p>If the subscriber is active and the paid flag has been set to true, the plan will be flagged as being paid for renewal. (Note - this assumes the customer will renew the same plan and the funds will not be allowed to be used on any other transactions).</p>\n<p>If the subscriber is active and the paid flag has been set to false or default, the funds will be applied to the account balance.</p>\n<p>If the subscriber is expired, the funds will be applied to the balance and if there are sufficient funds it will reactivate the subscriber services.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","refill","v2","pinless"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"cc78273c-c032-4e88-9b49-dd7cbe3600c6","name":"400 - Invalid Amount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"amount","value":"","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pinless"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"42","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 06 Apr 2017 21:18:59 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"30","body":"{\"message\":\"Invalid Amount\",\"status\":4012}"},{"id":"daa763ba-a25a-45bf-977a-21ee91c547cb","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","enabled":true,"description":"The mime type of this content","disabled":false},{"key":"vendor","value":"{{vendor}}","enabled":true,"disabled":false},{"key":"market","value":"{{market}}","enabled":true,"disabled":false},{"key":"product","value":"{{product}}","enabled":true,"disabled":false},{"key":"Authorization","value":"{{authorization}}","enabled":true,"disabled":false},{"key":"transactionId","value":"{{transactionId}}","enabled":true,"disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"9723101466","type":"text"},{"key":"amount","value":"3000","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pinless"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"110","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 06 Apr 2017 19:05:20 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1","name":"Server","description":""},{"key":"Via","value":"1.1 denali.ztarmobile.com:24501","name":"Via","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"910","body":"{\"bundleExpiryDate\":\"2017-05-05T00:00-0500\",\"airtimeBalance\":3000,\"airtimeExpiryDate\":\"2017-05-06T00:00-0500\"}"}],"_postman_id":"581483b0-a9ed-413e-be93-d8ef94689edd"},{"name":"/refill","id":"92ac640b-fccb-dda0-2862-616e55dad888","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text","description":"<p>required - The subscriber number to refill</p>\n"},{"key":"amount","value":"0","type":"text","description":"<p>optional - pinless amount to be used for refill of the account\ninteger value in cents so 5000 would be 50 dollars.\nmax value is 200</p>\n"},{"key":"voucher","value":"","description":"<p>optional - voucher pin to be used for refill of the account</p>\n","type":"text"},{"key":"applyOnRenewal","value":"false","description":"<p>optional - if refill should be applied on renewal date\ndefaults - false</p>\n","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill","description":"<p>Process refill for a subscriber account.<br />\nThis api is able to handle pinless and voucher pin refills.<br /></p>\n<p><b>NOTE:</b><br />\nIf the account is on an Expired plan, the refill will be used towards reactivating the account if there's sufficient funds.<br />\nAt least one of value (amount and voucher) must be passed.<br />\napplyOnRenewal is only applicable for accounts on Active plan ie. non EXP plans.<br />\nExpiriy dates are not updated if the applyOnRenewal flag is set to true.<br />\nIf applyOnRenewal is true, the sum of the amount and voucher value needs to be at least the cost of renewal<br /></p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","refill"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"e98cfa05-c098-4205-5b6c-00fb60a67112","name":"CDMA - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text","description":"required - The subscriber number to refill"},{"key":"amount","value":"2500","type":"text","description":"optional - pinless amount to be used for refill of the account\ninteger value in cents so 5000 would be 50 dollars.\nmax value is 200"},{"key":"voucher","value":"","description":"optional - voucher pin to be used for refill of the account","type":"text"},{"key":"applyOnRenewal","value":"false","description":"optional - if refill should be applied on renewal date\ndefaults - false","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"130","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 14:30:06 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"2565","body":"{\"bundleExpiryDate\":\"2018-04-01 00:00:00\",\"airtimeBalance\":2500,\"accountBalance\":2500,\"airtimeExpiryDate\":\"2019-03-02T00:00-0600\"}"}],"_postman_id":"92ac640b-fccb-dda0-2862-616e55dad888"},{"name":"/refill/pin","id":"e84535c4-5bb9-ed7a-67dc-d5e6ea374abf","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin","description":"<p>Updates the account balance on a subscriber</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","refill","pin"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"20082f13-ed53-fe08-aeb3-7d9ce6849a25","name":"400 - PIN used","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"43","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 26 Sep 2017 18:57:15 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"1673","body":"{\"message\":\"Reload PIN used\",\"status\":3027}"},{"id":"41d70778-b6e0-6c27-499d-8096d1091111","name":"400 - Invalid voucher for product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"61","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 26 Sep 2017 19:36:22 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"39311","body":"{\"message\":\"Invalid Voucher For Subscriber Type\",\"status\":27}"},{"id":"aa2ceb37-b2f4-eee4-b898-5c8aff136112","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"148","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 26 Sep 2017 15:53:37 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"2474","body":"{\"bundleExpiryDate\":\"2017-10-18T00:00-0500\",\"airtimeBalance\":5015,\"accountBalance\":5015,\"airtimeExpiryDate\":\"2017-10-26T00:00-0500\",\"pinValue\":5000}"}],"_postman_id":"e84535c4-5bb9-ed7a-67dc-d5e6ea374abf"},{"name":"/refill/paid","id":"4354e751-35fc-8489-9f15-229082e5ffef","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text","description":"<p>required - The subscriber number to flag as renewal paid</p>\n"},{"key":"paidVoucher","value":"505406784921","type":"text","description":"<p>optional - The pinless amount to be used for renewing the account</p>\n"},{"key":"paidAmount","value":"","description":"<p>optional - The voucher pin to be used for renewing the account</p>\n","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/paid","description":"<p>Updates the account as renewal paid.<br />\nThis will also lock the account from making any plan/addon modification changes until the account renews.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","refill","paid"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"1307cc1c-30f0-d45c-9fd8-c2d8d3ecc0a4","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"148","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 26 Sep 2017 15:53:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"2474","body":"{\"bundleExpiryDate\":\"2017-10-18T00:00-0500\",\"airtimeBalance\":5015,\"accountBalance\":5015,\"airtimeExpiryDate\":\"2017-10-26T00:00-0500\",\"pinValue\":5000}"},{"id":"3569f45a-5052-23f8-b672-8cb38347c3fd","name":"400 - Invalid voucher for product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"61","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 26 Sep 2017 19:36:22 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"39311","body":"{\"message\":\"Invalid Voucher For Subscriber Type\",\"status\":27}"},{"id":"8f110175-7d66-d50a-1089-89dac3bc4abf","name":"400 - PIN used","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"43","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 26 Sep 2017 18:57:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"1673","body":"{\"message\":\"Reload PIN used\",\"status\":3027}"}],"_postman_id":"4354e751-35fc-8489-9f15-229082e5ffef"},{"name":"/refill/pin/validate","id":"3640e049-7528-1555-b9bf-3448ef4ec869","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin/validate","description":"<p>Validates the mdn/pin </p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","refill","pin","validate"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"080b769e-32e0-9608-fb47-a32cb42ef039","name":"400 - invalid product for pin","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"66","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 27 Sep 2017 21:12:24 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"335","body":"{\"message\":\"Voucher brand does not match the product\",\"status\":27}"},{"id":"a3122032-39c2-621d-4d88-7266d4f446b9","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"41","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 27 Sep 2017 20:45:43 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"379","body":"{\"pinStatus\":\"AVAILABLE\",\"pinValue\":5000}"},{"id":"cf798eeb-9bea-ee1a-524b-f25a0d09f639","name":"400 - invalid pin","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"body":{"mode":"urlencoded","urlencoded":[{"key":"mdn","value":"{{mdn}}","type":"text"},{"key":"reloadPin","value":"505406784921","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/refill/pin/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":""},{"key":"Content-Length","value":"45","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 27 Sep 2017 21:11:22 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"312","body":"{\"message\":\"Invalid Reload PIN \",\"status\":26}"}],"_postman_id":"3640e049-7528-1555-b9bf-3448ef4ec869"}],"id":"2127cafa-7c96-e4a9-ca77-61d0c0659b99","description":"<p>vendor/{vendor}/refill</p>\n","_postman_id":"2127cafa-7c96-e4a9-ca77-61d0c0659b99"},{"name":"Promotion","item":[{"name":"/promotion","id":"9f6e8bbd-0a77-8605-e66c-0ad036b20fb3","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion?mdn={{mdn}}","description":"<p>Returns account detail for the given subscriber MDN<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n<li>accountStatus (INSTALLED, BTL, EXPIRED)<br />\n a. INSTALLED = Active<br />\n b. BTL = Not Active but can be restored<br />\n c. EXPIRED = Not Active and cannot be restored<br /></li>\n<li>accumulators are populated after successfull refill<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","promotion"],"host":["{{domain}}"],"query":[{"key":"mdn","value":"{{mdn}}"}],"variable":[]}},"response":[{"id":"05544381-d53e-0f51-7726-69d0a19dea70","name":"200 - Promotions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"372","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 13 Jun 2018 14:23:33 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""},{"key":"correlationId","value":"5e7afb2f-ae62-4d1d-a01b-7790545e2c3f","name":"correlationId","description":""}],"cookie":[],"responseTime":"18","body":"{\"promotions\":[{\"product\":\"GOOD2GOUS\",\"code\":\"G2G_3MPROMO\",\"type\":\"PLAN\",\"category\":\"FIXED_COST\",\"units\":10.0,\"startDate\":\"2018-06-01 00:00:00\",\"endDate\":\"2018-07-01 00:00:00\",\"onActivation\":false,\"onPlanChange\":true,\"onRefill\":false,\"maxUsagePerMdn\":1,\"maxPlanChanges\":1,\"maxRefills\":0,\"validRatePlan\":\"ZM09LTESUB\",\"validImeiRange\":\"\",\"validVoucherUpc\":\"\"}],\"status\":200}"},{"id":"32d828be-3217-c78d-70c8-6c4a563790c0","name":"200 - Subscription with promo","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1283","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 13 Jun 2018 14:19:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"correlationId","value":"abe11bcb-e099-45e8-862c-d8d2474dfb6c","name":"correlationId","description":"Custom header"}],"cookie":[],"responseTime":"8265","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"3145728\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"2500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"2500\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"VoiceMessage\",\"units\":\"Unit\"},{\"balance\":\"0\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"300\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614172999\",\"pin\":\"3110\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":20100,\"airtimeExpiryDate\":\"2018-07-13 00:00:00\",\"billingRenewalPaymentDate\":\"2018-09-13 08:41:11\",\"promos\":[{\"code\":\"G2G_3MPROMO\",\"codeType\":\"PROMO\",\"creationDate\":\"2018-06-13 00:35:34\"}],\"email\":\"\",\"techType\":\"4GLTE\",\"product\":\"GOOD2GOUS\",\"uan\":1000483187,\"store\":\"GOOD2GOUS-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":35.0,\"pendingPlans\":[],\"carrierMarket\":\"GLR\",\"mdn\":\"5862523110\",\"billingSystem\":\"T\",\"imei\":\"012864004905324\",\"ratePlans\":[{\"ratePlan\":\"ZM09LTESUB\",\"ratePlanRenewalDate\":\"2018-09-13 08:41:11\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-05-24 00:00:00\",\"accountBalance\":20100,\"statusCode\":\"AR\",\"status\":200}"},{"id":"5611ffb2-4f66-5d3c-ddb0-16748ba17289","name":"200 - Account Cancelled in billing system less than 30 days can be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"583","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:15:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"3446","body":"{\"esn\":\"\",\"product\":\"HERO_ATT\",\"uan\":685,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"billingRenewalPaid\":false,\"accountStatus\":\"BTL\",\"pendingPlans\":[],\"iccid\":\"89014102255614165837\",\"carrierMarket\":\"BOS\",\"mdn\":\"7812492976\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"autoRenew\":false,\"equipmentName\":\"NOKIA PP1\",\"ratePlans\":[{\"ratePlan\":\"HERO2EXP\",\"ratePlanRenewalDate\":\"2017-10-31 00:00:00\",\"ratePlanExpired\":true,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-07-09 09:14:07\",\"billingRenewalPaymentDate\":\"2017-10-29 00:00:00\",\"techType\":\"4GLTE\",\"status\":200}"},{"id":"68711355-60af-1662-c05a-4516ed16328f","name":"200 - Account is Active in billing system","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1200","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:18:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"6393","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"250\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"12500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"15000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"500\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"6291456\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614166595\",\"pin\":\"1346\",\"lastRenew\":\"2017-08-02 00:12:29\",\"nextRenew\":\"2017-08-02 00:00:00\",\"autoRenew\":true,\"equipmentName\":\"NOKIA PP1\",\"airtimeBalance\":5,\"airtimeExpiryDate\":\"2017-12-30 00:00:00\",\"billingRenewalPaymentDate\":\"2017-12-28 00:00:00\",\"techType\":\"4GLTE\",\"product\":\"HERO_ATT\",\"uan\":1000000024,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"214202134620170802\",\"renewAmount\":20.0,\"pendingPlans\":[],\"carrierMarket\":\"DLS\",\"renewPeriod\":30,\"mdn\":\"2142021346\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"ratePlans\":[{\"ratePlan\":\"HERO3\",\"ratePlanRenewalDate\":\"2017-12-30 00:00:00\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-08-02 00:00:00\",\"accountBalance\":5,\"status\":200}"},{"id":"9cb3f768-2154-443e-7e81-8300dc26a495","name":"404 - Account Cancelled in billing system over 30 days no longer able to be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"204","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:13:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"2175","body":"{\"status\":404,\"message\":\"[txn#:1513318434-135] (404) Value not found. searching by  [product:HERO_ATT] [type:MDN] [text:7033474039].  [market=US|product=HERO_ATT|search text=7033474039|search type=MDN] \"}"},{"id":"bb323afd-c8d4-077f-6e24-3ddf88697747","name":"404 - No promotions found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion?mdn={{mdn}}","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","promotion"],"query":[{"key":"mdn","value":"{{mdn}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"66","name":"Content-Length","description":""},{"key":"Content-Type","value":"text/plain","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 13 Jun 2018 14:24:22 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""},{"key":"correlationId","value":"7c9b059a-d21c-46a1-9877-ba47b2a31d23","name":"correlationId","description":""}],"cookie":[],"responseTime":"379","body":"{\"message\":\"no promotions found for mdn: 5862523110\",\"status\":404}"},{"id":"ea5c08d8-7767-a6f8-0df2-bd7c61f55cf2","name":"CDMA - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"924","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 14:02:01 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"795","body":"{\"esn\":\"02300963232\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"DATA\",\"units\":\"Kb\"},{\"balance\":\"4000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"4000\",\"name\":\"MESSAGE\",\"units\":\"messages\"}],\"accountStatus\":\"ACTIVE\",\"billingRenewalPaid\":false,\"iccid\":\"\",\"pin\":\"4879\",\"MEID\":\"02300963232\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":0,\"airtimeExpiryDate\":\"2019-03-02 00:00:00\",\"billingRenewalPaymentDate\":\"20180401\",\"email\":\"\",\"techType\":\"CDMA\",\"product\":\"GOOD2GOUS-CDMA\",\"uan\":1000000329,\"MSID\":\"2545921143\",\"MSL\":\"892747\",\"store\":\"GOOD2GOUS-CDMA-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":45.0,\"pendingPlans\":[],\"carrierMarket\":\"SPRINT\",\"mdn\":\"2545924879\",\"billingSystem\":\"S\",\"imei\":\"\",\"ratePlans\":[{\"ratePlan\":\"ZM15\",\"ratePlanRenewalDate\":\"20180401\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-03-02 06:43:26\",\"accountBalance\":0,\"statusCode\":\"CR\",\"status\":200}"},{"id":"9c6ce74c-4bac-4e5f-9268-24ab4c3d074a","name":"200 - Promotion for specific bundleId","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOOD2GOUS_TMO"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion?bundleId=G2GMSP3GBPRMOLTE","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","promotion"],"query":[{"key":"mdn","value":"3464641773","disabled":true},{"key":"event","value":null,"disabled":true},{"key":"bundleId","value":"G2GMSP3GBPRMOLTE","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"b6a5ebfc-0feb-42c2-8211-0d96a1b5a8df"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 01 Jun 2022 13:58:47 GMT"},{"key":"Content-Length","value":"500"}],"cookie":[],"responseTime":null,"body":"{\n    \"promotions\": [\n        {\n            \"product\": \"GOOD2GOUS_TMO\",\n            \"code\": \"MSP50PERCOFFPROMO\",\n            \"type\": \"PLAN\",\n            \"category\": \"FIXED_PERCENTAGE\",\n            \"units\": 50,\n            \"startDate\": \"2021-04-15 00:00:00\",\n            \"endDate\": \"2022-10-31 00:00:00\",\n            \"onActivation\": false,\n            \"onPlanChange\": true,\n            \"onRefill\": true,\n            \"activationStartDate\": \"2021-04-15 00:00:00\",\n            \"activationEndDate\": \"2022-07-15 00:00:00\",\n            \"maxUsagePerMdn\": 1,\n            \"maxPlanChanges\": 0,\n            \"maxRefills\": 0,\n            \"validRatePlan\": [\n                \"G2GMSP3GBPRMOLTE\",\n                \"G2GMSP1GBPRMOLTE\"\n            ],\n            \"validImeiRange\": \"\",\n            \"validVoucherUpc\": \"\"\n        }\n    ],\n    \"status\": 200\n}"}],"_postman_id":"9f6e8bbd-0a77-8605-e66c-0ad036b20fb3"},{"name":"/promotion/{{code}}","id":"2ecd888f-9304-2332-208a-c933878b3f15","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion/G2G_3MPROMO","description":"<p>Returns account detail for the given subscriber MDN<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n<li>accountStatus (INSTALLED, BTL, EXPIRED)<br />\n a. INSTALLED = Active<br />\n b. BTL = Not Active but can be restored<br />\n c. EXPIRED = Not Active and cannot be restored<br /></li>\n<li>accumulators are populated after successfull refill<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","promotion","G2G_3MPROMO"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"071b674b-af72-7ca2-5916-b4bd76aba4d4","name":"200 - Account Cancelled in billing system less than 30 days can be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"583","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:15:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"3446","body":"{\"esn\":\"\",\"product\":\"HERO_ATT\",\"uan\":685,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"billingRenewalPaid\":false,\"accountStatus\":\"BTL\",\"pendingPlans\":[],\"iccid\":\"89014102255614165837\",\"carrierMarket\":\"BOS\",\"mdn\":\"7812492976\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"autoRenew\":false,\"equipmentName\":\"NOKIA PP1\",\"ratePlans\":[{\"ratePlan\":\"HERO2EXP\",\"ratePlanRenewalDate\":\"2017-10-31 00:00:00\",\"ratePlanExpired\":true,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-07-09 09:14:07\",\"billingRenewalPaymentDate\":\"2017-10-29 00:00:00\",\"techType\":\"4GLTE\",\"status\":200}"},{"id":"1a2ef4ec-69d2-6b36-b01c-1aa088734cdc","name":"200 - Subscription with promo","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1283","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 13 Jun 2018 14:19:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"correlationId","value":"abe11bcb-e099-45e8-862c-d8d2474dfb6c","name":"correlationId","description":"Custom header"}],"cookie":[],"responseTime":"8265","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"3145728\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"2500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"2500\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"VoiceMessage\",\"units\":\"Unit\"},{\"balance\":\"0\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"300\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614172999\",\"pin\":\"3110\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":20100,\"airtimeExpiryDate\":\"2018-07-13 00:00:00\",\"billingRenewalPaymentDate\":\"2018-09-13 08:41:11\",\"promos\":[{\"code\":\"G2G_3MPROMO\",\"codeType\":\"PROMO\",\"creationDate\":\"2018-06-13 00:35:34\"}],\"email\":\"\",\"techType\":\"4GLTE\",\"product\":\"GOOD2GOUS\",\"uan\":1000483187,\"store\":\"GOOD2GOUS-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":35.0,\"pendingPlans\":[],\"carrierMarket\":\"GLR\",\"mdn\":\"5862523110\",\"billingSystem\":\"T\",\"imei\":\"012864004905324\",\"ratePlans\":[{\"ratePlan\":\"ZM09LTESUB\",\"ratePlanRenewalDate\":\"2018-09-13 08:41:11\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-05-24 00:00:00\",\"accountBalance\":20100,\"statusCode\":\"AR\",\"status\":200}"},{"id":"33b79976-b27b-75b9-bfd8-4f57a387510c","name":"CDMA - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"924","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 14:02:01 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"795","body":"{\"esn\":\"02300963232\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"DATA\",\"units\":\"Kb\"},{\"balance\":\"4000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"4000\",\"name\":\"MESSAGE\",\"units\":\"messages\"}],\"accountStatus\":\"ACTIVE\",\"billingRenewalPaid\":false,\"iccid\":\"\",\"pin\":\"4879\",\"MEID\":\"02300963232\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":0,\"airtimeExpiryDate\":\"2019-03-02 00:00:00\",\"billingRenewalPaymentDate\":\"20180401\",\"email\":\"\",\"techType\":\"CDMA\",\"product\":\"GOOD2GOUS-CDMA\",\"uan\":1000000329,\"MSID\":\"2545921143\",\"MSL\":\"892747\",\"store\":\"GOOD2GOUS-CDMA-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":45.0,\"pendingPlans\":[],\"carrierMarket\":\"SPRINT\",\"mdn\":\"2545924879\",\"billingSystem\":\"S\",\"imei\":\"\",\"ratePlans\":[{\"ratePlan\":\"ZM15\",\"ratePlanRenewalDate\":\"20180401\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-03-02 06:43:26\",\"accountBalance\":0,\"statusCode\":\"CR\",\"status\":200}"},{"id":"5cfa1089-c188-8056-4be9-dae5d011ae09","name":"200 - GET Promotion by code","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion/G2G_3MPROMO"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"355","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 13 Jun 2018 14:25:32 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""},{"key":"correlationId","value":"3ddde763-46fa-49a1-9cb6-8871e5755060","name":"correlationId","description":""}],"cookie":[],"responseTime":"54","body":"{\"onPlanChange\":true,\"product\":\"GOOD2GOUS\",\"code\":\"G2G_3MPROMO\",\"endDate\":\"2018-07-01 00:00:00\",\"onRefill\":false,\"validRatePlan\":\"ZM09LTESUB\",\"units\":10.0,\"type\":\"PLAN\",\"onActivation\":false,\"maxPlanChanges\":1,\"validVoucherUpc\":\"\",\"category\":\"FIXED_COST\",\"maxUsagePerMdn\":1,\"startDate\":\"2018-06-01 00:00:00\",\"maxRefills\":0,\"validImeiRange\":\"\",\"status\":200}"},{"id":"7adebce1-ca12-7b56-3429-e6a5a7be5176","name":"200 - Account is Active in billing system","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1200","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:18:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"6393","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"250\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"12500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"15000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"500\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"6291456\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614166595\",\"pin\":\"1346\",\"lastRenew\":\"2017-08-02 00:12:29\",\"nextRenew\":\"2017-08-02 00:00:00\",\"autoRenew\":true,\"equipmentName\":\"NOKIA PP1\",\"airtimeBalance\":5,\"airtimeExpiryDate\":\"2017-12-30 00:00:00\",\"billingRenewalPaymentDate\":\"2017-12-28 00:00:00\",\"techType\":\"4GLTE\",\"product\":\"HERO_ATT\",\"uan\":1000000024,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"214202134620170802\",\"renewAmount\":20.0,\"pendingPlans\":[],\"carrierMarket\":\"DLS\",\"renewPeriod\":30,\"mdn\":\"2142021346\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"ratePlans\":[{\"ratePlan\":\"HERO3\",\"ratePlanRenewalDate\":\"2017-12-30 00:00:00\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-08-02 00:00:00\",\"accountBalance\":5,\"status\":200}"},{"id":"8f5fa1f9-a4fb-fe0c-ebc6-9e7168264426","name":"404 - No promotions found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion?mdn={{mdn}}","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","promotion"],"query":[{"key":"mdn","value":"{{mdn}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"66","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/plain","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 13 Jun 2018 14:24:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"correlationId","value":"7c9b059a-d21c-46a1-9877-ba47b2a31d23","name":"correlationId","description":"Custom header"}],"cookie":[],"responseTime":"379","body":"{\"message\":\"no promotions found for mdn: 5862523110\",\"status\":404}"},{"id":"9b3821ea-739b-3a2e-4721-1f9309b1479b","name":"404 - Account Cancelled in billing system over 30 days no longer able to be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"204","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:13:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"2175","body":"{\"status\":404,\"message\":\"[txn#:1513318434-135] (404) Value not found. searching by  [product:HERO_ATT] [type:MDN] [text:7033474039].  [market=US|product=HERO_ATT|search text=7033474039|search type=MDN] \"}"},{"id":"ed61991b-1c3d-f9ce-77a6-a863f9a903d8","name":"200 - Promotions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"372","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 13 Jun 2018 14:23:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"correlationId","value":"5e7afb2f-ae62-4d1d-a01b-7790545e2c3f","name":"correlationId","description":"Custom header"}],"cookie":[],"responseTime":"18","body":"{\"promotions\":[{\"product\":\"GOOD2GOUS\",\"code\":\"G2G_3MPROMO\",\"type\":\"PLAN\",\"category\":\"FIXED_COST\",\"units\":10.0,\"startDate\":\"2018-06-01 00:00:00\",\"endDate\":\"2018-07-01 00:00:00\",\"onActivation\":false,\"onPlanChange\":true,\"onRefill\":false,\"maxUsagePerMdn\":1,\"maxPlanChanges\":1,\"maxRefills\":0,\"validRatePlan\":\"ZM09LTESUB\",\"validImeiRange\":\"\",\"validVoucherUpc\":\"\"}],\"status\":200}"}],"_postman_id":"2ecd888f-9304-2332-208a-c933878b3f15"},{"name":"/promotion/history/{{mdn}}","id":"31a99cc2-60e8-0713-8ec5-21a610d6d7e0","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion/history/{{mdn}}","description":"<p>Returns account detail for the given subscriber MDN<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n<li>accountStatus (INSTALLED, BTL, EXPIRED)<br />\n a. INSTALLED = Active<br />\n b. BTL = Not Active but can be restored<br />\n c. EXPIRED = Not Active and cannot be restored<br /></li>\n<li>accumulators are populated after successfull refill<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","promotion","history","{{mdn}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"09a83fac-015c-7d96-ea0f-a9f94cc8e0b8","name":"200 - Account Cancelled in billing system less than 30 days can be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"583","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:15:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"3446","body":"{\"esn\":\"\",\"product\":\"HERO_ATT\",\"uan\":685,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"billingRenewalPaid\":false,\"accountStatus\":\"BTL\",\"pendingPlans\":[],\"iccid\":\"89014102255614165837\",\"carrierMarket\":\"BOS\",\"mdn\":\"7812492976\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"autoRenew\":false,\"equipmentName\":\"NOKIA PP1\",\"ratePlans\":[{\"ratePlan\":\"HERO2EXP\",\"ratePlanRenewalDate\":\"2017-10-31 00:00:00\",\"ratePlanExpired\":true,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-07-09 09:14:07\",\"billingRenewalPaymentDate\":\"2017-10-29 00:00:00\",\"techType\":\"4GLTE\",\"status\":200}"},{"id":"15273f73-74f8-819e-bed9-3524f968362a","name":"200 - GET Promotion by code","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion/G2G_3MPROMO"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"355","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 13 Jun 2018 14:25:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"correlationId","value":"3ddde763-46fa-49a1-9cb6-8871e5755060","name":"correlationId","description":"Custom header"}],"cookie":[],"responseTime":"54","body":"{\"onPlanChange\":true,\"product\":\"GOOD2GOUS\",\"code\":\"G2G_3MPROMO\",\"endDate\":\"2018-07-01 00:00:00\",\"onRefill\":false,\"validRatePlan\":\"ZM09LTESUB\",\"units\":10.0,\"type\":\"PLAN\",\"onActivation\":false,\"maxPlanChanges\":1,\"validVoucherUpc\":\"\",\"category\":\"FIXED_COST\",\"maxUsagePerMdn\":1,\"startDate\":\"2018-06-01 00:00:00\",\"maxRefills\":0,\"validImeiRange\":\"\",\"status\":200}"},{"id":"4824b367-e761-3df6-142a-629f62d7d9e7","name":"404 - No promotions found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion?mdn={{mdn}}","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","promotion"],"query":[{"key":"mdn","value":"{{mdn}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"66","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"text/plain","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 13 Jun 2018 14:24:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"correlationId","value":"7c9b059a-d21c-46a1-9877-ba47b2a31d23","name":"correlationId","description":"Custom header"}],"cookie":[],"responseTime":"379","body":"{\"message\":\"no promotions found for mdn: 5862523110\",\"status\":404}"},{"id":"4ec91f4d-0236-1b10-1b12-51ccdd1d3ca1","name":"404 - Account Cancelled in billing system over 30 days no longer able to be restored","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"204","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:13:55 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"2175","body":"{\"status\":404,\"message\":\"[txn#:1513318434-135] (404) Value not found. searching by  [product:HERO_ATT] [type:MDN] [text:7033474039].  [market=US|product=HERO_ATT|search text=7033474039|search type=MDN] \"}"},{"id":"8a1d7407-e49e-9de7-c44e-993f31703f3b","name":"200 - Subscription with promo","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1283","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 13 Jun 2018 14:19:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"correlationId","value":"abe11bcb-e099-45e8-862c-d8d2474dfb6c","name":"correlationId","description":"Custom header"}],"cookie":[],"responseTime":"8265","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"3145728\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"2500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"2500\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"VoiceMessage\",\"units\":\"Unit\"},{\"balance\":\"0\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"300\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614172999\",\"pin\":\"3110\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":20100,\"airtimeExpiryDate\":\"2018-07-13 00:00:00\",\"billingRenewalPaymentDate\":\"2018-09-13 08:41:11\",\"promos\":[{\"code\":\"G2G_3MPROMO\",\"codeType\":\"PROMO\",\"creationDate\":\"2018-06-13 00:35:34\"}],\"email\":\"\",\"techType\":\"4GLTE\",\"product\":\"GOOD2GOUS\",\"uan\":1000483187,\"store\":\"GOOD2GOUS-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":35.0,\"pendingPlans\":[],\"carrierMarket\":\"GLR\",\"mdn\":\"5862523110\",\"billingSystem\":\"T\",\"imei\":\"012864004905324\",\"ratePlans\":[{\"ratePlan\":\"ZM09LTESUB\",\"ratePlanRenewalDate\":\"2018-09-13 08:41:11\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-05-24 00:00:00\",\"accountBalance\":20100,\"statusCode\":\"AR\",\"status\":200}"},{"id":"ce33332d-7c03-438c-95ce-9e33f31c7095","name":"CDMA - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"924","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 02 Mar 2018 14:02:01 GMT","name":"Date","description":""},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":""},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":"795","body":"{\"esn\":\"02300963232\",\"accumulators\":[{\"balance\":\"10485760\",\"name\":\"DATA\",\"units\":\"Kb\"},{\"balance\":\"4000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"4000\",\"name\":\"MESSAGE\",\"units\":\"messages\"}],\"accountStatus\":\"ACTIVE\",\"billingRenewalPaid\":false,\"iccid\":\"\",\"pin\":\"4879\",\"MEID\":\"02300963232\",\"autoRenew\":false,\"equipmentName\":\"N\\\\A\",\"airtimeBalance\":0,\"airtimeExpiryDate\":\"2019-03-02 00:00:00\",\"billingRenewalPaymentDate\":\"20180401\",\"email\":\"\",\"techType\":\"CDMA\",\"product\":\"GOOD2GOUS-CDMA\",\"uan\":1000000329,\"MSID\":\"2545921143\",\"MSL\":\"892747\",\"store\":\"GOOD2GOUS-CDMA-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"\",\"renewAmount\":45.0,\"pendingPlans\":[],\"carrierMarket\":\"SPRINT\",\"mdn\":\"2545924879\",\"billingSystem\":\"S\",\"imei\":\"\",\"ratePlans\":[{\"ratePlan\":\"ZM15\",\"ratePlanRenewalDate\":\"20180401\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2018-03-02 06:43:26\",\"accountBalance\":0,\"statusCode\":\"CR\",\"status\":200}"},{"id":"e563bcbf-251a-3c3f-088c-30f8baf50b0b","name":"200 - Account is Active in billing system","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":false},{"key":"vendor","value":"{{vendor}}","disabled":false},{"key":"market","value":"{{market}}","disabled":false},{"key":"product","value":"{{product}}","disabled":false},{"key":"Authorization","value":"{{authorization}}","disabled":false},{"key":"transactionId","value":"{{transactionId}}","disabled":false}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/account/{{mdn}}?searchType=MDN","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","account","{{mdn}}"],"query":[{"key":"searchType","value":"MDN","description":"required -Type of search (MDN / SIM).\n</br>\n<b>Example value:</b> MDN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"1200","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 15 Dec 2017 06:18:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":"6393","body":"{\"esn\":\"\",\"accumulators\":[{\"balance\":\"250\",\"name\":\"MMS\",\"units\":\"MMS\"},{\"balance\":\"12500\",\"name\":\"MESSAGE\",\"units\":\"messages\"},{\"balance\":\"15000\",\"name\":\"VOICE\",\"units\":\"minutes\"},{\"balance\":\"0\",\"name\":\"LOWDATA\",\"units\":\"Kb\"},{\"balance\":\"500\",\"name\":\"Intl SMS\",\"units\":\"International SMS\"},{\"balance\":\"6291456\",\"name\":\"HIGHDATA\",\"units\":\"Kb\"},{\"balance\":\"100\",\"name\":\"IDD-US-PREFERRED\",\"units\":\"MIN\"}],\"accountStatus\":\"INSTALLED\",\"billingRenewalPaid\":false,\"iccid\":\"89014102255614166595\",\"pin\":\"1346\",\"lastRenew\":\"2017-08-02 00:12:29\",\"nextRenew\":\"2017-08-02 00:00:00\",\"autoRenew\":true,\"equipmentName\":\"NOKIA PP1\",\"airtimeBalance\":5,\"airtimeExpiryDate\":\"2017-12-30 00:00:00\",\"billingRenewalPaymentDate\":\"2017-12-28 00:00:00\",\"techType\":\"4GLTE\",\"product\":\"HERO_ATT\",\"uan\":1000000024,\"store\":\"HERO_ATT-SCYTHE\",\"activeAddOns\":[],\"profileKey\":\"214202134620170802\",\"renewAmount\":20.0,\"pendingPlans\":[],\"carrierMarket\":\"DLS\",\"renewPeriod\":30,\"mdn\":\"2142021346\",\"billingSystem\":\"T\",\"imei\":\"111111111111111\",\"ratePlans\":[{\"ratePlan\":\"HERO3\",\"ratePlanRenewalDate\":\"2017-12-30 00:00:00\",\"ratePlanExpired\":false,\"ratePlanStatus\":\"Active\"}],\"activationDate\":\"2017-08-02 00:00:00\",\"accountBalance\":5,\"status\":200}"},{"id":"f3f44b85-14ed-770c-8a9c-25bf7097af69","name":"200 - Promotions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/promotion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"372","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 13 Jun 2018 14:23:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 ","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"correlationId","value":"5e7afb2f-ae62-4d1d-a01b-7790545e2c3f","name":"correlationId","description":"Custom header"}],"cookie":[],"responseTime":"18","body":"{\"promotions\":[{\"product\":\"GOOD2GOUS\",\"code\":\"G2G_3MPROMO\",\"type\":\"PLAN\",\"category\":\"FIXED_COST\",\"units\":10.0,\"startDate\":\"2018-06-01 00:00:00\",\"endDate\":\"2018-07-01 00:00:00\",\"onActivation\":false,\"onPlanChange\":true,\"onRefill\":false,\"maxUsagePerMdn\":1,\"maxPlanChanges\":1,\"maxRefills\":0,\"validRatePlan\":\"ZM09LTESUB\",\"validImeiRange\":\"\",\"validVoucherUpc\":\"\"}],\"status\":200}"}],"_postman_id":"31a99cc2-60e8-0713-8ec5-21a610d6d7e0"}],"id":"bb67d07b-48a4-0f85-db3b-6f4f0586cdb6","_postman_id":"bb67d07b-48a4-0f85-db3b-6f4f0586cdb6","description":""},{"name":"Catalog","item":[{"name":"/catalog/sims","id":"1c7adea9-1e09-4189-9796-5bd33d9c53d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/sims","description":"<p>Returns catalog of available rate plans</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","sims"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"b5693a47-6d0e-4b1c-8839-384c08dc0048","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/sims"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"958fba4e-558e-4087-a171-4663cc1da896"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Tue, 12 Nov 2019 19:41:12 GMT"},{"key":"Content-Length","value":"382"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"sims\": [\n        {\n            \"equipmentType\": \"4GLTE\",\n            \"simInfos\": [\n                {\n                    \"skuNumber\": \"SIMG2G4GLTE\",\n                    \"skuIdentifier\": \"O\"\n                }\n            ]\n        },\n        {\n            \"equipmentType\": \"LTE\",\n            \"simInfos\": [\n                {\n                    \"skuNumber\": \"SIMOLW516TQ\",\n                    \"skuIdentifier\": \"D\"\n                },\n                {\n                    \"skuNumber\": \"SIMOLW506C\",\n                    \"skuIdentifier\": \"A\"\n                },\n                {\n                    \"skuNumber\": \"SIMOLW416Q\",\n                    \"skuIdentifier\": \"B\"\n                },\n                {\n                    \"skuNumber\": \"SIMOLW506TQ\",\n                    \"skuIdentifier\": \"C\"\n                },\n                {\n                    \"skuNumber\": \"SIMGLW406TQ\",\n                    \"skuIdentifier\": \"Z\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"1c7adea9-1e09-4189-9796-5bd33d9c53d2"},{"name":"/catalog/v2","id":"7c5b060a-7624-40e3-a77e-1f6e618b481e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/v2","description":"<p>Returns catalog of available products</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","v2"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"c9369c20-3b07-4e77-9d57-10aaddad458a","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/sims"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"958fba4e-558e-4087-a171-4663cc1da896"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Tue, 12 Nov 2019 19:41:12 GMT"},{"key":"Content-Length","value":"382"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"sims\": [\n        {\n            \"equipmentType\": \"4GLTE\",\n            \"simInfos\": [\n                {\n                    \"skuNumber\": \"SIMG2G4GLTE\",\n                    \"skuIdentifier\": \"O\"\n                }\n            ]\n        },\n        {\n            \"equipmentType\": \"LTE\",\n            \"simInfos\": [\n                {\n                    \"skuNumber\": \"SIMOLW516TQ\",\n                    \"skuIdentifier\": \"D\"\n                },\n                {\n                    \"skuNumber\": \"SIMOLW506C\",\n                    \"skuIdentifier\": \"A\"\n                },\n                {\n                    \"skuNumber\": \"SIMOLW416Q\",\n                    \"skuIdentifier\": \"B\"\n                },\n                {\n                    \"skuNumber\": \"SIMOLW506TQ\",\n                    \"skuIdentifier\": \"C\"\n                },\n                {\n                    \"skuNumber\": \"SIMGLW406TQ\",\n                    \"skuIdentifier\": \"Z\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"7c5b060a-7624-40e3-a77e-1f6e618b481e"},{"name":"/catalog/plans","id":"c1a8d0a9-bc74-4688-a30c-7d5252115b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans","description":"<p>Returns catalog of available plans</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","plans"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"341706e5-1384-482d-b23a-6afff80fa6ca","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"4f292d34-16e1-475e-8e70-9fd12447cafd"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 09 Jun 2020 22:52:07 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"plans\": [\n        {\n            \"rowId\": 1,\n            \"product\": \"GOOD2GOUS\",\n            \"id\": \"GOOD2GO-UNLIMITED-TALK-TEXT-15\",\n            \"extParentId\": \"GOOD2GO-UNLIMITED-CATEGORY\",\n            \"extTitle\": \"Unlimited Talk & Text Plan\",\n            \"extSubtitle\": \"Unlimited Talk & Text\",\n            \"extFeatured\": true,\n            \"price\": 15,\n            \"allocVoice\": 100,\n            \"allocText\": 100,\n            \"allocData\": 0,\n            \"cycleDays\": 30,\n            \"subscriptionCycles\": 1,\n            \"published\": true,\n            \"archived\": false,\n            \"planBundles\": [\n                {\n                    \"rowId\": 888,\n                    \"bundleName\": \"ZMV5UNTTLTE\",\n                    \"equipmentType\": \"4GLTE\",\n                    \"expireBundleId\": \"ZMV5UNTTLTEEXP\"\n                },\n                {\n                    \"rowId\": 896,\n                    \"bundleName\": \"ZMV5UNTT\",\n                    \"equipmentType\": \"CDMA\",\n                    \"expireBundleId\": \"ZMV5UNTTEXP\"\n                },\n                {\n                    \"rowId\": 897,\n                    \"bundleName\": \"ZMV5UNTT\",\n                    \"equipmentType\": \"LTE\",\n                    \"expireBundleId\": \"ZMV5UNTTEXP\"\n                }\n            ],\n            \"addons\": [\n                {\n                    \"rowId\": 6,\n                    \"id\": \"GOOD2GO-1GB-DATA\",\n                    \"extTitle\": \"Plan Data Add-On\",\n                    \"extSubtitle\": \"1GB LTE Data\",\n                    \"extFeatured\": false,\n                    \"price\": 10,\n                    \"allocVoice\": 0,\n                    \"allocText\": 0,\n                    \"allocData\": 1024,\n                    \"addOnType\": \"add-on-data\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"CDMA\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1GZMV2\",\n                            \"equipmentType\": \"4GLTE\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 7,\n                    \"id\": \"GOOD2GO-PAYGO-INTERNATIONAL\",\n                    \"extTitle\": \"Pay Go International\",\n                    \"extSubtitle\": \"Individual Country Calling\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 8,\n                    \"id\": \"GOOD2GO-UNLIMITED-INTERNATIONAL\",\n                    \"extTitle\": \"International Unlimited\",\n                    \"extSubtitle\": \"Unlimited to 64 Countries\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                }\n            ],\n            \"promotions\": []\n        },\n        {\n            \"rowId\": 2,\n            \"product\": \"GOOD2GOUS\",\n            \"id\": \"GOOD2GO-UNLIMITED-3GB-25\",\n            \"extParentId\": \"GOOD2GO-UNLIMITED-CATEGORY\",\n            \"extTitle\": \"Unlimited Talk, Text & Data\",\n            \"extSubtitle\": \"3GB 4G LTE\",\n            \"extFeatured\": true,\n            \"price\": 25,\n            \"allocVoice\": 999999,\n            \"allocText\": 999999,\n            \"allocData\": 3072,\n            \"cycleDays\": 30,\n            \"subscriptionCycles\": 1,\n            \"published\": true,\n            \"archived\": false,\n            \"planBundles\": [\n                {\n                    \"rowId\": 36,\n                    \"bundleName\": \"ZM09\",\n                    \"equipmentType\": \"CDMA\",\n                    \"expireBundleId\": \"ZM09EXP\"\n                },\n                {\n                    \"rowId\": 74,\n                    \"bundleName\": \"ZM09\",\n                    \"equipmentType\": \"LTE\",\n                    \"expireBundleId\": \"ZM09EXP\"\n                },\n                {\n                    \"rowId\": 219,\n                    \"bundleName\": \"ZM09LTE\",\n                    \"equipmentType\": \"4GLTE\",\n                    \"expireBundleId\": \"ZM09LTEEXP\"\n                }\n            ],\n            \"addons\": [\n                {\n                    \"rowId\": 7,\n                    \"id\": \"GOOD2GO-PAYGO-INTERNATIONAL\",\n                    \"extTitle\": \"Pay Go International\",\n                    \"extSubtitle\": \"Individual Country Calling\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 8,\n                    \"id\": \"GOOD2GO-UNLIMITED-INTERNATIONAL\",\n                    \"extTitle\": \"International Unlimited\",\n                    \"extSubtitle\": \"Unlimited to 64 Countries\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 9,\n                    \"id\": \"GOOD2GO-DATA-1GB\",\n                    \"extTitle\": \"Plan Data Add-On\",\n                    \"extSubtitle\": \"1GB LTE Data\",\n                    \"extFeatured\": false,\n                    \"price\": 10,\n                    \"allocVoice\": 0,\n                    \"allocText\": 0,\n                    \"allocData\": 1024,\n                    \"addOnType\": \"add-on-data\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"CDMA\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1GLTE\",\n                            \"equipmentType\": \"4GLTE\"\n                        }\n                    ]\n                }\n            ],\n            \"promotions\": []\n        },\n        {\n            \"rowId\": 3,\n            \"product\": \"GOOD2GOUS\",\n            \"id\": \"GOOD2GO-UNLIMITED-5GB-35\",\n            \"extParentId\": \"GOOD2GO-UNLIMITED-CATEGORY\",\n            \"extTitle\": \"Unlimited Talk, Text & Data\",\n            \"extSubtitle\": \"5GB 4G LTE\",\n            \"extFeatured\": true,\n            \"price\": 35,\n            \"allocVoice\": 999999,\n            \"allocText\": 999999,\n            \"allocData\": 5120,\n            \"cycleDays\": 30,\n            \"subscriptionCycles\": 1,\n            \"published\": true,\n            \"archived\": false,\n            \"planBundles\": [\n                {\n                    \"rowId\": 37,\n                    \"bundleName\": \"ZM15\",\n                    \"equipmentType\": \"CDMA\",\n                    \"expireBundleId\": \"ZM15EXP\"\n                },\n                {\n                    \"rowId\": 75,\n                    \"bundleName\": \"ZM15\",\n                    \"equipmentType\": \"LTE\",\n                    \"expireBundleId\": \"ZM15EXP\"\n                },\n                {\n                    \"rowId\": 220,\n                    \"bundleName\": \"ZM15LTE\",\n                    \"equipmentType\": \"4GLTE\",\n                    \"expireBundleId\": \"ZM15LTEEXP\"\n                }\n            ],\n            \"addons\": [\n                {\n                    \"rowId\": 7,\n                    \"id\": \"GOOD2GO-PAYGO-INTERNATIONAL\",\n                    \"extTitle\": \"Pay Go International\",\n                    \"extSubtitle\": \"Individual Country Calling\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 8,\n                    \"id\": \"GOOD2GO-UNLIMITED-INTERNATIONAL\",\n                    \"extTitle\": \"International Unlimited\",\n                    \"extSubtitle\": \"Unlimited to 64 Countries\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 9,\n                    \"id\": \"GOOD2GO-DATA-1GB\",\n                    \"extTitle\": \"Plan Data Add-On\",\n                    \"extSubtitle\": \"1GB LTE Data\",\n                    \"extFeatured\": false,\n                    \"price\": 10,\n                    \"allocVoice\": 0,\n                    \"allocText\": 0,\n                    \"allocData\": 1024,\n                    \"addOnType\": \"add-on-data\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"CDMA\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1GLTE\",\n                            \"equipmentType\": \"4GLTE\"\n                        }\n                    ]\n                }\n            ],\n            \"promotions\": []\n        },\n        {\n            \"rowId\": 4,\n            \"product\": \"GOOD2GOUS\",\n            \"id\": \"GOOD2GO-UNLIMITED-10GB-45\",\n            \"extParentId\": \"GOOD2GO-UNLIMITED-CATEGORY\",\n            \"extTitle\": \"Unlimited Talk, Text & Data\",\n            \"extSubtitle\": \"10GB 4G LTE\",\n            \"extFeatured\": true,\n            \"price\": 45,\n            \"allocVoice\": 999999,\n            \"allocText\": 999999,\n            \"allocData\": 10240,\n            \"cycleDays\": 30,\n            \"subscriptionCycles\": 1,\n            \"published\": true,\n            \"archived\": false,\n            \"planBundles\": [\n                {\n                    \"rowId\": 242,\n                    \"bundleName\": \"ZM15UNLDATALTE\",\n                    \"equipmentType\": \"4GLTE\",\n                    \"expireBundleId\": \"ZM15UNLDATALTEEXP\"\n                },\n                {\n                    \"rowId\": 841,\n                    \"bundleName\": \"ZM15A\",\n                    \"equipmentType\": \"CDMA\",\n                    \"expireBundleId\": \"ZM15AEXP\"\n                },\n                {\n                    \"rowId\": 842,\n                    \"bundleName\": \"ZM15A\",\n                    \"equipmentType\": \"LTE\",\n                    \"expireBundleId\": \"ZM15AEXP\"\n                }\n            ],\n            \"addons\": [\n                {\n                    \"rowId\": 7,\n                    \"id\": \"GOOD2GO-PAYGO-INTERNATIONAL\",\n                    \"extTitle\": \"Pay Go International\",\n                    \"extSubtitle\": \"Individual Country Calling\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 8,\n                    \"id\": \"GOOD2GO-UNLIMITED-INTERNATIONAL\",\n                    \"extTitle\": \"International Unlimited\",\n                    \"extSubtitle\": \"Unlimited to 64 Countries\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 9,\n                    \"id\": \"GOOD2GO-DATA-1GB\",\n                    \"extTitle\": \"Plan Data Add-On\",\n                    \"extSubtitle\": \"1GB LTE Data\",\n                    \"extFeatured\": false,\n                    \"price\": 10,\n                    \"allocVoice\": 0,\n                    \"allocText\": 0,\n                    \"allocData\": 1024,\n                    \"addOnType\": \"add-on-data\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"CDMA\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1GLTE\",\n                            \"equipmentType\": \"4GLTE\"\n                        }\n                    ]\n                }\n            ],\n            \"promotions\": []\n        },\n        {\n            \"rowId\": 5,\n            \"product\": \"GOOD2GOUS\",\n            \"id\": \"GOOD2GO-UNLIMITED-1GB-20\",\n            \"extParentId\": \"GOOD2GO-UNLIMITED-CATEGORY\",\n            \"extTitle\": \"Unlimited Talk, Text & Data\",\n            \"extSubtitle\": \"1GB 4G LTE\",\n            \"extFeatured\": false,\n            \"price\": 20,\n            \"allocVoice\": 999999,\n            \"allocText\": 999999,\n            \"allocData\": 1024,\n            \"cycleDays\": 30,\n            \"subscriptionCycles\": 1,\n            \"published\": true,\n            \"archived\": false,\n            \"planBundles\": [\n                {\n                    \"rowId\": 35,\n                    \"bundleName\": \"ZM14\",\n                    \"equipmentType\": \"CDMA\",\n                    \"expireBundleId\": \"ZM14EXP\"\n                },\n                {\n                    \"rowId\": 73,\n                    \"bundleName\": \"ZM14\",\n                    \"equipmentType\": \"LTE\",\n                    \"expireBundleId\": \"ZM14EXP\"\n                },\n                {\n                    \"rowId\": 218,\n                    \"bundleName\": \"ZM14LTE\",\n                    \"equipmentType\": \"4GLTE\",\n                    \"expireBundleId\": \"ZM14LTEEXP\"\n                }\n            ],\n            \"addons\": [\n                {\n                    \"rowId\": 7,\n                    \"id\": \"GOOD2GO-PAYGO-INTERNATIONAL\",\n                    \"extTitle\": \"Pay Go International\",\n                    \"extSubtitle\": \"Individual Country Calling\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"G2GINTLPAYGO\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 8,\n                    \"id\": \"GOOD2GO-UNLIMITED-INTERNATIONAL\",\n                    \"extTitle\": \"International Unlimited\",\n                    \"extSubtitle\": \"Unlimited to 64 Countries\",\n                    \"extFeatured\": false,\n                    \"price\": 5,\n                    \"allocVoice\": 999999,\n                    \"allocText\": 0,\n                    \"allocData\": 0,\n                    \"addOnType\": \"add-on-talkandtext\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"4GLTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"UNLILD65\",\n                            \"equipmentType\": \"CDMA\"\n                        }\n                    ]\n                },\n                {\n                    \"rowId\": 9,\n                    \"id\": \"GOOD2GO-DATA-1GB\",\n                    \"extTitle\": \"Plan Data Add-On\",\n                    \"extSubtitle\": \"1GB LTE Data\",\n                    \"extFeatured\": false,\n                    \"price\": 10,\n                    \"allocVoice\": 0,\n                    \"allocText\": 0,\n                    \"allocData\": 1024,\n                    \"addOnType\": \"add-on-data\",\n                    \"published\": true,\n                    \"archived\": false,\n                    \"addonBundles\": [\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"CDMA\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1G\",\n                            \"equipmentType\": \"LTE\"\n                        },\n                        {\n                            \"bundleName\": \"AODATA1GLTE\",\n                            \"equipmentType\": \"4GLTE\"\n                        }\n                    ]\n                }\n            ],\n            \"promotions\": []\n        },\n        {\n            \"rowId\": 10,\n            \"product\": \"GOOD2GOUS\",\n            \"id\": \"GOOD2GO-7DAY-TRIAL-100MB-100\",\n            \"extTitle\": \"7 Day Trial\",\n            \"extSubtitle\": \"100MB 100 Text 100 Min\",\n            \"extFeatured\": false,\n            \"price\": 5,\n            \"allocVoice\": 100,\n            \"allocText\": 100,\n            \"allocData\": 100,\n            \"cycleDays\": 7,\n            \"subscriptionCycles\": 1,\n            \"published\": false,\n            \"archived\": false,\n            \"planBundles\": [\n                {\n                    \"rowId\": 914,\n                    \"bundleName\": \"7DTRIALLTE\",\n                    \"equipmentType\": \"4GLTE\",\n                    \"expireBundleId\": \"7DTRIALLTEEXP\"\n                }\n            ],\n            \"promotions\": []\n        }\n    ]\n}"}],"_postman_id":"c1a8d0a9-bc74-4688-a30c-7d5252115b80"},{"name":"/catalog/plans/{planId}","id":"6915d34e-52e0-4a6d-a321-09480d35c78f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/{planId}","description":"<p>Returns catalog for the specified plan</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","plans","{planId}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"59e8e206-62c1-46a8-9fec-697d217a8a18","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"2dc3b84b-14a7-448e-a697-7933e6d4a078"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 09 Jun 2020 22:52:03 GMT"},{"key":"Content-Length","value":"1991"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"plan\": {\n        \"rowId\": 1,\n        \"product\": \"GOOD2GOUS\",\n        \"id\": \"GOOD2GO-UNLIMITED-TALK-TEXT-15\",\n        \"extParentId\": \"GOOD2GO-UNLIMITED-CATEGORY\",\n        \"extTitle\": \"Unlimited Talk & Text Plan\",\n        \"extSubtitle\": \"Unlimited Talk & Text\",\n        \"extFeatured\": true,\n        \"price\": 15,\n        \"allocVoice\": 100,\n        \"allocText\": 100,\n        \"allocData\": 0,\n        \"cycleDays\": 30,\n        \"subscriptionCycles\": 1,\n        \"published\": true,\n        \"archived\": false,\n        \"planBundles\": [\n            {\n                \"rowId\": 888,\n                \"bundleName\": \"ZMV5UNTTLTE\",\n                \"equipmentType\": \"4GLTE\",\n                \"expireBundleId\": \"ZMV5UNTTLTEEXP\"\n            },\n            {\n                \"rowId\": 896,\n                \"bundleName\": \"ZMV5UNTT\",\n                \"equipmentType\": \"CDMA\",\n                \"expireBundleId\": \"ZMV5UNTTEXP\"\n            },\n            {\n                \"rowId\": 897,\n                \"bundleName\": \"ZMV5UNTT\",\n                \"equipmentType\": \"LTE\",\n                \"expireBundleId\": \"ZMV5UNTTEXP\"\n            }\n        ],\n        \"addons\": [\n            {\n                \"rowId\": 6,\n                \"id\": \"GOOD2GO-1GB-DATA\",\n                \"extTitle\": \"Plan Data Add-On\",\n                \"extSubtitle\": \"1GB LTE Data\",\n                \"extFeatured\": false,\n                \"price\": 10,\n                \"allocVoice\": 0,\n                \"allocText\": 0,\n                \"allocData\": 1024,\n                \"addOnType\": \"add-on-data\",\n                \"published\": true,\n                \"archived\": false,\n                \"addonBundles\": [\n                    {\n                        \"bundleName\": \"AODATA1G\",\n                        \"equipmentType\": \"CDMA\"\n                    },\n                    {\n                        \"bundleName\": \"AODATA1G\",\n                        \"equipmentType\": \"LTE\"\n                    },\n                    {\n                        \"bundleName\": \"AODATA1GZMV2\",\n                        \"equipmentType\": \"4GLTE\"\n                    }\n                ]\n            },\n            {\n                \"rowId\": 7,\n                \"id\": \"GOOD2GO-PAYGO-INTERNATIONAL\",\n                \"extTitle\": \"Pay Go International\",\n                \"extSubtitle\": \"Individual Country Calling\",\n                \"extFeatured\": false,\n                \"price\": 5,\n                \"allocVoice\": 999999,\n                \"allocText\": 0,\n                \"allocData\": 0,\n                \"addOnType\": \"add-on-talkandtext\",\n                \"published\": true,\n                \"archived\": false,\n                \"addonBundles\": [\n                    {\n                        \"bundleName\": \"G2GINTLPAYGO\",\n                        \"equipmentType\": \"4GLTE\"\n                    },\n                    {\n                        \"bundleName\": \"G2GINTLPAYGO\",\n                        \"equipmentType\": \"LTE\"\n                    },\n                    {\n                        \"bundleName\": \"G2GINTLPAYGO\",\n                        \"equipmentType\": \"CDMA\"\n                    }\n                ]\n            },\n            {\n                \"rowId\": 8,\n                \"id\": \"GOOD2GO-UNLIMITED-INTERNATIONAL\",\n                \"extTitle\": \"International Unlimited\",\n                \"extSubtitle\": \"Unlimited to 64 Countries\",\n                \"extFeatured\": false,\n                \"price\": 5,\n                \"allocVoice\": 999999,\n                \"allocText\": 0,\n                \"allocData\": 0,\n                \"addOnType\": \"add-on-talkandtext\",\n                \"published\": true,\n                \"archived\": false,\n                \"addonBundles\": [\n                    {\n                        \"bundleName\": \"UNLILD65\",\n                        \"equipmentType\": \"4GLTE\"\n                    },\n                    {\n                        \"bundleName\": \"UNLILD65\",\n                        \"equipmentType\": \"LTE\"\n                    },\n                    {\n                        \"bundleName\": \"UNLILD65\",\n                        \"equipmentType\": \"CDMA\"\n                    }\n                ]\n            }\n        ],\n        \"promotions\": []\n    }\n}"}],"_postman_id":"6915d34e-52e0-4a6d-a321-09480d35c78f"},{"name":"/catalog/plans/{planId}/bundles","id":"49c0ec28-7a61-40d2-b9b3-7878d4616e68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/{planId}/bundles","description":"<p>Returns catalog of available bundles for the specified plan</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","plans","{planId}","bundles"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"3b70db70-c46b-437f-a2da-af3b95e01611","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15/bundles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"daec75ea-6b7d-47c2-8db8-1c09fe5d15c2"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 09 Jun 2020 22:52:22 GMT"},{"key":"Content-Length","value":"305"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"bundles\": [\n        {\n            \"rowId\": 888,\n            \"bundleName\": \"ZMV5UNTTLTE\",\n            \"equipmentType\": \"4GLTE\",\n            \"expireBundleId\": \"ZMV5UNTTLTEEXP\"\n        },\n        {\n            \"rowId\": 896,\n            \"bundleName\": \"ZMV5UNTT\",\n            \"equipmentType\": \"CDMA\",\n            \"expireBundleId\": \"ZMV5UNTTEXP\"\n        },\n        {\n            \"rowId\": 897,\n            \"bundleName\": \"ZMV5UNTT\",\n            \"equipmentType\": \"LTE\",\n            \"expireBundleId\": \"ZMV5UNTTEXP\"\n        }\n    ]\n}"},{"id":"e56dc0ae-10a5-4410-ae59-03d53039add0","name":"200 - Success with equipment type","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15/bundles?equipmentType=4GLTE","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","catalog","plans","GOOD2GO-UNLIMITED-TALK-TEXT-15","bundles"],"query":[{"key":"equipmentType","value":"4GLTE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"17d4fa75-7f91-4dbf-a219-117d36cd04ac"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 09 Jun 2020 23:32:39 GMT"},{"key":"Content-Length","value":"119"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"bundle\": {\n        \"rowId\": 888,\n        \"bundleName\": \"ZMV5UNTTLTE\",\n        \"equipmentType\": \"4GLTE\",\n        \"expireBundleId\": \"ZMV5UNTTLTEEXP\"\n    }\n}"}],"_postman_id":"49c0ec28-7a61-40d2-b9b3-7878d4616e68"},{"name":"/catalog/plans/{planId}/addons","id":"18fdc97f-95fd-4634-927c-87ca3f23a8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/{plainId}/addons","description":"<p>Returns catalog of available addons for the specified plan</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","plans","{plainId}","addons"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"72336577-661a-48a8-bfed-44c091fd475f","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15/addons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"f0a04e27-0dcb-489a-bbce-e82ae81a282c"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 09 Jun 2020 22:53:19 GMT"},{"key":"Content-Length","value":"1315"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"addons\": [\n        {\n            \"rowId\": 6,\n            \"id\": \"GOOD2GO-1GB-DATA\",\n            \"extTitle\": \"Plan Data Add-On\",\n            \"extSubtitle\": \"1GB LTE Data\",\n            \"extFeatured\": false,\n            \"price\": 10,\n            \"allocVoice\": 0,\n            \"allocText\": 0,\n            \"allocData\": 1024,\n            \"addOnType\": \"add-on-data\",\n            \"published\": true,\n            \"archived\": false,\n            \"addonBundles\": [\n                {\n                    \"bundleName\": \"AODATA1G\",\n                    \"equipmentType\": \"CDMA\"\n                },\n                {\n                    \"bundleName\": \"AODATA1G\",\n                    \"equipmentType\": \"LTE\"\n                },\n                {\n                    \"bundleName\": \"AODATA1GZMV2\",\n                    \"equipmentType\": \"4GLTE\"\n                }\n            ]\n        },\n        {\n            \"rowId\": 7,\n            \"id\": \"GOOD2GO-PAYGO-INTERNATIONAL\",\n            \"extTitle\": \"Pay Go International\",\n            \"extSubtitle\": \"Individual Country Calling\",\n            \"extFeatured\": false,\n            \"price\": 5,\n            \"allocVoice\": 999999,\n            \"allocText\": 0,\n            \"allocData\": 0,\n            \"addOnType\": \"add-on-talkandtext\",\n            \"published\": true,\n            \"archived\": false,\n            \"addonBundles\": [\n                {\n                    \"bundleName\": \"G2GINTLPAYGO\",\n                    \"equipmentType\": \"4GLTE\"\n                },\n                {\n                    \"bundleName\": \"G2GINTLPAYGO\",\n                    \"equipmentType\": \"LTE\"\n                },\n                {\n                    \"bundleName\": \"G2GINTLPAYGO\",\n                    \"equipmentType\": \"CDMA\"\n                }\n            ]\n        },\n        {\n            \"rowId\": 8,\n            \"id\": \"GOOD2GO-UNLIMITED-INTERNATIONAL\",\n            \"extTitle\": \"International Unlimited\",\n            \"extSubtitle\": \"Unlimited to 64 Countries\",\n            \"extFeatured\": false,\n            \"price\": 5,\n            \"allocVoice\": 999999,\n            \"allocText\": 0,\n            \"allocData\": 0,\n            \"addOnType\": \"add-on-talkandtext\",\n            \"published\": true,\n            \"archived\": false,\n            \"addonBundles\": [\n                {\n                    \"bundleName\": \"UNLILD65\",\n                    \"equipmentType\": \"4GLTE\"\n                },\n                {\n                    \"bundleName\": \"UNLILD65\",\n                    \"equipmentType\": \"LTE\"\n                },\n                {\n                    \"bundleName\": \"UNLILD65\",\n                    \"equipmentType\": \"CDMA\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"18fdc97f-95fd-4634-927c-87ca3f23a8f8"},{"name":"/catalog/plans/{planId}/addons/{addonId}","id":"57cc12ba-86c7-48a2-9f47-307b67b6eb5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/{planId}/addons/{addonId}","description":"<p>Returns catalog of specified addon for the specified plan</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","plans","{planId}","addons","{addonId}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"c2d63f95-1942-422e-ab22-7b9bbb3f5946","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15/addons/GOOD2GO-1GB-DATA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"da549558-d5e8-428d-895c-7db5a9060787"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 09 Jun 2020 23:34:46 GMT"},{"key":"Content-Length","value":"422"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"addon\": {\n        \"rowId\": 6,\n        \"id\": \"GOOD2GO-1GB-DATA\",\n        \"extTitle\": \"Plan Data Add-On\",\n        \"extSubtitle\": \"1GB LTE Data\",\n        \"extFeatured\": false,\n        \"price\": 10,\n        \"allocVoice\": 0,\n        \"allocText\": 0,\n        \"allocData\": 1024,\n        \"addOnType\": \"add-on-data\",\n        \"published\": true,\n        \"archived\": false,\n        \"addonBundles\": [\n            {\n                \"bundleName\": \"AODATA1G\",\n                \"equipmentType\": \"CDMA\"\n            },\n            {\n                \"bundleName\": \"AODATA1G\",\n                \"equipmentType\": \"LTE\"\n            },\n            {\n                \"bundleName\": \"AODATA1GZMV2\",\n                \"equipmentType\": \"4GLTE\"\n            }\n        ]\n    }\n}"}],"_postman_id":"57cc12ba-86c7-48a2-9f47-307b67b6eb5b"},{"name":"/catalog/plans/{planId}/addons/{addonId}/bundles","id":"9fb1676c-87fe-481d-aff3-87e7020abfe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/{planId}/addons/{addonId}/bundles","description":"<p>Returns catalog of available bundles for specified addon for the specified plan</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","plans","{planId}","addons","{addonId}","bundles"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"9c841472-7035-40b2-9944-6a9b3b8a4800","name":"200 - Success with equipment type","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":{"raw":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15/addons/GOOD2GO-1GB-DATA/bundles?equipmentType=4GLTE","protocol":"https","host":["{{domain}}"],"path":["{{path}}","vendor","{{vendor}}","catalog","plans","GOOD2GO-UNLIMITED-TALK-TEXT-15","addons","GOOD2GO-1GB-DATA","bundles"],"query":[{"key":"equipmentType","value":"4GLTE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"f5e81f3b-307d-49cd-98b2-bbdcc10c57cf"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 09 Jun 2020 23:36:29 GMT"},{"key":"Content-Length","value":"74"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"bundle\": {\n        \"bundleName\": \"AODATA1GZMV2\",\n        \"equipmentType\": \"4GLTE\"\n    }\n}"},{"id":"b660ec73-0734-499f-910b-b640d39555f3","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15/addons/GOOD2GO-1GB-DATA/bundles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"86a0fd9a-5ce8-4020-9d5b-a315fc1ade47"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 09 Jun 2020 23:35:46 GMT"},{"key":"Content-Length","value":"174"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"bundles\": [\n        {\n            \"bundleName\": \"AODATA1G\",\n            \"equipmentType\": \"CDMA\"\n        },\n        {\n            \"bundleName\": \"AODATA1G\",\n            \"equipmentType\": \"LTE\"\n        },\n        {\n            \"bundleName\": \"AODATA1GZMV2\",\n            \"equipmentType\": \"4GLTE\"\n        }\n    ]\n}"}],"_postman_id":"9fb1676c-87fe-481d-aff3-87e7020abfe3"},{"name":"/catalog/plans/{planId}/promotions","id":"97059a0e-673d-43d2-ab56-c8f77da74354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/{plainId}/promotions","description":"<p>Returns catalog of available promotions for the specified plan</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","plans","{plainId}","promotions"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"b89266b0-8da0-43c2-a074-83c531357158","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15/promotions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"051d5252-b9a0-4f60-8a38-335ac3b8c2c8"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 10 Jun 2020 01:42:40 GMT"},{"key":"Content-Length","value":"357"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"promotions\": [\n        {\n            \"code\": \"5OFFWITHCC\",\n            \"description\": \"$5 Off with Card On File\",\n            \"category\": \"FIXED_DISCOUNT\",\n            \"units\": 5,\n            \"onActivation\": true,\n            \"onRenewal\": true,\n            \"onPlanChange\": true,\n            \"onRefill\": false,\n            \"maxPerMdn\": 99,\n            \"maxPerAccount\": 999,\n            \"maxRenewals\": 99,\n            \"maxPlanChanges\": 99,\n            \"maxRefills\": 0,\n            \"validImeiRange\": \"\",\n            \"validVoucherUpc\": \"\",\n            \"ccProfileRequired\": true\n        }\n    ]\n}"}],"_postman_id":"97059a0e-673d-43d2-ab56-c8f77da74354"},{"name":"/catalog/plans/{planId}/promotions/{code}","id":"9d5604e3-e036-4ec8-bccd-f96a6d79137e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/{plainId}/promotions/{code}","description":"<p>Returns catalog of the specified promotion for the specified plan</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","catalog","plans","{plainId}","promotions","{code}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"50cb93f4-e396-483b-85ad-ab331c6de298","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/catalog/plans/GOOD2GO-UNLIMITED-TALK-TEXT-15/promotions/5OFFWITHCC"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1 "},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"89156b93-fb7d-4326-bab1-f7de489244b6"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 10 Jun 2020 01:44:17 GMT"},{"key":"Content-Length","value":"354"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"promotion\": {\n        \"code\": \"5OFFWITHCC\",\n        \"description\": \"$5 Off with Card On File\",\n        \"category\": \"FIXED_DISCOUNT\",\n        \"units\": 5,\n        \"onActivation\": true,\n        \"onRenewal\": true,\n        \"onPlanChange\": true,\n        \"onRefill\": false,\n        \"maxPerMdn\": 99,\n        \"maxPerAccount\": 999,\n        \"maxRenewals\": 99,\n        \"maxPlanChanges\": 99,\n        \"maxRefills\": 0,\n        \"validImeiRange\": \"\",\n        \"validVoucherUpc\": \"\",\n        \"ccProfileRequired\": true\n    }\n}"}],"_postman_id":"9d5604e3-e036-4ec8-bccd-f96a6d79137e"}],"id":"87f51c98-e616-4546-80dd-78f765325928","_postman_id":"87f51c98-e616-4546-80dd-78f765325928","description":""},{"name":"Taxation","item":[{"name":"/tax/state","id":"32cf65e2-d95a-476e-9ace-aab73dec292c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"vendor","type":"text","value":"{{vendor}}"},{"key":"market","type":"text","value":"{{market}}"},{"key":"product","type":"text","value":"{{product}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"transactionId","type":"text","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/tax/state?zipCode","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","tax","state"],"host":["{{domain}}"],"query":[{"key":"zipCode","value":null}],"variable":[]}},"response":[],"_postman_id":"32cf65e2-d95a-476e-9ace-aab73dec292c"},{"name":"/tax/calculation","id":"b6574e06-d1db-47d8-a8f3-d2d16b80662e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"vendor","type":"text","value":"{{vendor}}"},{"key":"market","type":"text","value":"{{market}}"},{"key":"product","type":"text","value":"{{product}}"},{"key":"Authorization","type":"text","value":"{{authorization}}"},{"key":"transactionId","type":"text","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/tax/calculation?state=TX&amount=10.00&zipCode=77406","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","tax","calculation"],"host":["{{domain}}"],"query":[{"key":"state","value":"TX"},{"key":"amount","value":"10.00"},{"key":"zipCode","value":"77406"}],"variable":[]}},"response":[],"_postman_id":"b6574e06-d1db-47d8-a8f3-d2d16b80662e"}],"id":"f799d5d7-a7f1-44d8-93b3-6704980873f2","_postman_id":"f799d5d7-a7f1-44d8-93b3-6704980873f2","description":""},{"name":"Wireless","item":[{"name":"/wireless/services/{{wirelessId}}","id":"c2768291-e2b0-4263-9aab-8cceb4ad49a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/wireless/services/WS1000304","description":"<p>Returns account detail for the given subscriber MDN<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n<li>accountStatus (INSTALLED, BTL, EXPIRED)<br />\n a. INSTALLED = Active<br />\n b. BTL = Not Active but can be restored<br />\n c. EXPIRED = Not Active and cannot be restored<br /></li>\n<li>accumulators are populated after successfull refill<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","wireless","services","WS1000304"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2768291-e2b0-4263-9aab-8cceb4ad49a1"},{"name":"/wireless/services?customerId={{customerId}}","id":"e65d8b5a-b417-4c8d-8944-b318dba810ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"Authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/wireless/services?customerId=A5411059264","description":"<p>Returns account detail for the given subscriber MDN<br />\n<b>Notes:</b></p>\n<ol>\n<li>Http Status (200, 404)<br />\n a. 200 - returned when search is successfull<br />\n b. 404 - returned when search is not successfull<br /></li>\n<li>accountStatus (INSTALLED, BTL, EXPIRED)<br />\n a. INSTALLED = Active<br />\n b. BTL = Not Active but can be restored<br />\n c. EXPIRED = Not Active and cannot be restored<br /></li>\n<li>accumulators are populated after successfull refill<br /></li>\n</ol>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","wireless","services"],"host":["{{domain}}"],"query":[{"key":"customerId","value":"A5411059264"}],"variable":[]}},"response":[],"_postman_id":"e65d8b5a-b417-4c8d-8944-b318dba810ea"}],"id":"907357f7-7f95-43c8-9eed-d5d9508781cf","_postman_id":"907357f7-7f95-43c8-9eed-d5d9508781cf","description":""},{"name":"Retail","item":[{"name":"/retail/sim","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"6ce11869-20dd-412f-9f10-2cbdd1d34098","request":{"method":"POST","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"raw","raw":"{\n    \"iccid\": \"357286374682734\",\n    \"ratePlan\": \"ratePlan\",\n    \"storeId\": \"storeId\",\n    \"referenceId\": \"referenceId\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/sim","description":"<p>Associates a sold sim card with a rate plan.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","retail","sim"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"34194ed6-3645-4d5d-b171-9b6f4a2cbaa5","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"goodwillpos"},{"key":"market","value":"{{market}}"},{"key":"product","value":"GOODWILL_TMO"},{"key":"authorization","value":"1Fg520F2XVMoKtXN"},{"key":"transactionId","value":"23456ABE"}],"body":{"mode":"raw","raw":"{\n    \"iccid\": \"8901240160115457106\",\n    \"ratePlan\": \"GDWL6GBLTE\",\n    \"storeId\": \"1126\",\n    \"referenceId\": \"9999ACDG\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/goodwillpos/retail/sim"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"5338612c-cd08-47ec-a73b-ad7602cf1e29"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 16 Feb 2023 18:57:10 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"},{"id":"772630e4-2392-40bd-a16f-e033e8fb1026","name":"400 - Bad Request invalid rate plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccid","value":"8901240160115457064","description":"The iccid to associate to a rate plan","type":"text"},{"key":"ratePlan","value":"GDWL6GBLTEX","description":"The rate plan code to associate to the iccid","type":"text"},{"key":"storeId","value":"1126","description":"The retail store number","type":"text"},{"key":"referenceId","value":"","description":"(Optional) Transactional reference number","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"427dcc77-d9c1-43df-975f-6ddc8be0bcba"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:14:07 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"45"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 3033,\n    \"message\": \"invalid rate plan\"\n}"},{"id":"967bac52-e8c4-4ada-8e06-a7a709a3dd44","name":"400 - Bad Request invalid iccid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccid","value":"8901240160115457063","description":"The iccid to associate to a rate plan","type":"text"},{"key":"ratePlan","value":"GDWL6GBLTE","description":"The rate plan code to associate to the iccid","type":"text"},{"key":"storeId","value":"1126","description":"The retail store number","type":"text"},{"key":"referenceId","value":"","description":"(Optional) Transactional reference number","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"da1106c4-ee78-4c7b-a68e-328602a17f7d"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:14:41 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"41"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 4007,\n    \"message\": \"invalid iccid\"\n}"}],"_postman_id":"6ce11869-20dd-412f-9f10-2cbdd1d34098"},{"name":"/retail/sim/{{iccid}}","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"f7f0e19a-7f3c-47f4-9bc4-4782ed7f95ac","request":{"method":"DELETE","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/sim/{{iccid}}?force=false","description":"<p>Removes the association of a sold sim card with a rate plan if it has not been already activated.</p>\n<p>If the force parameter is passed as true it will force the removal of the association even if the sim has been activated. This will deactivate the mdn it was activated with.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","retail","sim","{{iccid}}"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>Optional: Forces the removal of the association of the sim and plan</p>\n","type":"text/plain"},"key":"force","value":"false"}],"variable":[]}},"response":[{"id":"4228afb0-6977-4367-bb6c-49362115f119","name":"200 - Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid/8901240160115457064"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"0ac2011f-4809-477e-b6ec-c5049d02b27d"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:19:14 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"},{"id":"b61b8b3b-6dc0-409c-885a-e7a55b3f5038","name":"400 - Bad Request invalid iccid","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid/8901240160115457063"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"19c5467f-8281-4c99-9fe5-3954e4560a3e"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:19:44 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"41"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 4007,\n    \"message\": \"invalid iccid\"\n}"}],"_postman_id":"f7f0e19a-7f3c-47f4-9bc4-4782ed7f95ac"},{"name":"/retail/voucher","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"30e9156a-7310-4200-86cc-5793c6c53e51","request":{"method":"GET","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/voucher?series=2542365","description":"<p>Returns an available voucher ready to be redeemed.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","retail","voucher"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>Returns a voucher for a specific series.</p>\n","type":"text/plain"},"key":"series","value":"2542365"}],"variable":[]}},"response":[{"id":"482051af-e406-4750-9f11-f7b82a2123e3","name":"201 - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccid","value":"8901240160115457064","description":"The iccid to associate to a rate plan","type":"text"},{"key":"ratePlan","value":"GDWL6GBLTE","description":"The rate plan code to associate to the iccid","type":"text"},{"key":"storeId","value":"1126","description":"The retail store number","type":"text"},{"key":"referenceId","value":"","description":"(Optional) Transactional reference number","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"8405265a-8d8b-447f-bcba-05aae90beb46"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:13:09 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201\n}"},{"id":"3556d150-353f-4f48-bd86-6931b2abe1b4","name":"400 - Bad Request invalid rate plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccid","value":"8901240160115457064","description":"The iccid to associate to a rate plan","type":"text"},{"key":"ratePlan","value":"GDWL6GBLTEX","description":"The rate plan code to associate to the iccid","type":"text"},{"key":"storeId","value":"1126","description":"The retail store number","type":"text"},{"key":"referenceId","value":"","description":"(Optional) Transactional reference number","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"427dcc77-d9c1-43df-975f-6ddc8be0bcba"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:14:07 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"45"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 3033,\n    \"message\": \"invalid rate plan\"\n}"},{"id":"21682c00-a914-4f11-abb2-9b3a6bbbd33f","name":"400 - Bad Request invalid iccid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccid","value":"8901240160115457063","description":"The iccid to associate to a rate plan","type":"text"},{"key":"ratePlan","value":"GDWL6GBLTE","description":"The rate plan code to associate to the iccid","type":"text"},{"key":"storeId","value":"1126","description":"The retail store number","type":"text"},{"key":"referenceId","value":"","description":"(Optional) Transactional reference number","type":"text"}]},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"da1106c4-ee78-4c7b-a68e-328602a17f7d"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:14:41 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"41"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 4007,\n    \"message\": \"invalid iccid\"\n}"}],"_postman_id":"30e9156a-7310-4200-86cc-5793c6c53e51"},{"name":"/retail/voucher/{{pin}}","event":[{"listen":"test","script":{"id":"49410f24-4261-4001-b78e-de4970efead1","exec":["tests[\"Status code is 200\"] = responseCode.code === 200;"],"type":"text/javascript"}}],"id":"2a8a58f5-91c3-4e49-a821-3b18f3fd9f09","request":{"method":"DELETE","header":[{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/voucher/{{pin}}?force=false","description":"<p>Cancels the voucher and prevents its future use if it has not already been redeemed.</p>\n<p>If the force parameter is passed as true it will force the cancel of the voucher even if the voucher has been redeemed. This will deactivate the mdn where the voucher was applied to.</p>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","retail","voucher","{{pin}}"],"host":["{{domain}}"],"query":[{"description":{"content":"<p>Optional: Forces the removal of the association of the sim and plan</p>\n","type":"text/plain"},"key":"force","value":"false"}],"variable":[]}},"response":[{"id":"28ff8501-a0db-483c-8899-7ff8d690bc5e","name":"200 - Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid/8901240160115457064"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"0ac2011f-4809-477e-b6ec-c5049d02b27d"},{"key":"Content-Type","value":"application/vnd.ztarmobile-v1+json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:19:14 GMT"},{"key":"Content-Length","value":"14"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200\n}"},{"id":"f0c22412-da64-4037-9fdd-80df247572f2","name":"400 - Bad Request invalid iccid","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true},{"key":"vendor","value":"{{vendor}}"},{"key":"market","value":"{{market}}"},{"key":"product","value":"{{product}}"},{"key":"authorization","value":"{{authorization}}"},{"key":"transactionId","value":"{{transactionId}}"}],"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/iccid/8901240160115457063"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)"},{"key":"correlationId","value":"19c5467f-8281-4c99-9fe5-3954e4560a3e"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 11 Oct 2022 14:19:44 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"41"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 4007,\n    \"message\": \"invalid iccid\"\n}"}],"_postman_id":"2a8a58f5-91c3-4e49-a821-3b18f3fd9f09"},{"name":"retail/acp/device/","id":"b924b8c9-065f-4fe9-a412-09c14605a6cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"market","value":"{{market}}","type":"text"},{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"},{"key":"authorization","value":"{{authorization}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"GMTABB67891\",\n    \"serialNo\": \"342836726387385798739874532\",\n    \"acpID\": \"3417d6c7-8ed2-4a32-854d-6350a5726db7\",\n    \"deviceCopay\": \"49.99\",\n    \"deviceDeliveryMethod\": \"in store\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/acp/device","description":"<p>Requirement:</p>\n<p>The clerk will associate a rate plan with a SIM ICCID and then charge the customer when the API returns a success. The customer can then go to goodmobile.org/activate to enter the SIM. Since its prefunded, it will go straight to activate a new number or port in flow.</p>\n<p>Conditions:</p>\n<ul>\n<li>When successful, a 201 created response will be returned and the agent can hand over the SIM to the customer.</li>\n<li>If the SIM iccid is invalid or it has been activated or prefunded before, a 400 response will be retruned with a readable error message.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","retail","acp","device"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"577e87ae-28df-4453-ba5e-f2842de729ea","name":"200 - Device Purchased Successfully","originalRequest":{"method":"PUT","header":[{"key":"market","value":"{{market}}","type":"text"},{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"},{"key":"authorization","value":"{{authorization}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"GMTABB67891\",\n    \"serialNo\": \"342836726387385798739874532\",\n    \"acpID\": \"dd752fe3-bbb2-48fd-8fde-091a5236c871\",\n    \"deviceCopay\": \"49.99\",\n    \"deviceDeliveryMethod\": \"in store\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/acp/device"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 17:29:50 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"bc648291-e7a9-44c5-a841-996c7f3e17d5"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"114"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"acp\": {\n        \"id\": \"dd752fe3-bbb2-48fd-8fde-091a5236c871\",\n        \"modelNumber\": \"67891\",\n        \"deviceReimbursementDate\": \"08/03/2023\"\n    }\n}"},{"id":"0b9d9dfc-04e0-428a-9770-deab9410d214","name":"400 - ACP application is not enrolled yet","originalRequest":{"method":"PUT","header":[{"key":"market","value":"{{market}}","type":"text"},{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"},{"key":"authorization","value":"{{authorization}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sku\": \"GMTABB67891\",\n    \"serialNo\": \"342836726387385798739874532\",\n    \"acpID\": \"0c992d1f-e286-42ff-beba-7a8bf6a74554\",\n    \"deviceCopay\": \"49.99\",\n    \"deviceDeliveryMethod\": \"in store\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/acp/device"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 17:28:21 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"3c06895e-b69f-46a4-9467-31d4e09612c8"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"197"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"backendMessage\": \"error.bff.ebb_verification_failed\",\n    \"message\": \"EBB verification failed. Please try again later or contact customer support.\",\n    \"status\": 400,\n    \"timestamp\": \"2023-03-08T11:28:21.922194\"\n}"}],"_postman_id":"b924b8c9-065f-4fe9-a412-09c14605a6cf"},{"name":"retail/fulfillment","id":"833acf9b-0d61-41a9-8f22-1d6f01417903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"market","value":"{{market}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"},{"key":"authorization","value":"{{authorization}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"id\": \"HTRPM8N9MTFWM882-device-1\",\n            \"attributes\": [\n                {\n                    \"name\": \"serialNo\",\n                    \"value\": \"4746352834632784\"\n\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/fulfillment/","description":"<p>Requirement: </p>\n<p>In store fulfillment for orders purchased on the web: When customers show a clerk an In-store pick-up barcode to scan from their Order Summary details or from the purchased plans section from their Goodmobile.com accounts, the clerk must scan the barcode and use the barcode value to finish fulfilling the order.</p>\n<p>Conditions:</p>\n<ul>\n<li>The clerk must use a tool/system/service to execute a request to fulfill the SIM.</li>\n<li>If there is a barcode in the Order Details or the purchased Plan, then Good Mobile has charged for it already. If the fulfillment API request succeeds, then the SIM can be handed to the customer. Please check the rest of the conditions for more details.</li>\n<li>If the order has been fulfilled before, the API call to fulfill the SIM will fail with http error 400 indicating that the Order SIM has already been fulfilled. The error shall be returned with a human readable error message.</li>\n<li>If the SIM ICCID that was sold is defective or cannot be used, the fulfillment API request will fail with http error 400 indicating that the SIM cannot be used to fulfill the order. An error code and a readable message will be sent as well.</li>\n<li>If the SIM belongs to another network than the one picked by the user, but the SIM is a valid Good Mobile Sim, an internal SIM conversion request will take place and the ICCID will be applied to the new SIM. No notification for a successful conversion shall take place. This takes place behind the scenes for the retailer.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","retail","fulfillment",""],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"bb3e37b9-e1b8-4406-9d00-9e95704e94cb","name":"200 - Sim fulfilled","originalRequest":{"method":"PATCH","header":[{"key":"authorization","value":"{{authorization}}","type":"text"},{"key":"market","value":"{{market}}","type":"text"},{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"id\": \"CIE3N8R42R6CM9LR-sim-1\",\n            \"attributes\": [\n                {\n                    \"name\": \"ICCID\",\n                    \"value\": \"8901240160115457205\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/fulfillment/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 17:02:59 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"a8936e89-3f4b-4f11-8c20-eaab2e270d43"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"62"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"INKHJMLHU229OLWQ-sim-1\",\n            \"isFulfilled\": true\n        }\n    ]\n}"},{"id":"eccc4f86-c1c2-436c-976e-79eb3c52850f","name":"400 - Order already fulfilled","originalRequest":{"method":"PATCH","header":[{"key":"authorization","value":"{{authorization}}","type":"text"},{"key":"market","value":"{{market}}","type":"text"},{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"id\": \"INKHJMLHU229OLWQ-sim-1\",\n            \"attributes\": [\n                {\n                    \"name\": \"ICCID\",\n                    \"value\": \"8901240160115457205\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/fulfillment/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 17:04:31 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"9da734e6-bfc0-428b-ad87-8ee18e1211ce"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"187"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"backendMessage\": \"error.order_already_shipped\",\n    \"message\": \"order (INKHJMLHU229OLWQ) status (Shipped) does not allow provided action\",\n    \"status\": 400,\n    \"timestamp\": \"2023-03-08T11:04:31.734863\"\n}"},{"id":"43c077a1-8d2d-47bf-8df1-b24b8e654a91","name":"400 - retail/fulfillment Device","originalRequest":{"method":"PATCH","header":[{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"market","value":"{{market}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"},{"key":"authorization","value":"{{authorization}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"id\": \"HTRPM8N9MTFWM882-device-1\",\n            \"attributes\": [\n                {\n                    \"name\": \"serialNo\",\n                    \"value\": \"4746352834632784\"\n\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/fulfillment/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Jun 2023 18:50:43 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"6e92e63d-b008-4959-b1d3-2942dcb6f652"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"backendMessage\": \"error.order_not_found\",\n    \"message\": \"Order with id HTRPM8N9MTFWM882 not found\",\n    \"status\": 400,\n    \"timestamp\": \"2023-06-06T13:50:43.313896\"\n}"}],"_postman_id":"833acf9b-0d61-41a9-8f22-1d6f01417903"},{"name":"/retail/fulfillment/validate","id":"d96cccc7-72e3-4a54-98e2-59f75305137e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"authorization","value":"{{authorization}}","type":"text"},{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"market","value":"{{market}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"id\":\"TXUP1H4GFX75KW39-sim-1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/fulfillment/validate","urlObject":{"protocol":"https","path":["{{path}}","vendor","{{vendor}}","retail","fulfillment","validate"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"59efa4ec-e27b-4c82-b119-21803c661edf","name":"200 Fulfillment Status response","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"{{authorization}}","type":"text"},{"key":"vendor","value":"{{vendor}}","type":"text"},{"key":"market","value":"{{market}}","type":"text"},{"key":"product","value":"{{product}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"id\":\"B2OI2NXI3KZS15SQ-sim-1\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domain}}/{{path}}/vendor/{{vendor}}/retail/fulfillment/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 17:07:04 GMT"},{"key":"Server","value":"GlassFish Server Open Source Edition  4.1"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"X-Powered-By","value":"Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Private Build/1.8)"},{"key":"correlationId","value":"94fa790b-6ea0-4317-b2ad-a3a15e4c995d"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"94"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": \"B2OI2NXI3KZS15SQ-sim-1\",\n            \"sku\": \"SIMGWMTMO4GLTE\",\n            \"qty\": 1,\n            \"isFulfilled\": false\n        }\n    ]\n}"}],"_postman_id":"d96cccc7-72e3-4a54-98e2-59f75305137e"}],"id":"9c6a38c8-ce80-429e-9c0e-ba81d2f02ed9","_postman_id":"9c6a38c8-ce80-429e-9c0e-ba81d2f02ed9","description":""}],"event":[{"listen":"prerequest","script":{"id":"b23bda7b-24a4-4d43-bb5a-024cf42a775d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"61fb6b7f-0066-4fed-aef4-c52b825d722e","type":"text/javascript","exec":[""]}}]}