{"info":{"_postman_id":"d8ba4411-74be-4ad4-b736-2c46eae079b4","name":"NRG Sales APIs","description":"<html><head></head><body><blockquote>\n<p>This collection hosts all sales APIs. The documentation below will explain the expected inputs and outputs for each call to be made during an enrollment. You can also find the values that are accepted as for repetitive inputs throughout each API below. </p>\n</blockquote>\n<h1 id=\"api-overview\">API Overview</h1>\n<h2 id=\"identification\">Identification</h2>\n<p>All users must have a valid Social Security Number or Texas Driver’s License to enroll online using the real time process. Users who do not pass this validation step will be required to call in for service. Via the call center agent path, users may present alternative identification such as out of state license information, which will be manually approved.</p>\n<h2 id=\"deposit-payment-information\">Deposit Payment Information</h2>\n<p>After successful submission of an enrollment request, the API will return a contract account number. At this point, if the customer owes a deposit, the affiliate can either direct the customer to call the NRG brand-specific phone number to pay their deposit, or take advantage of an NRG hosted “payment gateway” to offer the user the option of making their payment online right then. (The pages for this deposit payment flow are hosted on an NRG server that is specifically configured to meet the high security requirements around collection of PCI data, like credit cards.)</p>\n<h2 id=\"language-preferences\">Language Preferences</h2>\n<p>The “Language Code” in the calls allows the front end to optionally indicate whether the customer-facing “message code” text returned in the calls should be in English or Spanish (if the affiliate wants to use the messages directly).<br>A separate variable called “Preferred Language” is for setting the language of the NRG account-related customer communications, such as account invoices. This value is submitted to SAP.</p>\n<h2 id=\"addresses\">Addresses</h2>\n<p>Services must be physical address with a street number and street name. Billing address may be a PO Box or street number/street name format.</p>\n<h2 id=\"tracking-id-and-guid\">Tracking ID and GUID</h2>\n<p>A tracking ID and GUID will be created for data submitted to the Identity API. If a particular step is repeated with updated data, the call should be submitted with the same tracking ID and GUID so that the data can be updated in our NRG systems. (Note: The token, prospect, address cleanup, standalone ESID Details call and Offers call do not require or create a tracking ID, allowing for flexibility in where these functions may be used by the affiliate.)</p>\n<p>Submitted enrollment requests that are written into NRG backend system will also receive a contract account number in the “Enrollment” API. For the enrollment API, besides the data included in the call input, there is information that will be pulled from NRG database based on earlier calls. For that reason, the tracking ID and GUID is required for some of the earlier calls to tie information to the appropriate record.</p>\n<h1 id=\"api-processing\">API Processing</h1>\n<p>Each API submission will go through a number of validations before being processed. The API will return a failure in any of these scenarios:</p>\n<ul>\n<li><p>Required input variables are not included in the submission</p>\n</li>\n<li><p>The submitted input variables do not meet the format requirements</p>\n</li>\n<li><p>Internal system issues caused us to be unable to process the request</p>\n</li>\n</ul>\n<p>The “errorDescription” text is provided for internal troubleshooting in case of issue with processing of the API.</p>\n<p>If the API call completes processing, it will return a status code that indicates the following:</p>\n<ul>\n<li><p>The prospect can continue the process beyond this point</p>\n</li>\n<li><p>The prospect must be stopped due to an exception; Affiliate may want to provide call center number for these instances if not already displayed on the page.</p>\n</li>\n<li><p>The prospect can continue after verification of necessary information</p>\n</li>\n</ul>\n<p>The “messageText” field is provided for customer-facing message content. This message may be appended with additional content determined by the Affiliate (i.e. Affiliate specific call center number). There can be message codes returned even in the case where the user does not need to be stopped, for example to advise them about special handling that will be needed on the account (such as where there is a “Switch Hold Notify” response from the \"Available Dates API. )</p>\n<h1 id=\"building-api-request\">Building API Request</h1>\n<h2 id=\"authorization\">Authorization</h2>\n<p>All NRG Sales APIs are available only for B2B communication and are secured by Basic Authentication scheme. To access these APIs on NRGs QA or Production environments, please work with your Business Contact at NRG to get your network IPs whitelisted and get issued your unique API credentials. For any queries or trouble accessing APIs, please email <a href=\"https://mailto:NRGWebRetail@reliant.com\">NRGWebRetail@reliant.com</a>.</p>\n<h2 id=\"input-options-by-brand-and-channel\">Input options by brand and channel</h2>\n<h3 id=\"brand-identifiers\">Brand identifiers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Brand</th>\n<th>Company Code</th>\n<th>Brand ID</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Reliant</td>\n<td>0121</td>\n<td>RE</td>\n</tr>\n<tr>\n<td>Green Mountain</td>\n<td>0271</td>\n<td>GM</td>\n</tr>\n<tr>\n<td>Cirro</td>\n<td>0391</td>\n<td>CE</td>\n</tr>\n<tr>\n<td>Discount Power</td>\n<td>0391</td>\n<td>PW</td>\n</tr>\n<tr>\n<td>Direct Energy</td>\n<td>0315</td>\n<td>DE</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"tdsp-codes\">TDSP codes</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>TDSP</th>\n<th>TDSP Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CenterPoint Energy</td>\n<td>D0001</td>\n</tr>\n<tr>\n<td>ONCOR</td>\n<td>D0002</td>\n</tr>\n<tr>\n<td>Texas-New Mexico Power</td>\n<td>D0003</td>\n</tr>\n<tr>\n<td>AEP Texas Central</td>\n<td>D0004</td>\n</tr>\n<tr>\n<td>AEP Texas North</td>\n<td>D0005</td>\n</tr>\n<tr>\n<td>Sharyland Utilities</td>\n<td>D0009</td>\n</tr>\n<tr>\n<td>Lubbock Power &amp; Light TDSP</td>\n<td>D0011</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"channel-indicator\">Channel indicator</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Channel ID</th>\n<th>Channel</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>WEB</td>\n<td>Online enrollments</td>\n</tr>\n<tr>\n<td>AA</td>\n<td>Agent assisted enrollments</td>\n</tr>\n<tr>\n<td>AFF</td>\n<td>Affiliate enrollments</td>\n</tr>\n<tr>\n<td>CC</td>\n<td>Call center enrollments</td>\n</tr>\n<tr>\n<td>SMB</td>\n<td>Small business enrollments</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"language-code-will-default-to-english-if-blank\">Language code (will default to English if blank)</h3>\n<p>The “Language Code” in the API input allows the API client to optionally indicate whether the customer-facing “message code” text returned in the calls should be in English or Spanish.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Language Code</th>\n<th>Language</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>E</td>\n<td>English</td>\n</tr>\n<tr>\n<td>S</td>\n<td>Spanish</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"understanding-api-response\">Understanding API Response</h1>\n<p>Each NRG Sales API, upon successful execution, would produce a JSON response. Upon execution of the API, you would receive an HTTP Status and a statusCode in the response payload. Use below chart to understand how to interpret different HTTP Status Codes and Response statusCode when consuming the API</p>\n<h2 id=\"interpreting-http-status-code\">Interpreting HTTP Status Code</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Meaning</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n<td>Standard response for successful HTTP requests</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, missing mandatory field in the request, invalid trackingId and guid)</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Authentication is required and has failed or has not yet been provided</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>The request contained valid data and was understood by the server, but the server is refusing action</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>The requested resource could not be found</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method Not Allowed</td>\n<td>A request method is not supported for the requested resource; for example, a GET request on a form that requires data to be presented via POST</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n<td>A generic error message, given when an unexpected condition was encountered and no more specific message is suitable</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"interpreting-statuscode-in-response\">Interpreting statusCode in response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Meaning</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>00</td>\n<td>Continue</td>\n<td>The user is approved to move forward with the enrollment.</td>\n</tr>\n<tr>\n<td>01</td>\n<td>Hard stop</td>\n<td>The user should stop the enrollment and not continue.</td>\n</tr>\n<tr>\n<td>02</td>\n<td>Ask</td>\n<td>There are further questions that the customer should address before continuing.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Overview","slug":"api-overview"},{"content":"API Processing","slug":"api-processing"},{"content":"Building API Request","slug":"building-api-request"},{"content":"Understanding API Response","slug":"understanding-api-response"}],"owner":"3890864","collectionId":"d8ba4411-74be-4ad4-b736-2c46eae079b4","publishedId":"SzKYQcto","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-15T13:38:03.000Z"},"item":[{"name":"OFFERS","item":[{"name":"Real-time Offers","event":[{"listen":"test","script":{"id":"ae703597-706e-4f5a-a3b6-ee082d891093","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"555b9273-a1e3-4c8c-b3e2-f9be20dfca44","exec":[""],"type":"text/javascript"}}],"id":"9bd7a5cf-6b4b-4d6b-a26f-f52891c17fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/offers?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=1000000&companyCode=0121&brandId=RE&languageCode=E&transactionType=MVI&tdspCodeCCS=D0001&promoCode=WB3677&esid=string","description":"<p>Input to this API would be the TDSP of the user’s requested service area (or ESID, if available) and the promo code associated with selected brand.  (The TDSP -- and ESID, if available -- can be determined prior to making this call, using the getEsidDetails call.  And the consumer should have previously been provided with brand-specific promo codes by the NRG Business Owner.) The call will return the currently active offers associated with the given TDSP and promo code.  </p>\n<p>If the promo code provided is not active or is invalid the response will return a default set of offers available for the TDSP that was found.</p>\n<p>Based on the information provided to the API, one of the following messageCode along with the associated messageText and statusCode may be returned in this API response. The messageText returned from the API must be displayed to the customer and the messageCode logged for future reporting and troubleshooting purposes.</p>\n<h1 id=\"message-code-legend-for-offers-api\">Message Code Legend for Offers API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Message Code</th>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AREA_NOT_SERVICED</td>\n<td>01</td>\n<td>This message code is returned when the ESID / TDSP code provided is not serviced by the selected NRG brand. A status code '01' in the response indicates that the enrollment attempt must 'stop' and the message text should be displayed to the customer informing them of any necessary actions to be taken in order to reattempt the enrollment</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"migration-from--old-api-to-new-api\">Migration from  old API to New API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old API</th>\n<th>New API</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://affiliateapi.iprospect.com/ws/simple/getAffiliateOffers\">https://affiliateapi.iprospect.com/ws/simple/getAffiliateOffers</a></td>\n<td><a href=\"https://api.nrg.com/NRGREST/rest/sales/offers?channelType=AA&amp;affiliateId=1000000&amp;companyCode=0121&amp;brandId=RE&amp;%5CnlanguageCode=E&amp;transactionType=MVI&amp;tdspCodeCCS=&amp;promoCode=&amp;esid%27\">https://api.nrg.com/NRGREST/rest/sales/offers?channelType=AA&amp;affiliateId=1000000&amp;companyCode=0121&amp;brandId=RE&amp;\\nlanguageCode=E&amp;transactionType=MVI&amp;tdspCodeCCS=&amp;promoCode=&amp;esid%27</a></td>\n</tr>\n<tr>\n<td></td>\n<td><a href=\"https://stg-api.nrg.com/NRGREST/rest/sales/offers?channelType=AA&amp;affiliateId=1000000&amp;companyCode=0121&amp;brandId=RE&amp;%5CnlanguageCode=E&amp;transactionType=MVI&amp;tdspCodeCCS=&amp;promoCode=&amp;esid%27\">https://stg-api.nrg.com/NRGREST/rest/sales/offers?channelType=AA&amp;affiliateId=1000000&amp;companyCode=0121&amp;brandId=RE&amp;\\nlanguageCode=E&amp;transactionType=MVI&amp;tdspCodeCCS=&amp;promoCode=&amp;esid%27</a></td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><strong>GET</strong></td>\n</tr>\n<tr>\n<td><strong>Old API Input fields</strong></td>\n<td><strong>New API Input fields</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>channelType</td>\n</tr>\n<tr>\n<td>affiliateId</td>\n<td>affiliateId</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>companyCode</td>\n</tr>\n<tr>\n<td>brandId</td>\n<td>brandId</td>\n</tr>\n<tr>\n<td>languageCode</td>\n<td>languageCode</td>\n</tr>\n<tr>\n<td>transactionType</td>\n<td>transactionType</td>\n</tr>\n<tr>\n<td>tdspCodeCCS</td>\n<td>tdspCodeCCS</td>\n</tr>\n<tr>\n<td>promoCode</td>\n<td>promoCode</td>\n</tr>\n<tr>\n<td>esid</td>\n<td>esid</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","offers"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).</p>\n","type":"text/plain"},"key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":{"content":"<p>Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)</p>\n","type":"text/plain"},"key":"affiliateId","value":"1000000"},{"description":{"content":"<p>Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)</p>\n","type":"text/plain"},"key":"companyCode","value":"0121"},{"description":{"content":"<p>Optional Field to define brand id. ( E.g. 'CE' for Cirro)</p>\n","type":"text/plain"},"key":"brandId","value":"RE"},{"description":{"content":"<p>Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)</p>\n","type":"text/plain"},"key":"languageCode","value":"E"},{"description":{"content":"<p>Optional Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)</p>\n","type":"text/plain"},"key":"transactionType","value":"MVI"},{"description":{"content":"<p>Mandatory Field to define the TDSP (E.g. D0001=CenterPoint Energy)</p>\n","type":"text/plain"},"key":"tdspCodeCCS","value":"D0001"},{"description":{"content":"<p>Unique Promo Code - Optional for channel type AA & WEB. (E.g. WB3677)</p>\n","type":"text/plain"},"key":"promoCode","value":"WB3677"},{"description":{"content":"<p>Unique ESID associated with the Service Address - Optional Field if tdspcode is populated. (E.g. 1008901003101420185100)</p>\n","type":"text/plain"},"key":"esid","value":"string"}],"variable":[]}},"response":[{"id":"5e9471ad-80f0-43f6-bffa-8d7fe972c4b6","name":"Success - Electricity Plans found for the given input","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/NRGREST/rest/sales/offers?channelType=AFF&affiliateId=232793&companyCode=0271&languageCode=E&transactionType=MVI&tdspCodeCCS=D0001&promoCode=WA0TC4","host":["{{url}}"],"path":["NRGREST","rest","sales","offers"],"query":[{"description":"Mandatory Field to define the Channel Type. (E.g. AA for Agent, WEB for OE, AFF for Affiliates).","key":"channelType","value":"AFF"},{"description":"Mandatory Field to define the Identifier for Affiliates.","key":"affiliateId","value":"232793"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant; 0271 for GME; 0391 for Discount Power & Cirro)","key":"companyCode","value":"0271"},{"description":"Mandatory Field to define language (E.g. 'E' for English Or 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)","key":"transactionType","value":"MVI"},{"description":"Mandatory Field to define the TDSP (E.g. D0001=CenterPoint Energy; D0002=ONCOR; D0003=Texas-New Mexico Power Company; D0004=AEP Texas Central; D0005=AEP Texas North; D0009=Sharyland Utilities)","key":"tdspCodeCCS","value":"D0001"},{"description":"Optional for channel type AA & WEB.","key":"promoCode","value":"WA0TC4"},{"description":"Optional Field if tdspcode is populated.","key":"esid","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Sep 2023 11:37:44 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Sun, 02 Apr 2023 11:37:44 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=uWTsVlVwE5vYYv48YECKqz6bJkQEMOSwt7a9fzKSyjEZdZGlJDXnjYkyg3ElymHSDaoEKdvbx/4PUotjyj1FT5Ky1XRpxmEwZB6B+7Otn7u23R0+64p0luDYCykoaIkgiBOwkzPvq7WVwLFFDa+j59hUFtcxfDNpikUSw6mMZAR9GABifuglOnww9gKYjrzQeLPF2GTuMG0NzRFuct+bDtdoTM2uijfIB6VTYKCSPY5wk5H/e6quENifdVX/jjcaSphu2RjUsffhP3AQgnWCr8d1PXFoc3UiBvFTRCIZf08PkmdV2jAQ7Mx7DOICOrrvR8GV1eU1XAkCd8cc+nRjCBRZ4fuZ8NDW/mrkuUusM5I2rqZqtUJGv5/2x90Ite6iIFQ2BxAEGqdsMtUalcVnVxv1FJfTnGSQG/AgJTEEoq9dyrUsf2rUS+VJuQC5lOec5g+mjV9mmB+LrYzoV/hYCnY0kAKk8xLmUyLozfJgRazG1hkRC0aZfdZ6/pMdgZtXpgquj8qeDrWluWoQL0R103vl06vB+RJovBuuDluPj53T6t6RX9YsA8gxPoxEUOf0ll0+tHC0Sxb1zoENEGxXVa6jUg+I9lrI4KZq/HUkTXkXV6dscGXhttk+TgqvEGDojNWi6Tj3TDHzcpiaDAgOe6AV6NMhxeN+sfXEAWnr2IT4XxFL/dACf/v7d/QU8LvFacUxWxOgeQvCRlAYtoo5t7H0RoqfhgZj1m0lMGbHcpXmNvuM0C1xZAdHvKIhdoscCvNrqCCxzFJm5z6KJIjjpViQgkUXANRyqmPkv1ZLA5OdeDRDhKH712lVE/gPH1DC+sJZg1tatt/KHS49WBDtvis5Vs2CeF+cynSRcSf7JT8zRXilDCQKEqMXtAOFJTqrjI3B91u2BbVjIG9ppgkTcufKE6pJRxq8y9ef4HKQdTUmAf+1pu26QXq/3vImO6yo8+ldbzz5tuYqnT4rQtcTzzCaSZlwImAXJed90Tw1+QKnJM5a5g6fF/aCzDT3Ej0oiJWdtNdMXJnuscCVDDA6e3V5mcuC1y+WY6UEY57VJJSSO0girldp/mc5FPp4NJw8Ju4sWsHvP1oXfs7eum/5iFkWZuLTqceV; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"JSESSIONID=0001Vv2UGG3U3PpgsR9ywBKq6ir:3CE9VVKKUA; Path=/; HttpOnly;HttpOnly;Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Expires","value":"Thu, 01 Dec 1994 16:00:00 GMT"},{"key":"Cache-Control","value":"no-cache=\"set-cookie, set-cookie2\""},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": null,\n    \"offerDate\": \"09292023\",\n    \"offerTime\": \"06:37:44\",\n    \"tdspCodeCCS\": \"D0001\",\n    \"cmsErrorOffers\": null,\n    \"cmsNonCriticalErrorOfferList\": null,\n    \"cmsSource\": null,\n    \"erpErrorOffers\": \"\",\n    \"externalDunsNumber\": null,\n    \"displayedOffers\": \"52836540,52836545,52836585,52836657,53022017,53022022,53022067,53022082,53022086\",\n    \"offerSource\": \"promo\",\n    \"sapErrorOffersMissingAEMId\": null,\n    \"affiliateOfferList\": [\n        {\n            \"sapPlanName\": \"Pollution Free e-Plus 12\",\n            \"sapOfferTagline\": \"SAVE4 CNP GME POLLUTION FREE E-PLUS 12 WPT\",\n            \"offerCode\": \"52836540\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22JQBR00V0\",\n            \"productPriceCode\": \"R502836499\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM02\",\n            \"planType\": \"Fixed\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"12\",\n            \"cancelFee\": \"150\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"19.6\",\n            \"averagePrice1000\": \"19.2\",\n            \"averagePrice2000\": \"18.9\",\n            \"energyChargeText\": \"13.7850¢ per kWh\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"13.7850\",\n            \"tdspChargeKWh\": \"4.9454¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"0.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"004019\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28968\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"1.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        },\n        {\n            \"sapPlanName\": \"Pollution Free e-Plus\",\n            \"sapOfferTagline\": \"SAVE4 CNP GME POLLUTION FREE E-PLUS MTM WPT\",\n            \"offerCode\": \"52836545\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22JQBR00V0\",\n            \"productPriceCode\": \"R502836504\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM02\",\n            \"planType\": \"Variable\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"0\",\n            \"cancelFee\": \"0\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"19.6\",\n            \"averagePrice1000\": \"19.2\",\n            \"averagePrice2000\": \"18.9\",\n            \"energyChargeText\": \"13.7850¢ per kWh\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"13.7850\",\n            \"tdspChargeKWh\": \"4.9454¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"0.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"004019\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28969\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"1.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        },\n        {\n            \"sapPlanName\": \"Go Local Solar 24\",\n            \"sapOfferTagline\": \"SAVE4 CNP GME GO LOCAL SOLAR 24 WPT\",\n            \"offerCode\": \"52836585\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22JQBR00V0\",\n            \"productPriceCode\": \"R502836544\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM02\",\n            \"planType\": \"Fixed\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"24\",\n            \"cancelFee\": \"295\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"18.6\",\n            \"averagePrice1000\": \"18.2\",\n            \"averagePrice2000\": \"17.9\",\n            \"energyChargeText\": \"12.7850¢ per kWh\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"12.7850\",\n            \"tdspChargeKWh\": \"4.9454¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"0.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"004018\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28977\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"8.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        },\n        {\n            \"sapPlanName\": \"Pollution Free All Nighter 12\",\n            \"sapOfferTagline\": \"SAVE4 CNP GME POLLUTION FREE ALL NIGHTER 12 WPT\",\n            \"offerCode\": \"52836657\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22JQBR00V0\",\n            \"productPriceCode\": \"R502836616\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM02\",\n            \"planType\": \"Fixed\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"12\",\n            \"cancelFee\": \"150\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"20.6\",\n            \"averagePrice1000\": \"20.2\",\n            \"averagePrice2000\": \"19.9\",\n            \"energyChargeText\": \"29.0725¢ per kWh\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"29.0725\",\n            \"tdspChargeKWh\": \"4.9454¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"0.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"022009\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL28992\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"1.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        },\n        {\n            \"sapPlanName\": \"Pollution Free e-Plus\",\n            \"sapOfferTagline\": \"SAVE4 GME CNP POLLUTION FREE E-PLUS MTM WPT\",\n            \"offerCode\": \"53022017\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22LLBR00V0\",\n            \"productPriceCode\": \"R503021976\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM02\",\n            \"planType\": \"Variable\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"0\",\n            \"cancelFee\": \"0\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"17.3\",\n            \"averagePrice1000\": \"16.4\",\n            \"averagePrice2000\": \"15.9\",\n            \"energyChargeText\": \"10.5138¢ per kWh\",\n            \"baseUsageChargeText\": \"$5.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"10.5138\",\n            \"tdspChargeKWh\": \"4.9167¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"5.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"004019\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84410\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"1.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        },\n        {\n            \"sapPlanName\": \"Pollution Free with Google Nest 24\",\n            \"sapOfferTagline\": \"SAVE4 GME CNP POLLUTION FREE GOOGLE 24 WPT SENS_1\",\n            \"offerCode\": \"53022022\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22LLBR00V0\",\n            \"productPriceCode\": \"R503021981\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM29\",\n            \"planType\": \"Fixed\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"24\",\n            \"cancelFee\": \"295\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"16.6\",\n            \"averagePrice1000\": \"16.1\",\n            \"averagePrice2000\": \"15.9\",\n            \"energyChargeText\": \"10.7638¢ per kWh\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"10.7638\",\n            \"tdspChargeKWh\": \"4.9167¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"0.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"004005\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84411\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"1.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        },\n        {\n            \"sapPlanName\": \"Go Local Solar 24\",\n            \"sapOfferTagline\": \"SAVE4 GME CNP GO LOCAL SOLAR 24 WPT\",\n            \"offerCode\": \"53022067\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22LLBR00V0\",\n            \"productPriceCode\": \"R503022026\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM02\",\n            \"planType\": \"Fixed\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"24\",\n            \"cancelFee\": \"295\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"16.2\",\n            \"averagePrice1000\": \"15.7\",\n            \"averagePrice2000\": \"15.5\",\n            \"energyChargeText\": \"10.3638¢ per kWh\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"10.3638\",\n            \"tdspChargeKWh\": \"4.9167¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"0.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"004018\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84420\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"8.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        },\n        {\n            \"sapPlanName\": \"Solar All Nighter Plan 18\",\n            \"sapOfferTagline\": \"SAVE4 GME CNP SOLAR ALL NIGHTER 18 WPT\",\n            \"offerCode\": \"53022082\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22LLBR00V0\",\n            \"productPriceCode\": \"R503022041\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM02\",\n            \"planType\": \"Fixed\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"18\",\n            \"cancelFee\": \"180\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"17.9\",\n            \"averagePrice1000\": \"17.0\",\n            \"averagePrice2000\": \"16.5\",\n            \"energyChargeText\": \"11.9538¢ per kWh\",\n            \"baseUsageChargeText\": \"$5.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"11.9538\",\n            \"tdspChargeKWh\": \"4.9167¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"5.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"031009\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84423\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"4.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        },\n        {\n            \"sapPlanName\": \"Pollution Free All Nighter 12\",\n            \"sapOfferTagline\": \"SAVE4 GME CNP POLLUTION FREE ALL NIGHTER 12 WPT\",\n            \"offerCode\": \"53022086\",\n            \"promoCode\": \"WA0TC4\",\n            \"campaignCode\": \"22LLBR00V0\",\n            \"productPriceCode\": \"R503022045\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"GM02\",\n            \"planType\": \"Fixed\",\n            \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n            \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n            \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n            \"contractTerm\": \"12\",\n            \"cancelFee\": \"150\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"G1F0078A\",\n            \"yraacSmartCode\": \"G1F1101A\",\n            \"averagePrice500\": \"18.3\",\n            \"averagePrice1000\": \"17.4\",\n            \"averagePrice2000\": \"16.9\",\n            \"energyChargeText\": \"23.4117¢ per kWh\",\n            \"baseUsageChargeText\": \"$5.00 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n            \"offerCategory\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": null,\n            \"cmsProductMarketingDetails\": null,\n            \"cmsGreenFlag\": null,\n            \"cmsSmartMeterFlag\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsBannerColor\": null,\n            \"cmsSaveOffer\": null,\n            \"energyCharge\": \"23.4117\",\n            \"tdspChargeKWh\": \"4.9167¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": null,\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"5.00\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"022009\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": null,\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": null,\n            \"campEnvironmentDetails\": [\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"YRLYCO2AV_1000\",\n                    \"value\": \"15669.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"YRLYCO2AV_2000\",\n                    \"value\": \"31339.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"YRLYMND_1000\",\n                    \"value\": \"20237.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"YRLYMND_2000\",\n                    \"value\": \"40474.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"YRLYTREES_1000\",\n                    \"value\": \"1657.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"YRLYTREES_2000\",\n                    \"value\": \"3314.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"YRLYNEWS_1000\",\n                    \"value\": \"2084.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"YRLYNEWS_2000\",\n                    \"value\": \"4169.0\"\n                },\n                {\n                    \"productCode\": \"RCNPL84424\",\n                    \"calcOperand\": \"RENEW_PERCENT_CD\",\n                    \"value\": \"1.0\"\n                }\n            ],\n            \"renewablePercentage\": \"100.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        }\n    ]\n}"},{"id":"4eff8cc8-df61-4295-b180-e980ca4e9161","name":"Error - Blank/Invalid Company Code","originalRequest":{"method":"GET","header":[{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/NRGREST/rest/sales/offers?channelType=AA&affiliateId=1000000&companyCode=&brandId=RE&languageCode=E&transactionType=MVI&tdspCodeCCS=D0001&promoCode=&esid","host":["{{url}}"],"path":["NRGREST","rest","sales","offers"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AA"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"1000000"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":""},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Optional Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)","key":"transactionType","value":"MVI"},{"description":"Mandatory Field to define the TDSP (E.g. D0001=CenterPoint Energy)","key":"tdspCodeCCS","value":"D0001"},{"description":"Unique Promo Code - Optional for channel type AA & WEB. (E.g. WB3677)","key":"promoCode","value":""},{"description":"Unique ESID associated with the Service Address - Optional Field if tdspcode is populated. (E.g. 1008901003101420185100)","key":"esid","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Mar 2023 06:49:50 GMT"},{"key":"Set-Cookie","value":"SMSESSION=LOGGEDOFF; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Fri, 23 Sep 2022 06:49:50 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=CF0mdyCoBoa+7YRqIge/bMxNPAnhlNkEm66W42dK7gxkL1EexLlNZ3jqPaZaFi8+CwcoHUfxTH4OFIDHTN6XNEw4WU4BT3VZolpgWHw85YHKVjrjSwjejfk5qR6UyOktAHUkfAc5YXOvr1XVaRjacjERGouJmHTdi91s2mHTKZDC2grLcnWUFZ5ElkS0ySqq9PkDroheLFAKbHPQ99bFIGqTLwf7X4vbGBDf1FOWVxMTK/OYenESP46SHuJlqy8bAQ5ngj2YKVSdvLEZ8wSjFqtlsINVOoicfZ/5RouQ0fE1WMMRv2Ruq0Cx0xeg0/3upMEAQIiPGz2sQRf6uWQIlg3AAXRumB3f4zpmW8gxL7aUbaOinsfhf4y0S2o6DkU523dKVXdlmibaXef1aJfgGg00daXdiXPVttgGL4sIP33A3rcw7BGgOX4IQppFyFWgHvH7lDgMtQMf3oGhp9I1avjUbc2T9MHdj5rdQvJTNIdlOa/dT0ln9Ia53i+dImvmcqYfOmxQb+xDiBqcSbqvQ7E7JfCfNGln61KnX2HBbj6hiJrWVL2tzcSAdvFhKNPuSZKwlLenWwQx9mZhME1qGsLJj9CwZd95y0lfn9jY78x8MM/1DsJGCLpylvaK33DJ/zQidrWLVo7/eLlo+C6RMub0+nocJ2W5oqti2nfsYViT5cjAO4dAphizp5OisbKRezHtVq3Zd1eK745nYjNrYVPyy2/zyqNxSNOZF4TZcpUJBxtYmwqflLBHm/fTn/Cp4R2h5UhmIqq1ZSKoqw9NqqMgwgJ7jF5bdwkMd9TaP/OJURPUDDDF2ms9FPpunXzI5ydKJbyd6ZsUlGolAXXXQfbXy8O/Fad20Aaufeh7Hhkus2qRbUDAmg5RqZUCpPJLAtwol547SEQymBrENz/USdhg+KVlcHcENpN+PTGm0V9R0G+RE79hj4UySBJSn6V3nBPAaFVrJRnU/y8pSIU9JngbtjfQ1Bxrlbmn/nC9E3Cf1t/uDaS99UJ0GVmSIHpui80U9SEzO8kMitLrhF9xwXh1wt9+cpPNb7rIvTbfIlb9Phaz3gGxYFW9htEEHc/6CYAf7JyKegbgz+5/RISJtG+Ln0oiUHGu; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"Request entity has following errors: * companyCode  is required * companyCode is not valid\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"62de5fe9-3d7e-4274-8fb9-0ed715fea570","name":"Success - Electricity Plans found for the given input","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/offers?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=1000000&companyCode=0121&brandId=RE&languageCode=E&transactionType=MVI&tdspCodeCCS=D0001&promoCode=WB3677&esid=string","host":["{{url}}"],"path":["NRGREST","rest","sales","offers"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"1000000"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Optional Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)","key":"transactionType","value":"MVI"},{"description":"Mandatory Field to define the TDSP (E.g. D0001=CenterPoint Energy)","key":"tdspCodeCCS","value":"D0001"},{"description":"Unique Promo Code - Optional for channel type AA & WEB. (E.g. WB3677)","key":"promoCode","value":"WB3677"},{"description":"Unique ESID associated with the Service Address - Optional Field if tdspcode is populated. (E.g. 1008901003101420185100)","key":"esid","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 29 Sep 2023 11:37:44 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"JSESSIONID=0001Vv2UGG3U3PpgsR9ywBKq6ir:3CE9VVKKUA; Path=/; HttpOnly;HttpOnly;Secure"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Credentials","value":"true"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Headers","value":"Origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Expires","value":"Thu, 01 Dec 1994 16:00:00 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Cache-Control","value":"no-cache=\"set-cookie, set-cookie2\""},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": null,\n  \"offerDate\": \"09292023\",\n  \"offerTime\": \"06:37:44\",\n  \"tdspCodeCCS\": \"D0001\",\n  \"cmsErrorOffers\": null,\n  \"cmsNonCriticalErrorOfferList\": null,\n  \"cmsSource\": null,\n  \"erpErrorOffers\": \"\",\n  \"externalDunsNumber\": null,\n  \"displayedOffers\": \"52836540,52836545,52836585,52836657,53022017,53022022,53022067,53022082,53022086\",\n  \"offerSource\": \"promo\",\n  \"sapErrorOffersMissingAEMId\": null,\n  \"affiliateOfferList\": [\n    {\n      \"sapPlanName\": \"Pollution Free e-Plus 12\",\n      \"sapOfferTagline\": \"SAVE4 CNP GME POLLUTION FREE E-PLUS 12 WPT\",\n      \"offerCode\": \"52836540\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22JQBR00V0\",\n      \"productPriceCode\": \"R502836499\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM02\",\n      \"planType\": \"Fixed\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"12\",\n      \"cancelFee\": \"150\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"19.6\",\n      \"averagePrice1000\": \"19.2\",\n      \"averagePrice2000\": \"18.9\",\n      \"energyChargeText\": \"13.7850¢ per kWh\",\n      \"baseUsageChargeText\": \"$0.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"13.7850\",\n      \"tdspChargeKWh\": \"4.9454¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"0.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"004019\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28968\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"1.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    },\n    {\n      \"sapPlanName\": \"Pollution Free e-Plus\",\n      \"sapOfferTagline\": \"SAVE4 CNP GME POLLUTION FREE E-PLUS MTM WPT\",\n      \"offerCode\": \"52836545\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22JQBR00V0\",\n      \"productPriceCode\": \"R502836504\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM02\",\n      \"planType\": \"Variable\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"0\",\n      \"cancelFee\": \"0\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"19.6\",\n      \"averagePrice1000\": \"19.2\",\n      \"averagePrice2000\": \"18.9\",\n      \"energyChargeText\": \"13.7850¢ per kWh\",\n      \"baseUsageChargeText\": \"$0.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"13.7850\",\n      \"tdspChargeKWh\": \"4.9454¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"0.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"004019\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28969\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"1.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    },\n    {\n      \"sapPlanName\": \"Go Local Solar 24\",\n      \"sapOfferTagline\": \"SAVE4 CNP GME GO LOCAL SOLAR 24 WPT\",\n      \"offerCode\": \"52836585\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22JQBR00V0\",\n      \"productPriceCode\": \"R502836544\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM02\",\n      \"planType\": \"Fixed\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"24\",\n      \"cancelFee\": \"295\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"18.6\",\n      \"averagePrice1000\": \"18.2\",\n      \"averagePrice2000\": \"17.9\",\n      \"energyChargeText\": \"12.7850¢ per kWh\",\n      \"baseUsageChargeText\": \"$0.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"12.7850\",\n      \"tdspChargeKWh\": \"4.9454¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"0.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"004018\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28977\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"8.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    },\n    {\n      \"sapPlanName\": \"Pollution Free All Nighter 12\",\n      \"sapOfferTagline\": \"SAVE4 CNP GME POLLUTION FREE ALL NIGHTER 12 WPT\",\n      \"offerCode\": \"52836657\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22JQBR00V0\",\n      \"productPriceCode\": \"R502836616\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM02\",\n      \"planType\": \"Fixed\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"12\",\n      \"cancelFee\": \"150\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"20.6\",\n      \"averagePrice1000\": \"20.2\",\n      \"averagePrice2000\": \"19.9\",\n      \"energyChargeText\": \"29.0725¢ per kWh\",\n      \"baseUsageChargeText\": \"$0.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"29.0725\",\n      \"tdspChargeKWh\": \"4.9454¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"0.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"022009\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL28992\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"1.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    },\n    {\n      \"sapPlanName\": \"Pollution Free e-Plus\",\n      \"sapOfferTagline\": \"SAVE4 GME CNP POLLUTION FREE E-PLUS MTM WPT\",\n      \"offerCode\": \"53022017\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22LLBR00V0\",\n      \"productPriceCode\": \"R503021976\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM02\",\n      \"planType\": \"Variable\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"0\",\n      \"cancelFee\": \"0\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"17.3\",\n      \"averagePrice1000\": \"16.4\",\n      \"averagePrice2000\": \"15.9\",\n      \"energyChargeText\": \"10.5138¢ per kWh\",\n      \"baseUsageChargeText\": \"$5.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"10.5138\",\n      \"tdspChargeKWh\": \"4.9167¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"5.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"004019\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84410\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"1.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    },\n    {\n      \"sapPlanName\": \"Pollution Free with Google Nest 24\",\n      \"sapOfferTagline\": \"SAVE4 GME CNP POLLUTION FREE GOOGLE 24 WPT SENS_1\",\n      \"offerCode\": \"53022022\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22LLBR00V0\",\n      \"productPriceCode\": \"R503021981\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM29\",\n      \"planType\": \"Fixed\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"24\",\n      \"cancelFee\": \"295\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"16.6\",\n      \"averagePrice1000\": \"16.1\",\n      \"averagePrice2000\": \"15.9\",\n      \"energyChargeText\": \"10.7638¢ per kWh\",\n      \"baseUsageChargeText\": \"$0.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"10.7638\",\n      \"tdspChargeKWh\": \"4.9167¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"0.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"004005\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84411\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"1.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    },\n    {\n      \"sapPlanName\": \"Go Local Solar 24\",\n      \"sapOfferTagline\": \"SAVE4 GME CNP GO LOCAL SOLAR 24 WPT\",\n      \"offerCode\": \"53022067\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22LLBR00V0\",\n      \"productPriceCode\": \"R503022026\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM02\",\n      \"planType\": \"Fixed\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"24\",\n      \"cancelFee\": \"295\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"16.2\",\n      \"averagePrice1000\": \"15.7\",\n      \"averagePrice2000\": \"15.5\",\n      \"energyChargeText\": \"10.3638¢ per kWh\",\n      \"baseUsageChargeText\": \"$0.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"10.3638\",\n      \"tdspChargeKWh\": \"4.9167¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"0.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"004018\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84420\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"8.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    },\n    {\n      \"sapPlanName\": \"Solar All Nighter Plan 18\",\n      \"sapOfferTagline\": \"SAVE4 GME CNP SOLAR ALL NIGHTER 18 WPT\",\n      \"offerCode\": \"53022082\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22LLBR00V0\",\n      \"productPriceCode\": \"R503022041\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM02\",\n      \"planType\": \"Fixed\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"18\",\n      \"cancelFee\": \"180\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"17.9\",\n      \"averagePrice1000\": \"17.0\",\n      \"averagePrice2000\": \"16.5\",\n      \"energyChargeText\": \"11.9538¢ per kWh\",\n      \"baseUsageChargeText\": \"$5.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"11.9538\",\n      \"tdspChargeKWh\": \"4.9167¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"5.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"031009\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84423\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"4.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    },\n    {\n      \"sapPlanName\": \"Pollution Free All Nighter 12\",\n      \"sapOfferTagline\": \"SAVE4 GME CNP POLLUTION FREE ALL NIGHTER 12 WPT\",\n      \"offerCode\": \"53022086\",\n      \"promoCode\": \"WA0TC4\",\n      \"campaignCode\": \"22LLBR00V0\",\n      \"productPriceCode\": \"R503022045\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"GM02\",\n      \"planType\": \"Fixed\",\n      \"eflURL\": \"https://stg-signup.greenmountainenergy.com\",\n      \"tosURL\": \"https://stg-signup.greenmountainenergy.com/files/0901751883337ece.pdf\",\n      \"yraacURL\": \"https://stg-signup.greenmountainenergy.com/files/090175188327d92e.pdf\",\n      \"contractTerm\": \"12\",\n      \"cancelFee\": \"150\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"G1F0078A\",\n      \"yraacSmartCode\": \"G1F1101A\",\n      \"averagePrice500\": \"18.3\",\n      \"averagePrice1000\": \"17.4\",\n      \"averagePrice2000\": \"16.9\",\n      \"energyChargeText\": \"23.4117¢ per kWh\",\n      \"baseUsageChargeText\": \"$5.00 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9167¢ per kWh\",\n      \"offerCategory\": \"\",\n      \"averageEFLPrice500\": \"\",\n      \"averageEFLPrice1000\": \"\",\n      \"averageEFLPrice2000\": \"\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": null,\n      \"cmsProductMarketingDetails\": null,\n      \"cmsGreenFlag\": null,\n      \"cmsSmartMeterFlag\": null,\n      \"cmsBannerTitle\": null,\n      \"cmsBannerColor\": null,\n      \"cmsSaveOffer\": null,\n      \"energyCharge\": \"23.4117\",\n      \"tdspChargeKWh\": \"4.9167¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": null,\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"5.00\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"022009\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": null,\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": null,\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": null,\n      \"campEnvironmentDetails\": [\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"YRLYCO2AV_1000\",\n          \"value\": \"15669.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"YRLYCO2AV_2000\",\n          \"value\": \"31339.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"YRLYMND_1000\",\n          \"value\": \"20237.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"YRLYMND_2000\",\n          \"value\": \"40474.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"YRLYTREES_1000\",\n          \"value\": \"1657.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"YRLYTREES_2000\",\n          \"value\": \"3314.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"YRLYNEWS_1000\",\n          \"value\": \"2084.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"YRLYNEWS_2000\",\n          \"value\": \"4169.0\"\n        },\n        {\n          \"productCode\": \"RCNPL84424\",\n          \"calcOperand\": \"RENEW_PERCENT_CD\",\n          \"value\": \"1.0\"\n        }\n      ],\n      \"renewablePercentage\": \"100.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    }\n  ]\n}"},{"id":"6f48bf46-b5ad-4518-b072-5b97b15017b0","name":"Error - Invalid TDSP - Area Not Serviced","originalRequest":{"method":"GET","header":[{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/NRGREST/rest/sales/offers?channelType=AA&affiliateId=1000000&companyCode=0121&brandId=RE&languageCode=E&transactionType=MVI&tdspCodeCCS=D001&promoCode=&esid","host":["{{url}}"],"path":["NRGREST","rest","sales","offers"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AA"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"1000000"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Optional Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)","key":"transactionType","value":"MVI"},{"description":"Mandatory Field to define the TDSP (E.g. D0001=CenterPoint Energy)","key":"tdspCodeCCS","value":"D001"},{"description":"Unique Promo Code - Optional for channel type AA & WEB. (E.g. WB3677)","key":"promoCode","value":""},{"description":"Unique ESID associated with the Service Address - Optional Field if tdspcode is populated. (E.g. 1008901003101420185100)","key":"esid","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Mar 2023 06:50:26 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Fri, 23 Sep 2022 06:50:26 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=6aniGnknOrSepHcEAYC2coh8nzsDzrTUOjNFpJuvjGWA7yuHYH7abxaNqnc9JwWqpPkV0r7M/09qfRNvFJB0Ct8eJQOgrAvx+RbdZgbj4X5ttoENwZ5FPJYcmUnxRYepfhdRX2DAxAW2qBXgsb/H2txgRZrlPZ0o4S1S1f2W3bKGMtpm8A3ebgpPcfX8ZGU3AOi7smYK+JxHWygPPLKgedkTwcqUWcnuR10bWPCBqrRFPTNE3BvTaRb5bDfEG+7W3dkOZEjP+lSRwgdUagOYxKX8pfCGdSG1P6/g99e9scv+5dHthren++pRZGf+Hgoj6UboC09yO6vYodtG3GV3fwGHUz5+0lihFVch4UXsDV4dPia02UbDwXsQqnpGjCDGESoxsmSiTQOcjTn3yDA/HxHIgM72ymrsZ/jbpsYJZmxoqWYr2oFvfL5G/W5TDdVIJlUhnASZ5NLD+qg2UqkmBWOmy9XWMostANza1CfAp5vBmwv53sCAHPxkkOc+SWsPAMnryXTdYdEcLYC0OYpYSnHYS1Gi2iP7kF+5TkldS9t432FLrNXJK7gzmEq5nQGuj8/QgxCBN41fdJsSD651jgZI/nJZNwlYATwtrRIiarSgz31miZyj0Y6ZdJJPeEXSvUFWMtJdsqFiYgjv7lD/IVluzUXyTB4ya9Q+hIB7MMbceOFHtN2KOJNXF+PYWe+050GP5m2U99NEoz/URBqt/nzybssQ2/Q+rtch2P+zReB6W5WQB2J8zk7or1uHBFSqzrJ68zVWKQwLBPW6tWU1yTBMdzvZg+M7IB4LR5aTS2MiuNA/uKckhBb6BisAbqNPixk490PT3M+AuBAYen0/MtGTEATd6eRvsUbvH4ph8qRrL+PqXqnvz+f3gtclt4Vup1WwcnBxSJJxWllg/h1urVkQaC6vhUK6bmdB9kKMlcHTwF2654WEK/zzdDollCT/i2VSFGKiZvtv/bmuGmVGLg4hVUFBDs7Ma5wqZjBSDRIijur3q7x5/OMQeIZEu4ayMMelVllFcXXszAElo3Dr2yWjTKZBScuNM9KuY9AZGbv3Xx7XXQb55ViS8DZTvch4GVpIzX118EWil0rhK0fhC01+aW6Cgjn+; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"AREA_NOT_SERVICED\",\n    \"messageText\": \"The given address is not in an area served by this electricity provider.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\",\n    \"offerDate\": null,\n    \"offerTime\": null,\n    \"tdspCodeCCS\": null,\n    \"cmsErrorOffers\": null,\n    \"cmsNonCriticalErrorOfferList\": null,\n    \"cmsSource\": null,\n    \"erpErrorOffers\": null,\n    \"externalDunsNumber\": null,\n    \"displayedOffers\": null,\n    \"offerSource\": null,\n    \"affiliateOfferList\": null\n}"},{"id":"f51aea35-a6f9-4c59-94c3-94cdb68b3808","name":"Error - Blank/Invalid Company Code","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/offers?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=1000000&companyCode=0121&brandId=RE&languageCode=E&transactionType=MVI&tdspCodeCCS=D0001&promoCode=WB3677&esid=string","host":["{{url}}"],"path":["NRGREST","rest","sales","offers"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"1000000"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Optional Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)","key":"transactionType","value":"MVI"},{"description":"Mandatory Field to define the TDSP (E.g. D0001=CenterPoint Energy)","key":"tdspCodeCCS","value":"D0001"},{"description":"Unique Promo Code - Optional for channel type AA & WEB. (E.g. WB3677)","key":"promoCode","value":"WB3677"},{"description":"Unique ESID associated with the Service Address - Optional Field if tdspcode is populated. (E.g. 1008901003101420185100)","key":"esid","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 22 Mar 2023 06:49:50 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=CF0mdyCoBoa+7YRqIge/bMxNPAnhlNkEm66W42dK7gxkL1EexLlNZ3jqPaZaFi8+CwcoHUfxTH4OFIDHTN6XNEw4WU4BT3VZolpgWHw85YHKVjrjSwjejfk5qR6UyOktAHUkfAc5YXOvr1XVaRjacjERGouJmHTdi91s2mHTKZDC2grLcnWUFZ5ElkS0ySqq9PkDroheLFAKbHPQ99bFIGqTLwf7X4vbGBDf1FOWVxMTK/OYenESP46SHuJlqy8bAQ5ngj2YKVSdvLEZ8wSjFqtlsINVOoicfZ/5RouQ0fE1WMMRv2Ruq0Cx0xeg0/3upMEAQIiPGz2sQRf6uWQIlg3AAXRumB3f4zpmW8gxL7aUbaOinsfhf4y0S2o6DkU523dKVXdlmibaXef1aJfgGg00daXdiXPVttgGL4sIP33A3rcw7BGgOX4IQppFyFWgHvH7lDgMtQMf3oGhp9I1avjUbc2T9MHdj5rdQvJTNIdlOa/dT0ln9Ia53i+dImvmcqYfOmxQb+xDiBqcSbqvQ7E7JfCfNGln61KnX2HBbj6hiJrWVL2tzcSAdvFhKNPuSZKwlLenWwQx9mZhME1qGsLJj9CwZd95y0lfn9jY78x8MM/1DsJGCLpylvaK33DJ/zQidrWLVo7/eLlo+C6RMub0+nocJ2W5oqti2nfsYViT5cjAO4dAphizp5OisbKRezHtVq3Zd1eK745nYjNrYVPyy2/zyqNxSNOZF4TZcpUJBxtYmwqflLBHm/fTn/Cp4R2h5UhmIqq1ZSKoqw9NqqMgwgJ7jF5bdwkMd9TaP/OJURPUDDDF2ms9FPpunXzI5ydKJbyd6ZsUlGolAXXXQfbXy8O/Fad20Aaufeh7Hhkus2qRbUDAmg5RqZUCpPJLAtwol547SEQymBrENz/USdhg+KVlcHcENpN+PTGm0V9R0G+RE79hj4UySBJSn6V3nBPAaFVrJRnU/y8pSIU9JngbtjfQ1Bxrlbmn/nC9E3Cf1t/uDaS99UJ0GVmSIHpui80U9SEzO8kMitLrhF9xwXh1wt9+cpPNb7rIvTbfIlb9Phaz3gGxYFW9htEEHc/6CYAf7JyKegbgz+5/RISJtG+Ln0oiUHGu; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Credentials","value":"true"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Headers","value":"Origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"close"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"BAD_REQUEST\",\n  \"errorDescription\": \"Request entity has following errors: * companyCode  is required * companyCode is not valid\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": \"BAD_REQUEST\"\n}"}],"_postman_id":"9bd7a5cf-6b4b-4d6b-a26f-f52891c17fa3"}],"id":"01d887cc-b948-4497-a20d-695072b83830","event":[{"listen":"prerequest","script":{"id":"d911b5d2-b454-4395-8e12-8580539f7785","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"922839a7-8301-4a9e-9f41-61b8874bb85c","type":"text/javascript","exec":[""]}}],"_postman_id":"01d887cc-b948-4497-a20d-695072b83830","description":""},{"name":"OFFER DETAILS","item":[{"name":"Real-time Offer Details","id":"af44652e-8a52-463a-a2cf-e1691b95f705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/offer-details?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=11223344&companyCode=0121&brandId=RE&languageCode=E&campaignCode=22A1AR00V0&promoCode=WB3677&offerCode=52069009","description":"<p>Input to this API would be the Campaign Code, Promo Code and Offer Code of the user’s requested service area associated with selected brand.</p>\n<p>Based on the information provided to the API, one of the following messageCode along with the associated messageText and statusCode may be returned in this API response. The messageText returned from the API must be displayed to the customer and the messageCode logged for future reporting and troubleshooting purposes.</p>\n<h1 id=\"message-code-legend-for-offer-details-api\">Message Code Legend for Offer Details API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Message Code</th>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BAD_REQUEST</td>\n<td>01</td>\n<td>This message code is returned when the provided offerCode / promoCode / campaignCode is no longer valid or has expired. A status code '01' in the response indicates that the enrollment attempt must 'stop' and the message text should be displayed to the customer informing them of any necessary actions to be taken in order to reattempt the enrollment</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","offer-details"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).</p>\n","type":"text/plain"},"key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":{"content":"<p>Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)</p>\n","type":"text/plain"},"key":"affiliateId","value":"11223344"},{"description":{"content":"<p>Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)</p>\n","type":"text/plain"},"key":"companyCode","value":"0121"},{"description":{"content":"<p>Optional Field to define brand id. ( E.g. 'CE' for Cirro)</p>\n","type":"text/plain"},"key":"brandId","value":"RE"},{"description":{"content":"<p>Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)</p>\n","type":"text/plain"},"key":"languageCode","value":"E"},{"description":{"content":"<p>Mandatory Field. Unique Campaign Code. E.g. 20A1AR00V0</p>\n","type":"text/plain"},"key":"campaignCode","value":"22A1AR00V0"},{"description":{"content":"<p>Mandatory Field. Unique Promo Code. E.g. WASD0K</p>\n","type":"text/plain"},"key":"promoCode","value":"WB3677"},{"description":{"content":"<p>Mandatory Field. Unique Offer Code. E.g. 50521589</p>\n","type":"text/plain"},"key":"offerCode","value":"52069009"}],"variable":[]}},"response":[{"id":"77018be8-0718-4ee8-9510-5dcc539e04eb","name":"Success - Offer Details","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/offer-details?channelType=AFF&affiliateId=012345&campaignCode=23A1AR00V0&languageCode=E&companyCode=0121&tdspCodeCCS=D0001&promoCode=WASD0K&offerCode=52857330&brandId=RE","host":["{{url}}"],"path":["NRGREST","rest","sales","offer-details"],"query":[{"description":"Optional","key":"channelType","value":"AFF"},{"description":"Mandatory","key":"affiliateId","value":"012345"},{"description":"Mandatory","key":"campaignCode","value":"23A1AR00V0"},{"description":"Optional","key":"languageCode","value":"E"},{"description":"Optional","key":"companyCode","value":"0121"},{"description":"Optional","key":"tdspCodeCCS","value":"D0001"},{"description":"Mandatory","key":"promoCode","value":"WASD0K"},{"description":"Mandatory","key":"offerCode","value":"52857330"},{"description":"Mandatory","key":"brandId","value":"RE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Sep 2023 11:39:55 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Sun, 02 Apr 2023 11:39:55 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=RiJ0qdT4P+2501diVA5RoOLLXPrklaBuB/G5sz+PLo7yZRmw8fJob+WY8cYVBmZxzaU8MH1cH3SQ3rft7CR2Vj5ETgXTbFqELSpFKPCImTOcihnaVuJN/0TBrlv1v1IHTq6xSp9qmARKkMtTdiQnGN7MzGFPH6iRzrZmgSE83bfNB/j61QlPW3R3NhnofHutZ0c5JFmT/nLVcxET4oklrMfehePCYMeIZ+0yxz+MyxR5Fj/ss8lumTO0IrJhkOnWCHw5Y930PS/+4/3gu6u8tuJmpTUUktUdRYJAiOR9TwoPSZSNj7vBhBHFzpeU4NTXU0zzDl/lnajhhIQXYPBPIQutByQlRY4FZd91vYsYf7ovcjKSdSdGqvQrjRh7N9UAd1sRj3LP4esvWF3RHeML+Jg7PbegCmv0/fVup9IBAZvoW8qzGTeVdz/av9O3e9oFiQ+Y5oFvl4XNZUIyFq4OhvoKSXiqArreypq3RvCrxLt1LIaGyoqQuCTCSrG6Awc0W5rMCi8BW3GlJSj6sgTO8iUi4zkHlSdnfqlECA4mKihAi27jgje0N1JS0bzIKO4SYA1jmbCuL/DIMUJObynVEAwGVzH8sum5gLE8ZeQA8tVdVUmQlQrMGVljQcXsfBdBqzwfcVgw/ylRaBfZ0tBGv8VddIM2euhBnVpAROn1ge8ezd5oGQEIvTkTkNChpJZkiNeusrnwXLsPGCCq74UyXYPsG5Zm6G2Fucz91DGvcdSyTwkhb58/4s7y7F48yWvILDOnmrVFSZlS0IEa0snlZxVFWqt0r/2eLp0+lH6bn0OMd6pgXiOYliHXY1E0Pvc58jgA4DUu/Su1CGzlWZyetxWJUfmzxsG7BEqmdKcsUgUl6ZsT/5YBwBlazbsoTok5kdNzxiU4B4+jNDMsBCmcyBeqXYg/9iT0mugp958Dsg2FbCzsyDNY8GmU47dcUNShyg52PCU1zErAgVnp2F+qePs34YCAFrGJ9xX0yQvRtEO/5b3cIZy+QUDrI8wbnswGmIGU1pAfICxB252gACyUzWGKNo3wYAPJASMH96N+Oet9oUWt5eX/XxzlVct46D7XA7merJptqL8VPfov0hhaUg0cybQhEAWw; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"resultCode\": \"0\",\n    \"resultDescription\": \"\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"resultDisplayText\": \"\",\n    \"statusCode\": \"00\",\n    \"offerDate\": \"09292023\",\n    \"offerTime\": \"06:39:55\",\n    \"tdspCodeCCS\": null,\n    \"cmsErrorOffers\": \"\",\n    \"cmsNonCriticalErrorOfferList\": \"\",\n    \"cmsSource\": \"aem\",\n    \"erpErrorOffers\": \"\",\n    \"externalDunsNumber\": null,\n    \"displayedOffers\": \"52857330\",\n    \"offerSource\": null,\n    \"affiliateOfferList\": [\n        {\n            \"sapPlanName\": \"Reliant Seasonal Savings 12 plan\",\n            \"sapOfferTagline\": \"SAVE4 CNP SEASONAL SAVINGS PLAN 12 $0\",\n            \"offerCode\": \"52857330\",\n            \"promoCode\": \"WASD0K\",\n            \"campaignCode\": \"23A1AR00V0\",\n            \"productPriceCode\": \"R502857289\",\n            \"marketSegment\": \"RS\",\n            \"incentiveCode\": \"RI19\",\n            \"planType\": \"Fixed\",\n            \"eflURL\": \"https://stg-my.reliant.com\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883293820.pdf\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188327d92f.pdf\",\n            \"contractTerm\": \"12\",\n            \"cancelFee\": \"150\",\n            \"eflSmartCode\": \"\",\n            \"tosSmartCode\": \"R1F1946A\",\n            \"yraacSmartCode\": \"R1F2101A\",\n            \"averagePrice500\": \"22.0\",\n            \"averagePrice1000\": \"20.6\",\n            \"averagePrice2000\": \"19.9\",\n            \"energyChargeText\": \"(0-1000 kWh),9.9438¢ per kWh; ( >1000 kWh),19.8875¢ per kWh\",\n            \"baseUsageChargeText\": \"$9.95 base charge per month\",\n            \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n            \"offerCategory\": \"SEASONAL\",\n            \"averageEFLPrice500\": \"27.7\",\n            \"averageEFLPrice1000\": \"26.3\",\n            \"averageEFLPrice2000\": \"25.5\",\n            \"digitalDiscount\": \"\",\n            \"autoPayDiscount\": \"\",\n            \"usageCredit\": \"\",\n            \"usageCreditText\": null,\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"cmsProductTagline\": \"<p>Lower rates during high-usage seasons</p>\\n\",\n            \"cmsProductMarketingDetails\": \"<p>Help balance summer and winter bills with a 50% lower energy charge in those high-usage seasons.&nbsp;</p>\\n<p>•Enjoy a lower electricity charge in both the summer (June, July and August) and winter (December, January and February) months, compared to the spring and <a href=\\\"/content/dam/reliant/en/shared/content-fragments/products/footnotes/plan-comparison-seasonal-savings\\\">fall</a></p>\\n<p>•Get relief from seasonal bill spikes and make budgeting a <a href=\\\"/content/dam/reliant/en/shared/content-fragments/products/footnotes/reocurring-consumption-charges\\\">breeze</a></p>\\n\",\n            \"cmsGreenFlag\": \"false\",\n            \"cmsSmartMeterFlag\": \"false\",\n            \"cmsBannerTitle\": \"Seasonal savings\",\n            \"cmsBannerColor\": \"cyan\",\n            \"cmsSaveOffer\": \"false\",\n            \"energyCharge\": \"9.9438\",\n            \"tdspChargeKWh\": \"4.9454¢\",\n            \"tdspChargeMo\": \"$4.39\",\n            \"energyChargeOther\": \"19.8875\",\n            \"tdspChargeOther\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsLegalese\": null,\n            \"baseCharge\": \"9.95\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"eFamilyCode\": \"018009\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"energyChargeThird\": null,\n            \"cmsProductID\": \"Reliant Seasonal Savings\",\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": {\n                \"path\": null,\n                \"mimeType\": null,\n                \"publishUrl\": null,\n                \"width\": null,\n                \"height\": null,\n                \"authorUrl\": null\n            },\n            \"incentiveList\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"cmsFlagColor\": null,\n            \"nonCommodityProducts\": [\n                \"Make It Solar\",\n                \"Surge Protect\"\n            ],\n            \"campEnvironmentDetails\": null,\n            \"renewablePercentage\": \"12.0\",\n            \"offerRank\": \"999\",\n            \"offerContentData\": null\n        }\n    ],\n    \"httpStatus\": null,\n    \"sapErrorOffersMissingAEMId\": \"\"\n}"},{"id":"21a308ac-5229-4ff8-abaf-1d35733da366","name":"Error - Blank/Invalid Company Code","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/offer-details?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=11223344&companyCode=0121&brandId=RE&languageCode=E&campaignCode=22A1AR00V0&promoCode=WB3677&offerCode=52069009","host":["{{url}}"],"path":["NRGREST","rest","sales","offer-details"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"11223344"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field. Unique Campaign Code. E.g. 20A1AR00V0","key":"campaignCode","value":"22A1AR00V0"},{"description":"Mandatory Field. Unique Promo Code. E.g. WASD0K","key":"promoCode","value":"WB3677"},{"description":"Mandatory Field. Unique Offer Code. E.g. 50521589","key":"offerCode","value":"52069009"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 22 Mar 2023 06:54:27 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=DXoI41CDyfcmDtqxLYn6OzZI9phKgWDOVrdrQn9rg/Djt9HTkKTsa3jSqOJtij6jwglaCTblhbkR7lZoGnlmMQO6ZQyuCeNdL4eOtzq83AyUmlttJ6NnVQStbgTA+RDEeywQLArUsYtld4H6q21XokD4erZGq9ESxfUSO8VaPEXXL64v0LfsUAPyg9eM6VjOBTDDHaIITisZVBGVZ42Smh0AkAHxDCMJhXLyhD2gcOG86TxvnMeVrmO7K+P4FPlz4YwdQslieiARrVeB/IbkQqT6DC08WSkRVpl8jj52qiUFVe0t/52vrdjLPjiuaa8wZ1co55+BQJoVPv//YosJx3SaHCJBYQbj2wo93fm4kbOpklYAMIKLzCC2nJx+rIS+K8OcWNmr5geotWhJMnNSVJNfyDAUR3qgwXy81G64lirGXXYZh3BUNKqgz4I26aiMGXPmYqH2kx5hBlG0ARwYcvYAJJRiUOk6vGKXQKwMXYYXgGuBCGn/j75uqh4BO6JnewNPyolxJApI/jXUJ3KVzSJtw0s0nE8hDeMiSOKoNTAA6mX8zPsZJlF2UlGkphlqh9YGsQYWvtKjxgf4eETJY08sGP4M3RaayBtcUh+i7E7iTf4cUUEQM7IDUVJLT3zhebFSXSV9Ivhd6fe2BgISEtKWlo2JqXF7VTVIn/z7Gg19bVACJtJZIHlWm3KK58TsEpJt5PdHSHjC4KjZTruQMyQEyjAvXbJQAGYdP9JySbOk4/DTJTQC4lqaTe1/X05q16PRWpFfcd/TsKzJEm6fXnmctGl728bJgb+Os7WkB7gl6fCNkV7BoONln2ju/y7mMpMwfcCcEwOF7eukRfODxfTg3cNqNv2hQFXQJ39wpqQpk+kEMd2yHoMNUOUNTWc/9479/mpWt/sU5jZUvaL5u4xjiZCl1vPE1dwDCIDQ1vWq5pAILq/XNkj2qiYIzkLAaSqEWPIi7sedufX72xQzCyRk6N18wPCGkqfaHgFzN4i7iuX6tW1w49qLqlRDltZ3sWpsQDcqblMS6uCHd9xVx2/owV1vyJJfJf2PnysFDDGARhgpNbRCJt1N7PrugHealRjve0+OfWmBUas2/c06sHpFtEQ/CJw6; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Credentials","value":"true"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Headers","value":"Origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"close"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"BAD_REQUEST\",\n  \"errorDescription\": \"Request entity has following errors: * companyCode  is required * companyCode is not valid\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"cfb9a398-507f-4fa6-ae5d-4f952bd98cb0","name":"Success - Offer Details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/offer-details?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=11223344&companyCode=0121&brandId=RE&languageCode=E&campaignCode=22A1AR00V0&promoCode=WB3677&offerCode=52069009","host":["{{url}}"],"path":["NRGREST","rest","sales","offer-details"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"11223344"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field. Unique Campaign Code. E.g. 20A1AR00V0","key":"campaignCode","value":"22A1AR00V0"},{"description":"Mandatory Field. Unique Promo Code. E.g. WASD0K","key":"promoCode","value":"WB3677"},{"description":"Mandatory Field. Unique Offer Code. E.g. 50521589","key":"offerCode","value":"52069009"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 29 Sep 2023 11:39:55 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=RiJ0qdT4P+2501diVA5RoOLLXPrklaBuB/G5sz+PLo7yZRmw8fJob+WY8cYVBmZxzaU8MH1cH3SQ3rft7CR2Vj5ETgXTbFqELSpFKPCImTOcihnaVuJN/0TBrlv1v1IHTq6xSp9qmARKkMtTdiQnGN7MzGFPH6iRzrZmgSE83bfNB/j61QlPW3R3NhnofHutZ0c5JFmT/nLVcxET4oklrMfehePCYMeIZ+0yxz+MyxR5Fj/ss8lumTO0IrJhkOnWCHw5Y930PS/+4/3gu6u8tuJmpTUUktUdRYJAiOR9TwoPSZSNj7vBhBHFzpeU4NTXU0zzDl/lnajhhIQXYPBPIQutByQlRY4FZd91vYsYf7ovcjKSdSdGqvQrjRh7N9UAd1sRj3LP4esvWF3RHeML+Jg7PbegCmv0/fVup9IBAZvoW8qzGTeVdz/av9O3e9oFiQ+Y5oFvl4XNZUIyFq4OhvoKSXiqArreypq3RvCrxLt1LIaGyoqQuCTCSrG6Awc0W5rMCi8BW3GlJSj6sgTO8iUi4zkHlSdnfqlECA4mKihAi27jgje0N1JS0bzIKO4SYA1jmbCuL/DIMUJObynVEAwGVzH8sum5gLE8ZeQA8tVdVUmQlQrMGVljQcXsfBdBqzwfcVgw/ylRaBfZ0tBGv8VddIM2euhBnVpAROn1ge8ezd5oGQEIvTkTkNChpJZkiNeusrnwXLsPGCCq74UyXYPsG5Zm6G2Fucz91DGvcdSyTwkhb58/4s7y7F48yWvILDOnmrVFSZlS0IEa0snlZxVFWqt0r/2eLp0+lH6bn0OMd6pgXiOYliHXY1E0Pvc58jgA4DUu/Su1CGzlWZyetxWJUfmzxsG7BEqmdKcsUgUl6ZsT/5YBwBlazbsoTok5kdNzxiU4B4+jNDMsBCmcyBeqXYg/9iT0mugp958Dsg2FbCzsyDNY8GmU47dcUNShyg52PCU1zErAgVnp2F+qePs34YCAFrGJ9xX0yQvRtEO/5b3cIZy+QUDrI8wbnswGmIGU1pAfICxB252gACyUzWGKNo3wYAPJASMH96N+Oet9oUWt5eX/XxzlVct46D7XA7merJptqL8VPfov0hhaUg0cybQhEAWw; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Credentials","value":"true"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Access-Control-Allow-Headers","value":"Origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"resultCode\": \"0\",\n  \"resultDescription\": \"\",\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"resultDisplayText\": \"\",\n  \"statusCode\": \"00\",\n  \"offerDate\": \"09292023\",\n  \"offerTime\": \"06:39:55\",\n  \"tdspCodeCCS\": null,\n  \"cmsErrorOffers\": \"\",\n  \"cmsNonCriticalErrorOfferList\": \"\",\n  \"cmsSource\": \"aem\",\n  \"erpErrorOffers\": \"\",\n  \"externalDunsNumber\": null,\n  \"displayedOffers\": \"52857330\",\n  \"offerSource\": null,\n  \"affiliateOfferList\": [\n    {\n      \"sapPlanName\": \"Reliant Seasonal Savings 12 plan\",\n      \"sapOfferTagline\": \"SAVE4 CNP SEASONAL SAVINGS PLAN 12 $0\",\n      \"offerCode\": \"52857330\",\n      \"promoCode\": \"WASD0K\",\n      \"campaignCode\": \"23A1AR00V0\",\n      \"productPriceCode\": \"R502857289\",\n      \"marketSegment\": \"RS\",\n      \"incentiveCode\": \"RI19\",\n      \"planType\": \"Fixed\",\n      \"eflURL\": \"https://stg-my.reliant.com\",\n      \"tosURL\": \"https://stg-my.reliant.com/files/0901751883293820.pdf\",\n      \"yraacURL\": \"https://stg-my.reliant.com/files/090175188327d92f.pdf\",\n      \"contractTerm\": \"12\",\n      \"cancelFee\": \"150\",\n      \"eflSmartCode\": \"\",\n      \"tosSmartCode\": \"R1F1946A\",\n      \"yraacSmartCode\": \"R1F2101A\",\n      \"averagePrice500\": \"22.0\",\n      \"averagePrice1000\": \"20.6\",\n      \"averagePrice2000\": \"19.9\",\n      \"energyChargeText\": \"(0-1000 kWh),9.9438¢ per kWh; ( >1000 kWh),19.8875¢ per kWh\",\n      \"baseUsageChargeText\": \"$9.95 base charge per month\",\n      \"tdspChargeText\": \"$4.39 per month and 4.9454¢ per kWh\",\n      \"offerCategory\": \"SEASONAL\",\n      \"averageEFLPrice500\": \"27.7\",\n      \"averageEFLPrice1000\": \"26.3\",\n      \"averageEFLPrice2000\": \"25.5\",\n      \"digitalDiscount\": \"\",\n      \"autoPayDiscount\": \"\",\n      \"usageCredit\": \"\",\n      \"usageCreditText\": null,\n      \"creditMaxUsageThreshold\": \"\",\n      \"creditMinUsageThreshold\": \"\",\n      \"cmsProductTagline\": \"<p>Lower rates during high-usage seasons</p>\\n\",\n      \"cmsProductMarketingDetails\": \"<p>Help balance summer and winter bills with a 50% lower energy charge in those high-usage seasons.&nbsp;</p>\\n<p>•Enjoy a lower electricity charge in both the summer (June, July and August) and winter (December, January and February) months, compared to the spring and <a href=\\\"/content/dam/reliant/en/shared/content-fragments/products/footnotes/plan-comparison-seasonal-savings\\\">fall</a></p>\\n<p>•Get relief from seasonal bill spikes and make budgeting a <a href=\\\"/content/dam/reliant/en/shared/content-fragments/products/footnotes/reocurring-consumption-charges\\\">breeze</a></p>\\n\",\n      \"cmsGreenFlag\": \"false\",\n      \"cmsSmartMeterFlag\": \"false\",\n      \"cmsBannerTitle\": \"Seasonal savings\",\n      \"cmsBannerColor\": \"cyan\",\n      \"cmsSaveOffer\": \"false\",\n      \"energyCharge\": \"9.9438\",\n      \"tdspChargeKWh\": \"4.9454¢\",\n      \"tdspChargeMo\": \"$4.39\",\n      \"energyChargeOther\": \"19.8875\",\n      \"tdspChargeOther\": null,\n      \"cmsAdditionalPricingText\": null,\n      \"cmsLegalese\": null,\n      \"baseCharge\": \"9.95\",\n      \"usageCharge\": null,\n      \"usageChargeThreshold\": null,\n      \"fixedMonthlyCharge\": \"0.00\",\n      \"eFamilyCode\": \"018009\",\n      \"blockPrice\": \"\",\n      \"blockPriceThreshold\": \"\",\n      \"energyChargeThird\": null,\n      \"cmsProductID\": \"Reliant Seasonal Savings\",\n      \"cmsSticker\": null,\n      \"cmsEnergyType\": null,\n      \"cmsFeatures\": null,\n      \"cmsMarketingShortDescription\": null,\n      \"cmsProductImage\": {\n        \"path\": null,\n        \"mimeType\": null,\n        \"publishUrl\": null,\n        \"width\": null,\n        \"height\": null,\n        \"authorUrl\": null\n      },\n      \"incentiveList\": null,\n      \"cmsOfferLegaleseList\": null,\n      \"cmsFlagColor\": null,\n      \"nonCommodityProducts\": [\n        \"Make It Solar\",\n        \"Surge Protect\"\n      ],\n      \"campEnvironmentDetails\": null,\n      \"renewablePercentage\": \"12.0\",\n      \"offerRank\": \"999\",\n      \"offerContentData\": null\n    }\n  ],\n  \"httpStatus\": null,\n  \"sapErrorOffersMissingAEMId\": \"\"\n}"}],"_postman_id":"af44652e-8a52-463a-a2cf-e1691b95f705"}],"id":"12fb5c51-30b7-46ee-b809-35ece53f1d34","event":[{"listen":"prerequest","script":{"id":"61551942-209d-4e4f-831f-1b4792ac488e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"040b4728-c853-4d5a-88c2-8516f3f00261","type":"text/javascript","exec":[""]}}],"_postman_id":"12fb5c51-30b7-46ee-b809-35ece53f1d34","description":""},{"name":"TOKEN","item":[{"name":"Secured Token Generation","event":[{"listen":"test","script":{"id":"3ce38b0b-bf30-4691-8433-9c241a70e15d","exec":[""],"type":"text/javascript","packages":{}}}],"id":"58506307-be9c-4041-8b85-490146c12de4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"username":"<username>","password":"<password>"},"isInherited":false},"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/token","description":"<p>This is an example request for a successful call to tokenize a social security number.</p>\n","urlObject":{"path":["NRGREST","rest","sales","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"02e1643d-2258-45c9-929c-633a4a5a41ad","name":"Success - returnToken Generated","originalRequest":{"method":"POST","header":[{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"channelType\": \"AFF\",\r\n    \"affiliateId\": \"10203040\",\r\n    \"companyCode\": \"0121\",\r\n    \"languageCode\": \"E\",\r\n    \"actionCode\": \"SE\",\r\n    \"numToBeTokenized\": \"666632198\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Thu, 26 Mar 2020 20:13:24 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Sat, 28 Sep 2019 20:13:24 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=0ClEz5UfollYwoiIWjt6Pgj8zAmoHCMdGmySaejMxifTMbC4JpgujuCxckVlRYv2JjH8Gvcj1fMLBvzpGZGfBBJzYTiDm5lDFZiSqO9gv7F/wCFQoEZ8ktDLEC/bgYIpGezZfrQLNCsMnZb4rzkU/9klIhu1sYKbO0OA6eWEINFMeb3oK0XafFYxeSyNd+IUQO3Yq8/1Y80nqwgqeG5/A59Ei/tBauyIA6Ma8lMo8U1xKadmf7ijgQ6ETt229wrODDXJznb/gMJ9wF/vVO1RgP334fA5MC4SC9HvmBAKkMLLREVaddmzrrOocX7k6qoeKCeJCsPUEHBTL3Hpy6iAaQkmlNm+f7jPdasvNIENXAP+8ZxKDU57fM6//d1GMkF4hAU5SP5G1aalSQTlQsNleeiY56013DmPkdTgRlxyqeyEN/nEbFutNplr2r1QTOnYzlTBNcgfce+vgPV4RZH006T3mQh4/vw1d4ub7wo5HsepftNT/A5EcByOtdaP8sEjWoPbOHYVu6HN/888YtY1Crb+gaTQfQ24a/NQETzkMpdi2akt++uNM+PSU6PDx8BA1BnP4wNhe1ZWj172TPxwC+ePaws+i4sC8oy6i4tTv+WtjU8SsbqYEztYpdKgCYH710HFUUa8Gc/WnpmcHUcrgO6QLnxc3KZ3zGUTiSmpqoCw5HX+ZndbyM+Gmt02OxnMxrdcbkTluFYOaPF94jfvF2adaqyVGgmgQIRLE8/i8+ajGPEREagN2URn/jVC/LLbww8TllSo0MDVhppmNXMM8bl0sqf1vftPuYEpOvnZEalz240wvQHUUIOBydd0iT0yB1N3c8z03ihg9D9fAH9zjD1cjwAoepC8v1U893RkM9NgDJ8w3ZLBlcNAi3+9iGz10mdIgbpe4xCd+cttqbNFpuv5n62jZac45qgwbJoLY22NApGkJaCJTZgrG/mZCsEmVBE2cQbVyse4Kis7ma7jHwoap6xHnRV3zh1JhoKOpJCLKAlx/SJxl8y/VtwXSOESNpIZezOX88/x2HTPZifTgJ3ydqlstlyqRiXLkMlP7KzN3dRRRHiX9pQXOgTMui3VFM4NzfmLQ42zCOahQgAwz8u6eD2RDAzl; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"returnToken\": \"NBBZO6P-1947\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"f15a24a4-39eb-43bf-9dd8-070d42fd0742","name":"Success - returnToken Generated","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"{{url}}/NRGREST/rest/sales/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 26 Mar 2020 20:13:24 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=0ClEz5UfollYwoiIWjt6Pgj8zAmoHCMdGmySaejMxifTMbC4JpgujuCxckVlRYv2JjH8Gvcj1fMLBvzpGZGfBBJzYTiDm5lDFZiSqO9gv7F/wCFQoEZ8ktDLEC/bgYIpGezZfrQLNCsMnZb4rzkU/9klIhu1sYKbO0OA6eWEINFMeb3oK0XafFYxeSyNd+IUQO3Yq8/1Y80nqwgqeG5/A59Ei/tBauyIA6Ma8lMo8U1xKadmf7ijgQ6ETt229wrODDXJznb/gMJ9wF/vVO1RgP334fA5MC4SC9HvmBAKkMLLREVaddmzrrOocX7k6qoeKCeJCsPUEHBTL3Hpy6iAaQkmlNm+f7jPdasvNIENXAP+8ZxKDU57fM6//d1GMkF4hAU5SP5G1aalSQTlQsNleeiY56013DmPkdTgRlxyqeyEN/nEbFutNplr2r1QTOnYzlTBNcgfce+vgPV4RZH006T3mQh4/vw1d4ub7wo5HsepftNT/A5EcByOtdaP8sEjWoPbOHYVu6HN/888YtY1Crb+gaTQfQ24a/NQETzkMpdi2akt++uNM+PSU6PDx8BA1BnP4wNhe1ZWj172TPxwC+ePaws+i4sC8oy6i4tTv+WtjU8SsbqYEztYpdKgCYH710HFUUa8Gc/WnpmcHUcrgO6QLnxc3KZ3zGUTiSmpqoCw5HX+ZndbyM+Gmt02OxnMxrdcbkTluFYOaPF94jfvF2adaqyVGgmgQIRLE8/i8+ajGPEREagN2URn/jVC/LLbww8TllSo0MDVhppmNXMM8bl0sqf1vftPuYEpOvnZEalz240wvQHUUIOBydd0iT0yB1N3c8z03ihg9D9fAH9zjD1cjwAoepC8v1U893RkM9NgDJ8w3ZLBlcNAi3+9iGz10mdIgbpe4xCd+cttqbNFpuv5n62jZac45qgwbJoLY22NApGkJaCJTZgrG/mZCsEmVBE2cQbVyse4Kis7ma7jHwoap6xHnRV3zh1JhoKOpJCLKAlx/SJxl8y/VtwXSOESNpIZezOX88/x2HTPZifTgJ3ydqlstlyqRiXLkMlP7KzN3dRRRHiX9pQXOgTMui3VFM4NzfmLQ42zCOahQgAwz8u6eD2RDAzl; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"returnToken\": \"NBBZO6P-1947\",\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"58506307-be9c-4041-8b85-490146c12de4"}],"id":"eba325c1-b667-41ec-864b-08df3c16b5ea","_postman_id":"eba325c1-b667-41ec-864b-08df3c16b5ea","description":""},{"name":"CLEANUP ADDRESS","item":[{"name":"Cleanup and normalize address","event":[{"listen":"test","script":{"id":"b75c462d-c959-4f85-90d9-190d164aedbf","type":"text/javascript","packages":{},"exec":[""]}}],"id":"6da194c2-2a05-4013-a18b-ca33d3df00ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/cleanup-address","description":"<p>Service addresses must be physical addresses with a street number and street name. Billing address may be a PO Box or street number/street name format.</p>\n<h1 id=\"message-code-legend-for-cleanup-address-api\">Message Code Legend for Cleanup Address API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Message Code</th>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>COMPLETE_MATCH</td>\n<td>00</td>\n<td>This message code is returned when the input address finds an exact match in the Trillium system. The message code can be ignored and no action is expected at customer's end to fix the address</td>\n</tr>\n<tr>\n<td>UNVERIFIED_ADDRESS</td>\n<td>02</td>\n<td>This message code is returned when the input address doesn't find an exact match in the Trillium system. Customer must fix the address and retry this API</td>\n</tr>\n<tr>\n<td>UNIT_NEEDED</td>\n<td>02</td>\n<td>This message code is returned when the input address is missing the Unit Number. Customer must enter the unit number in the address and retry this API</td>\n</tr>\n<tr>\n<td>INCORRECT_UNIT</td>\n<td>02</td>\n<td>This message code is returned when the unit number entered in the input address is incorrect. Customer must fix the unit number in the address and retry this API</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"migration-from--old-api-to-new-api\">Migration from  old API to New API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old API</th>\n<th>New API</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://affiliateapi.iprospect.com/ws/simple/getCleanupAddress\">https://affiliateapi.iprospect.com/ws/simple/getCleanupAddress</a></td>\n<td><a href=\"https://api.nrg.com/NRGREST/rest/sales/cleanup-address\">https://api.nrg.com/NRGREST/rest/sales/cleanup-address</a></td>\n</tr>\n<tr>\n<td></td>\n<td><a href=\"https://stg-api.nrg.com/NRGREST/rest/sales/cleanup-address\">https://stg-api.nrg.com/NRGREST/rest/sales/cleanup-address</a></td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><strong>POST</strong></td>\n</tr>\n<tr>\n<td><strong>Old API Input Fields</strong></td>\n<td><strong>New API Input Fields</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>channelType</td>\n</tr>\n<tr>\n<td>affiliateId</td>\n<td>affiliateId</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>companyCode</td>\n</tr>\n<tr>\n<td>brandId</td>\n<td>brandId</td>\n</tr>\n<tr>\n<td>languageCode</td>\n<td>languageCode</td>\n</tr>\n<tr>\n<td>streetNum</td>\n<td>streetNum</td>\n</tr>\n<tr>\n<td>streetName</td>\n<td>streetName</td>\n</tr>\n<tr>\n<td>aptNum</td>\n<td>aptNum</td>\n</tr>\n<tr>\n<td>city</td>\n<td>city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>state</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>zipCode</td>\n</tr>\n<tr>\n<td>poBox</td>\n<td>poBox</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","cleanup-address"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5cbb555a-b08b-4183-81d0-dd1555b04ad1","name":"Unverified Address","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\":\"AFF/ AA/ WEB/ WEBCLOUD\",\n    \"streetNum\": \"2525\",\n    \"streetName\": \"Lorem Epsom\",\n    \"aptNum\": \"\",\n    \"city\": \"Houston\",\n    \"state\": \"TX\",\n    \"zipCode\": \"77063\",\n    \"poBox\": \"\"\n  }","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/cleanup-address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Mon, 04 May 2020 18:28:23 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Wed, 06 Nov 2019 18:28:22 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=CDpcs7HguRSrF1J3B5y/4jvK2T9FsqrVFMtjCfivy4RfZB4/D8V/8fWiIjhItkvigFCp8i9y0GOWEnBTShe0If8j1VilKhV9jFPU4W5d74AlgztbCufWywbXyvkM/jOlV//4SXT/XKRJ8e4410Cemd10Lecm2h7lK/qi8m4d6FrDurTOBqzZ2gzct5qI6To2DWIr7iVhGjdIqUMz+uyIJ7ACiuntwBgUJRkI3YaE5eoxUi+mQh7ylZoEsP0lQVxn9EXsIVKzEPP+0E+0l4fzSFwS6/aCbHIBxbW99aiaYuGtwXeRzztvCSO07HjnB2nqwelUUZIItuZ774u9znk9bT5YDQuAphM0UlmbSFKZHfq4UMx+qbSY1/UubpuG/mpcyx7ZqaOZxX1YyxA15ydS6eb+FmQ98MDot+8IsvH0VX17/s5vDACwpGgRMcoMec9vRUmgVjqEetS7Nz6g2SB6equga1tbOeUdwHd9JUNuNH3dl6qK1AGeF4NiDdeTjnlrVueyyX9ewmNR86XhVE5y6gtrYcEPlmUVdXcZYBkS86LPqr+Lu00DMSN8uA6VHlrts4SNZfWOQviwNBa+8UfZVyK4m7UyQSbKaj7IKfDkzna2nF3h5sGyLENXPZ2X4cvoYtYN/IUgHiMTJUQm6L/3tp7SokkWFQeviZAC3+ZMUm70vQToncuguxPhbyHfrY1bdw14jw/cpXA/fKEdejqsc7gYwYdhVc3oEDxvvtPS6hRv4Ny4KhP9VuKzslrZCbKX+bycbWA02qOzsWkkYkWACYvZyq9xuii1k7Fqo5jAbbkdttlRWZdtDQQJ6psk3+GPz1O+RzbrwWpZ4QWHer5sgNtLOpo72h8QCefVOADpCxANl1DYHORj7F8b6XfLLYRPcqgXTWxvoqsAWiUbeU1INlE5E5vxVLVymZNEEuxXNcPv4JmzQe3yQ7qjbzby08AVuOjHYapEdjzR1qbi7ECI+FmaonHOKqDniS8yD6iAS+4N5+DjxzwaTFrniGkhRnLR6KT6xGxqtbo09zgN5WPA1Ky1y1isDlcbTpUL20qVhn4SdXNujsfE4jAgTOaavSegoly9MnIHzCHq01f0A+QYceEUTQtyzNO5; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"streetNum\": \"2525\",\n    \"streetName\": \"LOREM EPSUM\",\n    \"aptNum\": \"\",\n    \"city\": \"HOUSTON\",\n    \"state\": \"TX\",\n    \"zipCode\": \"77063\",\n    \"poBox\": \"\",\n    \"country\": \"US\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"UNVERIFIED_ADDRESS\",\n    \"messageText\": \"Please verify the address entered.\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"68455f0f-9e9c-4b6b-9ad3-e2a9ba1102a3","name":"Unverified Address - Unit Needed","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\":\"AFF/ AA/ WEB/ WEBCLOUD\",\n    \"streetNum\": \"2525\",\n    \"streetName\": \"Old Farm Rd\",\n    \"aptNum\": \"\",\n    \"city\": \"Houston\",\n    \"state\": \"TX\",\n    \"zipCode\": \"77063\",\n    \"poBox\": \"\"\n  }","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/cleanup-address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Mon, 04 May 2020 20:00:25 GMT"},{"key":"Set-Cookie","value":"SMSESSION=LOGGEDOFF; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Wed, 06 Nov 2019 20:00:24 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=fwpINjfkQbTOK1Jv+FnBvbWJQ9j2G4flDg4Z5KNjImY4cG5YbPpzm+tMYU6G4nlIFLg7QTvxVXILnHBun8kqT3J05tHhLCOco9JvqEMMhxTpCntKeT411UI4UGLroENP596/hMdmEfCZ351TThP10MAq+z3XFtoMkAschHyxuDXfqYVJHHf15WMLT8rlgrC8M0ccj2IVMowvq/9W6D0VgsO5bdJrkC4RAqITNX2tQ/WLJTkJ5N0PZaXbA8lqzNAD3vth086tCqUji123xTMnTMOH3IrU80Z2mtyZCo2cTphJ8uKgApyf8RfGQktz8uN1eqnb5RBbG8v3KJt+WZioyzYyZzJS3gWwLtBTsqP+378+mxZIvj+QhHRpfZOew4kdSRfpMC9849WrHDHEiJqe0pLu2Rs4+QcMXRYdBOX912loOeAsNCXThUvcJpqsl2EsDwrFu7k1y6HjcH1D2lMKie2//n3FT4eCWDpSyGt0HS1KEEwwvMIQwSXvDFEstbLk36IBD7gu4w5KFQzlJIwjMP+asLg16DvHTBzJlie7K8dFYlxT2AIZvUoSBi+ma/fub3In8o1Yj7bnbfJDHA8XaqL3GnoynYM/Gl2mSziQKI8iO33IXL3UVJG9pCAGrrptVPK0eF3xW+k9zzfoU2YoWdvvd5BYEu1XpX9Hxxjue7UqONTJMIDyGdnabIimRudQPjnaK3C5f6fh9SiyRHQY3rOcaAcNVC6sLgxEegvUDpwtKlhDkS62a7UO5yVAtEMU/4hWZoS2uNgJGWrKdvPlKlzs8b3IxOyreEntkPQePodm8G3tfWwv7cMoAX1XKkWQhy5sCyom3kIRGKrcn2nS6dwQWHFPWIP2cblaotmWWgYe3/lOuGeHL428CT46l588O82WSyU46DyhpRhkOWtji8Caj+YgWA4Pj7xIIbFkzwa249q4EoSx9lagfoMCzXjDKVyG4iQtlys9MMODG5YpmHg8fatuiEO7LdKleq5zTVbcxEdhFvATzRIc/Jb1xex/Jza9kzodnDLeabfzItuIEUkRwbhk0oTI2pw4pyG4Pc6NV/w3ZvMMP+sP98co8YAcEqCt0IqJ7hfbLC0ffhZ+59wNGlHvFcT0; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"streetNum\": \"2525\",\n    \"streetName\": \"OLD FARM RD\",\n    \"aptNum\": \"\",\n    \"city\": \"HOUSTON\",\n    \"state\": \"TX\",\n    \"zipCode\": \"77063-4413\",\n    \"poBox\": \"\",\n    \"country\": \"US\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"UNIT_NEEDED\",\n    \"messageText\": \"Our records indicate that this address usually includes an apartment or unit number.  Please verify your information before continuing.\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"98de1ec5-2abc-4c5a-9d32-78af4b52c28d","name":"Unverified Address - Incorrect Unit","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\":\"AFF/ AA/ WEB/ WEBCLOUD\",\n    \"streetNum\": \"2525\",\n    \"streetName\": \"Old Farm Rd\",\n    \"aptNum\": \"0001\",\n    \"city\": \"Houston\",\n    \"state\": \"TX\",\n    \"zipCode\": \"77063\",\n    \"poBox\": \"\"\n }","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/cleanup-address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Mon, 04 May 2020 20:04:14 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Wed, 06 Nov 2019 20:04:14 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=/ebwVkiwek4db2GQsOQji3Bm6UGVdwYaWgTKrM2T0TR1aD/FwZ4bx3UwOPYoa1ETrNqTxlf5FjhPbSGNRx91g0/BUor4lmE/YngXD9tLwoAiAxw6HzGD77g0HUEztDiIIKvudufCkJgjaQSlcVNrwNbUX6+oiVB06B/QhvZN6IpHgW26/LJ0wU3zBhoANufK1Q7PA1SNZet8hKsfkZL0O03Ts9ZfHZIh0rHOBSvVOp6y8uAmMp9kdUKpN4y1Vx3bGUKgxfps7yhWZGApPWhfCQzgbWOQMIAb6rap0VBngk7p6jcKeMGXkd8wZlD5atnoprbdNxDLCxAXD7TiWt5RuR59q5Vsh5oP1p60+FvxtpY6LlUo146SLB69VdLSE0aoD+9yBDOfn2oCkWANcI7qCnRatc2XP8g2Iiwd5wWdZhEG5d2kKtoWMOg1fcScJrWVp2CIuWk0iZGRNZAwKb68B0Z8yX+oU66Aia/d8Z/C+6lVU5d2xqTsgiDWK+8f0vZPcwZj9PoObLPG5oRw/S0kZBz7BowWvYrOyHE+TuxH5IzAyHY7xnrqY2MIEdEvQVSeQaZGKbOMR6Yi/RD0XgJ+892Rpht62YK9t97JvnoJxGgcIE8EaCv0YCm6sYKbeXVrYfNqhE+a4iljp4n3EEYU6KLDATg1FdvhVgsHrH/030qPrh6PI3zVkhVKCjSM9X0YWmwJZ3wQXe8qiqH3RYVFVFEq9AZbTfTji1jJUOFHaW2NzErH0tOyecfqpEwxwaNLfOqVHcmElw2R3mRcXYHyaGgoWx63YDm6/W11Rw0sSquCaBQ/ECCas0FiZxNs7bNUysWjfvIGGs1Cdtkhf4jcPcqt65m8j9djfpFmTbxS/KiVq3d6qDybpWZiMdkqq2uGXmOJtUgXg8OXUH5exPpfQZXuT5qbLSLC7uwTw0L2VW02SFoHwgiERlk5IXZYfbsdZu019r0uIjtKnv/aZF3Vl8Oz8UasRJLro1V2SoeFKvPiaLkOxjXiOuIb8VQnVNeFn+oDpPrKU3FRPrdP2gIkhm9qO/n1S24BSrx0zo+tNBcCRsjjNAD5OMphF46ROz2qLoon61lapLKZtbSJbFleUK2LQgENhDfv; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"streetNum\": \"2525\",\n    \"streetName\": \"OLD FARM RD\",\n    \"aptNum\": \"0001\",\n    \"city\": \"HOUSTON\",\n    \"state\": \"TX\",\n    \"zipCode\": \"77063-4413\",\n    \"poBox\": \"\",\n    \"country\": \"US\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"INCORRECT_UNIT\",\n    \"messageText\": \"Our records indicate that this is an invalid apartment number for the given address. Please verify your information before continuing.\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"a91352aa-7f7e-4946-b061-c39787d985c3","name":"Unverified Address","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/cleanup-address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 May 2020 18:28:23 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=CDpcs7HguRSrF1J3B5y/4jvK2T9FsqrVFMtjCfivy4RfZB4/D8V/8fWiIjhItkvigFCp8i9y0GOWEnBTShe0If8j1VilKhV9jFPU4W5d74AlgztbCufWywbXyvkM/jOlV//4SXT/XKRJ8e4410Cemd10Lecm2h7lK/qi8m4d6FrDurTOBqzZ2gzct5qI6To2DWIr7iVhGjdIqUMz+uyIJ7ACiuntwBgUJRkI3YaE5eoxUi+mQh7ylZoEsP0lQVxn9EXsIVKzEPP+0E+0l4fzSFwS6/aCbHIBxbW99aiaYuGtwXeRzztvCSO07HjnB2nqwelUUZIItuZ774u9znk9bT5YDQuAphM0UlmbSFKZHfq4UMx+qbSY1/UubpuG/mpcyx7ZqaOZxX1YyxA15ydS6eb+FmQ98MDot+8IsvH0VX17/s5vDACwpGgRMcoMec9vRUmgVjqEetS7Nz6g2SB6equga1tbOeUdwHd9JUNuNH3dl6qK1AGeF4NiDdeTjnlrVueyyX9ewmNR86XhVE5y6gtrYcEPlmUVdXcZYBkS86LPqr+Lu00DMSN8uA6VHlrts4SNZfWOQviwNBa+8UfZVyK4m7UyQSbKaj7IKfDkzna2nF3h5sGyLENXPZ2X4cvoYtYN/IUgHiMTJUQm6L/3tp7SokkWFQeviZAC3+ZMUm70vQToncuguxPhbyHfrY1bdw14jw/cpXA/fKEdejqsc7gYwYdhVc3oEDxvvtPS6hRv4Ny4KhP9VuKzslrZCbKX+bycbWA02qOzsWkkYkWACYvZyq9xuii1k7Fqo5jAbbkdttlRWZdtDQQJ6psk3+GPz1O+RzbrwWpZ4QWHer5sgNtLOpo72h8QCefVOADpCxANl1DYHORj7F8b6XfLLYRPcqgXTWxvoqsAWiUbeU1INlE5E5vxVLVymZNEEuxXNcPv4JmzQe3yQ7qjbzby08AVuOjHYapEdjzR1qbi7ECI+FmaonHOKqDniS8yD6iAS+4N5+DjxzwaTFrniGkhRnLR6KT6xGxqtbo09zgN5WPA1Ky1y1isDlcbTpUL20qVhn4SdXNujsfE4jAgTOaavSegoly9MnIHzCHq01f0A+QYceEUTQtyzNO5; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"streetNum\": \"2525\",\n  \"streetName\": \"LOREM EPSUM\",\n  \"aptNum\": \"\",\n  \"city\": \"HOUSTON\",\n  \"state\": \"TX\",\n  \"zipCode\": \"77063\",\n  \"poBox\": \"\",\n  \"country\": \"US\",\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"UNVERIFIED_ADDRESS\",\n  \"messageText\": \"Please verify the address entered.\",\n  \"statusCode\": \"02\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"6da194c2-2a05-4013-a18b-ca33d3df00ef"}],"id":"8833cb2a-2817-4753-a9f3-3e12715ac79d","_postman_id":"8833cb2a-2817-4753-a9f3-3e12715ac79d","description":""},{"name":"ESID DETAILS","item":[{"name":"Residential Active Electricity Service Address (ESID) Details","event":[{"listen":"test","script":{"id":"fe77bd58-fef8-419e-bffb-dac9eff9d460","exec":[""],"type":"text/javascript"}}],"id":"cfa3bcd0-9bb0-4475-818a-99dbcfc3f54c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/esid/residential","description":"<p>For the input Service address, this API returns all matching <strong>Residential Active and De-Erergized ESIDs</strong></p>\n<p>This API must be used when the consumer wants to perform Residential enrollments.</p>\n","urlObject":{"path":["NRGREST","rest","sales","esid","residential"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"13a750e6-5ec2-4111-88f0-e175c12f201a","name":"Residential/Active ESID with Meter Number","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/esid/residential"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 28 May 2021 16:54:29 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=Z/e8m4GW5yILt5kPdMTXDL16yrr5J2Dw6yl9pT0vTtmR8KRMk4ejDvJX3HVslpHdLkbT5yv2QaYHh/Vl76EfmVceBvWhG7L/jQcnNLkMDfcyOZMTKIfXcpBv74O98N7I4KHuO9dVdHWUEjHD0Syg1q3GofyGajz+jvHWfxzajNfZRTCWqUQiAlP+lC7jgC/3RfVRQG8q6jFXNMqU8RP7w2RC3YtkBti2HjvZrh0T59pBdnZRxEpY9X1KzVTJhOkXlrAPL38nzI1hjlJwsLB5QMIjY06XP/Js/Arkv1OBF+Yc7+/nCrSOlUZhHbVsw/vM7/i/AgrN3Wh8PZGefMj8wq2KH57+qJE8a2O8YJXDg63KiP2XLmajieHHS5o1qNMM0saxZeNwURHLcs20Eg6iL9St9aQCu45SC4PWm5gSL4pWJGUVs8qe5+9oVfLBoX90hUeQ0Yx2S3EvUTbqegSO8V/2Lba8z91fX/J8OcnObrjHwNGQeXMsB57cb8JtR/54miq76ssxa2fk2aQlY7oKHCTXRLpRNcL9yxI9SxNnTyGEEbKww6PbCGJNSvSlwqx5Owie6MFNOIferqFhSNuELfz/MJP6YzbOpZtVIu+JHn7qGBrW8YGjmJ+3AxLge5g24B/UwsQCDOIyYzaF90XPhTGeVacMCca8bYhnXbDoL4MdEymPyquDlao7BmV3SQltN057EPgEwYz9z87Q0Q1VjXoeSjNXwehD/u5tamI9UiHYom0DL8EKYe+LJch9sc73H7rhRafRzXwUfZi9UikWnH+fouuN0pDzWKX+0lS+W6sjT6Xdks05Kno7Y3IphD9cKVnmbM8H4ai2alTnI//V/g0LoEVtqhJx69xYXJWhnY/EJRwy5H/ydx1YnS5aaR/GWt9LArUDfk92zV90g6b3R1DhLZKi69DnRXyXtpZss7a7f/h2vK1U5OPUfEyQPW+meVbuWLaow1Oqa6qwCNEZf+ijvZuCqaqCP7fFBQF5PlFZvtVq5l/2/aED6mWYUIvJ3uID9pU8HSAkJH2nf4lVZI9pNAVpQldmQyHMyBnqOZYV10ggUAYz+QqSHa9efkwSvN0wLZv2ZOgFpcolPMZyw0MjYJ1noACT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"esidList\": [\n    {\n      \"esidNumber\": \"1008901023807119000100\",\n      \"premiseType\": \"Residential\",\n      \"esidStatus\": \"Active\",\n      \"esidClass\": \"1\",\n      \"esidDeposit\": \"320\",\n      \"esidTDSP\": \"08901\",\n      \"tdspCodeCCS\": \"D0001\",\n      \"meterType\": \"AMSR\",\n      \"recentDisconnectFlag\": \"\",\n      \"switchHoldStatus\": \"\",\n      \"blockStatus\": null,\n      \"esidStatusBrand\": \"Inactive\",\n      \"meterNumber\": \"I62269366\"\n    }\n  ],\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"cfa3bcd0-9bb0-4475-818a-99dbcfc3f54c"},{"name":"Residential Active Electricity Service Address (ESID) Details Copy","event":[{"listen":"test","script":{"id":"fe77bd58-fef8-419e-bffb-dac9eff9d460","exec":[""],"type":"text/javascript"}}],"id":"aa65227c-cf95-4e74-88e6-c177dba3044f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).</p>\n","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"<p>Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)</p>\n","key":"affiliateId","value":"123456"},{"description":"<p>Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)</p>\n","key":"companyCode","value":"0121"},{"description":"<p>Optional Field to define brand id. ( E.g. 'CE' for Cirro)</p>\n","key":"brandId","value":"RE"},{"description":"<p>Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)</p>\n","key":"languageCode","value":"E"},{"description":"<p>Mandatory Field. Service street address</p>\n","key":"servStreet","value":"2525 Old Farm Rd"},{"description":"<p>Optional Field. Service Unit / Apt / Suite number.</p>\n","key":"servStreetAptNum","value":"2536"},{"description":"<p>Mandatory Field. Service City</p>\n","key":"servCity","value":"Houston"},{"description":"<p>Mandatory Field. Five digit service zipcode</p>\n","key":"servZipCode","value":"77063"}]},"url":"{{url}}/NRGREST/rest/sales/esid/residential","description":"<p>For the input Service address, this API returns all matching <strong>Residential Active and De-Erergized ESIDs</strong></p>\n<p>This API must be used when the consumer wants to perform Residential enrollments.</p>\n","urlObject":{"path":["NRGREST","rest","sales","esid","residential"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6c754eae-f298-4efc-8cf1-5c083236d184","name":"Residential/Active ESID with Meter Number","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"SMCHALLENGE=YES"}],"body":{"mode":"raw","raw":"{\n\t\"channelType\":\"AA\",\n\t\"affiliateId\":\"12345678\",\n\t\"companyCode\":\"0121\",\n\t\"brandId\":\"\",\n\t\"languageCode\":\"E\",\n    \"servStreet\": \"2500 old farm rd\",\n    \"servStreetAptNum\": \"816\",\n    \"servZipCode\": \"77063\",\n    \"servCity\": \"HOUSTON\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/esid/residential"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 16:54:29 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Sun, 29 Nov 2020 16:54:29 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=Z/e8m4GW5yILt5kPdMTXDL16yrr5J2Dw6yl9pT0vTtmR8KRMk4ejDvJX3HVslpHdLkbT5yv2QaYHh/Vl76EfmVceBvWhG7L/jQcnNLkMDfcyOZMTKIfXcpBv74O98N7I4KHuO9dVdHWUEjHD0Syg1q3GofyGajz+jvHWfxzajNfZRTCWqUQiAlP+lC7jgC/3RfVRQG8q6jFXNMqU8RP7w2RC3YtkBti2HjvZrh0T59pBdnZRxEpY9X1KzVTJhOkXlrAPL38nzI1hjlJwsLB5QMIjY06XP/Js/Arkv1OBF+Yc7+/nCrSOlUZhHbVsw/vM7/i/AgrN3Wh8PZGefMj8wq2KH57+qJE8a2O8YJXDg63KiP2XLmajieHHS5o1qNMM0saxZeNwURHLcs20Eg6iL9St9aQCu45SC4PWm5gSL4pWJGUVs8qe5+9oVfLBoX90hUeQ0Yx2S3EvUTbqegSO8V/2Lba8z91fX/J8OcnObrjHwNGQeXMsB57cb8JtR/54miq76ssxa2fk2aQlY7oKHCTXRLpRNcL9yxI9SxNnTyGEEbKww6PbCGJNSvSlwqx5Owie6MFNOIferqFhSNuELfz/MJP6YzbOpZtVIu+JHn7qGBrW8YGjmJ+3AxLge5g24B/UwsQCDOIyYzaF90XPhTGeVacMCca8bYhnXbDoL4MdEymPyquDlao7BmV3SQltN057EPgEwYz9z87Q0Q1VjXoeSjNXwehD/u5tamI9UiHYom0DL8EKYe+LJch9sc73H7rhRafRzXwUfZi9UikWnH+fouuN0pDzWKX+0lS+W6sjT6Xdks05Kno7Y3IphD9cKVnmbM8H4ai2alTnI//V/g0LoEVtqhJx69xYXJWhnY/EJRwy5H/ydx1YnS5aaR/GWt9LArUDfk92zV90g6b3R1DhLZKi69DnRXyXtpZss7a7f/h2vK1U5OPUfEyQPW+meVbuWLaow1Oqa6qwCNEZf+ijvZuCqaqCP7fFBQF5PlFZvtVq5l/2/aED6mWYUIvJ3uID9pU8HSAkJH2nf4lVZI9pNAVpQldmQyHMyBnqOZYV10ggUAYz+QqSHa9efkwSvN0wLZv2ZOgFpcolPMZyw0MjYJ1noACT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"esidList\": [\n        {\n            \"esidNumber\": \"1008901023807119000100\",\n            \"premiseType\": \"Residential\",\n            \"esidStatus\": \"Active\",\n            \"esidClass\": \"1\",\n            \"esidDeposit\": \"320\",\n            \"esidTDSP\": \"08901\",\n            \"tdspCodeCCS\": \"D0001\",\n            \"meterType\": \"AMSR\",\n            \"recentDisconnectFlag\": \"\",\n            \"switchHoldStatus\": \"\",\n            \"blockStatus\": null,\n            \"esidStatusBrand\": \"Inactive\",\n            \"meterNumber\": \"I62269366\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"}],"_postman_id":"aa65227c-cf95-4e74-88e6-c177dba3044f"},{"name":"All Electricity Service Address (ESID) Details","event":[{"listen":"test","script":{"id":"fe77bd58-fef8-419e-bffb-dac9eff9d460","exec":[""],"type":"text/javascript"}}],"id":"42193784-4ad4-4a07-837b-466e4a3c64c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/esid","description":"<p>For the input Service address, this API returns <strong>all matching Residental and Business ESIDs (Active, Inactive and De-Energized meters)</strong></p>\n<p>This API must be used when the consumer wants to get all past and current ESIDs for the given input address.</p>\n<p>For Residential enrollments, use the \"Residental Active ESID\" API.</p>\n","urlObject":{"path":["NRGREST","rest","sales","esid"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"049e6e7f-e602-431e-a99b-465e0bece595","name":"Single Matching ESID Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"SMCHALLENGE=YES"}],"body":{"mode":"raw","raw":"{\n\t\"channelType\":\"AFF/ AA/ WEB/ WEBCLOUD\",\n\t\"affiliateId\":\"123456\",\n\t\"companyCode\":\"0121\",\n\t\"brandId\":\"RE\",\n\t\"languageCode\":\"E\",\n    \"servStreet\": \"2500 OLD FARM RD\",\n    \"servStreetAptNum\": \"815\",\n    \"servZipCode\": \"77063\",\n    \"servCity\": \"HOUSTON\"\n}"},"url":"{{url}}/NRGREST/rest/sales/esid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Mon, 04 May 2020 20:51:01 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Wed, 06 Nov 2019 20:51:01 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=vZR1i7rK07HkebN1htkShnK1RPmQpKUqLsDrmpG7ckMuP8LUQeaDD1DgW2eVswx9lsjYo0e1hjzhT0OWgQ+z68CR0T/nf7tqzs+g84XWq4HoKDKhuj7byHGXTnUsa1/JYcTGUOKsfiddAv2eCqtMO61920FDKx1MdmtZYy17o49Cthh1c4lo81X3h9PI8R55185okLDXlyeByjHIELg0wwBqyDFHGlOsRXWbd5CrsCS9vcBHOUrs9BUirJiHcQRGo7xlFkQ+SC1uxyVlQQn4jpIXUdKgp79UfpjebVp1m69zCZP4U47uJq7/ibOT09pj/rJAMA4FYt59RkEEFEO5yF1IekZt5hdm1BgBAXT5YUzorrhWRBDMnk942LOn3m/DEK/KbnXUIw/NcigoPLguHZNTxFuDtgbGtwYPRV2xA2o43ivUsqarxz7zIrgd5+z2/8q+RB2O4syWlSZJyqLSDU6rE/votNjyfJtgp5dxolGv7gApszcBVZVcYxAv6sN44QwKLfHVl3TQdRilbcn1kXUuPt/wpFPmsoVT5QlEi5EfZZL9AwMLsyaMCDY1eJBxpWKltf8No006LSUIC58vIaEmsLcBPc6q13k0+NLglaSfX9A1ikHQPzpbgHVk8fmsUTuS7S4QhnKCs5K4/5zk0CQnnHGQBsRMzyqXjaTiQQpRdYkkf3hcBa4zQ/bxbWwguFuQNrOplOGwawpQFcu+akqQS1MUvbkPF1RNiQAkzKS8gEqJUNoTru7Mlp+eYED7YfSdK7pkwRRuUf9ugBA9GWw/yuhBbx2Rmvxo7lIhino/2Zk4JWKGUjBVCqtiNAB7U8/zlSohERtovq8gECgVTofWDqYj562ADe6Gtrb7wqQwYDzwf8nsuFm/xb3Uy2DIbBB4ZArhgOMhYKBF8jpjg+ja/N9xe3GyVfMwv2yOW+Cj9yvsXod6vj7CAnGuwUBJmKUtoTq90g+4eLTBahK/Ia8mVGrzKOv2uX5uql+QHUKx3ceI5CmO4hngOX2tF5vYwnFB1x53AoleqYO35NzmGVhLR+JOwFgx6++3S/jvkZQYMPET4MAxZ65IfQfKd6XZ3EESNctLrv3jJ08inM9GdZ8b27/CzAsQ; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"esidList\": [\n        {\n            \"esidNumber\": \"1008901023807118980100\",\n            \"premiseType\": \"Residential\",\n            \"esidStatus\": \"Active\",\n            \"esidClass\": \"1\",\n            \"esidDeposit\": \"70\",\n            \"esidTDSP\": \"08901\",\n            \"tdspCodeCCS\": \"D0001\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"b30bfef5-015b-4aa9-a746-242470f3b615","name":"No Matching ESID Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"SMCHALLENGE=YES"}],"body":{"mode":"raw","raw":"{\n\t\"channelType\":\"AFF/ AA/ WEB/ WEBCLOUD\",\n\t\"affiliateId\":\"123456\",\n\t\"companyCode\":\"0121\",\n\t\"brandId\":\"RE\",\n\t\"languageCode\":\"E\",\n    \"servStreet\": \"1111 Lorem Epsum\",\n    \"servStreetAptNum\": \"\",\n    \"servZipCode\": \"77494\",\n    \"servCity\": \"DALLAS\"\n}"},"url":"{{url}}/NRGREST/rest/sales/esid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Mon, 04 May 2020 20:53:46 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Wed, 06 Nov 2019 20:53:46 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=rz55sXxS4MBYNs0Ilh6pXp2/fm0f41JAsSrDWFdV2aQb4U3aESGCwEMAWdRK2sgiMWCpb90jJ2UH/ViEY26nX2UBiHZGzbJvKBVVaZTWZcYezkMMybG/1GkHDVQ7H4VzoCXQw1AQ6ize7rvSrsuEzzIYxFGXVTu0ehRftS0bNk6nn65O4vCod4pcc5Il2z25JZL5rsYVdCh5hT3MvZwA1UCKp40S/tAuW/5eYMMg2RNQJpl8fCndSCDpyQ7ypy3QmJXIoGti/zW7aVYcNUvrALQhWUEU7NlXmLP8ZsLiwPZ5Jm49N7YvN2KpoQXz/EPGLJFVI3rdr3EcAsr0ReqpFwjzxtlU0UnkQuvJnxLIsa19GMOAlNO1oGqn+7b33Ahcht5pGZiM5Mqo/a02xP6ym49VEfRdJUUPq6ijRpu4YzXZrRYCAPuwMA0jLNCE+6tuOk7Kh0tQpt2aPQIa/m/ev3o6iUj9wyM0cr2DOsGNAFFOlJ6aOpcKOBcUkwJteOz5SCPyfCXxjleTlcwiGt9DQ/IwxnzJWHdhqdgJ+iWrQy6CS/+Npg/PdlKA0uoclt4XZ4hKefRZeiVlOKJjhBHvb4PmEe4y2p/CC9eXMjqSdehLnnBNBAMJ7hgTKyvbhZh4rv5Ti0ioH3IZ0i/D4imyQg+1+J+qMJv4x0T1jYlA8z03JkeSiGN1gDtcrT6gTG83E1EWG+y9PvrlVWD3OxL1JZ7ILxaXD8vzz3zddSLaceQcHNfO9dg9uxa0Vpf4tbcDsZ+6CyA24n2uXGtFX3NfJs5l+ZE0B3dRZ8qsvu6pPwMp28kkZ8IDA1mSRJg82feOlA5VtcdOchqKFLXWPJx4NWGcYYtkHaZF8DIWTsQ/gi/9jGcbhj2DAxsiylrUVqrhupEgT/O84iapK34f97hWI78BSl69TJnMUSZXrUjReXNzISsjF6Pz9+QAe+XMamPPoy45IeQYi/d2F9brEYxcHMpJtZO4UoQ0iCuBHKYo6Pkp4itNWIoC14Q61ZfRipP87ma4PC13PjCVxDCfVXSf5JtOxegIP24C5AjvsfP2TLZ5c3fqFHIz9QhWEAllY9G2EHq5FRJXBIfD8CPZa4eaECqm3CFg5RNl; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"esidList\": [],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"daf59f39-c1c8-4cd4-8f28-4424a866c9aa","name":"Single Matching ESID Found","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/esid"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 04 May 2020 20:51:01 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=vZR1i7rK07HkebN1htkShnK1RPmQpKUqLsDrmpG7ckMuP8LUQeaDD1DgW2eVswx9lsjYo0e1hjzhT0OWgQ+z68CR0T/nf7tqzs+g84XWq4HoKDKhuj7byHGXTnUsa1/JYcTGUOKsfiddAv2eCqtMO61920FDKx1MdmtZYy17o49Cthh1c4lo81X3h9PI8R55185okLDXlyeByjHIELg0wwBqyDFHGlOsRXWbd5CrsCS9vcBHOUrs9BUirJiHcQRGo7xlFkQ+SC1uxyVlQQn4jpIXUdKgp79UfpjebVp1m69zCZP4U47uJq7/ibOT09pj/rJAMA4FYt59RkEEFEO5yF1IekZt5hdm1BgBAXT5YUzorrhWRBDMnk942LOn3m/DEK/KbnXUIw/NcigoPLguHZNTxFuDtgbGtwYPRV2xA2o43ivUsqarxz7zIrgd5+z2/8q+RB2O4syWlSZJyqLSDU6rE/votNjyfJtgp5dxolGv7gApszcBVZVcYxAv6sN44QwKLfHVl3TQdRilbcn1kXUuPt/wpFPmsoVT5QlEi5EfZZL9AwMLsyaMCDY1eJBxpWKltf8No006LSUIC58vIaEmsLcBPc6q13k0+NLglaSfX9A1ikHQPzpbgHVk8fmsUTuS7S4QhnKCs5K4/5zk0CQnnHGQBsRMzyqXjaTiQQpRdYkkf3hcBa4zQ/bxbWwguFuQNrOplOGwawpQFcu+akqQS1MUvbkPF1RNiQAkzKS8gEqJUNoTru7Mlp+eYED7YfSdK7pkwRRuUf9ugBA9GWw/yuhBbx2Rmvxo7lIhino/2Zk4JWKGUjBVCqtiNAB7U8/zlSohERtovq8gECgVTofWDqYj562ADe6Gtrb7wqQwYDzwf8nsuFm/xb3Uy2DIbBB4ZArhgOMhYKBF8jpjg+ja/N9xe3GyVfMwv2yOW+Cj9yvsXod6vj7CAnGuwUBJmKUtoTq90g+4eLTBahK/Ia8mVGrzKOv2uX5uql+QHUKx3ceI5CmO4hngOX2tF5vYwnFB1x53AoleqYO35NzmGVhLR+JOwFgx6++3S/jvkZQYMPET4MAxZ65IfQfKd6XZ3EESNctLrv3jJ08inM9GdZ8b27/CzAsQ; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"esidList\": [\n    {\n      \"esidNumber\": \"1008901023807118980100\",\n      \"premiseType\": \"Residential\",\n      \"esidStatus\": \"Active\",\n      \"esidClass\": \"1\",\n      \"esidDeposit\": \"70\",\n      \"esidTDSP\": \"08901\",\n      \"tdspCodeCCS\": \"D0001\"\n    }\n  ],\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"42193784-4ad4-4a07-837b-466e4a3c64c9"}],"id":"33c24e35-796a-4693-9cf1-18a7a9186577","_postman_id":"33c24e35-796a-4693-9cf1-18a7a9186577","description":""},{"name":"ESID VALIDATION","item":[{"name":"Address Found for ESID","event":[{"listen":"test","script":{"id":"581fbd6c-f8f7-4a66-99b2-ac4e9f439402","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"5991ab9d-7d8e-4bab-a657-1c3c5b089dc3","exec":[""],"type":"text/javascript"}}],"id":"2df91aa9-f1d4-47fa-8789-604b2ea3efd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/esidValidation","urlObject":{"path":["NRGREST","rest","sales","esidValidation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8d65072f-7e8f-41df-b500-71876d298595","name":"Address Found for ESID","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/esidValidation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 04 Jun 2021 17:28:34 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=ITh2qZ0xIOJye1jjYtdyOOgKMKh+c1UhZdTZNog28ZBEDJtU+GaNNcoI3NoW4hyp7XHlE7RncF3KMdxYE8dxikF24oLdQ5zTOLnUySlYWAlzHR3uMf5lGqFr28qgpZ+39aHNdP4K2Wb9V2wOKRqaEL/YhXQwuXSmYY+l398MO2ZhsvuLsOiIFVW7IsAGwoMOoy9uRLYq1kONbjWFipZH33jSyi3oORvLwanRxXI6eYB/jjuGoRSBQJB+AnQSeSX0Pgdfx5smUni68GouTortHOvewGA++0x0wudzVol8r7THg+uPpe0EyZKqNmxHuRI9R/IbuXiSre78sbaapfMnYEBPnl80xCZr/14qS/qkjQqmpE+PoereHhSlqo/9gX/uCVHNRX5zUVnp0ofghDQWED2UAp348WjwEsFvR2JnnHcd8xwHoO6b2SknlK/0vcZDAp6issBVNvFs/v0ndcXxLfyhUfR/+xXM9H2LbgbcI1tI62cjhHJR1j4JNaPlEDlwS189T/zA1n4CazV2e+UmgCvNkTiQJkiOZutlWezOCOZU6rEEnjLR57klyzDjkUFTFgd+3Tlj+lEi/cchF1ifykT7SQnr1Ax7Shz+o6ClhtdgKq4QfqgGGJeIJk8rRitq1tQ/RDOWYGyhB0ZkMyPoghT4FoA4ngUgD4v6HngaOMmYt2FjvOS93zBqyIWd2e5pLfTVuBif2FcLOnOkgV9ckhvtJhJ/LWmUe7d8vzl+7jIrVrSTSlnpBeGjxWFHQVsN7QQMKhtI9gg4uWD4PGPEDXC/vf71R5ah3YTWhJpSMTuAPNhPvooGCQu+UdLF89XGCVZNty1TJpbycMco3J0eT50ki6g5WzQRWCIXyAh1FbIESjEf5s5TXwmCjHhEWceJt8GP8OSGwx1NYibNWYCGRKWgmjP1D/fmhFKzkVUvI43mdWEajy0PfjhgNtdX//gtH/S/0rCnoxSCNcW+mrMAqKQ53iZTCNYo46SmWSyaXCR3QrgWd0ZxJ67zIgDqBg3ce6Pop1EYf+7tPfoc4w/afpxp1RTcpZka+c9/D+rW9yy+JZj8yPnUw5b82JhTqSHJgWGL8X4uSslDmc5kB+cdeKKTzZFKzY9F; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"strAddressLine1\": \"2630 TANGLEWILDE ST APT 318\",\n  \"strAddressLine2\": null,\n  \"strAptNumber\": \"318\",\n  \"strZipFour\": \"3472\",\n  \"strZip\": \"77063\",\n  \"strState\": \"TX\",\n  \"strCity\": \"HOUSTON\",\n  \"strStatus\": \"Active\",\n  \"strPremiseType\": \"Residential\",\n  \"strErrCode\": null,\n  \"strErrMessage\": null,\n  \"strEsidTdsp\": \"08901\",\n  \"strEsidClass\": \"1\",\n  \"strEsidDeposit\": \"200\",\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"2df91aa9-f1d4-47fa-8789-604b2ea3efd5"},{"name":"Address Not Found for ESID","event":[{"listen":"test","script":{"id":"a2a0b8aa-844c-466e-828b-b8571466f30f","exec":[""],"type":"text/javascript"}},{"listen":"prerequest","script":{"id":"68682442-566d-4918-8c7f-006bf91cd117","exec":[""],"type":"text/javascript"}}],"id":"4ad523a8-1f75-4e6e-8fd3-dddac8ba3650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).</p>\n","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"<p>Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)</p>\n","key":"affiliateId","value":"123456"},{"description":"<p>Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)</p>\n","key":"companyCode","value":"0121"},{"description":"<p>Optional Field to define brand id. ( E.g. 'CE' for Cirro)</p>\n","key":"brandId","value":"RE"},{"description":"<p>Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)</p>\n","key":"languageCode","value":"E"},{"description":"<p>Mandatory field. Input ESID to fetch the full address and other details.</p>\n","key":"esid","value":"181093899"}]},"url":"{{url}}/NRGREST/rest/sales/esidValidation","urlObject":{"path":["NRGREST","rest","sales","esidValidation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9bb2e8b6-a717-4143-876a-16328446d634","name":"Address Not Found for ESID","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\r\n    \"affiliateId\": \"1234567890\",\r\n    \"companyCode\": \"0121\",\r\n    \"brandId\": \"RE\",\r\n    \"languageCode\": \"E\",\r\n    \"channelType\": \"AA\",\r\n    \"esid\": \"100890102090060!11117270112\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/esidValidation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Jun 2021 17:35:31 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Sun, 06 Dec 2020 17:35:31 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=qeaej35n8j38RSx3J3jIbTqHEKQKfWn+CV4ulcm6wVqmuqMCoeiSK8X0yzRXN+VyrMY3jf2dhWiR27OPvDHyE/DmOzh/x1bSMxDgSU6FJDYFk3+SSx3bnXCHjZp3soNGrTc9ApkQ+a7+WYJ8ZOuOe/CxuUs4xGVO+CMufdu2dQYUkO8/GrJd8UeJmkp+Z3uLfDa+KjSkZNsIffUS6gunjVWkwN06gb7qRq5LhbYpNcbybZohUyHnROSQS9BUI7HhxuNBA50aBjZVhDOg2eg/vmI+mszLplY3NfErBs/JMsfezmuIeZF6iZWjNsOicgvg7UqCYNhdEfzWVq4qrJU9NOrOipDk+mVMzhnDEm66xt1W0LUfGk4d+6TybWkKADQ0ihlW1ThL+I3CvgSyD92/Lu2PeEyvtLvL/xoMgq+zDtZ9pXqTqVspOVjPva8z3uzUd1egH/QWF9U4wR4YhSVzl02JSBdRi6WHBkYefdxcx5HvUU1Mqyvow3GOOErjAj5ZTJPZJjorGbUIdQKp8fP2AFwJoqxONCYIdL2RK52+3/0RRIhBV7rmZpe4nyw+P02urEzPsmpMMF4fekvle/hIMdBzrKS9U9hjGEcXtSMvL8jRBCGSIbxMhO1FxDXcJZ9wyW/1NLfG5XyTwtlUbl93xfPuBTE7ipzMQxEDLAkBIYrvwHw5Gh2VfjmdqQG0uJMorNZqyQ1OT/A0WdhMmfTIKTlxWc7uWkvw9/tUxM00IGguFTJGa46oxHhEHHmmw/Hf3AaPdl6WbZBQPsaYclPYNSW5TFK83ytgzMb0+Xr1que2XQNdKVFigfGrWUMGqdL9CUTts5Qvl07iC0pYJUWXU4hswQsXE54oTP2usn0QaabVC95Ue26ryu4roHyaS0Fro6UCPRNJ2m80PNzIGJiUcuAFwyojDUs6wDeXinDmuIK8Nujdpm6dYvl4BlW19V/g1TUmASYHt8z60ZYe0hUHJrlTcW3xLX9WtpEfwhhVxxyyeWL/VcOKW+LT/o7LUEMYfFZBnk0dH2cnhLlGZkLim/9Rw+fY5LIJqqLwqDIEkrrc7BW4dCBLf0aqtwwMUWkgWHU7N1+vfiQ/0o6ktDXinKj8U+A5Q/bE; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"strAddressLine1\": null,\n    \"strAddressLine2\": null,\n    \"strAptNumber\": null,\n    \"strZipFour\": null,\n    \"strZip\": null,\n    \"strState\": null,\n    \"strCity\": null,\n    \"strStatus\": null,\n    \"strPremiseType\": null,\n    \"strErrCode\": \"NO_ADDRESS\",\n    \"strErrMessage\": null,\n    \"strEsidTdsp\": null,\n    \"strEsidClass\": null,\n    \"strEsidDeposit\": null,\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"}],"_postman_id":"4ad523a8-1f75-4e6e-8fd3-dddac8ba3650"}],"id":"b46f094d-d499-4564-bf6b-81962e6a35d3","_postman_id":"b46f094d-d499-4564-bf6b-81962e6a35d3","description":""},{"name":"PROSPECT","item":[{"name":"Prospect Preapproval Status Lookup","event":[{"listen":"test","script":{"id":"3dc40d3a-8849-4ad9-9629-028224a02259","exec":[""],"type":"text/javascript"}}],"id":"d26f0135-1268-4b8e-8aa0-7439cea1cd96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/prospect?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=123456&companyCode=0121&brandId=RE&languageCode=E&prospectID=522511434&last4SSN=2928","description":"<p>This is an example of a successful prospect ID lookup.</p>\n","urlObject":{"path":["NRGREST","rest","sales","prospect"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).</p>\n","type":"text/plain"},"key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":{"content":"<p>Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)</p>\n","type":"text/plain"},"key":"affiliateId","value":"123456"},{"description":{"content":"<p>Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)</p>\n","type":"text/plain"},"key":"companyCode","value":"0121"},{"description":{"content":"<p>Optional Field to define brand id. ( E.g. 'CE' for Cirro)</p>\n","type":"text/plain"},"key":"brandId","value":"RE"},{"description":{"content":"<p>Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)</p>\n","type":"text/plain"},"key":"languageCode","value":"E"},{"description":{"content":"<p>Mandatory Field to define unique Id of the Prospect</p>\n","type":"text/plain"},"key":"prospectID","value":"522511434"},{"description":{"content":"<p>Mandatory Field to define last four digits of prospect's Social Security Number (SSN)</p>\n","type":"text/plain"},"key":"last4SSN","value":"2928"}],"variable":[]}},"response":[{"id":"160ba08a-f193-41da-a152-8dd6f76c750f","name":"Prospect Found with Preapproved Credit","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/prospect?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=123456&companyCode=0121&brandId=RE&languageCode=E&prospectID=522511434&last4SSN=2928","host":["{{url}}"],"path":["NRGREST","rest","sales","prospect"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to define unique Id of the Prospect","key":"prospectID","value":"522511434"},{"description":"Mandatory Field to define last four digits of prospect's Social Security Number (SSN)","key":"last4SSN","value":"2928"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Mar 2020 04:13:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"prospectPreApprovalFlag\": \"P\"\n}"},{"id":"22971fd7-8376-455b-908e-17370956a342","name":"No Prospect Match Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{auth_token}}"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/prospect?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=123456&companyCode=0121&brandId=RE&languageCode=E&prospectID=11111111&last4SSN=2222","host":["{{url}}"],"path":["NRGREST","rest","sales","prospect"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to define unique Id of the Prospect","key":"prospectID","value":"11111111"},{"description":"Mandatory Field to define last four digits of prospect's Social Security Number (SSN)","key":"last4SSN","value":"2222"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Apache-Coyote/1.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 27 Mar 2020 04:17:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"NO_PROSPECT_MATCH_FOUND\",\n    \"messageText\": \"TBD\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"prospectPreApprovalFlag\": null\n}"},{"id":"d96348ab-a4f0-4189-b895-bb36e24d1647","name":"Prospect Found with Preapproved Credit","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/prospect?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=123456&companyCode=0121&brandId=RE&languageCode=E&prospectID=522511434&last4SSN=2928","host":["{{url}}"],"path":["NRGREST","rest","sales","prospect"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to define unique Id of the Prospect","key":"prospectID","value":"522511434"},{"description":"Mandatory Field to define last four digits of prospect's Social Security Number (SSN)","key":"last4SSN","value":"2928"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Apache-Coyote/1.1"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 27 Mar 2020 04:13:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\",\n  \"prospectPreApprovalFlag\": \"P\"\n}"}],"_postman_id":"d26f0135-1268-4b8e-8aa0-7439cea1cd96"}],"id":"64dadb21-ddf2-45e1-a67a-8fabe5c00e1d","event":[{"listen":"prerequest","script":{"id":"ee6e8e51-18d4-4dbd-b254-47022b36ead9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"582a7c62-5a8d-4dd5-95f7-778eff9c2997","type":"text/javascript","exec":[""]}}],"_postman_id":"64dadb21-ddf2-45e1-a67a-8fabe5c00e1d","description":""},{"name":"IDENTITY","item":[{"name":"Positive ID and Pre-existing Matching Customer","event":[{"listen":"test","script":{"id":"e4d7b083-5edd-4664-8efb-b9f12622d7ee","exec":[""],"type":"text/javascript","packages":{}}}],"id":"faca2844-2255-4838-a562-0bf6ce610e71","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/identity","description":"<p>Based on customer's signup information, one of the following messageCode along with the associated messageText and statusCode may be returned in the Identity API response. The messageText returned from the API must be presented to the customer and the messageCode logged for future reporting and troubleshooting purposes. The decision to hardstop the enrollment (01) or ask customer to fix the information and retry (02) or simply proceed to the next step (00) would be based on the value of statusCode in the API response.</p>\n<h1 id=\"message-code-legend-for-identity-api\">Message Code Legend for Identity API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Message Code</th>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POSID_FAIL</td>\n<td>02</td>\n<td>This message code is triggered when the Positive Identification (POSID) check fails for the customer based on the signup information provided. Within same enrollment session, the customer can be presented with upto 2 retry attempts to fix their PII information and try again.</td>\n</tr>\n<tr>\n<td>POSIDHOLD</td>\n<td>00</td>\n<td>This message code is returned when all the allowed Positive Identification attempts have exhausted without a successful ID match and therefore the system is letting the enrollment continue but at the end of the enrollment, will require additional documents to be submitted by the customer to NRG in order for the electricity to get started at customer's service address. The API consumer must present the Message Text returned in the API response to the customer in order to inform the customer of the actions to be performed after completing the enrollment.</td>\n</tr>\n<tr>\n<td>POSID_FAIL_MAX (Deprecated)</td>\n<td>01</td>\n<td>This message code has been deprecated in the latest version of NRG Sales APIs. In the older version of Sales APIs, this message code was returned, after all the allowed Positive Identification attempts have exhausted without a successful ID match. This message code is returned along with status code '01' indicating a 'stop', i.e. end of online enrollment process for the customer without a successful enrollment.</td>\n</tr>\n<tr>\n<td>PAST_SERVICE_HISTORY</td>\n<td>02</td>\n<td>This message code is triggered when a matching Past Service is found for the customer for the brand he / she is trying to enroll on. For this scenario, the customer should be requested to verify if they had service at the previous service address which will be provided with this response. If customer answers Yes, then when executing the \"Available Dates\" API, pass pastServiceMatchedFlag=\"Y\". Pass \"N\" if customer answers No. The past service address to be displayed to the customer would be part of the messageText and is also available in following fields in the response: existingStreetAddress, existingAptNum, existingCity, existingState, existingZip</td>\n</tr>\n<tr>\n<td>CURRENT_CUSTOMER</td>\n<td>01</td>\n<td>This message code is triggered when a current active service record is found for the customer for the brand he / she is trying to enroll on. When this message code is returned, the enrollment process must end (statusCode=01) and the customer should be informed of the currently active service. The messageText has the current service address populated and separately the current service address is also returned back in the following response fields: existingStreetAddress, existingAptNum, existingCity, existingState, existingZip</td>\n</tr>\n<tr>\n<td>PAST_BALANCE</td>\n<td>02</td>\n<td>The 'PAST_BALANCE' message code is returned when NRG finds a Pending Balance from one or more of the past electricity service(s) received by the customer from the enrolling NRG brand. The enrollment can still continue, however, the customer must be presented with the Message Text to notify about the past due balance and that it needs to be paid off before the new electricity service can start. Along with the messageText, the Past Due Balance Dollar amount is returned in the 'pendingBalanceAmount' field and the past service address is returned in the following response fields: existingStreetAddress, existingAptNum, existingCity, existingState, existingZip. These can be presented to the customer as well in order for them to take a more informed decision.</td>\n</tr>\n<tr>\n<td>BP_RESTRICTION</td>\n<td>01</td>\n<td>This message code is returned when based on the information provided by the customer, the enrollment cannot be performed online. The enrollment must end and the customer must be presented with the messageText directing them to call the call center to enroll</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"migration-from-old-api-to-new-api\">Migration from old API to New API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old API</th>\n<th>New API</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://affiliateapi.iprospect.com/ws/simple/getPerformPosidAndBpMatch\">https://affiliateapi.iprospect.com/ws/simple/getPerformPosidAndBpMatch</a></td>\n<td><a href=\"https://api.nrg.com/NRGREST/rest/sales/identity\">https://api.nrg.com/NRGREST/rest/sales/identity</a></td>\n</tr>\n<tr>\n<td></td>\n<td><a href=\"https://stg-api.nrg.com/NRGREST/rest/sales/identity\">https://stg-api.nrg.com/NRGREST/rest/sales/identity</a></td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><strong>POST</strong></td>\n</tr>\n<tr>\n<td><strong>Old API Input Fields</strong></td>\n<td><strong>New API Input Fields</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>channelType</td>\n</tr>\n<tr>\n<td>affiliateId</td>\n<td>affiliateId</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>companyCode</td>\n</tr>\n<tr>\n<td>brandId</td>\n<td>brandId</td>\n</tr>\n<tr>\n<td>languageCode</td>\n<td>languageCode</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>lastName</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>firstName</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>middleName</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>dob</td>\n</tr>\n<tr>\n<td>maidenName</td>\n<td>maidenName</td>\n</tr>\n<tr>\n<td>trackingId</td>\n<td>trackingId</td>\n</tr>\n<tr>\n<td>email</td>\n<td>email</td>\n</tr>\n<tr>\n<td>phoneNum</td>\n<td>phoneNum</td>\n</tr>\n<tr>\n<td>mktPref</td>\n<td>mktPref</td>\n</tr>\n<tr>\n<td>transactionType</td>\n<td>transactionType</td>\n</tr>\n<tr>\n<td>servStreetNum</td>\n<td>servStreetNum</td>\n</tr>\n<tr>\n<td>servStreetName</td>\n<td>servStreetName</td>\n</tr>\n<tr>\n<td>servStreetAptNum</td>\n<td>servStreetAptNum</td>\n</tr>\n<tr>\n<td>servCity</td>\n<td>servCity</td>\n</tr>\n<tr>\n<td>servState</td>\n<td>servState</td>\n</tr>\n<tr>\n<td>servZipCode</td>\n<td>servZipCode</td>\n</tr>\n<tr>\n<td>billStreetNum</td>\n<td>billStreetNum</td>\n</tr>\n<tr>\n<td>billStreetName</td>\n<td>billStreetName</td>\n</tr>\n<tr>\n<td>billStreetAptNum</td>\n<td>billStreetAptNum</td>\n</tr>\n<tr>\n<td>billCity</td>\n<td>billCity</td>\n</tr>\n<tr>\n<td>billState</td>\n<td>billState</td>\n</tr>\n<tr>\n<td>billZipCode</td>\n<td>billZipCode</td>\n</tr>\n<tr>\n<td>billPOBox</td>\n<td>billPOBox</td>\n</tr>\n<tr>\n<td>preferredLanguage</td>\n<td>preferredLanguage</td>\n</tr>\n<tr>\n<td></td>\n<td>tokenizedTDL</td>\n</tr>\n<tr>\n<td></td>\n<td>tokenizedSSN</td>\n</tr>\n<tr>\n<td></td>\n<td>agentID</td>\n</tr>\n<tr>\n<td></td>\n<td>ipAddress</td>\n</tr>\n<tr>\n<td></td>\n<td>entryPoint</td>\n</tr>\n<tr>\n<td></td>\n<td>prospectId</td>\n</tr>\n<tr>\n<td>tdl</td>\n<td></td>\n</tr>\n<tr>\n<td>ssn</td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>tabletId</td>\n</tr>\n<tr>\n<td></td>\n<td>etfFlag</td>\n</tr>\n<tr>\n<td></td>\n<td>partnerId</td>\n</tr>\n<tr>\n<td></td>\n<td>partnerName</td>\n</tr>\n<tr>\n<td></td>\n<td>locationId</td>\n</tr>\n<tr>\n<td></td>\n<td>locationName</td>\n</tr>\n<tr>\n<td></td>\n<td>guid</td>\n</tr>\n<tr>\n<td></td>\n<td>noid</td>\n</tr>\n<tr>\n<td></td>\n<td>etfFlag</td>\n</tr>\n<tr>\n<td></td>\n<td>esiId</td>\n</tr>\n<tr>\n<td></td>\n<td>deviceLatitude</td>\n</tr>\n<tr>\n<td></td>\n<td>deviceLongitude</td>\n</tr>\n<tr>\n<td></td>\n<td>deviceAccuracy</td>\n</tr>\n<tr>\n<td></td>\n<td>opportunityId</td>\n</tr>\n<tr>\n<td></td>\n<td>accountId</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","identity"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3e9871ad-09e7-43b8-9ff8-735347edb6be","name":"POSID FAIL","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"\",\n    \"guid\": \"\",\n    \"noid\": \"\",\n    \"firstName\": \"FIRSTNAME\",\n    \"lastName\": \"LASTNAME\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"08181944\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"NBBZO6P-2017\",\n    \"email\": \"test@xyz.com\",\n    \"phoneNum\": \"7135559999\",\n    \"mktPref\": \"\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"5900\",\n    \"servStreetName\": \"MAURIE DR\",\n    \"servStreetAptNum\": \"\",\n    \"servCity\": \"FORT WORTH\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"76148\",\n    \"billStreetNum\": \"2500\",\n    \"billStreetName\": \"OLD FARM RD\",\n    \"billStreetAptNum\": \"816\",\n    \"billCity\": \"HOUSTON\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"E\",\n    \"agentID\": \"\",\n    \"referralID\": \"\",\n    \"soPreference\": \"\",\n    \"isMobile\": \"\",\n    \"isPICorrect\": \"\",\n    \"pendingMVI\": \"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 21 Apr 2020 20:32:50 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": null,\n    \"trackingId\": \"1000030159\",\n    \"tokenizedSSN\": \"NBBZO6P-2017\",\n    \"tokenizedTDL\": \"\",\n    \"bpMatchFlag\": null,\n    \"matchedBP\": null,\n    \"existingStreetAddress\": null,\n    \"existingAptNum\": null,\n    \"existingCity\": null,\n    \"existingState\": null,\n    \"existingZip\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": \"X\",\n    \"guid\": \"8e67ea3a-3045-4f15-81ac-8b1c71168eb7\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": null,\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"POSID_FAIL\",\n    \"messageText\": \"The identification information provided could not be validated. Please make sure the information has been entered exactly as shown on your ID.\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"8076985a-9721-48f2-905b-413aa1b0d5f9","name":"POSID PASTDUE","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelType\": \"AA\",\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"trackingId\": \"1000030689\",\n    \"guid\": \"e3fbcee4-3e8b-48cd-a965-145106f857be\",\n    \"firstName\": \"EVAN\",\n    \"lastName\": \"GARCIA\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"08281963\",\n    \"tokenizedTDL\": \"XA8LNI6B-8904\",\n    \"tokenizedSSN\": \"\",\n    \"email\": \"abc@xyz.com\",\n    \"phoneNum\": \"7130001111\",\n    \"mktPref\": \"Y\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"5940\",\n    \"servStreetName\": \"Forest Park Rd\",\n    \"servStreetAptNum\": \"1075\",\n    \"servCity\": \"Dallas\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"75235\",\n    \"billStreetNum\": \"2525\",\n    \"billStreetName\": \"Old Farm Rd\",\n    \"billStreetAptNum\": \"111\",\n    \"billCity\": \"Houston\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"S\",\n    \"ipAddress\": \"10.142.193.00\",\n    \"tabletId\": \"5203f472b88073d6\",\n    \"etfFlag\": \"\",\n    \"partnerId\": \"\",\n    \"partnerName\": \"\",\n    \"locationId\": \"\",\n    \"locationName\": \"\",\n    \"noid\": \"\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 05 May 2020 18:22:52 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Trackingid","value":"1000030689"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": null,\n    \"trackingId\": \"1000030689\",\n    \"tokenizedSSN\": \"\",\n    \"tokenizedTDL\": \"XA8LNI6B-8904\",\n    \"bpMatchFlag\": \"BPSD\",\n    \"matchedBP\": \"0005044886\",\n    \"existingStreetAddress\": \"4715 W WADLEY AVE\",\n    \"existingAptNum\": \"\",\n    \"existingCity\": \"MIDLAND\",\n    \"existingState\": \"TX\",\n    \"existingZip\": \"79707-5226\",\n    \"retryCount\": \"3\",\n    \"kbaSuggestionFlag\": \"X\",\n    \"guid\": \"e3fbcee4-3e8b-48cd-a965-145106f857be\",\n    \"pendingBalanceAmount\": \"261.96\",\n    \"bpMatchScenarioId\": \"1\",\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"POSID_PASTDUE\",\n    \"messageText\": \"Reliant could not confidently confirm your identity with the information that was provided. After you complete your enrollment, we will require you to provide a valid form of identification before your service can start. Valid forms of ID include: <br/><ul><li>Social Security Card</li><li>Current/Valid Drivers license (Texas or out-of-state)</li><li>Current/Valid ID card (Texas or out-of-state)</li><li>Military or Government ID card</li><li>Valid Passport</li><li>Department of Correction ID card</li><li>Alien registration card</li><li>Consular ID card (matrícula consular)</li></ul></br>There also seems to be an outstanding balance from previous electricity service associated with our results. Before receiving new electricity service, that previous balance would need to be satisfied. Please contact the phone number if you would like to continue with your electricity service request.\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"950362e3-c531-4ad7-8d1a-fb5ca77b9497","name":"POSID RETRY","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030159\",\n    \"guid\": \"8e67ea3a-3045-4f15-81ac-8b1c71168eb7\",\n    \"noid\": \"\",\n    \"firstName\": \"FIRSTNAME\",\n    \"lastName\": \"LASTNAME\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"08181944\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"NBBZO6P-2017\",\n    \"email\": \"test@xyz.com\",\n    \"phoneNum\": \"7135559999\",\n    \"mktPref\": \"\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"5900\",\n    \"servStreetName\": \"MAURIE DR\",\n    \"servStreetAptNum\": \"\",\n    \"servCity\": \"FORT WORTH\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"76148\",\n    \"billStreetNum\": \"2500\",\n    \"billStreetName\": \"OLD FARM RD\",\n    \"billStreetAptNum\": \"816\",\n    \"billCity\": \"HOUSTON\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"E\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 21 Apr 2020 20:33:49 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": null,\n    \"trackingId\": \"1000030159\",\n    \"tokenizedSSN\": \"NBBZO6P-2017\",\n    \"tokenizedTDL\": \"\",\n    \"bpMatchFlag\": null,\n    \"matchedBP\": null,\n    \"existingStreetAddress\": null,\n    \"existingAptNum\": null,\n    \"existingCity\": null,\n    \"existingState\": null,\n    \"existingZip\": null,\n    \"retryCount\": \"2\",\n    \"kbaSuggestionFlag\": \"X\",\n    \"guid\": \"8e67ea3a-3045-4f15-81ac-8b1c71168eb7\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": null,\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"POSID_FAIL\",\n    \"messageText\": \"The identification information provided could not be validated. Please make sure the information has been entered exactly as shown on your ID.\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"7edc9ce9-cdec-4ec1-92e4-381eb8f1abb9","name":"PAST SERVICE HISTORY","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"\",\n    \"guid\": \"\",\n    \"noid\": \"\",\n    \"firstName\": \"ON\",\n    \"lastName\": \"BGM\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"11151985\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"Y8X6N8Y-5928\",\n    \"email\": \"test@xyz.com\",\n    \"phoneNum\": \"7135559999\",\n    \"mktPref\": \"\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"22719\",\n    \"servStreetName\": \"DEVILLE DR\",\n    \"servStreetAptNum\": \"\",\n    \"servCity\": \"KATY\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"77450\",\n    \"billStreetNum\": \"2500\",\n    \"billStreetName\": \"OLD FARM RD\",\n    \"billStreetAptNum\": \"816\",\n    \"billCity\": \"HOUSTON\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"E\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 21 Apr 2020 20:40:08 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": \"04/21/2020\",\n    \"trackingId\": \"1000030162\",\n    \"tokenizedSSN\": \"Y8X6N8Y-5928\",\n    \"tokenizedTDL\": \"\",\n    \"bpMatchFlag\": \"BPSD\",\n    \"matchedBP\": \"0008430216\",\n    \"existingStreetAddress\": \"21811 WILDWOOD PARK RD\",\n    \"existingAptNum\": \"831\",\n    \"existingCity\": \"RICHMOND\",\n    \"existingState\": \"TX\",\n    \"existingZip\": \"77469-5871\",\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": \"\",\n    \"guid\": \"8fc7d458-62a2-49d1-8ec4-5e13272f070a\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"2\",\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"PAST_SERVICE_HISTORY\",\n    \"messageText\": \"Our records show a previous customer with a similar name. Did you previously receive service at this address: 21811 WILDWOOD PARK RD, #831, RICHMOND, TX, 77469-5871\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"c47d248a-025b-42d9-bffe-cafb41d5c740","name":"POSID PASS (No / Exact Hold)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"\",\n    \"guid\": \"\",\n    \"noid\": \"\",\n    \"firstName\": \"SHANE\",\n    \"lastName\": \"MGCKWQGH\",\n    \"middleName\": \"G\",\n    \"maidenName\": \"\",\n    \"dob\": \"08281963\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"NBBZO6P-1947\",\n    \"email\": \"test@xyz.com\",\n    \"phoneNum\": \"7135559999\",\n    \"mktPref\": \"\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"5900\",\n    \"servStreetName\": \"MAURIE DR\",\n    \"servStreetAptNum\": \"\",\n    \"servCity\": \"FORT WORTH\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"76148\",\n    \"billStreetNum\": \"2500\",\n    \"billStreetName\": \"OLD FARM RD\",\n    \"billStreetAptNum\": \"816\",\n    \"billCity\": \"HOUSTON\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"E\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 21 Apr 2020 20:17:52 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": \"04/21/2020\",\n    \"trackingId\": \"1000030156\",\n    \"tokenizedSSN\": \"NBBZO6P-1947\",\n    \"tokenizedTDL\": \"\",\n    \"bpMatchFlag\": \"\",\n    \"matchedBP\": null,\n    \"existingStreetAddress\": null,\n    \"existingAptNum\": null,\n    \"existingCity\": null,\n    \"existingState\": null,\n    \"existingZip\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": \"\",\n    \"guid\": \"291991e2-1ed0-4741-b7fc-50269a30a2d2\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"361c3d8d-db2d-42bf-a7c5-e6d4a4647f26","name":"POSID HOLD - NO ID  = true","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"affiliateId\": \"12345\",\r\n    \"companyCode\": \"0121\",\r\n    \"brandId\": \"RE\",\r\n    \"languageCode\": \"E\",\r\n    \"channelType\": \"AA\",\r\n    \"trackingId\": \"1000073407\",\r\n    \"guid\": \"e947068d-4385-481d-858f-8199b9c3a383\",\r\n    \"noid\": \"\",\r\n    \"prospectId\": \"\",\r\n    \"firstName\": \"DAVID\",\r\n    \"lastName\": \"FETCH\",\r\n    \"middleName\": \"M\",\r\n    \"maidenName\": \"\",\r\n    \"dob\": \"02181998\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"tokenizedSSN\": \"3RYN115-0192\",\r\n    \"email\": \"nrgtest@nrg.com\",\r\n    \"phoneNum\": \"7135559999\",\r\n    \"mktPref\": \"\",\r\n    \"transactionType\": \"SWI\",\r\n    \"servStreetNum\": \"2500\",\r\n    \"servStreetName\": \"OLD FARM RD\",\r\n    \"servStreetAptNum\": \"620\",\r\n    \"servCity\": \"HOUSTON\",\r\n    \"servState\": \"TX\",\r\n    \"servZipCode\": \"77063\",\r\n    \"billStreetNum\": \"2500\",\r\n    \"billStreetName\": \"OLD FARM RD\",\r\n    \"billStreetAptNum\": \"620\",\r\n    \"billCity\": \"HOUSTON\",\r\n    \"billState\": \"TX\",\r\n    \"billZipCode\": \"77063\",\r\n    \"billPOBox\": \"\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"agentID\": \"\",\r\n    \"etfFlag\": \"\",\r\n    \"deviceLatitude\": \"22.202091\",\r\n    \"deviceLongitude\": \"32.220192\",\r\n    \"deviceAccuracy\": \"100\",\r\n    \"opportunityId\": \"ID09148\",\r\n    \"accountId\": \"ID23488\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 16:45:04 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"trackingId","value":"1000047975"},{"key":"guId","value":"982e67c1-0a28-43c2-9bcb-20c2309645e9"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"pendingMVI\": false,\n    \"posidDLDate\": null,\n    \"posidSSNDate\": null,\n    \"trackingId\": \"1000073407\",\n    \"tokenizedSSN\": \"3RYN115-0192\",\n    \"tokenizedTDL\": \"\",\n    \"bpMatchFlag\": \"\",\n    \"matchedBP\": null,\n    \"existingStreetAddress\": null,\n    \"existingAptNum\": null,\n    \"existingCity\": null,\n    \"existingState\": null,\n    \"existingZip\": null,\n    \"retryCount\": \"3\",\n    \"kbaSuggestionFlag\": \"\",\n    \"guid\": \"e947068d-4385-481d-858f-8199b9c3a383\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"POSIDHOLD\",\n    \"messageText\": \"Reliant could not confidently confirm your identity with the information that was provided. After you complete your enrollment, we will require you to provide a valid form of identification before your service can start. Valid forms of ID include: <br/><ul><li>Social Security Card</li><li>Current/Valid Drivers license (Texas or out-of-state)</li><li>Current/Valid ID card (Texas or out-of-state)</li><li>Active Military Orders</li><li>Valid Passport</li><li>Department of Correction ID card</li><li>Alien registration card</li><li>Consular ID card (matrÃ\\u00adcula consular)</li></ul>\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"1253d758-5315-456a-9b7f-472c23b2371a","name":"ERROR - NO ID = Invalid Value","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 28 May 2021 16:46:24 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=H/NLTyHDTm5lmkxOKqf7CHbJJrdnin/jKU5QKK4ifLcIW1bnS07kd06UroqSYBA1Gmb+ehCuelUNJYyKYj8p80z2e7z59HvyaK7ubABSgYQBjZpyWfdXt38FSDPsCqW4pZpBycqQ0YutNG25pKTI7CIjU5wYtRapB7avejNKGX+i3O9I5P1CQ1bFR+DgKFXIjFPB2FTDpOQX+IPf40Op9rY2C/pKYGhA2o6yLnupQcVPqO106TPd+t4NX6zEHWOzn1S8E3kmNoGDbDSnzNCcUOV+GeBceSwLfa4CcojRRf62TkOxvBNp/NkTScdVfG98Hku8jVb318Ym6bW90tqlCvcM3R5C3pkNp0YReu3yCVWcRBYYgwl4o9htWg1whg9xpQcw9s84Tdiu4ars4Tdu+CwDnwDG9qF4X3ljVlQ24QLVPLlasMHxHGVPnnVsSDqKsglaY57leJgbGT/F5fQv2Xz+7wjPFI9VrJkrmk34XtbBMMZHk2fdxPYb9Pt3BrEIaz1EmmlWpHyi9936v9G1R1h6yyaHW+Izi3LPyaI4BnvrO7AaSR9y8WjZhKFptJxrrkGUEZlTuASa56Y0Am0znvb5sffmgx0NYTHlR4kOEh5lD4K07iwear3RpEkFFVVDcc9kLgxC1HznFvw0eX2q+kE7iBIRzjj1JXMLGeHHCcH9auBB530Lsn0YXpFZ/lX+VgVdJDIoDcyCcaK6tuRGKIclzbcI3sgTn3H/a5WjHl/+SyUXg0wR9sPpEUqZWq8qaYFotH2Ke3dcpFSDlLQgr0+a4UwDrmZeMs0Ywtxd5AlwGrScnnkO5cgySDx997mY6rUawpGlYzFlkRzfxtL0V6TGtskYXuJ1YUT1RkiLdgvQ9cIGubXqOOUxUYVO1jY3zeRS88baqjDAOJ5OONXXmrKLanT4Ha6wtMvCtW5RQV9mcZ/fkOsv2GzgZdMV+3bjqr8CBBeNMVjzZC81/YQRD8lvWW+Kf8DfyK2FUsg0D8mqbVnCEWXSiET5vZdJgu9JG1N6e78GtXZ1eM/nFrxMauUFkE/7PO0GVTG7kDvYqFhoCdoMAsXvTwkZLmeXO68ZC4qoO3AWk15cNO1HHbknwz/ec294KsSx; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"close"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"BAD_REQUEST\",\n  \"errorDescription\": \"Request entity has following errors: *  noid option allowed values are true or blank.\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"e9bc785f-d5bf-474f-aaa1-510a97cdc3b1","name":"BP RESTRICT","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"\",\n    \"guid\": \"\",\n    \"noid\": \"\",\n    \"firstName\": \"CHARLES\",\n    \"lastName\": \"BKRN\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"02141960\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"3KWSAEB-1375\",\n    \"email\": \"test@xyz.com\",\n    \"phoneNum\": \"7135559999\",\n    \"mktPref\": \"\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"3233\",\n    \"servStreetName\": \"GOLDEN EYE\",\n    \"servStreetAptNum\": \"\",\n    \"servCity\": \"KATY\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"77493\",\n    \"billStreetNum\": \"2500\",\n    \"billStreetName\": \"OLD FARM RD\",\n    \"billStreetAptNum\": \"816\",\n    \"billCity\": \"HOUSTON\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"E\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 21 Apr 2020 20:41:49 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": \"04/21/2020\",\n    \"trackingId\": \"1000030163\",\n    \"tokenizedSSN\": \"3KWSAEB-1375\",\n    \"tokenizedTDL\": \"\",\n    \"bpMatchFlag\": \"BPRESTRICT\",\n    \"matchedBP\": null,\n    \"existingStreetAddress\": null,\n    \"existingAptNum\": null,\n    \"existingCity\": null,\n    \"existingState\": null,\n    \"existingZip\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": \"\",\n    \"guid\": \"0c3563c9-4ee2-4842-9c0c-2a3f19964150\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"6\",\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"BP_RESTRICTION\",\n    \"messageText\": \"Reliant is unable to process your enrollment at this time. To set up service with Reliant please call 1-866-222-7100\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"f50c4fd7-5ef6-414e-855b-8148c07a9822","name":"PENDING BALANCE (PBSD)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"\",\n    \"guid\": \"\",\n    \"noid\": \"\",\n    \"firstName\": \"BRANDY\",\n    \"lastName\": \"BGKKWG\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"10121965\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"UC3Q9MR-6923\",\n    \"email\": \"test@xyz.com\",\n    \"phoneNum\": \"7135559999\",\n    \"mktPref\": \"\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"5546\",\n    \"servStreetName\": \"LEEWOOD ST\",\n    \"servStreetAptNum\": \"\",\n    \"servCity\": \"DALLAS\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"75212\",\n    \"billStreetNum\": \"2500\",\n    \"billStreetName\": \"OLD FARM RD\",\n    \"billStreetAptNum\": \"816\",\n    \"billCity\": \"HOUSTON\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"E\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 21 Apr 2020 20:38:18 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": \"04/21/2020\",\n    \"trackingId\": \"1000030161\",\n    \"tokenizedSSN\": \"UC3Q9MR-6923\",\n    \"tokenizedTDL\": \"\",\n    \"bpMatchFlag\": \"BPSD\",\n    \"matchedBP\": \"6034084907\",\n    \"existingStreetAddress\": \"23624 SNOOK LN\",\n    \"existingAptNum\": \"\",\n    \"existingCity\": \"TOMBALL\",\n    \"existingState\": \"TX\",\n    \"existingZip\": \"77375-4908\",\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": \"\",\n    \"guid\": \"becc340f-7f2e-47df-bfa4-c0fb68bb0d7e\",\n    \"pendingBalanceAmount\": \"13.49\",\n    \"bpMatchScenarioId\": \"1\",\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"PAST_BALANCE\",\n    \"messageText\": \"This identification is associated with an outstanding balance from previous electricity service. Before receiving new electricity service, that previous balance would need to be satisfied. Please contact the phone number if you would like to continue with your electricity service request.\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"f69c305e-0c3e-441a-a063-58c5fa94b401","name":"POSID PASTSERVICE","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelType\": \"AA\",\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"trackingId\": \"1000030690\",\n    \"guid\": \"b7d69a03-02fc-4bc8-b252-35097577e3ab\",\n    \"firstName\": \"HEATHER\",\n    \"lastName\": \"PAGARANI\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"08281963\",\n    \"tokenizedTDL\": \"MFBDYSX1-8902\",\n    \"tokenizedSSN\": \"\",\n    \"email\": \"abc@xyz.com\",\n    \"phoneNum\": \"7130001111\",\n    \"mktPref\": \"Y\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"5940\",\n    \"servStreetName\": \"Forest Park Rd\",\n    \"servStreetAptNum\": \"1075\",\n    \"servCity\": \"Dallas\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"75235\",\n    \"billStreetNum\": \"2525\",\n    \"billStreetName\": \"Old Farm Rd\",\n    \"billStreetAptNum\": \"111\",\n    \"billCity\": \"Houston\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"S\",\n    \"ipAddress\": \"\",\n    \"tabletId\": \"\",\n    \"etfFlag\": \"\",\n    \"partnerId\": \"\",\n    \"partnerName\": \"\",\n    \"locationId\": \"\",\n    \"locationName\": \"\",\n    \"noid\": \"\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 05 May 2020 18:25:30 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Trackingid","value":"1000030690"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": null,\n    \"trackingId\": \"1000030690\",\n    \"tokenizedSSN\": \"\",\n    \"tokenizedTDL\": \"MFBDYSX1-8902\",\n    \"bpMatchFlag\": \"BPSD\",\n    \"matchedBP\": \"0002473502\",\n    \"existingStreetAddress\": \"4637 CASHEL GLEN DR\",\n    \"existingAptNum\": \"\",\n    \"existingCity\": \"HOUSTON\",\n    \"existingState\": \"TX\",\n    \"existingZip\": \"77069-3515\",\n    \"retryCount\": \"3\",\n    \"kbaSuggestionFlag\": \"X\",\n    \"guid\": \"b7d69a03-02fc-4bc8-b252-35097577e3ab\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"2\",\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"POSID_PASTSERVICE\",\n    \"messageText\": \"Reliant could not confidently confirm your identity with the information that was provided. After you complete your enrollment, we will require you to provide a valid form of identification before your service can start. Valid forms of ID include: <br/><ul><li>Social Security Card</li><li>Current/Valid Drivers license (Texas or out-of-state)</li><li>Current/Valid ID card (Texas or out-of-state)</li><li>Military or Government ID card</li><li>Valid Passport</li><li>Department of Correction ID card</li><li>Alien registration card</li><li>Consular ID card (matrícula consular)</li></ul></br>The results that we found may match a previous customer with a similar name. Did you previously receive service at this address: 4637 CASHEL GLEN DR, HOUSTON, TX, 77069-3515\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"f5359750-7e61-41ff-ae6f-3491ad223269","name":"PROSPECT ID MATCH NOT FOUND","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"channelType\": \"AA\",\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"trackingId\": \"\",\n    \"guid\": \"\",\n    \"prospectId\": \"5381112875\",\n    \"firstName\": \"NADEEM\",\n    \"lastName\": \"DAMANI\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"08281963\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"5YULM8D-1431\",\n    \"email\": \"abc@xyz.com\",\n    \"phoneNum\": \"7130001111\",\n    \"mktPref\": \"Y\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"5940\",\n    \"servStreetName\": \"Forest Park Rd\",\n    \"servStreetAptNum\": \"1075\",\n    \"servCity\": \"Dallas\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"75235\",\n    \"billStreetNum\": \"2525\",\n    \"billStreetName\": \"Old Farm Rd\",\n    \"billStreetAptNum\": \"111\",\n    \"billCity\": \"Houston\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"S\",\n    \"ipAddress\": \"\",\n    \"tabletId\": \"\",\n    \"etfFlag\": \"\",\n    \"partnerId\": \"\",\n    \"partnerName\": \"\",\n    \"locationId\": \"\",\n    \"locationName\": \"\",\n    \"noid\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 05 May 2020 18:41:08 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"prospectBpID\": null,\n    \"prospectBpIDType\": null,\n    \"prospectCreditScore\": null,\n    \"prospectCreditSource\": null,\n    \"prospectCreditScoreDate\": null,\n    \"prospectCreditBucket\": null,\n    \"prospectPreApprovalFlag\": null,\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"NO_PROSPECT_MATCH_FOUND\",\n    \"messageText\": \"Could not validate the prospect ID that was provided. Please try another prospect ID or remove the current prospect ID to continue.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"db1dcb8b-99f7-4d65-9a42-4f99124d2b73","name":"EXISTING CUSTOMER","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"\",\n    \"guid\": \"\",\n    \"noid\": \"\",\n    \"firstName\": \"RAYMOND\",\n    \"lastName\": \"BGTKLKS\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"04091952\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"U7T3DHP-8057\",\n    \"email\": \"test@xyz.com\",\n    \"phoneNum\": \"7135559999\",\n    \"mktPref\": \"\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"7926\",\n    \"servStreetName\": \"FOWLIE ST\",\n    \"servStreetAptNum\": \"\",\n    \"servCity\": \"HOUSTON\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"77028\",\n    \"billStreetNum\": \"2500\",\n    \"billStreetName\": \"OLD FARM RD\",\n    \"billStreetAptNum\": \"816\",\n    \"billCity\": \"HOUSTON\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"E\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 21 Apr 2020 20:36:25 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"posidDLDate\": null,\n    \"posidSSNDate\": \"04/21/2020\",\n    \"trackingId\": \"1000030160\",\n    \"tokenizedSSN\": \"U7T3DHP-8057\",\n    \"tokenizedTDL\": \"\",\n    \"bpMatchFlag\": \"\",\n    \"matchedBP\": null,\n    \"existingStreetAddress\": \"8630 EASTON COMMONS DR\",\n    \"existingAptNum\": \"902\",\n    \"existingCity\": \"HOUSTON\",\n    \"existingState\": \"TX\",\n    \"existingZip\": \"77095-3030\",\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": \"\",\n    \"guid\": \"83fa986f-cac2-4972-84ac-159939e9cc82\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"3\",\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"CURRENT_CUSTOMER\",\n    \"messageText\": \"Our records show existing service for this customer at the address below. Please contact the phone number shown  on this page if you are interested in changing plans or adding service at another location. 8630 EASTON COMMONS DR, #902, HOUSTON, TX, 77095-3030\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"4a5e2869-e598-43c4-a895-dd7e5d4e52dd","name":"POSIDHOLD (POSID_FAIL_MAX)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030159\",\n    \"guid\": \"8e67ea3a-3045-4f15-81ac-8b1c71168eb7\",\n    \"noid\": \"\",\n    \"firstName\": \"FIRSTNAME\",\n    \"lastName\": \"LASTNAME\",\n    \"middleName\": \"\",\n    \"maidenName\": \"\",\n    \"dob\": \"08181944\",\n    \"tokenizedTDL\": \"\",\n    \"tokenizedSSN\": \"NBBZO6P-2017\",\n    \"email\": \"test@xyz.com\",\n    \"phoneNum\": \"7135559999\",\n    \"mktPref\": \"\",\n    \"transactionType\": \"MVI\",\n    \"servStreetNum\": \"5900\",\n    \"servStreetName\": \"MAURIE DR\",\n    \"servStreetAptNum\": \"\",\n    \"servCity\": \"FORT WORTH\",\n    \"servState\": \"TX\",\n    \"servZipCode\": \"76148\",\n    \"billStreetNum\": \"2500\",\n    \"billStreetName\": \"OLD FARM RD\",\n    \"billStreetAptNum\": \"816\",\n    \"billCity\": \"HOUSTON\",\n    \"billState\": \"TX\",\n    \"billZipCode\": \"77063\",\n    \"billPOBox\": \"\",\n    \"preferredLanguage\": \"E\",\n    \"prospectId\": \"\",\n    \"agentID\": \"\",\n    \"referralID\":\"\",\n    \"soPreference\":\"\",\n    \"isMobile\":\"\",\n    \"isPICorrect\":\"\",\n    \"pendingMVI\":\"\",\n    \"deviceLatitude\": \"22.202091\",\n    \"deviceLongitude\": \"32.220192\",\n    \"deviceAccuracy\": \"100\",\n    \"opportunityId\": \"ID09148\",\n    \"accountId\": \"ID23488\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Tue, 21 Apr 2020 20:34:08 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageCode\": \"POSID_FAIL_MAX\",\n    \"messageText\": \"Unfortunately, we can't complete your service request online without electronically verifiable information.For assistance with completing your request by phone, please contact the number shown.  \",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"posidDLDate\": null,\n    \"posidSSNDate\": null,\n    \"trackingId\": \"1000465537\",\n    \"tokenizedSSN\": \"NWCRMR5-5166\",\n    \"tokenizedTDL\": null,\n    \"bpMatchFlag\": null,\n    \"matchedBP\": null,\n    \"existingStreetAddress\": null,\n    \"existingAptNum\": null,\n    \"existingCity\": null,\n    \"existingState\": null,\n    \"existingZip\": null,\n    \"retryCount\": \"3\",\n    \"kbaSuggestionFlag\": \"\",\n    \"guid\": \"cc3757da-f39d-405b-862c-5f45e331921f\",\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": null,\n    \"pendingMVI\": false\n}"},{"id":"0c9db6ab-488d-4dcb-b200-c1a916091da7","name":"POSID FAIL","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Tue, 21 Apr 2020 20:32:50 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"posidDLDate\": null,\n  \"posidSSNDate\": null,\n  \"trackingId\": \"1000030159\",\n  \"tokenizedSSN\": \"NBBZO6P-2017\",\n  \"tokenizedTDL\": \"\",\n  \"bpMatchFlag\": null,\n  \"matchedBP\": null,\n  \"existingStreetAddress\": null,\n  \"existingAptNum\": null,\n  \"existingCity\": null,\n  \"existingState\": null,\n  \"existingZip\": null,\n  \"retryCount\": \"0\",\n  \"kbaSuggestionFlag\": \"X\",\n  \"guid\": \"8e67ea3a-3045-4f15-81ac-8b1c71168eb7\",\n  \"pendingBalanceAmount\": null,\n  \"bpMatchScenarioId\": null,\n  \"errorCode\": \"\",\n  \"errorDescription\": null,\n  \"messageCode\": \"POSID_FAIL\",\n  \"messageText\": \"The identification information provided could not be validated. Please make sure the information has been entered exactly as shown on your ID.\",\n  \"statusCode\": \"02\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"faca2844-2255-4838-a562-0bf6ce610e71"}],"id":"60406360-fc77-4842-8aae-b7b7274392f5","event":[{"listen":"prerequest","script":{"id":"10d88be1-31dd-4ddc-9b92-bc3af28f9892","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0818f445-0a4f-4bf0-895e-533c42070559","type":"text/javascript","exec":[""]}}],"_postman_id":"60406360-fc77-4842-8aae-b7b7274392f5","description":""},{"name":"AVAILABLE DATES","item":[{"name":"Electricity Service Address (ESID) Validation and Service Availability Dates API","event":[{"listen":"test","script":{"id":"fe77bd58-fef8-419e-bffb-dac9eff9d460","exec":[""],"type":"text/javascript"}}],"id":"ee8e8637-f0d4-4042-8ff8-0d8a7f22a70d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/available-dates","description":"<p>The primary purpose of this API is to return the ESID associated with the customer's service address along with the available service start dates. Customer's ESID would be returned in the 'esid' response field and a comma (,) separated list of available dates would be returned in the 'availableDates' field.  </p>\n<p>However, based on the information associated with the input trackingId and guid and customer's response to the past service history question (only if presented), one of the following messageCode along with the associated messageText and statusCode may be returned in this API response. The messageText returned from the API must be displayed to the customer and the messageCode logged for future reporting and troubleshooting purposes. The decision to hardstop the enrollment (01) or ask customer to fix the information and retry (02) or simply proceed to the next step (00) would be based on the value of statusCode in the API response.</p>\n<h1 id=\"message-code-legend-for-available-dates-api\">Message Code Legend for Available Dates API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Message Code</th>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NESID</td>\n<td>00</td>\n<td>This message code is returned when the system is unable to find an ESID for the customer's service address. The availableDates would still be returned in the API response, however, since NRG's back office team would require to process the enrollment manually, the same day enrollment would not be offered.</td>\n</tr>\n<tr>\n<td>BUSINESS_METER</td>\n<td>01</td>\n<td>This message code is returned when the address provided by the customer resolves to a Business Meter (non-residential service address). The message code is accompanied by a status code '01' indicating the enrollment must end, along with a messageText that must be presented to the customer explaining the issue with the enrollment.</td>\n</tr>\n<tr>\n<td>SWITCH_HOLD</td>\n<td>01</td>\n<td>This message code is returned when a Hold is placed by Ercot at the ESID the customer is switching service provider for. The message code is accompanied by a status code '01' indicating the enrollment must end, along with a messageText that must be presented to the customer explaining the issue with the enrollment.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"migration-from-old-api-to-new-api\">Migration from old API to New API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old API</th>\n<th>New API</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://affiliateapi.iprospect.com/ws/simple/getESIDAndCalendarDates\">https://affiliateapi.iprospect.com/ws/simple/getESIDAndCalendarDates</a></td>\n<td><a href=\"https://api.nrg.com/NRGREST/rest/sales/available-dates\">https://api.nrg.com/NRGREST/rest/sales/available-dates</a></td>\n</tr>\n<tr>\n<td></td>\n<td><a href=\"https://stg-api.nrg.com/NRGREST/rest/sales/available-dates\">https://stg-api.nrg.com/NRGREST/rest/sales/available-dates</a></td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><strong>POST</strong></td>\n</tr>\n<tr>\n<td><strong>Old API Input Fields</strong></td>\n<td><strong>New API Input Fields</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>channelType</td>\n</tr>\n<tr>\n<td>affiliateId</td>\n<td>affiliateId</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>companyCode</td>\n</tr>\n<tr>\n<td>brandId</td>\n<td>brandId</td>\n</tr>\n<tr>\n<td>languageCode</td>\n<td>languageCode</td>\n</tr>\n<tr>\n<td>trackingId</td>\n<td>trackingId</td>\n</tr>\n<tr>\n<td></td>\n<td>guid</td>\n</tr>\n<tr>\n<td></td>\n<td>pastServiceMatchedFlag</td>\n</tr>\n<tr>\n<td>transactionType</td>\n<td></td>\n</tr>\n<tr>\n<td>tdspCodeCCS</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetNum</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetName</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetAptNum</td>\n<td></td>\n</tr>\n<tr>\n<td>servZipCode</td>\n<td></td>\n</tr>\n<tr>\n<td>bpMatchFlag</td>\n<td></td>\n</tr>\n<tr>\n<td>esid</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","available-dates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"18646e92-85fc-42bc-aee4-bb3f66ec5269","name":"Switch Hold (No Available Dates)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030217\",\n    \"guid\": \"72ec4e79-ad90-4fea-b4d6-3f2be2578139\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 18:10:44 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"esid\": \"1008901011900149300107\",\n    \"tdspCode\": \"D0001\",\n    \"availableDates\": null,\n    \"switchHoldFlag\": \"ON\",\n    \"tdspFee\": null,\n    \"meterType\": \"AMSR\",\n    \"tdspFeeAmount\":\"\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"SWITCH_HOLD\",\n    \"messageText\": \"Unfortunately, at this time we cannot accept your request to switch electricity service providers because there is a switch hold on the service address. You will need to contact your current electricity provider to resolve the hold before you can switch to another provider.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"2a5aa122-0593-4370-9310-04ec39f661dc","name":"Past History Denied (First Available Date Pushed Out)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"affiliateId\": \"10203040\",\r\n    \"companyCode\": \"0121\",\r\n    \"brandId\": \"RE\",\r\n    \"languageCode\": \"E\",\r\n    \"channelType\":\"AA\",\r\n    \"trackingId\": \"1000030264\",\r\n    \"guid\": \"9d7ffa61-5fa1-482d-9d3a-353931390d6a\",\r\n    \"pastServiceMatchedFlag\": \"N\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{web_url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 20:28:11 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"esid\": \"1008901023807119030100\",\n    \"tdspCode\": \"D0001\",\n    \"availableDates\": \"04272020;04282020;04292020;04302020;05012020;05022020;05042020;05052020;05062020;05072020;05082020;05092020;05112020;05122020;05132020;05142020;05152020;05162020;05182020;05192020;05202020;05212020;05222020;05232020;05262020;05272020;05282020;05292020;05302020;06012020;06022020;06032020;06042020;06052020;06062020;06082020;06092020;06102020;06112020;06122020;06132020;06152020;06162020;06172020;06182020;06192020;06202020\",\n    \"switchHoldFlag\": \"\",\n    \"tdspFee\": \"No Centerpoint Energy connection fee is expected for this meter type.\",\n    \"meterType\": \"AMSR\",\n    \"tdspFeeAmount\":\"\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"57b84148-0e69-4af0-9024-75561b4dc99b","name":"No Hold (Same Day Available Date)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030214\",\n    \"guid\": \"233cb5e4-5ce1-476b-a6f6-9a8ac30022ac\"\n}","options":{"raw":{"language":"json"}}},"url":"{{web_url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 18:05:44 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"esid\": \"10443720001655974\",\n    \"tdspCode\": \"D0002\",\n    \"availableDates\": \"04222020;04232020;04242020;04252020;04272020;04282020;04292020;04302020;05012020;05022020;05042020;05052020;05062020;05072020;05082020;05092020;05112020;05122020;05132020;05142020;05152020;05162020;05182020;05192020;05202020;05212020;05222020;05232020;05262020;05272020;05282020;05292020;05302020;06012020;06022020;06032020;06042020;06052020;06062020;06082020;06092020;06102020;06112020;06122020;06132020;06152020;06162020;06172020;06182020;06192020;06202020\",\n    \"switchHoldFlag\": \"\",\n    \"tdspFee\": \"Your utility (Oncor) will charge a connection fee of $2.26, which will appear on your electricity bill.\",\n    \"meterType\": \"AMSR\",\n    \"tdspFeeAmount\":\"\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"789ae002-6424-4204-84e4-5851bdf21a91","name":"ESID Not Found (First Available Date Pushed Out)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030216\",\n    \"guid\": \"5eb99a02-f9d3-4596-b77c-e8d1aeb52a26\"\n}","options":{"raw":{"language":"json"}}},"url":"{{web_url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 18:08:36 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"esid\": \"\",\n    \"tdspCode\": \"D0001\",\n    \"availableDates\": \"04282020;04292020;04302020;05012020;05042020;05052020;05062020;05072020;05082020;05112020;05122020;05132020;05142020;05152020;05182020;05192020;05202020;05212020;05222020;05262020;05272020;05282020;05292020;06012020;06022020;06032020;06042020;06052020;06082020;06092020;06102020;06112020;06122020;06152020;06162020;06172020;06182020;06192020\",\n    \"switchHoldFlag\": null,\n    \"tdspFee\": \"Your utility (Centerpoint Energy) will charge a connection fee of $16.00 (assuming standard residential meter), which will appear on your electricity bill.\",\n    \"meterType\": null,\n    \"tdspFeeAmount\":\"\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"NESID\",\n    \"messageText\": \"We were unable to identify the ESID for this service address at this time. You will be contacted if additional information is needed later to resolve this.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"7a9230ba-9e27-4819-b40d-7dec705182d7","name":"Deed Lease DNP Hold","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"316946\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\":\"AA\",\n    \"transactionType\":\"MVI\",\n    \"trackingId\": \"1000125780\",\n    \"guid\": \"758cb4ad-cca5-4eaa-a6ee-ae7f52f8c3e3\",\n    \"pastServiceMatchedFlag\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Sep 2023 15:47:46 GMT"},{"key":"Set-Cookie","value":"SMSESSION=ASw7XgHgiZ9Fy46GUZKOIMXD55v6ptlcx7ppgNjHG4w7M6V3LBrTfYyAo8W1qWDNz9LL0hMI1w/hFbwu1qbw17uxLuzQV0qddoda+bNlWxEPSbmLKGgcds0qhXi6Y9vMV7PLLE9LHh2z1QYlkM0+O6dXw7kgNr4C73PAUTYxbPhmyLARpkBZOU9iiUNmQVxQT+SQaKoeakxRUjohFgvVUA9rOypNgcieHctsAxEL1IApodnnq61ltUezRcL6zU1b0x4fuOWIOq12sdvJ+wy7fGbwsroi06ooWg37CVupmYBecnnmZtaStt418+lLt7OqftVWsEKOKlzvU1gpPg56Oq+nGOKsn0qs/ymM/jWigl+wm/sVYFS95/9iU+duP5AXKBNsE6q1gCRXMD/9ehJr/n6eV7ng1WptPR9gw4pX4zM5LgH+altVIwOSVJhRuHui0gUpFIS9i3h7Y9sFGade/geLkcvR0lX5sAfm/vLhPcsP8mSXXn8JtHNaLRje2s2OSH4FfvGspwQqB+IDW+4M6gAis7w0loWScEp+hmr5jUyoYoAjF6nIbQ/xb8uPeISPb2uAvpX7AgfQYoZP2T6nNxLjgeysCvHxLQWIwuRH0eLIdbWXWpZIMg6mjs3DUj+5JpnYdXBzP4YRwry/LCVVQYZDyZ6hUIJwfWyza+54Y3yXVwvhQcXbYQ8pFDGoqRNHThR2LRAlArX4H2y+8IKMz1Q93hcGcz5hc9ASxZpx0wcLJIc7Gd+jkit+l+Df1kXzTjt/7ROg5sLzWJ2dmDR2pXw09EiDyy2iHL0osVmYmWqzVsX4usMKrvSvzXK6PWOx5e67cysSo7SO9DENlNAT1DBXQRGUZiIeugQH0EbicqmSGBbdkhcQ6ptdxBKRi212scrl6QH6K4zRQEII+baD1F4dFTYgLpifK7N9Xvus9YoFbnw1FXFywx1cfAc54pIsnb/uwTvhRv3kb3rGnZQdCnu8K7dvWgdatU5B1qqMVSv27u+COiD++/oLEZKH4o67aWPQtyj3eQC+enueHCeD9y3Zz3rczJjYcx4oa5z37vnbj4p3BimU3DY7ummu+MwI3pOwjwXBr7YIOUmL+oUmuT6/SCMLZRor; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"esid\": \"10032789400126871\",\n    \"tdspCode\": \"D0004\",\n    \"availableDates\": \"10042023;10052023;10062023;10072023;10092023;10102023;10112023;10122023;10132023;10142023;10162023;10172023;10182023;10192023;10202023;10212023;10232023;10242023;10252023;10262023;10272023;10282023;10302023;10312023;11012023;11022023;11032023;11042023;11062023;11072023;11082023;11092023;11102023;11112023;11132023;11142023;11152023;11162023;11172023;11182023;11202023;11212023;11222023;11252023;11272023\",\n    \"switchHoldFlag\": \"\",\n    \"tdspFee\": \"No AEP Texas Central connection fee is expected for this meter type.\",\n    \"tdspFeeAmount\": \"\",\n    \"meterType\": \"AMSR\",\n    \"deedLeaseNotification\": \"<p>A property and/or deed lease is required to start your service. At the end of the enrollment process, you will need to send us documentation prior to your service starting.</p>\\\\n\"\n}"},{"id":"aafaafc8-1c45-4014-8b00-60d2353b3509","name":"Business Meter (No Available Dates)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030218\",\n    \"guid\": \"84d63343-ead8-4d6e-83e3-b690ed51c410\"\n}","options":{"raw":{"language":"json"}}},"url":"{{web_url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 18:13:30 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"esid\": \"\",\n    \"tdspCode\": \"D0001\",\n    \"availableDates\": null,\n    \"switchHoldFlag\": \"\",\n    \"tdspFee\": null,\n    \"meterType\": \"NSMC\",\n    \"tdspFeeAmount\":\"\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"BUSINESS_METER\",\n    \"messageText\": \"The address provided appears to be a business address. Only residential addresses can be enrolled online via this process.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"ecd2dd46-3e59-41d0-9c37-af1a911eacc3","name":"Past History Acknowledged (Same Day Available Date)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030219\",\n    \"guid\": \"61024c19-c2f0-4317-b436-6042828349c1\",\n    \"pastServiceMatchedFlag\": \"Y\"\n}","options":{"raw":{"language":"json"}}},"url":"{{web_url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 18:17:31 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"esid\": \"1008901023807119030100\",\n    \"tdspCode\": \"D0001\",\n    \"availableDates\": \"04222020;04232020;04242020;04252020;04272020;04282020;04292020;04302020;05012020;05022020;05042020;05052020;05062020;05072020;05082020;05092020;05112020;05122020;05132020;05142020;05152020;05162020;05182020;05192020;05202020;05212020;05222020;05232020;05262020;05272020;05282020;05292020;05302020;06012020;06022020;06032020;06042020;06052020;06062020;06082020;06092020;06102020;06112020;06122020;06132020;06152020;06162020;06172020;06182020;06192020;06202020\",\n    \"switchHoldFlag\": \"\",\n    \"tdspFee\": \"No Centerpoint Energy connection fee is expected for this meter type.\",\n    \"meterType\": \"AMSR\",\n    \"tdspFeeAmount\":\"\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"ffadbc39-c72c-48c7-a975-a5fa6377f732","name":"Lubbock Switch PreEnroll or Transition Phase","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"channelType\":\"AFF\",\n\"affiliateId\":\"11223344\",\n\"companyCode\":\"0121\",\n\"brandId\":\"RE\",\n\"languageCode\":\"E\",\n\"trackingId\": \"1000007684\",\n\"guid\": \"acd14c7c-30c9-42e8-ad69-65603791bd59\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 18:17:31 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"LPL_EXPECTED_SWI_TXN_DATE\",\n    \"messageText\": \"Your transition of service from Lubbock Power & Light (LP&L) to Reliant will occur automatically after the completion of your final LP&L meter read on 11/02/2023.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"esid\": \"101129200000247\",\n    \"tdspCode\": \"D0011\",\n    \"availableDates\": \"11032023\",\n    \"switchHoldFlag\": \"\",\n    \"tdspFee\": null,\n    \"tdspFeeAmount\": null,\n    \"meterType\": \"NSMC\",\n    \"deedLeaseNotification\": null\n}"},{"id":"9fc16cdc-12b1-4b67-b668-beeeca5cf403","name":"Lubbock Move In PreEnroll Phase","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"channelType\":\"AFF\",\n\"affiliateId\":\"11223344\",\n\"companyCode\":\"0121\",\n\"brandId\":\"RE\",\n\"languageCode\":\"E\",\n\"trackingId\": \"1000007685\",\n\"guid\": \"6d609731-3ee3-47cb-b9d3-32ceeaf665e2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 18:17:31 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"MOVEIN_NOT_ALLOWED\",\n    \"messageText\": \"Texas retail electricity providers,  including Reliant,  are unable to begin serving this Lubbock address before 11/02/2023. If you need new electric service to start before 11/02/2023, please contact Lubbock Power & Light at at (806) 775-2509 or online at https://lpandl.com/.  If you want new electric service to start after 11/02/2023, please call us for assistance\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"esid\": \"101129200000247\",\n    \"tdspCode\": \"D0011\",\n    \"availableDates\": null,\n    \"switchHoldFlag\": \"\",\n    \"tdspFee\": null,\n    \"tdspFeeAmount\": null,\n    \"meterType\": \"NSMC\",\n    \"deedLeaseNotification\": null\n}"},{"id":"c90d4e7d-2af7-4d0e-a2a6-0af313d02d9e","name":"Lubbock Move In Transition Phase","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"channelType\":\"AFF\",\n\"affiliateId\":\"11223344\",\n\"companyCode\":\"0121\",\n\"brandId\":\"RE\",\n\"languageCode\":\"E\",\n\"trackingId\": \"1000007685\",\n\"guid\": \"6d609731-3ee3-47cb-b9d3-32ceeaf665e2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 18:17:31 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"LPL_EXPECTED_MVI_TXN_DATE\",\n    \"messageText\": \"The first available date that Texas retail electricity providers, including Reliant, can begin  serving this Lubbock address is 11/02/2023.  If you need new electric service turned on before 11/02/2023, please contact Lubbock Power & Light at (806) 775-2509 or online at https://lpandl.com/.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"esid\": \"101129200000247\",\n    \"tdspCode\": \"D0011\",\n    \"availableDates\": \"11072023;11082023;11092023;11102023;11132023;11142023;11152023;11162023;11172023;11202023;11212023;11222023;11272023;11282023;11292023;11302023;12012023;12042023;12052023;12062023;12072023;12082023;12112023;12122023;12132023;12142023;12152023;12182023;12192023;12202023;12212023;12222023;12272023;12282023;12292023\",\n    \"switchHoldFlag\": \"\",\n    \"tdspFee\": \"No Lubbock Power & Light connection fee is expected for this service request.\",\n    \"tdspFeeAmount\": \" \",\n    \"meterType\": \"NSMC\",\n    \"deedLeaseNotification\": null\n}"},{"id":"4ea33697-3029-400d-bc99-9e97604cabb4","name":"Switch Hold (No Available Dates)","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 22 Apr 2020 18:10:44 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"esid\": \"1008901011900149300107\",\n  \"tdspCode\": \"D0001\",\n  \"availableDates\": null,\n  \"switchHoldFlag\": \"ON\",\n  \"tdspFee\": null,\n  \"meterType\": \"AMSR\",\n  \"tdspFeeAmount\": \"\",\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"SWITCH_HOLD\",\n  \"messageText\": \"Unfortunately, at this time we cannot accept your request to switch electricity service providers because there is a switch hold on the service address. You will need to contact your current electricity provider to resolve the hold before you can switch to another provider.\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"ee8e8637-f0d4-4042-8ff8-0d8a7f22a70d"}],"id":"1d2f9015-a91a-4005-9dbe-fc6d5793cee6","_postman_id":"1d2f9015-a91a-4005-9dbe-fc6d5793cee6","description":""},{"name":"CREDIT REQUIREMENTS","item":[{"name":"Check Credit Requirement based on information provided during signup","event":[{"listen":"prerequest","script":{"id":"35258556-0039-4089-acac-969740d2c2d8","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"dc63adde-6486-420c-877f-69d7112b285c","exec":[""],"type":"text/javascript"}}],"id":"3065cc3c-99a2-466b-ae2d-042bec4389fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/check-credit","description":"<p>Execute this API to assess credit requirements for the enrolling customer. This API would use the previously provided signup information associated with the input trackingId and guid and would run the credit assessment for the customer.</p>\n<p>Besides the standard set of inputs, the API accepts mviDate and offerCode as additional inputs. mviDate must be chosen from the availableDates returned from the 'Available Dates' API and is a mandatory input for a Movein transaction. The offerCode is the 8 digit unique id of the selected offer returned in the 'Offers' API response and is also a mandatory input to this API.</p>\n<p>The Deposit Amount assessed would be returned in the 'depositAmount' response field. </p>\n<p>The 'depositDueText' response field carries the text for latest by when the deposit requirement must be satisfied by the customer in order for the electricity service to start on the desired date.</p>\n<p>'creditFactorsText' response field has the list of credit factors from the credit agency that influenced NRGs decision to access or waive a deposit requirement for the customer.</p>\n<p>Based on the information provided to the API, one of the following messageCode along with the associated messageText and statusCode may be returned in this API response. The messageText returned from the API must be displayed to the customer and the messageCode logged for future reporting and troubleshooting purposes.</p>\n<h1 id=\"message-code-legend-for-check-credit-api\">Message Code Legend for Check Credit API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Message Code</th>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CREDIT_FREEZE</td>\n<td>01</td>\n<td>This message code is returned when the assessing Credit Agency finds a credit freeze / fraud on customer's credit file and therefore NRG cannot accept the enrollment request from the customer. A status code '01' in the response indicates that the enrollment attempt must 'stop' and the message text should be displayed to the customer informing them of any necessary actions to be taken in order to reattempt the enrollment</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"migration-from--old-api-to-new-api\">Migration from  old API to New API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old API</th>\n<th>New API</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://affiliateapi.iprospect.com/ws/simple/getPerformCreditCheck\">https://affiliateapi.iprospect.com/ws/simple/getPerformCreditCheck</a></td>\n<td><a href=\"https://api.nrg.com/NRGREST/rest/sales/check-credit\">https://api.nrg.com/NRGREST/rest/sales/check-credit</a></td>\n</tr>\n<tr>\n<td></td>\n<td><a href=\"https://stg-api.nrg.com/NRGREST/rest/sales/check-credit\">https://stg-api.nrg.com/NRGREST/rest/sales/check-credit</a></td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><strong>POST</strong></td>\n</tr>\n<tr>\n<td><strong>Old API Input Fields</strong></td>\n<td><strong>New API Input Fields</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>channelType</td>\n</tr>\n<tr>\n<td>affiliateId</td>\n<td>affiliateId</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>companyCode</td>\n</tr>\n<tr>\n<td>brandId</td>\n<td>brandId</td>\n</tr>\n<tr>\n<td>languageCode</td>\n<td>languageCode</td>\n</tr>\n<tr>\n<td>trackingId</td>\n<td>trackingId</td>\n</tr>\n<tr>\n<td></td>\n<td>guid</td>\n</tr>\n<tr>\n<td>offerCode</td>\n<td>offerCode</td>\n</tr>\n<tr>\n<td>mviDate</td>\n<td>mviDate</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td></td>\n</tr>\n<tr>\n<td>lastName</td>\n<td></td>\n</tr>\n<tr>\n<td>tokenizedSSN</td>\n<td></td>\n</tr>\n<tr>\n<td>matchedBP</td>\n<td></td>\n</tr>\n<tr>\n<td>transactionType</td>\n<td></td>\n</tr>\n<tr>\n<td>esid</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetNum</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetName</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetAptNum</td>\n<td></td>\n</tr>\n<tr>\n<td>servCity</td>\n<td></td>\n</tr>\n<tr>\n<td>servState</td>\n<td></td>\n</tr>\n<tr>\n<td>servZipCode</td>\n<td></td>\n</tr>\n<tr>\n<td>billStreetNum</td>\n<td></td>\n</tr>\n<tr>\n<td>billStreetName</td>\n<td></td>\n</tr>\n<tr>\n<td>billStreetAptNum</td>\n<td></td>\n</tr>\n<tr>\n<td>billCity</td>\n<td></td>\n</tr>\n<tr>\n<td>billState</td>\n<td></td>\n</tr>\n<tr>\n<td>billZipCode</td>\n<td></td>\n</tr>\n<tr>\n<td>billPOBox</td>\n<td></td>\n</tr>\n<tr>\n<td>bpMatchFlag</td>\n<td></td>\n</tr>\n<tr>\n<td>creditScoreNum</td>\n<td></td>\n</tr>\n<tr>\n<td>creditSourceNum</td>\n<td></td>\n</tr>\n<tr>\n<td>creditBucket</td>\n<td></td>\n</tr>\n<tr>\n<td>factorsKey</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","check-credit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7dfa14fc-69f0-4568-8699-6a6239ac654b","name":"Credit Freeze ","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030293\",\n    \"guid\": \"99b12608-ea65-4034-8271-db2b1ab67658\",\n    \"mviDate\": \"05292020\",\n    \"offerCode\": \"51080243\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 22:49:38 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"depositDueDate\": \"10/22/2021\",\n    \"creditAgency\": \"TU\",\n    \"depositAmount\": \"144\",\n    \"depositDueText\": \"\",\n    \"depositReasonText\": \"\",\n    \"creditFactorsText\": [\n        \"\"\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"CREDIT_FREEZE\",\n    \"messageText\": \"We have been notified of a credit freeze by TransUnion credit agency and are unable to process your service request online. Please contact TransUnion at 800-916-8800 for more information and to remove the freeze. Once your inquiry has been resolved please process your request at www.reliant.com or at 1-866-RELIANT to sign up for service.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": null\n}"},{"id":"7935b5ae-127e-47a6-805d-9a970062a538","name":"Credit Fraud","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030293\",\n    \"guid\": \"99b12608-ea65-4034-8271-db2b1ab67658\",\n    \"mviDate\": \"05292020\",\n    \"offerCode\": \"51080243\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 22:49:38 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"creditAgency\":\"TU\",\n    \"depositAmount\":\"0\",\n    \"depositDueText\":\"\",\n    \"depositReasonText\":\"\",\n    \"creditFactorsText\":[\"Not enough revolving debt experience\",\"Too few premium bankcard accounts\",\"Too many inquiries\",\n        \"Inquiries impacted the credit score\"],\n    \"errorCode\":\"\",\n    \"errorDescription\":\"\",\n    \"messageCode\":\"CREDIT_FRAUD\",\n    \"messageText\": \"We have been notified of a security alert by the TransUnion credit agency and are unable to process your service request online.please contact TransUnion at 800-916-8800 to inquire regarding this alert.Once your inquiry has been resolved Please process your request at www.reliant.com or at 1-866-RELIANT to sign up for service.\",\n    \"statusCode\":\"01\"\n}"},{"id":"271e7440-362a-4bca-9f80-ba236527bfd2","name":"Deposit Not Assessed","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030283\",\n    \"guid\": \"7da331cb-669c-4d58-a93b-e8dc9264e9e5\",\n    \"mviDate\": \"05292020\",\n    \"offerCode\": \"51080243\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 22:10:25 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"depositDueDate\": \"\",\n    \"creditAgency\": \"EQ\",\n    \"depositAmount\": \"0\",\n    \"depositDueText\": \"\",\n    \"depositReasonText\": \"\",\n    \"creditFactorsText\": [\n        \"Number of Accounts ever reported 30 + days past due\",\n        \"Number of Accounts reported 30+ days past due in the past 24 months\",\n        \"Number of accounts reported 60 days + late in the past 24 months and Number of Public Records Ever\",\n        \"Number of Accounts Opened in the Past 12 Months\"\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": null\n}"},{"id":"7e6ed70f-c161-4aa0-bce9-f98931c9e181","name":"Deposit Assessed","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030270\",\n    \"guid\": \"3f53a0d5-7d2b-41e6-970c-506cce41d3bf\",\n    \"mviDate\": \"05062020\",\n    \"offerCode\": \"51080243\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 21:06:09 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"depositDueDate\": \"10/22/2021\",\n    \"creditAgency\": \"TU\",\n    \"depositAmount\": \"710\",\n    \"depositDueText\": \"To begin electricity service on 05/06/2020, your deposit must be received and processed by 05/04/2020. Please note that your enrollment will be held until deposit requirements are satisfied.\",\n    \"depositReasonText\": \"\",\n    \"creditFactorsText\": [\n        \"\"\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": null\n}"},{"id":"a9621a7d-3fbd-4bcd-bb1d-69b46f49e9af","name":"Move-In Date Mandatory For Move-In Transaction","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/check-credit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 22 Apr 2020 21:23:00 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"depositDueDate\": null,\n  \"creditAgency\": null,\n  \"depositAmount\": null,\n  \"depositDueText\": null,\n  \"depositReasonText\": \"\",\n  \"creditFactorsText\": null,\n  \"errorCode\": \"BAD_REQUEST\",\n  \"errorDescription\": \"mviDate is required for move-in\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"5883d57f-6ee1-4551-bc15-62601592087f","name":"Credit Freeze","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 22 Apr 2020 22:49:38 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"depositDueDate\": \"10/22/2021\",\n  \"creditAgency\": \"TU\",\n  \"depositAmount\": \"144\",\n  \"depositDueText\": \"\",\n  \"depositReasonText\": \"\",\n  \"creditFactorsText\": [\n    \"\"\n  ],\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"CREDIT_FREEZE\",\n  \"messageText\": \"We have been notified of a credit freeze by TransUnion credit agency and are unable to process your service request online. Please contact TransUnion at 800-916-8800 for more information and to remove the freeze. Once your inquiry has been resolved please process your request at www.reliant.com or at 1-866-RELIANT to sign up for service.\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": null\n}"}],"_postman_id":"3065cc3c-99a2-466b-ae2d-042bec4389fc"},{"name":"Reassess Credit Requirement based on additionally provided SSN","event":[{"listen":"prerequest","script":{"id":"35258556-0039-4089-acac-969740d2c2d8","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"dc63adde-6486-420c-877f-69d7112b285c","exec":[""],"type":"text/javascript"}}],"id":"6a98a487-3f73-4a3d-b018-16440345f6c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/recheck-credit","description":"<p>It is possible the customer chooses to provide Driver's License Number instead of Social Security Number. The initial Credit Check API execution would provide customer's credit requirements based on the driver's license data provided during the signup.</p>\n<p>If the affiliate chooses to provide an additional credit assessment attempt to the customer they can ask the customer to provide their Social Security Number (SSN) at this step of the enrollment process.</p>\n<p>Execute this API if customer provides a Social Security Number (SSN) at the credit check / deposit assessment step of the enrollment process to reassess credit requirements.</p>\n<p>This API requires tokenizedSSN as an additional input besides all the input fields part of initial \"Credit Check\" API.</p>\n<p>The input SSN from the customer must first be run through the \"Token\" API to covert into a secured SSN token and then provided as an input to this API.</p>\n<p>This API can be executed only once during the customer's enrollment process and must be executed only if customer provides SSN as an additional input.</p>\n<p>The Deposit Amount assessed would be returned in the 'depositAmount' response field. </p>\n<p>The 'depositDueText' response field carries the text for latest by when the deposit requirement must be satisfied by the customer in order for the electricity service to start on the desired date.</p>\n<p>'creditFactorsText' response field has the list of credit factors from the credit agency that influenced NRGs decision to access or waive a deposit requirement for the customer.</p>\n<p>Based on the information provided to the API, one of the following messageCode along with the associated messageText and statusCode may be returned in this API response. The messageText returned from the API must be displayed to the customer and the messageCode logged for future reporting and troubleshooting purposes.</p>\n<h1 id=\"message-code-legend-for-recheck-credit-api\">Message Code Legend for Recheck Credit API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Message Code</th>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CREDIT_FREEZE</td>\n<td>01</td>\n<td>This message code is returned when the assessing Credit Agency finds a credit freeze / fraud on customer's credit file and therefore NRG cannot accept the enrollment request from the customer. A status code '01' in the response indicates that the enrollment attempt must 'stop' and the message text should be displayed to the customer informing them of any necessary actions to be taken in order to reattempt the enrollment</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","recheck-credit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"56c7f941-5f3c-488c-b99b-20f44ba7ea93","name":"Deposit Assessed","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030296\",\n    \"guid\": \"a88d86b2-54d6-452a-9a95-6a6dbb63d641\",\n    \"mviDate\": \"05062020\",\n    \"offerCode\": \"51080243\",\n    \"tokenizedSSN\": \"NBBZO6P-1947\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/recheck-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 23:03:45 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"depositDueDate\": \"10/22/2021\",\n    \"creditAgency\": \"EQ\",\n    \"depositAmount\": \"350\",\n    \"depositDueText\": \"To begin electricity service on 05/06/2020, your deposit must be received and processed by 05/04/2020. Please note that your enrollment will be held until deposit requirements are satisfied.\",\n    \"depositReasonText\": \"The decision by Reliant to secure your electric service with a security deposit was based information obtained on 04/22/2020 in a report from: Equifax       P.O. Box. 674402 Houston, TX 77267-4402     (802)392-7816. Equifax provides Reliant with credit information that influences the decision. The consumer-reporting agency played no part in the decision other than to provide credit information. Under the Fair Credit Reporting Act you may learn what information is in your credit file at no charge by contacting the agency above about your credit history within 60 days. You also have the right, pursuant to federal law, to dispute the accuracy or completeness of any information contained in the report. Credit score: 0490 Range of possible credit scores: 1 - 999 Key factors that have affected the score: \",\n    \"creditFactorsText\": [\n        \"Number of Accounts with Past Due Balances\",\n        \"Number of Accounts With High Balances\",\n        \"Number of Accounts reported 30+ days past due in the past 24 months\",\n        \"Number of Accounts ever reported 30 + days past due\"\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": null\n}"},{"id":"57035072-075e-4763-ab65-0b21be8b6710","name":"Credit Freeze","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"10203040\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000030299\",\n    \"guid\": \"f62a6aca-3763-4c86-a9f2-7cdf3212a29c\",\n    \"mviDate\": \"05292020\",\n    \"offerCode\": \"51080243\",\n    \"tokenizedSSN\": \"6GLHCZU-1119\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/recheck-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Wed, 22 Apr 2020 23:11:56 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"depositDueDate\": \"10/22/2021\",\n    \"creditAgency\": \"TU\",\n    \"depositAmount\": \"144\",\n    \"depositDueText\": \"\",\n    \"depositReasonText\": \"\",\n    \"creditFactorsText\": [\n        \"\"\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"CREDIT_FREEZE\",\n    \"messageText\": \"We have been notified of a credit freeze by TransUnion credit agency and are unable to process your service request online. Please contact TransUnion at 800-916-8800 for more information and to remove the freeze. Once your inquiry has been resolved please process your request at www.reliant.com or at 1-866-RELIANT to sign up for service.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": null\n}"},{"id":"9fd3c775-9866-4c33-b4dc-97161b9ece7d","name":"Deposit Assessed","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/recheck-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Wed, 22 Apr 2020 23:03:45 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"depositDueDate\": \"10/22/2021\",\n  \"creditAgency\": \"EQ\",\n  \"depositAmount\": \"350\",\n  \"depositDueText\": \"To begin electricity service on 05/06/2020, your deposit must be received and processed by 05/04/2020. Please note that your enrollment will be held until deposit requirements are satisfied.\",\n  \"depositReasonText\": \"The decision by Reliant to secure your electric service with a security deposit was based information obtained on 04/22/2020 in a report from: Equifax       P.O. Box. 674402 Houston, TX 77267-4402     (802)392-7816. Equifax provides Reliant with credit information that influences the decision. The consumer-reporting agency played no part in the decision other than to provide credit information. Under the Fair Credit Reporting Act you may learn what information is in your credit file at no charge by contacting the agency above about your credit history within 60 days. You also have the right, pursuant to federal law, to dispute the accuracy or completeness of any information contained in the report. Credit score: 0490 Range of possible credit scores: 1 - 999 Key factors that have affected the score: \",\n  \"creditFactorsText\": [\n    \"Number of Accounts with Past Due Balances\",\n    \"Number of Accounts With High Balances\",\n    \"Number of Accounts reported 30+ days past due in the past 24 months\",\n    \"Number of Accounts ever reported 30 + days past due\"\n  ],\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": null\n}"}],"_postman_id":"6a98a487-3f73-4a3d-b018-16440345f6c9"}],"id":"05ddba1e-6bff-4b08-9e8b-7b73046bf346","_postman_id":"05ddba1e-6bff-4b08-9e8b-7b73046bf346","description":""},{"name":"NON COMMODITY","item":[{"name":"non-commodity","id":"35c9293c-e005-4cdf-a862-d33f3ecf9cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/non-commodity?enrollType=MVI&channelType=AA&companyCode=0121&languageCode=E&esid=1008901004100175355100&offerCode=54291882&affiliateId=232793&isRenter=string&zipCode=77029&brandId=RE&trackingId=1000548509&guid=c804f8da-de92-4641-b04b-efecdc50c360","urlObject":{"path":["NRGREST","rest","sales","non-commodity"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Mandatory Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)</p>\n","type":"text/plain"},"key":"enrollType","value":"MVI"},{"description":{"content":"<p>Optional Field to define the Channel Type. (E.g. AA for Agent, WEB for OE, AFF for Affiliates).</p>\n","type":"text/plain"},"key":"channelType","value":"AA"},{"description":{"content":"<p>Mandatory Field to define the Company Code. (E.g. 0121 for Reliant; 0271 for GME; 0391 for Discount Power &amp; Cirro)</p>\n","type":"text/plain"},"key":"companyCode","value":"0121"},{"description":{"content":"<p>Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)</p>\n","type":"text/plain"},"key":"languageCode","value":"E"},{"description":{"content":"<p>Optional Field. String value allowed. Example: 1008901020900607270112</p>\n","type":"text/plain"},"key":"esid","value":"1008901004100175355100"},{"description":{"content":"<p>Optional Field. This is an 8 Digit number representing the ID of the customer selected plan. offerCode for the selected plan is available in the \"Offers\" API response.</p>\n","type":"text/plain"},"key":"offerCode","value":"54291882"},{"description":{"content":"<p>Optional Field to define the Identifier for Affiliates.</p>\n","type":"text/plain"},"key":"affiliateId","value":"232793"},{"description":{"content":"<p>Optional Field to define if customer is owner or renter, values X ot null</p>\n","type":"text/plain"},"key":"isRenter","value":"string"},{"description":{"content":"<p>Mandatory Field to define the zipcode</p>\n","type":"text/plain"},"key":"zipCode","value":"77029"},{"description":{"content":"<p>Optional Field to define brand id. ( E.g. 'CE' for Cirro)</p>\n","type":"text/plain"},"key":"brandId","value":"RE"},{"description":{"content":"<p>Mandatory Field to define identify the enrollment</p>\n","type":"text/plain"},"key":"trackingId","value":"1000548509"},{"description":{"content":"<p>Mandatory Field to define identify the enrollment</p>\n","type":"text/plain"},"key":"guid","value":"c804f8da-de92-4641-b04b-efecdc50c360"}],"variable":[]}},"response":[{"id":"f586860d-1a21-4314-ae96-76e9b80179f8","name":"Non-Commodity - 3 NC Products","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/non-commodity?enrollType=MVI&channelType=AA&companyCode=0121&languageCode=E&esid=1008901004100175355100&offerCode=54291882&affiliateId=232793&isRenter=string&zipCode=77029&brandId=RE&trackingId=1000548509&guid=c804f8da-de92-4641-b04b-efecdc50c360","host":["{{url}}"],"path":["NRGREST","rest","sales","non-commodity"],"query":[{"description":"Mandatory Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)","key":"enrollType","value":"MVI"},{"description":"Optional Field to define the Channel Type. (E.g. AA for Agent, WEB for OE, AFF for Affiliates).","key":"channelType","value":"AA"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant; 0271 for GME; 0391 for Discount Power & Cirro)","key":"companyCode","value":"0121"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Optional Field. String value allowed. Example: 1008901020900607270112","key":"esid","value":"1008901004100175355100"},{"description":"Optional Field. This is an 8 Digit number representing the ID of the customer selected plan. offerCode for the selected plan is available in the \"Offers\" API response.","key":"offerCode","value":"54291882"},{"description":"Optional Field to define the Identifier for Affiliates.","key":"affiliateId","value":"232793"},{"description":"Optional Field to define if customer is owner or renter, values X ot null","key":"isRenter","value":"string"},{"description":"Mandatory Field to define the zipcode","key":"zipCode","value":"77029"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Mandatory Field to define identify the enrollment","key":"trackingId","value":"1000548509"},{"description":"Mandatory Field to define identify the enrollment","key":"guid","value":"c804f8da-de92-4641-b04b-efecdc50c360"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Fri, 01 Mar 2024 08:48:23 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=OVZjXo1pPYiKVfuRDo5TnCyLJrBSafAqzhm807Tww+iiH9hvgQfOTfcPg+RbZyXl5xJ9xQ2B8ERJ2MSM6ZmF3rFrVHiarys292/3xqRoORFmvDyEdx5umcswG3tAOr+tNW9VwgWlj6V3wzvhTmHbhi8llFNkfWRcFdFGzyMJC0WLvp2P/2igTkJjAV6U7rKs6ejbKJrl5X2/esG7fkuQvX8clBbc3c0eJ2wjQh5lO100ypM8eaj1tMGW6hYIS0QxRPt5QtY++mwxbt0ddpxc+nvgGtH3ipvl4g6Abow+2gLx+5SoCBJFHR98e5SsYoxe6upxchVN72yC3n1V8Gi0CtK8aEAoFp2xntluRILQgrMhwVrtMOG26U+2z3/Ab6kbwLSP1NB2DuHqvCumALrnmZnBuBRjR+33c6pGBAzKn9/mM2N5vSifQMG+eNn7FcT9Kho/UxQD42l41q1TrUleTrnwpjmade/wkbrPNXwnyUfdV0cQQhJBzb1lI0kDpZ/atEjL/y5iVRakZ7iv1FbmrsxJfutbIc8nFC95xO9DJY1Xfy7pSe2fO99cfumv39TgRO7/bs1JFra9SPhKu9Y5w7D0SeKmTRCOohf1OtEt00GTEIoX4ZjWl2gBFGgnSOOl49FmxoyaxArHWakdLZzwt5Go5djl2TutxihqiWuiJemqTBSAA/avNECnHgecATKiHRhiIHD5yHrFyb5qzKClbJ/Fb9dsbdJ9EO/F1tczYXzs5JwG5MkhJ8mDNT8a6++vl220aVV28XawJSLgg/gR9TDW+iFduUcVIlP2TMr27XJgzgRSQ/qDufic0YvgGsjYaCiXTKzsJjhWQfHG+Yal4AE388KBeE4Mylg62Cctq17fJGri+eC6K9p/d+g15Xa2m2mxvMdHBnylQvOzFwYX1/EgEn9GC0s8Bmt1Xf/43YCoAhmAG0hhq15tGvscm22Z0VA0ahZIcBbFVRtIdL9ood53X9UmfuCDNkGtXcYfgsXzMciLl3NLfkvPI3lVe4tUvcLB37kUwZ99GbcA458WhroJJF0R2UhrgEDGo7cn06hf451o/6B2Rbs8RmJ6/hkt4B6WL5JNYfs1bigmLZ+M9cg6y9fw1TR/; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.1"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\",\n  \"productList\": [\n    {\n      \"mpn\": \"V001\",\n      \"productID\": \"V001\",\n      \"productName\": \"Vivint HomeEssentials\",\n      \"price\": \"$0.00\",\n      \"rank\": 0,\n      \"productTagLine\": \"\",\n      \"productDescription\": \"Get a FREE Vivint Doorbell Camera Pro, Vivint Smart Thermostat and FREE professional installation with the Reliant Smarter Home Bundle featuring Vivint HomeEssentials.<br>  Vivint Doorbell Camera Pro – Monitor your home from your phone and answer the door from anywhere with two-way talk and one-way video.<br>Vivint Smart Thermostat – Easily adjust your home’s temperature from the Vivint app to balance comfort and energy savings. <br>Degrees of Difference – The Smarter Home Bundle includes enrollment in Reliant’s Degrees of Difference program, which can help you reduce your usage during certain times, including high electricity demand. During a Degrees of Difference event, your smart thermostat may automatically adjust to help you reduce your usage without lifting a finger. <br>Monitoring and app features via the Vivint app are included at no cost with active Reliant electricity service. If service ends, a $14.99/ month fee (or then-current rate) from Vivint applies. Payment method required at installation. Cancel anytime through Vivint.\",\n      \"termsAndCondition\": null\n    },\n    {\n      \"mpn\": \"E004\",\n      \"productID\": \"E004\",\n      \"productName\": \"Make It Solar\",\n      \"price\": \"$9.99\",\n      \"rank\": 0,\n      \"productTagLine\": \"The easy, affordable way to go solar\",\n      \"productDescription\": \"With the Make it Solar program, your plan stays the same, but we’ll automatically offset 100% of your electricity usage with clean solar-sourced energy without the need for expensive rooftop solar panels. Reduce your environmental impact and carbon footprint Encourage the production of renewable energy without solar panels Only $9.99/mo. and conveniently billed to your monthly Reliant Energy bill Cancel at anytime without penalty\",\n      \"termsAndCondition\": \"You are enrolling in the Make It Solar program. For a charge of $$9.99, 100% of your electricity usage will be matched with Texas and national solar renewable energy certificates.<br>Participation in the Make It Solar program is optional and will not impact your agreement to purchase electricity service from Reliant. Nothing will change about your electricity plan and no rooftop solar panels are required.<br>By electing to participate in the Make It Solar program, you agree that Reliant may include the cost on your Reliant monthly bill until you cancel your participation. Reliant will apply all payments you make on your bill first to the amounts you owe us for electricity service, then to any amounts owed for security service, then to the Make It Solar program.<br>Enrollment in the Make It Solar program will continue until your retail electric service with Reliant is discontinued, or until you are no longer enrolled in a qualifying Reliant electricity plan, at which time your enrollment in the Make It Solar program will be cancelled. Enrollment in the Make It Solar program will continue if you move from one Qualifying Plan to another without discontinuation of electric service by Reliant. You may cancel your participation in the Make It Solar program at any time without penalty by calling 1-866-222-7100. Cancellation will be processed by the next business day and will be effective at the end of your then-current program month. Changes will be reflected on your Reliant bill in up to two billing cycles. Your participation in the Make It Solar program will be automatically canceled after 70 days of non-payment of the program fee.\"\n    },\n    {\n      \"mpn\": \"A013\",\n      \"productID\": \"A013\",\n      \"productName\": \"Surge Protect\",\n      \"price\": \"$9.99\",\n      \"rank\": 0,\n      \"productTagLine\": \"Avoid damage costs from a power surge\",\n      \"productDescription\": \"Reliant Surge Protect provided by Allied Warranty* shields you from the impact of high repair or replacement bills for kitchen appliances and electronics damaged by a power surge or lighting strike. Up to a total of $2,000 in annual coverage for covered components All technicians are pre-screened, licensed, bonded and background checked Available to Reliant homeowners or renters who live in a single family home, apartment, townhouse, or condo Cancel anytime with no fee or penalty\",\n      \"termsAndCondition\": \"You are enrolling in Reliant Surge Protection provided by Allied Warranty. This protection plan provides you with up to $2,000 per contract term in coverage for certain electronics and appliances in the event they are damaged by a covered power surge or lightning. You will be responsible for non-covered items and costs in excess of the plan limit.<br>You must have a Texas service address to purchase this protection plan. If at any point you elect to change electricity providers, your Reliant Surge Protection plan will continue so long as you continue to make all monthly payments for the protection plan, unless you or Allied choose to cancel this plan separately.<br>By purchasing this plan, you agree that Reliant may share your Reliant account information with Allied Warranty in connection with your protection plan.  You will soon receive a full set of the plan documents, which includes on Allied Warranty’s toll-free number, product details, terms and conditions for covered items, any service call fee, the annual coverage reset date, and your plan effective date, which is when your coverage begins for Reliant Surge Protection. There is a 30-day review period after your enrollment is processed for you to review Allied Warranty’s materials before the plan effective date. If you call and cancel the plan during your review period, you will not be billed for this plan. If you do not cancel within the 30-day review period, your coverage will begin automatically on the plan effective date stated in the plan documents you will receive, and you will be charged $$9.99 per billing cycle for the $2,000 Reliant Surge Protection plan on your Reliant statement.<br>Although you will be charged monthly, the term of the plan is one year.  The plan will automatically renew annually at the then-current renewal price unless the plan is cancelled, or you or Allied Warranty provide notice of nonrenewal. You may provide notice of nonrenewal by contacting Allied Warranty using the contact information in the plan documents you will receive.<br>Limitations, exceptions, and exclusions apply to your benefits and coverage under the plan. Carefully review the full plan documents when received.<br>Participating customers must contact Allied Warranty for all home service requests and claims. Service contractors dispatched by Allied Warranty are independent contractors and not employees of Allied Warranty.<br>Allied Warranty is an affiliate of Reliant Energy Retail Services LLC. At any time, you can cancel Reliant Surge Protection by calling Reliant at 1-866-RELIANT.\"\n    }\n  ]\n}"}],"_postman_id":"35c9293c-e005-4cdf-a862-d33f3ecf9cd3"}],"id":"79f2cfff-92bd-4558-a39d-9627702cc6e4","_postman_id":"79f2cfff-92bd-4558-a39d-9627702cc6e4","description":""},{"name":"ENROLLMENT","item":[{"name":"Enrollment Request Submission to NRG","event":[{"listen":"test","script":{"id":"21c2c402-ff9b-4e26-a67f-5ebc58e904d7","exec":[""],"type":"text/javascript"}}],"id":"dd4a29f0-4f42-4bbb-9b90-4eac0639544b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/enroll","description":"<p>Besides the standard set of inputs, the details of the selected offer must be passed as an input to this API.</p>\n<p>The caNumber and checkDigit returned in the API response must be communicated to the customer. Customer would require this information for any further communication with NRG or to enroll for Online Account Management (OAM) on the brand's website.</p>\n<p><em>Note: A blank caNumber and checkDigit in the response does not represent a failure. As long as the response has an HTTP Status of 200 and statusCode of 00, the enrollment request should be considered a success. A blank value for caNumber usually indicates that the enrollment needs to be worked by NRGs back office team and the customer may be contacted by NRG on the email address / phone number provided in case any further information is required to process the enrollment.</em></p>\n<h1 id=\"migration-from-old-api-to-new-api\">Migration from old API to New API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old API</th>\n<th>New API</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href>https://affiliateapi.iprospect.com/ws/simple/getSubmitEnrollment</a></td>\n<td><a href>https://api.nrg.com/NRGREST/rest/sales/enroll</a></td>\n</tr>\n<tr>\n<td></td>\n<td><a href>https://stg-api.nrg.com/NRGREST/rest/sales/enroll</a></td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><strong>POST</strong></td>\n</tr>\n<tr>\n<td><strong>Old API Input Fields</strong></td>\n<td><strong>New API Input Fields</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>channelType</td>\n</tr>\n<tr>\n<td>affiliateId</td>\n<td>affiliateId</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>companyCode</td>\n</tr>\n<tr>\n<td>brandId</td>\n<td>brandId</td>\n</tr>\n<tr>\n<td>languageCode</td>\n<td>languageCode</td>\n</tr>\n<tr>\n<td>trackingId</td>\n<td>trackingId</td>\n</tr>\n<tr>\n<td></td>\n<td>guid</td>\n</tr>\n<tr>\n<td>offerCode</td>\n<td>offerCode</td>\n</tr>\n<tr>\n<td>promoCode</td>\n<td>promoCode</td>\n</tr>\n<tr>\n<td>campaignCode</td>\n<td>campaignCode</td>\n</tr>\n<tr>\n<td>productPriceCode</td>\n<td>productPriceCode</td>\n</tr>\n<tr>\n<td>incentiveCode</td>\n<td>incentiveCode</td>\n</tr>\n<tr>\n<td>marketSegment</td>\n<td>marketSegment</td>\n</tr>\n<tr>\n<td>ebillFlag</td>\n<td>ebillFlag</td>\n</tr>\n<tr>\n<td>transactionType</td>\n<td>securityMethod</td>\n</tr>\n<tr>\n<td>tdspCodeCCS</td>\n<td>mviDate ( For Prepay Enrollment only )</td>\n</tr>\n<tr>\n<td>bpMatchFlag</td>\n<td></td>\n</tr>\n<tr>\n<td>preferredLanguage</td>\n<td></td>\n</tr>\n<tr>\n<td>esid</td>\n<td></td>\n</tr>\n<tr>\n<td>switchHoldFlag</td>\n<td></td>\n</tr>\n<tr>\n<td>mviDate</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetNum</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetName</td>\n<td></td>\n</tr>\n<tr>\n<td>servStreetAptNum</td>\n<td></td>\n</tr>\n<tr>\n<td>servCity</td>\n<td></td>\n</tr>\n<tr>\n<td>servState</td>\n<td></td>\n</tr>\n<tr>\n<td>servZipCode</td>\n<td></td>\n</tr>\n<tr>\n<td>billStreetNum</td>\n<td></td>\n</tr>\n<tr>\n<td>billStreetName</td>\n<td></td>\n</tr>\n<tr>\n<td>billStreetAptNum</td>\n<td></td>\n</tr>\n<tr>\n<td>billCity</td>\n<td></td>\n</tr>\n<tr>\n<td>billState</td>\n<td></td>\n</tr>\n<tr>\n<td>billZipCode</td>\n<td></td>\n</tr>\n<tr>\n<td>billPOBox</td>\n<td></td>\n</tr>\n<tr>\n<td>referralId</td>\n<td></td>\n</tr>\n<tr>\n<td>offerDate</td>\n<td></td>\n</tr>\n<tr>\n<td>offerTime</td>\n<td></td>\n</tr>\n<tr>\n<td>sapOfferTagline</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","enroll"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"56e8bfbb-8228-43e7-a1c7-4675a452434d","name":"BUSINESS METER - ENROLLMENT NOT ALLOWED","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000032896\",\n    \"guid\": \"e66d414d-7e5d-4acc-9484-908064108b66\",\n    \"offerCode\": \"51080549\",\n    \"promoCode\": \"WB3977\",\n    \"campaignCode\": \"20A1AR00V0\",\n    \"productPriceCode\": \"R500157315\",\n    \"marketSegment\": \"RS\",\n    \"incentiveCode\": \"R101\",\n    \"securityMethod\": \"\",\n    \"mpn\": [\"A028\",\"E004\",\"R001\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/enroll"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Thu, 04 Jun 2020 19:14:57 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingId\": \"1000032901\",\n    \"idocNumber\": null,\n    \"caNumber\": null,\n    \"checkDigit\": null,\n    \"bpid\": null,\n    \"errorCode\": \"ENROLLMENT_NOT_ALLOWED\",\n    \"errorDescription\": \"This API does not support Business Meter Enrollment\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"bf1710dc-2344-429b-9186-9e00704772bd","name":"NO HOLD - ENROLLMENT SUCCESS - CA & BP GENERATED","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000032896\",\n    \"guid\": \"e66d414d-7e5d-4acc-9484-908064108b66\",\n    \"offerCode\": \"51080549\",\n    \"promoCode\": \"WB3977\",\n    \"campaignCode\": \"20A1AR00V0\",\n    \"productPriceCode\": \"R500157315\",\n    \"marketSegment\": \"RS\",\n    \"incentiveCode\": \"R101\",\n    \"securityMethod\": \"\",\n    \"mpn\": [\"A028\",\"E004\",\"R001\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/enroll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Thu, 04 Jun 2020 19:06:06 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingId\": \"1000032897\",\n    \"idocNumber\": \"0000007557338051\",\n    \"caNumber\": \"000016794788\",\n    \"checkDigit\": \"6\",\n    \"bpid\": \"0008430216\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"be29f223-0535-4b53-acd6-0eaebffcd653","name":"PAST DUE - ENROLLMENT SUCCESS - CA & BP NOT GENERATED","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000032896\",\n    \"guid\": \"e66d414d-7e5d-4acc-9484-908064108b66\",\n    \"offerCode\": \"51080549\",\n    \"promoCode\": \"WB3977\",\n    \"campaignCode\": \"20A1AR00V0\",\n    \"productPriceCode\": \"R500157315\",\n    \"marketSegment\": \"RS\",\n    \"incentiveCode\": \"R101\",\n    \"securityMethod\": \"\",\n    \"mpn\": [\"A028\",\"E004\",\"R001\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/enroll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Thu, 04 Jun 2020 19:03:08 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingId\": \"1000032896\",\n    \"idocNumber\": \"\",\n    \"caNumber\": \"\",\n    \"checkDigit\": \"\",\n    \"bpid\": \"\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"8884f1e6-cc87-4a91-ab06-ec92fdc8714e","name":"BUSINESS METER - ENROLLMENT NOT ALLOWED","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/enroll"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 04 Jun 2020 19:14:57 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"trackingId\": \"1000032901\",\n  \"idocNumber\": null,\n  \"caNumber\": null,\n  \"checkDigit\": null,\n  \"bpid\": null,\n  \"errorCode\": \"ENROLLMENT_NOT_ALLOWED\",\n  \"errorDescription\": \"This API does not support Business Meter Enrollment\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"ed896b89-2389-48dc-93c6-0ef02e34456b","name":"ENROLLMENT WITH SURETY BOND - securityMethod = ACTIVATION_FEE","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"12345\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000046584\",\n    \"guid\": \"43cad31a-a51c-48f3-a457-185bfafbbfe6\",\n    \"offerCode\": \"51517860\",\n    \"promoCode\": \"WB3677\",\n    \"campaignCode\": \"21A1AR01V0\",\n    \"productPriceCode\": \"R501517819\",\n    \"marketSegment\": \"RS\",\n    \"incentiveCode\": \"RI01\",\n    \"securityMethod\": \"ACTIVATION_FEE\",\n    \"mpn\": [\"A028\",\"E004\",\"R001\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/enroll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 May 2021 22:10:23 GMT"},{"key":"Set-Cookie","value":"SMSESSION=+rR1DLO4pQ6Ozh60+Ib9qQ370/PyjpScjB4/uEpnf0NaFZRHtShx6/z/46AIrQN9td3y89Veouv/apQmM9PmDXThHRkUoLEJkOw+WD4l0eucDE0wpNRKHyOqPsr5jtzWf3VZf0St/VBYwLAeVegbSsKjwb/2D5oWkHLN3dQrLplwYMzwucQT+VIo+9CoutinaaSXEkRbSGCTUJjWpMGqzCI2788Kp6ONFj1YiGcYZHaU16a8mBtvcOWNTFerI7KVkPb1LTFDlMFm5ec69owIENrsaIybGdOhBRDvYD2AihIL3mT0RQsch8SExh6qtWY589UZRFF60aUSJMlUqfI2Hgx8RaToYDvRrhHFntx1EdZwySpUmPouO7mvcLaQIldPXoqVcPDE7I3MwJw8APXXq2a0B7VZkSHL/gseIJMEFb9kebD68pYSuWysB9V73JJHMlId9lFeE0u19k3QedfXY3ivnZVUb//44W3zGne3/jGP4YRu3Ur/abjkrYh3P8hWteNOWVpoyMdB2JbGgQABu483HX0/yqFrXXfbPfKiEC86mDxbe68egTueM8LszD6aRCcJQQReUcUrZ1v1ln5iz4zBmjS+JhWhzbjKyC4+3/u6I5H0ElnM9LMNfTsU9+nkICg6v+zfoLvzb10CeyiWz5Zb7RTyFW1wz96FxlIjr8iBbWj9IW3yya5tWvHrsol4/IFHtmI5lfiF/ZsAi5ZmFawPX7YYxy0OXo/Zf5jH797AZjvcoznX/D0urbbx6+1wSzaY0SkIUvtutkShQAK4MbY7as5Ka7SIh54VeSdOeFNB48nNgKze43ogymnSLQY35bFEbkzKuRkxhH6611TlHK8sUWenPz2IMjG5GDmRq7GO1WNqIlp91lSt9mhyQzZhqaCOIuYYgXlHureENnZQunU1fNfH8uOhdcNab55tEmRpGsxRB6xUyVB7sF8lLbOIw+/LivOW5i0QZYAMxoGO7mlTJ+S6V0jIvNbFBtNkSJ9GNLw0w1tkwyrPDYN923hK85VCA9mppoG3iQ3Zv7p24n3oWcEHnxNNLR+AwAOlAo1fPgaDp8YV18ed1jf3d/8tOKdTEr1hu/z9Ivb0lMeEjoR4zUAC1QrN; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingId\": \"1000046584\",\n    \"idocNumber\": \"5000004344499356\",\n    \"caNumber\": \"000043818635\",\n    \"checkDigit\": \"5\",\n    \"bpid\": \"3005900066\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"2bc55bfc-8c34-405d-b070-c64c0f90fbe4","name":"ENROLLMENT WITH DEPOSIT - securityMethod = DEPOSIT (Specified explicitly)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"12345\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000046584\",\n    \"guid\": \"43cad31a-a51c-48f3-a457-185bfafbbfe6\",\n    \"offerCode\": \"51517860\",\n    \"promoCode\": \"WB3677\",\n    \"campaignCode\": \"21A1AR01V0\",\n    \"productPriceCode\": \"R501517819\",\n    \"marketSegment\": \"RS\",\n    \"incentiveCode\": \"RI01\",\n    \"securityMethod\": \"DEPOSIT\",\n    \"mpn\": [\"A028\",\"E004\",\"R001\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/enroll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 May 2021 22:10:23 GMT"},{"key":"Set-Cookie","value":"SMSESSION=+rR1DLO4pQ6Ozh60+Ib9qQ370/PyjpScjB4/uEpnf0NaFZRHtShx6/z/46AIrQN9td3y89Veouv/apQmM9PmDXThHRkUoLEJkOw+WD4l0eucDE0wpNRKHyOqPsr5jtzWf3VZf0St/VBYwLAeVegbSsKjwb/2D5oWkHLN3dQrLplwYMzwucQT+VIo+9CoutinaaSXEkRbSGCTUJjWpMGqzCI2788Kp6ONFj1YiGcYZHaU16a8mBtvcOWNTFerI7KVkPb1LTFDlMFm5ec69owIENrsaIybGdOhBRDvYD2AihIL3mT0RQsch8SExh6qtWY589UZRFF60aUSJMlUqfI2Hgx8RaToYDvRrhHFntx1EdZwySpUmPouO7mvcLaQIldPXoqVcPDE7I3MwJw8APXXq2a0B7VZkSHL/gseIJMEFb9kebD68pYSuWysB9V73JJHMlId9lFeE0u19k3QedfXY3ivnZVUb//44W3zGne3/jGP4YRu3Ur/abjkrYh3P8hWteNOWVpoyMdB2JbGgQABu483HX0/yqFrXXfbPfKiEC86mDxbe68egTueM8LszD6aRCcJQQReUcUrZ1v1ln5iz4zBmjS+JhWhzbjKyC4+3/u6I5H0ElnM9LMNfTsU9+nkICg6v+zfoLvzb10CeyiWz5Zb7RTyFW1wz96FxlIjr8iBbWj9IW3yya5tWvHrsol4/IFHtmI5lfiF/ZsAi5ZmFawPX7YYxy0OXo/Zf5jH797AZjvcoznX/D0urbbx6+1wSzaY0SkIUvtutkShQAK4MbY7as5Ka7SIh54VeSdOeFNB48nNgKze43ogymnSLQY35bFEbkzKuRkxhH6611TlHK8sUWenPz2IMjG5GDmRq7GO1WNqIlp91lSt9mhyQzZhqaCOIuYYgXlHureENnZQunU1fNfH8uOhdcNab55tEmRpGsxRB6xUyVB7sF8lLbOIw+/LivOW5i0QZYAMxoGO7mlTJ+S6V0jIvNbFBtNkSJ9GNLw0w1tkwyrPDYN923hK85VCA9mppoG3iQ3Zv7p24n3oWcEHnxNNLR+AwAOlAo1fPgaDp8YV18ed1jf3d/8tOKdTEr1hu/z9Ivb0lMeEjoR4zUAC1QrN; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingId\": \"1000046584\",\n    \"idocNumber\": \"5000004344499356\",\n    \"caNumber\": \"000043818635\",\n    \"checkDigit\": \"5\",\n    \"bpid\": \"3005900066\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"be178572-b779-4edf-92fc-416148419d6f","name":"ENROLLMENT WITH DEPOSIT - securityMethod = DEPOSIT (Not specified explicitly)","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"12345\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000046584\",\n    \"guid\": \"43cad31a-a51c-48f3-a457-185bfafbbfe6\",\n    \"offerCode\": \"51517860\",\n    \"promoCode\": \"WB3677\",\n    \"campaignCode\": \"21A1AR01V0\",\n    \"productPriceCode\": \"R501517819\",\n    \"marketSegment\": \"RS\",\n    \"incentiveCode\": \"RI01\",\n    \"securityMethod\": \"\",\n    \"mpn\": [\"A028\",\"E004\",\"R001\"]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/enroll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 May 2021 22:10:23 GMT"},{"key":"Set-Cookie","value":"SMSESSION=+rR1DLO4pQ6Ozh60+Ib9qQ370/PyjpScjB4/uEpnf0NaFZRHtShx6/z/46AIrQN9td3y89Veouv/apQmM9PmDXThHRkUoLEJkOw+WD4l0eucDE0wpNRKHyOqPsr5jtzWf3VZf0St/VBYwLAeVegbSsKjwb/2D5oWkHLN3dQrLplwYMzwucQT+VIo+9CoutinaaSXEkRbSGCTUJjWpMGqzCI2788Kp6ONFj1YiGcYZHaU16a8mBtvcOWNTFerI7KVkPb1LTFDlMFm5ec69owIENrsaIybGdOhBRDvYD2AihIL3mT0RQsch8SExh6qtWY589UZRFF60aUSJMlUqfI2Hgx8RaToYDvRrhHFntx1EdZwySpUmPouO7mvcLaQIldPXoqVcPDE7I3MwJw8APXXq2a0B7VZkSHL/gseIJMEFb9kebD68pYSuWysB9V73JJHMlId9lFeE0u19k3QedfXY3ivnZVUb//44W3zGne3/jGP4YRu3Ur/abjkrYh3P8hWteNOWVpoyMdB2JbGgQABu483HX0/yqFrXXfbPfKiEC86mDxbe68egTueM8LszD6aRCcJQQReUcUrZ1v1ln5iz4zBmjS+JhWhzbjKyC4+3/u6I5H0ElnM9LMNfTsU9+nkICg6v+zfoLvzb10CeyiWz5Zb7RTyFW1wz96FxlIjr8iBbWj9IW3yya5tWvHrsol4/IFHtmI5lfiF/ZsAi5ZmFawPX7YYxy0OXo/Zf5jH797AZjvcoznX/D0urbbx6+1wSzaY0SkIUvtutkShQAK4MbY7as5Ka7SIh54VeSdOeFNB48nNgKze43ogymnSLQY35bFEbkzKuRkxhH6611TlHK8sUWenPz2IMjG5GDmRq7GO1WNqIlp91lSt9mhyQzZhqaCOIuYYgXlHureENnZQunU1fNfH8uOhdcNab55tEmRpGsxRB6xUyVB7sF8lLbOIw+/LivOW5i0QZYAMxoGO7mlTJ+S6V0jIvNbFBtNkSJ9GNLw0w1tkwyrPDYN923hK85VCA9mppoG3iQ3Zv7p24n3oWcEHnxNNLR+AwAOlAo1fPgaDp8YV18ed1jf3d/8tOKdTEr1hu/z9Ivb0lMeEjoR4zUAC1QrN; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"trackingId\": \"1000046584\",\n    \"idocNumber\": \"5000004344499356\",\n    \"caNumber\": \"000043818635\",\n    \"checkDigit\": \"5\",\n    \"bpid\": \"3005900066\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"2cb6cb59-956e-479f-bf5f-18b6c6e019fb","name":"NO HOLD - ENROLLMENT SUCCESS - CA & BP GENERATED","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/enroll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 04 Jun 2020 19:06:06 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"trackingId\": \"1000032897\",\n  \"idocNumber\": \"0000007557338051\",\n  \"caNumber\": \"000016794788\",\n  \"checkDigit\": \"6\",\n  \"bpid\": \"0008430216\",\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"dd4a29f0-4f42-4bbb-9b90-4eac0639544b"}],"id":"9f268c1b-1f9f-4784-a4fc-fab6f651d52d","_postman_id":"9f268c1b-1f9f-4784-a4fc-fab6f651d52d","description":""},{"name":"VIVINT AVAILABLE DATES","item":[{"name":"vivint-available-dates","event":[{"listen":"test","script":{"id":"b0c10c8f-98a2-4bb0-ab25-5954cbc450ca","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"prerequest","script":{"id":"242bd07c-b979-4760-9779-f1164885d000","type":"text/javascript","packages":{},"exec":[""]}}],"id":"4d141f8d-eea5-4a8a-9ebb-d3623e33507e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/vivint-available-dates?companyCode=0121&brandId=RE&languageCode=E&trackingId={{trackingId}}&guid={{guid}}&affiliateId=152639&channelType=AA&packageId=PKG-Partner-55fcba8930364c0db00ed6c14a08f7ca","description":"<p>This API is used to fetch the available dates for scheduling the installation appointment with Vivint for all the products under Vivint Home Essentials. PackageID created during the order creation with Vivint is passed in the input.</p>\n","urlObject":{"path":["NRGREST","rest","sales","vivint-available-dates"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Mandatory Field to define the Company Code. (E.g. 0121 for Reliant; 0271 for GME; 0391 for Discount Power &amp; Cirro)</p>\n","type":"text/plain"},"key":"companyCode","value":"0121"},{"description":{"content":"<p>Optional Field to define brand id. ( E.g. 'CE' for Cirro)</p>\n","type":"text/plain"},"key":"brandId","value":"RE"},{"description":{"content":"<p>Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)</p>\n","type":"text/plain"},"key":"languageCode","value":"E"},{"description":{"content":"<p>Mandatory Field to identify the enrollment</p>\n","type":"text/plain"},"key":"trackingId","value":"{{trackingId}}"},{"description":{"content":"<p>Mandatory Field to identify the enrollment</p>\n","type":"text/plain"},"key":"guid","value":"{{guid}}"},{"description":{"content":"<p>Mandatory Field to define the Identifier for Affiliates.</p>\n","type":"text/plain"},"key":"affiliateId","value":"152639"},{"description":{"content":"<p>Optional Field to define the Channel Type. (E.g. AA for Agent, WEB for OE, AFF for Affiliates).</p>\n","type":"text/plain"},"key":"channelType","value":"AA"},{"description":{"content":"<p>Mandatory Field to define package id created after order created with Vivint</p>\n","type":"text/plain"},"key":"packageId","value":"PKG-Partner-55fcba8930364c0db00ed6c14a08f7ca"}],"variable":[]}},"response":[{"id":"1a749af0-9781-495b-a7c4-eabb1e052048","name":"vivint-available-dates","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{url}}/NRGREST/rest/sales/vivint-available-dates?companyCode=0121&brandId=RE&languageCode=E&trackingId={{trackingId}}&guid={{guid}}&affiliateId=152639&channelType=AA&packageId=PKG-Partner-55fcba8930364c0db00ed6c14a08f7ca","host":["{{url}}"],"path":["NRGREST","rest","sales","vivint-available-dates"],"query":[{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant; 0271 for GME; 0391 for Discount Power & Cirro)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to identify the enrollment","key":"trackingId","value":"{{trackingId}}"},{"description":"Mandatory Field to identify the enrollment","key":"guid","value":"{{guid}}"},{"description":"Mandatory Field to define the Identifier for Affiliates.","key":"affiliateId","value":"152639"},{"description":"Optional Field to define the Channel Type. (E.g. AA for Agent, WEB for OE, AFF for Affiliates).","key":"channelType","value":"AA"},{"description":"Mandatory Field to define package id created after order created with Vivint","key":"packageId","value":"PKG-Partner-55fcba8930364c0db00ed6c14a08f7ca"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 24 Jul 2025 13:54:25 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=g3RGfo6qUwXXKPETgfme+mvuQq1OGxED3G59uXZXLUw1A3iOCIVh3ee69ypRl90tS4Ci196hkkVC3p0Vv/k3S9/z7AbdFL+lsOyvcd8SmUdqEVe2yUyERofhfQyA4kUK7JvOIA8ieNBZ8Zw6BnNTGZKWvYLETGH189aDq6Vxks5ZzYQUyjNcEAfvaS+Q+8+fItwiZXa9TDZXgO0rURVsFTd7LkjLoEWEhV7ss1/AEaV8rXL8mlRRB2W0p2y0OUbAT+ZspjmeFuJkXxeDpqVpLC2wRphSLRxCmlc/qqoHrRNha2mY3rFb7J36tZvRecFxqnbpBoMN3j4cVBYm42kKdINqpqAOzrqfpxXNczvVskzxSAQuCt6w88omns6zbFJmcpI0q9B+v+L0bUJYekWDzIoeudJk389lpqdWJ0vJT83qTCBpKbuvgz7kbXjNbl9GlYdrO5thzZC7Qt+LKoMrXEe0G2KXV7dETxx7f6TdoqN8tB+UOCQcAj3H2FoIvNZbpC4eLhWxNky3IK7DrPO8ptu06kYyqAMlStPicNzNcHMhGaSU8om6GKQQ8Fv2vuFxOJbuMQESg3WQBt8Zx0/yd42hhhk0zJtVYoYCikoDYvvDL06HwBykGnB2X4JXCocuEafBY8kntiG+P0A/g7IXJxlCejxkJdeL44M2a5MipcsimgpPmbIjdAWqRWiPTx46CwUopK3xykoP5xccoVUBX7Ji4Ae1zZ11wQypnRB3Sk65y6cPBrJC9ASWQiqvRmSokOPCjjE3HW+0P8NM5OKTezr2DIpcIwqoTNPTo26YPumV2BTdRt6tYbrQ9wB/8DO4fbskYchfx8rG/Z7V5xW8RLgSXee/oGYt6CK4b8lzHv0PJdh+/ueNNWNwrcvVnEMgYjnFK9zn/mM/vLuT0ckKes0WsCd7TSdFAduo0jSWPml5OVOZtTmc6Wj9J0t+1/eVwPeck2/RhEDSIrEauHjpx4dhp/wFsXV8aPvU5TVbJJKewHTpT1p1TCZFES0RK27juj30m5hQMim03k9PleFARW4/qZlOBZCNXTVFKumKRMBAY9IZ91salQApJ/zw1blcNLQqOqqbG0m8aCZCPWZtbG+U9z6qPYcU5ZsEtwvp5mjNMzNExlah+xJ4BtR50zAN9NzQ+td7p9tOjplZfPX+HXhZoBumKYLSug7NgxoPohcqSmEi1k3tE1mx0O7QH0dd; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.1"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\",\n  \"packageId\": \"PKG-Partner-3078d09e70624252b2c2cadc9c5e328c\",\n  \"availableWindows\": [\n    {\n      \"windowStart\": \"2025-08-15T08:00:00\",\n      \"windowEnd\": \"2025-08-15T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-15 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-15T12:00:00\",\n      \"windowEnd\": \"2025-08-15T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-15 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-16T08:00:00\",\n      \"windowEnd\": \"2025-08-16T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-16 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-16T12:00:00\",\n      \"windowEnd\": \"2025-08-16T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-16 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-16T16:00:00\",\n      \"windowEnd\": \"2025-08-16T20:00:00\",\n      \"parsedWindowStart\": \"2025-08-16 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-18T08:00:00\",\n      \"windowEnd\": \"2025-08-18T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-18 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-18T12:00:00\",\n      \"windowEnd\": \"2025-08-18T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-18 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-18T16:00:00\",\n      \"windowEnd\": \"2025-08-18T20:00:00\",\n      \"parsedWindowStart\": \"2025-08-18 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-19T08:00:00\",\n      \"windowEnd\": \"2025-08-19T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-19 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-19T12:00:00\",\n      \"windowEnd\": \"2025-08-19T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-19 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-19T16:00:00\",\n      \"windowEnd\": \"2025-08-19T20:00:00\",\n      \"parsedWindowStart\": \"2025-08-19 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-20T08:00:00\",\n      \"windowEnd\": \"2025-08-20T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-20 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-20T12:00:00\",\n      \"windowEnd\": \"2025-08-20T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-20 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-21T08:00:00\",\n      \"windowEnd\": \"2025-08-21T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-21 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-21T12:00:00\",\n      \"windowEnd\": \"2025-08-21T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-21 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-22T08:00:00\",\n      \"windowEnd\": \"2025-08-22T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-22 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-22T12:00:00\",\n      \"windowEnd\": \"2025-08-22T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-22 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-23T08:00:00\",\n      \"windowEnd\": \"2025-08-23T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-23 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-23T12:00:00\",\n      \"windowEnd\": \"2025-08-23T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-23 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-23T16:00:00\",\n      \"windowEnd\": \"2025-08-23T20:00:00\",\n      \"parsedWindowStart\": \"2025-08-23 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-25T08:00:00\",\n      \"windowEnd\": \"2025-08-25T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-25 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-25T12:00:00\",\n      \"windowEnd\": \"2025-08-25T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-25 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-25T16:00:00\",\n      \"windowEnd\": \"2025-08-25T20:00:00\",\n      \"parsedWindowStart\": \"2025-08-25 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-26T08:00:00\",\n      \"windowEnd\": \"2025-08-26T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-26 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-26T12:00:00\",\n      \"windowEnd\": \"2025-08-26T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-26 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-26T16:00:00\",\n      \"windowEnd\": \"2025-08-26T20:00:00\",\n      \"parsedWindowStart\": \"2025-08-26 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-27T08:00:00\",\n      \"windowEnd\": \"2025-08-27T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-27 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-27T12:00:00\",\n      \"windowEnd\": \"2025-08-27T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-27 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-28T08:00:00\",\n      \"windowEnd\": \"2025-08-28T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-28 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-28T12:00:00\",\n      \"windowEnd\": \"2025-08-28T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-28 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-29T08:00:00\",\n      \"windowEnd\": \"2025-08-29T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-29 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-29T12:00:00\",\n      \"windowEnd\": \"2025-08-29T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-29 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-30T08:00:00\",\n      \"windowEnd\": \"2025-08-30T12:00:00\",\n      \"parsedWindowStart\": \"2025-08-30 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-30T12:00:00\",\n      \"windowEnd\": \"2025-08-30T16:00:00\",\n      \"parsedWindowStart\": \"2025-08-30 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-08-30T16:00:00\",\n      \"windowEnd\": \"2025-08-30T20:00:00\",\n      \"parsedWindowStart\": \"2025-08-30 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-02T08:00:00\",\n      \"windowEnd\": \"2025-09-02T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-02 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-02T12:00:00\",\n      \"windowEnd\": \"2025-09-02T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-02 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-02T16:00:00\",\n      \"windowEnd\": \"2025-09-02T20:00:00\",\n      \"parsedWindowStart\": \"2025-09-02 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-03T08:00:00\",\n      \"windowEnd\": \"2025-09-03T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-03 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-03T12:00:00\",\n      \"windowEnd\": \"2025-09-03T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-03 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-04T08:00:00\",\n      \"windowEnd\": \"2025-09-04T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-04 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-04T12:00:00\",\n      \"windowEnd\": \"2025-09-04T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-04 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-05T08:00:00\",\n      \"windowEnd\": \"2025-09-05T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-05 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-05T12:00:00\",\n      \"windowEnd\": \"2025-09-05T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-05 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-06T08:00:00\",\n      \"windowEnd\": \"2025-09-06T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-06 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-06T12:00:00\",\n      \"windowEnd\": \"2025-09-06T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-06 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-06T16:00:00\",\n      \"windowEnd\": \"2025-09-06T20:00:00\",\n      \"parsedWindowStart\": \"2025-09-06 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-08T08:00:00\",\n      \"windowEnd\": \"2025-09-08T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-08 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-08T12:00:00\",\n      \"windowEnd\": \"2025-09-08T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-08 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-08T16:00:00\",\n      \"windowEnd\": \"2025-09-08T20:00:00\",\n      \"parsedWindowStart\": \"2025-09-08 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-09T08:00:00\",\n      \"windowEnd\": \"2025-09-09T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-09 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-09T12:00:00\",\n      \"windowEnd\": \"2025-09-09T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-09 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-09T16:00:00\",\n      \"windowEnd\": \"2025-09-09T20:00:00\",\n      \"parsedWindowStart\": \"2025-09-09 16:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-10T08:00:00\",\n      \"windowEnd\": \"2025-09-10T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-10 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-10T12:00:00\",\n      \"windowEnd\": \"2025-09-10T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-10 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-11T08:00:00\",\n      \"windowEnd\": \"2025-09-11T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-11 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-11T12:00:00\",\n      \"windowEnd\": \"2025-09-11T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-11 12:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-12T08:00:00\",\n      \"windowEnd\": \"2025-09-12T12:00:00\",\n      \"parsedWindowStart\": \"2025-09-12 08:00:00\"\n    },\n    {\n      \"windowStart\": \"2025-09-12T12:00:00\",\n      \"windowEnd\": \"2025-09-12T16:00:00\",\n      \"parsedWindowStart\": \"2025-09-12 12:00:00\"\n    }\n  ]\n}"},{"id":"dedc2171-6ca7-4534-b770-798c88fa4c04","name":"400 bad req - package id required","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/vivint-available-dates?companyCode=0121&brandId=RE&languageCode=S&trackingId={{trackingId}}&guid={{guid}}&affiliateId=152639&channelType=AA","host":["{{url}}"],"path":["NRGREST","rest","sales","vivint-available-dates"],"query":[{"key":"companyCode","value":"0121"},{"key":"brandId","value":"RE"},{"key":"languageCode","value":"S"},{"key":"trackingId","value":"{{trackingId}}"},{"key":"guid","value":"{{guid}}"},{"key":"affiliateId","value":"152639"},{"key":"channelType","value":"AA"},{"key":"packageId","value":"PKG-Partner-d4136adbe701491e990de0be19284bbe","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Mon, 29 Sep 2025 21:37:51 GMT"},{"key":"Set-Cookie","value":"SMSESSION=A8P5ZfdUMOIoIGSGpEOoq4MH0Cjc6TyvpZhJ3x/J3U9ImPX7Rhd7xXzAy0kRFWU4Th7aSoeCU3Dno5CRw5PFI38AP/qkC6qOCdP/06FiVdhUCL/juWnjzaXBFXUbTcC02fBtBlLaLiGkvkamBwT370XywOP7/IFGtkNQk/rOuqDkmUvzuCc1mFUc38XI44SyeeEkwyTUadmRqklh7nzvtgx9w1xM+RiauhcHMAodJXq1/dSdw3gRxISDx2rMlPYXkbLXNNIEpjm+/cHqSYB/SOujxGZxv1i6Q/sXot8fnYLU0mIZ/Aqw8Q9QuDhvK4ilp/RdjoTFuui98DsDODDIudZSzV42PsAuABNAF4lQ0TwyI0gv+0YTC3H3q6PmKlOjgirkE/aY+vN752cj/79dGdzU26cuwRvvr7TYiWTxkvF+dImtsxPkkJ7hOO3q7WtKVdJpU6dzLPdUu50AbxEoOIi4cafFM8Rq4tPCDAUA+cve7AybA+W2iHmCjudCVWTjysh+PbQBuxniTiiBOBA9Vem4ynSlq2mN3VU2DtKiy6Ml5HY3cz9mxgzpK0IZl2ORmjqcEFFn+6H2WxpyBBGDtWskkZf/Aegv3f4keRF4G69p/HUaWwF4zJf2cAFp7UMZhIoXR+L9lnwT+LDcgF/OvDGbzCpixlw99MVrMhXtOA4ENTeq1OtQlf6GHlfk8zJU1qHhDXYlm5Lp+NklguGsOOYpuWvn2NzEsGgRgJiD4JYFYKk0ljqP2KlJgtbjP7r9MQxb9fGtodZUSDOd3HjGs35cRF+6ab/qEFQyymp3iwxlZFACh1cM+2ZOf4s8MP9adXrM2RbzTDqhkXq0MoxCZhpuoxLmFrr2nCrMfBXeBuKuGpChaVRe72VPOUQ5cdwST0Z3S9DaqV7QPVSs4xZ6nq2c9JvgBI6zLgJvjRHUvbf/mTrAXamjiUBCsJjlycTunLv4qpz3QXBjdDdB3wflsWhv02rK9f/TQwXh03L9fgaEjIi02kGq1dZZss2mJ2IlKDPVcLw5ePST6DQ+458aVa8N00hi7iLCfv9DhcZMTpgHG7iccbfIt7wizj135tEoFZwGaGmKT3p0lh7QoH2CnUAVlnjh1PfxIdlpGuFTWOqZ+zBLK0OEAE3sZX99YBFi0Dd0CoGEid9yRFmN0NTQsAFO8elE8rkUa5BsBXf8sBDQq/hwxokYmz8nsUljUJkd; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.1"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"Request entity has following errors: * packageId  is required\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"257362a2-e677-4533-9664-0e8eebf59130","name":"400 bad req - package id required","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{url}}/NRGREST/rest/sales/vivint-available-dates?companyCode=0121&brandId=RE&languageCode=E&trackingId={{trackingId}}&guid={{guid}}&affiliateId=152639&channelType=AA&packageId=PKG-Partner-55fcba8930364c0db00ed6c14a08f7ca","host":["{{url}}"],"path":["NRGREST","rest","sales","vivint-available-dates"],"query":[{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant; 0271 for GME; 0391 for Discount Power & Cirro)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to identify the enrollment","key":"trackingId","value":"{{trackingId}}"},{"description":"Mandatory Field to identify the enrollment","key":"guid","value":"{{guid}}"},{"description":"Mandatory Field to define the Identifier for Affiliates.","key":"affiliateId","value":"152639"},{"description":"Optional Field to define the Channel Type. (E.g. AA for Agent, WEB for OE, AFF for Affiliates).","key":"channelType","value":"AA"},{"description":"Mandatory Field to define package id created after order created with Vivint","key":"packageId","value":"PKG-Partner-55fcba8930364c0db00ed6c14a08f7ca"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 29 Sep 2025 21:37:51 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=A8P5ZfdUMOIoIGSGpEOoq4MH0Cjc6TyvpZhJ3x/J3U9ImPX7Rhd7xXzAy0kRFWU4Th7aSoeCU3Dno5CRw5PFI38AP/qkC6qOCdP/06FiVdhUCL/juWnjzaXBFXUbTcC02fBtBlLaLiGkvkamBwT370XywOP7/IFGtkNQk/rOuqDkmUvzuCc1mFUc38XI44SyeeEkwyTUadmRqklh7nzvtgx9w1xM+RiauhcHMAodJXq1/dSdw3gRxISDx2rMlPYXkbLXNNIEpjm+/cHqSYB/SOujxGZxv1i6Q/sXot8fnYLU0mIZ/Aqw8Q9QuDhvK4ilp/RdjoTFuui98DsDODDIudZSzV42PsAuABNAF4lQ0TwyI0gv+0YTC3H3q6PmKlOjgirkE/aY+vN752cj/79dGdzU26cuwRvvr7TYiWTxkvF+dImtsxPkkJ7hOO3q7WtKVdJpU6dzLPdUu50AbxEoOIi4cafFM8Rq4tPCDAUA+cve7AybA+W2iHmCjudCVWTjysh+PbQBuxniTiiBOBA9Vem4ynSlq2mN3VU2DtKiy6Ml5HY3cz9mxgzpK0IZl2ORmjqcEFFn+6H2WxpyBBGDtWskkZf/Aegv3f4keRF4G69p/HUaWwF4zJf2cAFp7UMZhIoXR+L9lnwT+LDcgF/OvDGbzCpixlw99MVrMhXtOA4ENTeq1OtQlf6GHlfk8zJU1qHhDXYlm5Lp+NklguGsOOYpuWvn2NzEsGgRgJiD4JYFYKk0ljqP2KlJgtbjP7r9MQxb9fGtodZUSDOd3HjGs35cRF+6ab/qEFQyymp3iwxlZFACh1cM+2ZOf4s8MP9adXrM2RbzTDqhkXq0MoxCZhpuoxLmFrr2nCrMfBXeBuKuGpChaVRe72VPOUQ5cdwST0Z3S9DaqV7QPVSs4xZ6nq2c9JvgBI6zLgJvjRHUvbf/mTrAXamjiUBCsJjlycTunLv4qpz3QXBjdDdB3wflsWhv02rK9f/TQwXh03L9fgaEjIi02kGq1dZZss2mJ2IlKDPVcLw5ePST6DQ+458aVa8N00hi7iLCfv9DhcZMTpgHG7iccbfIt7wizj135tEoFZwGaGmKT3p0lh7QoH2CnUAVlnjh1PfxIdlpGuFTWOqZ+zBLK0OEAE3sZX99YBFi0Dd0CoGEid9yRFmN0NTQsAFO8elE8rkUa5BsBXf8sBDQq/hwxokYmz8nsUljUJkd; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.1"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"close"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"NO_MATCH_FOUND\",\n    \"errorDescription\": \"Invalid trackingId / guid\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\",\n    \"packageId\": \"PKG-Partner-d4136adbe701491e990de0be19284bqq\",\n    \"availableWindows\": null\n}"}],"_postman_id":"4d141f8d-eea5-4a8a-9ebb-d3623e33507e"}],"id":"460e1763-f403-4e6c-b62e-8b9ff81d8ff4","_postman_id":"460e1763-f403-4e6c-b62e-8b9ff81d8ff4","description":""},{"name":"VIVINT SCHEDULE APPOINTMENT","item":[{"name":"vivint-schedule-appointment","event":[{"listen":"test","script":{"id":"a14aa76c-1eb5-464d-8735-834ce01c3e23","type":"text/javascript","packages":{},"exec":[""]}}],"id":"ac6bf761-7f0c-4856-aaea-0e17606d0745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/vivint-schedule-appointment","description":"<p>This API will schedule the installation appointment with Vivint. The input must include the Installation window start and end date and time. Package ID required to setup will be automatically determined on the tracking Id and guid provided in the input. Details of input given below.</p>\n","urlObject":{"path":["NRGREST","rest","sales","vivint-schedule-appointment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8f2808e7-da56-4bcf-9517-77da7ff76167","name":"vivint-schedule-appointment","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/vivint-schedule-appointment"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Tue, 05 Aug 2025 05:34:18 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=aRXcDUCOX7k1dcEPwufvEABO6/Iqp1THNqMjHf0ghZ+jl803nGOms8ykSqz5tck8OrWyViuXGmQ1KkDWEKRv5/RIq0ZwZHU8By0hcO7I0rWBYsQmrETGb6aM1eciwnm2QI0uDO6ySJb/yhk6prVm83aWUwTI6cwgZ7kYcco+PHXB/xRuGGmEY2UGAjriHXs7uTgtAszsT9PQPxaYN3lDzXOOFazQMnQTp/nB72zEQ8a4VptkzK6i3a9QOurJZ2Csu6kM4CDw7isGSEdV6Eyr02ZxbBM4FNM9vu1koZG2HzIUTLYn+49C17l120USD3crVKGPyoOYSao3rCOyiR/sNCcZRyU+xaf/d8rLoQ5pUNsjnLhKzlZCF9PFo48hb6OejkFJfL6LQ/ZCSpOxyJPDsZb8R75wmcdTtD71ndhp/ug4lNZppyCsgLcKoXbgJD4qa3eXGlMaGtiacCyU24FgjdMkqKWzvANciDPyI4AZKDf9xsDZN1w4/547Oz4/6yk+CriRGt39QKY3BHnThlchq9dI2CvqAjJWlN3cl20O6KuMQdK91BCtdERBjTn+MHB6i8OvDl31N5c58pltKnGEXUiUQTeLnif3LcQV8nAJm6V+/xp/+bkqklW3pacV6ibUJbNgB2FxJxyA7LfQUTzVNRyXzfVX7+u+LF1B1CgYXNG3pvM92wq0BB4gtqTfhk3omd8CerBkNTCWi7tNNcWcnQX90PvRpEkqQhudJmvlGBMRYREorBAbpe9m95w+yHd+JSo8Yherl19gI7aH4EhnH7VWdRvYvGa4vUNz0Msv4Kb3cOYis3dSgwnf4PvRxptg9EoxG4KBeqJMTIjCFEduHbJ+26SId7VmCi63Bnp5KTG93fnJavG7JGafdetjV1Q7NbGytEnrPB4MyUqTVgQLSUPjnb2ErPYXJuPAA+nJ2etMBy77WWfjpTzY7O7rLiwxH7Ig39EvHcHzFib1RCGxkuP+nrXXtZsljcEOdbefEhwAFfWnzIYMo+nS8oFiszmf44EiVaUW395QaMAZLCyLUaugZo36t2kB4fDYQkpALMq5HmNlz5n0TuvoBAIdn5qlT5iTI/xXmSmOWZe31QsBK5VT+/KimypQBwkec7vgrcge77N4DU6Nedvgt5tEELWAEGWD/Ui5Um3BicpDxoBISbWdSzXyqo77GQ/3TLZTNrn8ePFY7NOH1q/JBKeHYUIA; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.1"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"Vivint Appointment is Scheduled\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"windowStart\": \"2025-08-23T12:00:00\",\n    \"windowEnd\": \"2025-08-23T16:00:00\"\n}"},{"id":"4e3f4c1b-03ee-4072-981d-f03bfd2ad9b0","name":"400 bad req - window start/end","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"152639\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"{{trackingId}}\",\n    \"guid\": \"{{guid}}\",\n    \"windowStart\": \"2024-10-07T08:00:00\",\n    \"windowEnd\": \"2024-10-07T12:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/vivint-schedule-appointment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Mon, 29 Sep 2025 21:41:08 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.1"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"Window Start/Window End Date Should not be less then current Date\",\n    \"errorDescription\": \"Schedule Vivint Appointment Failure\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\",\n    \"windowStart\": null,\n    \"windowEnd\": null\n}"},{"id":"256cd2bd-8f35-4469-acc8-0480b3252a56","name":"400 bad req - window start/end","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/vivint-schedule-appointment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Mon, 29 Sep 2025 21:41:08 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.1"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"close"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"NO_MATCH_FOUND\",\n    \"errorDescription\": \"Invalid trackingId / guid\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\",\n    \"windowStart\": null,\n    \"windowEnd\": null\n}"}],"_postman_id":"ac6bf761-7f0c-4856-aaea-0e17606d0745"}],"id":"6e0e139e-e0a6-49d0-ad02-b2d82762ad19","_postman_id":"6e0e139e-e0a6-49d0-ad02-b2d82762ad19","description":""},{"name":"KNOWLEDGE BASED AUTHENTICATION","item":[{"name":"Generate KBA Questions based on customer's signup information","id":"7819494b-624a-4383-b13c-21e34ab82eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/kba-oe","description":"<p>This API generates the unique set of multiple-choice questions based on the information previously submitted as part of the \"Identity\" API.</p>\n<p>The API only requires the standard set of inputs to be passed, using which, customer's previously provided signup information can be used to randomly generate KBA questions for the customer.</p>\n<p>The API must be executed after the \"Identity\" API but before the \"Enrollment\" API.</p>\n","urlObject":{"path":["NRGREST","rest","sales","kba-oe"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8395388a-e8dc-403d-92c3-c87f70a6d12a","name":"KBA QUESTIONS RETURNED","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"description":"Use the username & password provided separately","key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"123456\",\n    \"companyCode\": \"0121\",\n    \"brandId\": \"RE\",\n    \"languageCode\": \"E\",\n    \"channelType\": \"AA\",\n    \"trackingId\": \"1000032896\",\n    \"guid\": \"e66d414d-7e5d-4acc-9484-908064108b66\",\n    \"drivingLicenseState\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/kba-oe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Thu, 04 Jun 2020 19:22:22 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionKey\": \"1712000133090182\",\n    \"questions\": [\n        {\n            \"options\": [\n                {\n                    \"optionId\": 1,\n                    \"optionText\": \"J J LN\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 2,\n                    \"optionText\": \"JOE LN\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 3,\n                    \"optionText\": \"JOY LN\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 4,\n                    \"optionText\": \"JULIA ST\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 5,\n                    \"optionText\": \"NONE OF THE ABOVE\",\n                    \"keyAnswer\": \"X\"\n                }\n            ],\n            \"questionText\": \"On which of the following streets have you lived?\",\n            \"questionId\": 1,\n            \"quizeId\": 1\n        },\n        {\n            \"options\": [\n                {\n                    \"optionId\": 1,\n                    \"optionText\": \"CLEVELAND\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 2,\n                    \"optionText\": \"COLDSPRING\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 3,\n                    \"optionText\": \"CONROE\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 4,\n                    \"optionText\": \"HUNTSVILLE\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 5,\n                    \"optionText\": \"NONE OF THE ABOVE\",\n                    \"keyAnswer\": \"X\"\n                }\n            ],\n            \"questionText\": \"In which of the following cities have you lived?\",\n            \"questionId\": 2,\n            \"quizeId\": 1\n        },\n        {\n            \"options\": [\n                {\n                    \"optionId\": 1,\n                    \"optionText\": \"LIBERTY\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 2,\n                    \"optionText\": \"MONTGOMERY\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 3,\n                    \"optionText\": \"SAN JACINTO\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 4,\n                    \"optionText\": \"WALKER\",\n                    \"keyAnswer\": null\n                },\n                {\n                    \"optionId\": 5,\n                    \"optionText\": \"NONE OF THE ABOVE\",\n                    \"keyAnswer\": \"X\"\n                }\n            ],\n            \"questionText\": \"In which of the following counties or county equivalent (Borough, Parish, etc.) have you lived?\",\n            \"questionId\": 3,\n            \"quizeId\": 1\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"1c9272b7-8af5-4513-9899-ed46104d24be","name":"KBA QUESTIONS RETURNED","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/kba-oe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 04 Jun 2020 19:22:22 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"transactionKey\": \"1712000133090182\",\n  \"questions\": [\n    {\n      \"options\": [\n        {\n          \"optionId\": 1,\n          \"optionText\": \"J J LN\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 2,\n          \"optionText\": \"JOE LN\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 3,\n          \"optionText\": \"JOY LN\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 4,\n          \"optionText\": \"JULIA ST\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 5,\n          \"optionText\": \"NONE OF THE ABOVE\",\n          \"keyAnswer\": \"X\"\n        }\n      ],\n      \"questionText\": \"On which of the following streets have you lived?\",\n      \"questionId\": 1,\n      \"quizeId\": 1\n    },\n    {\n      \"options\": [\n        {\n          \"optionId\": 1,\n          \"optionText\": \"CLEVELAND\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 2,\n          \"optionText\": \"COLDSPRING\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 3,\n          \"optionText\": \"CONROE\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 4,\n          \"optionText\": \"HUNTSVILLE\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 5,\n          \"optionText\": \"NONE OF THE ABOVE\",\n          \"keyAnswer\": \"X\"\n        }\n      ],\n      \"questionText\": \"In which of the following cities have you lived?\",\n      \"questionId\": 2,\n      \"quizeId\": 1\n    },\n    {\n      \"options\": [\n        {\n          \"optionId\": 1,\n          \"optionText\": \"LIBERTY\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 2,\n          \"optionText\": \"MONTGOMERY\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 3,\n          \"optionText\": \"SAN JACINTO\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 4,\n          \"optionText\": \"WALKER\",\n          \"keyAnswer\": null\n        },\n        {\n          \"optionId\": 5,\n          \"optionText\": \"NONE OF THE ABOVE\",\n          \"keyAnswer\": \"X\"\n        }\n      ],\n      \"questionText\": \"In which of the following counties or county equivalent (Borough, Parish, etc.) have you lived?\",\n      \"questionId\": 3,\n      \"quizeId\": 1\n    }\n  ],\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"7819494b-624a-4383-b13c-21e34ab82eb6"},{"name":"Generate KBA Results by answering KBA Questions","id":"d8563cbb-a789-42a1-96bb-d088221274ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/kba-result","description":"<p>After generating the unique KBA questions for the customer using the \"KBA Questions\" API, the questions must be presented to the customer. Once the customer, provides the answers to each of the questions (all questions are mandatory), the answers must be submitted to this API to generate KBA results.</p>\n<p>This API must be fired within 30 min. of generating the KBA questions. The API includes the uniquely generated transactionKey as the mandatory input, along with a nested structure for the KBA Question List. The questionList must include each question returned from the \"KBA Questions\" API, with each question having the questionId, quizId and answerId property. The answerId is the Id of the answer selected by the customer for the given question.</p>\n<p>Besides the standard set of fields in the API response, the response contains a <strong>decision</strong> field with value <strong>Y</strong> or <strong>N</strong> representing the result of the KBA query.</p>\n<p>However, a decision Y does not necessarily imply a POSID Pass. A blank value for messageCode should be considered a success response and KBA pass. Refer table below for other messageCode values</p>\n<h1 id=\"message-code-legend-for-kba-results-api\">Message Code Legend for KBA Results API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Message Code</th>\n<th>Status Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POSIDHOLD</td>\n<td>00</td>\n<td>This message code is returned when all the allowed Positive Identification attempts have exhausted without a successful ID match and therefore the system is letting the enrollment continue but at the end of the enrollment, will require additional documents to be submitted by the customer to NRG in order for the electricity to get started at customer's service address. The API consumer must present the Message Text returned in the API response to the customer in order to inform the customer of the actions to be performed after completing the enrollment.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","kba-result"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"046ea74c-3e40-4c77-abd1-0c59a0f87a97","name":"KBA ANSWER MATCH - BP MATCH","originalRequest":{"method":"POST","header":[{"name":"Content-Type","key":"Content-Type","value":"application/json"},{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Authorization","value":"{{auth_token}}"}],"body":{"mode":"raw","raw":"{\n    \"affiliateId\": \"{{affiliateId}}\",\n    \"companyCode\": \"{{companyCode}}\",\n    \"brandId\": \"{{brandId}}\",\n    \"languageCode\": \"{{languageCode}}\",\n    \"channelType\":\"AA\",\n    \"drivingLicenseState\": \"\",\n    \"transactionKey\": \"{{transactionKey}}\",\n    \"trackingId\": \"{{trackingId}}\",\n    \"guid\": \"{{guid}}\",\n    \"questionList\": [\n        {\n            \"questionId\": 1,\n            \"quizId\": 1,\n            \"answerId\": \"{{kbaAnswer1}}\"\n        },\n        {\n            \"questionId\": 2,\n            \"quizId\": 1,\n            \"answerId\": \"{{kbaAnswer2}}\"\n        },\n        {\n            \"questionId\": 3,\n            \"quizId\": 1,\n            \"answerId\": \"{{kbaAnswer3}}\"\n        },\n        {\n            \"questionId\": 4,\n            \"quizId\": 1,\n            \"answerId\": \"{{kbaAnswer4}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/kba-result"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 17:36:39 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Thu, 04 Feb 2021 17:36:39 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=99oysLszoBzT5Sbb9wvSiCB7Riq3Eq9rrsNeKpxVeNunoSR/LvRv6+5X2Wmgdj6MrGdPLTM33N8VLGpoWtqm5b/DnYUu9U6D6uRm51KmXJ//u8/ijdbmFWPvxaDsWJOCy93MyU+dL4KrwSToPUw7y9+Uv4bgOIydMWJjaGUya/UWOhLXLwJiqhgOX3Be6xfFMlsuIJJv1CZvikevhfAq81UiRufS5XK+2by5NOEpIveuU57US9zW7ZNVjPC+pv38x1OYtD8EbqDJTUmF7UgMMU8zoyQyDlyXZCYlf1v8CTBj7aC0P7ysLyEwMeCZ2A+dRkdjYr+ZIpyVOrIYEKpQ6heWEqS38mT8DYmNuLUIRsL54xTI9ZiATXB3brzD9MOod6+3Y17xyzVA3LNlKTVstZGB8yiUUYHFMSVgVQZqKNuoipYYApt6QOTZ6FWjiyR7qS8kwi4hZhOAOgiWXjkFn/fvvWy25jeO2unJ4zK0Y9IVJxq4lCLNcT4+QhiKsfukEC7BaKg/N3jt0z9CwxBX/q4oTsNOCAhee+1o/EQgQPNU26TmrPKbkMm/wGxB9D4O1JtfkQZuOyfZopVcFq33w1van3iO0fqqaeSyROP5+dBkFL4kw/Zfnb4jDk+fxazaSz29VdTfadbwE4CwZyVQT0kKLDVjw5omcuDc+sN6X3ICdVPj+OJHXoxyETCVnjwnOuRrWSYhihKPk5/QmviLjm3getoyyNWJwZKu1hntRtXLISucsiWQ1YldQfChZeOc3PJldLvV3Hf+dxCNSSSQTJjCGPMRjhoTJgF4Z2m6oc6cwfY/lkaNWTyAm+hQjLWkU/Le2aJgXQeG7iRvgjpI7QnOLTLbDWzY4ahxGx94eAFQfDwg2mJO1bNyCC3O1QTAdaWjFL941LYeeaB3kbgyA+4CKQ3w+tvy/rludVkN16gJZaaE1QpwdRYWAtibMOj9coFWPchCpMO05HrE3pVl/vmP5sFcu2AW667sNOtAHsxadmoAhIc5ROtDhiZIdTC5MCQR+IGNqOBeNix+B7NlcF1zZbVqDyB3GBVD/KobgrlqGcKJvMp9KdkHlyzveuev8AFGQzIacwob5E9t7ln7JcZKTMF+EKSr; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"decision\": \"Y\",\n    \"ssnVerifyDate\": \"08/03/2021\",\n    \"drivingLicenceVerifyDate\": null,\n    \"posidDLDate\": null,\n    \"posidSSNDate\": null,\n    \"trackingId\": \"1000051101\",\n    \"tokenizedSSN\": null,\n    \"tokenizedTDL\": null,\n    \"bpMatchFlag\": \"BPSD\",\n    \"matchedBP\": \"6031429223\",\n    \"existingStreetAddress\": \"805 PLAZA DR\",\n    \"existingAptNum\": \"\",\n    \"existingCity\": \"FORT WORTH\",\n    \"existingState\": \"TX\",\n    \"existingZip\": \"76140-5411\",\n    \"retryCount\": null,\n    \"kbaSuggestionFlag\": null,\n    \"guid\": \"aa9968b7-9d40-4c0d-b788-ab8beed323d4\",\n    \"pendingBalanceAmount\": \"253.78\",\n    \"bpMatchScenarioId\": null,\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"PAST_BALANCE\",\n    \"messageText\": \"This identification is associated with an outstanding balance from previous electricity service. Before receiving new electricity service, that previous balance would need to be satisfied. Please contact the phone number if you would like to continue with your electricity service request.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"ea0625ab-1609-4fd2-9b67-de33d61add1d","name":"KBA ANSWER MATCH - BP MATCH","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"},{"name":"Content-Type","key":"Content-Type","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/kba-result"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Tue, 03 Aug 2021 17:36:39 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=99oysLszoBzT5Sbb9wvSiCB7Riq3Eq9rrsNeKpxVeNunoSR/LvRv6+5X2Wmgdj6MrGdPLTM33N8VLGpoWtqm5b/DnYUu9U6D6uRm51KmXJ//u8/ijdbmFWPvxaDsWJOCy93MyU+dL4KrwSToPUw7y9+Uv4bgOIydMWJjaGUya/UWOhLXLwJiqhgOX3Be6xfFMlsuIJJv1CZvikevhfAq81UiRufS5XK+2by5NOEpIveuU57US9zW7ZNVjPC+pv38x1OYtD8EbqDJTUmF7UgMMU8zoyQyDlyXZCYlf1v8CTBj7aC0P7ysLyEwMeCZ2A+dRkdjYr+ZIpyVOrIYEKpQ6heWEqS38mT8DYmNuLUIRsL54xTI9ZiATXB3brzD9MOod6+3Y17xyzVA3LNlKTVstZGB8yiUUYHFMSVgVQZqKNuoipYYApt6QOTZ6FWjiyR7qS8kwi4hZhOAOgiWXjkFn/fvvWy25jeO2unJ4zK0Y9IVJxq4lCLNcT4+QhiKsfukEC7BaKg/N3jt0z9CwxBX/q4oTsNOCAhee+1o/EQgQPNU26TmrPKbkMm/wGxB9D4O1JtfkQZuOyfZopVcFq33w1van3iO0fqqaeSyROP5+dBkFL4kw/Zfnb4jDk+fxazaSz29VdTfadbwE4CwZyVQT0kKLDVjw5omcuDc+sN6X3ICdVPj+OJHXoxyETCVnjwnOuRrWSYhihKPk5/QmviLjm3getoyyNWJwZKu1hntRtXLISucsiWQ1YldQfChZeOc3PJldLvV3Hf+dxCNSSSQTJjCGPMRjhoTJgF4Z2m6oc6cwfY/lkaNWTyAm+hQjLWkU/Le2aJgXQeG7iRvgjpI7QnOLTLbDWzY4ahxGx94eAFQfDwg2mJO1bNyCC3O1QTAdaWjFL941LYeeaB3kbgyA+4CKQ3w+tvy/rludVkN16gJZaaE1QpwdRYWAtibMOj9coFWPchCpMO05HrE3pVl/vmP5sFcu2AW667sNOtAHsxadmoAhIc5ROtDhiZIdTC5MCQR+IGNqOBeNix+B7NlcF1zZbVqDyB3GBVD/KobgrlqGcKJvMp9KdkHlyzveuev8AFGQzIacwob5E9t7ln7JcZKTMF+EKSr; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"decision\": \"Y\",\n  \"ssnVerifyDate\": \"08/03/2021\",\n  \"drivingLicenceVerifyDate\": null,\n  \"posidDLDate\": null,\n  \"posidSSNDate\": null,\n  \"trackingId\": \"1000051101\",\n  \"tokenizedSSN\": null,\n  \"tokenizedTDL\": null,\n  \"bpMatchFlag\": \"BPSD\",\n  \"matchedBP\": \"6031429223\",\n  \"existingStreetAddress\": \"805 PLAZA DR\",\n  \"existingAptNum\": \"\",\n  \"existingCity\": \"FORT WORTH\",\n  \"existingState\": \"TX\",\n  \"existingZip\": \"76140-5411\",\n  \"retryCount\": null,\n  \"kbaSuggestionFlag\": null,\n  \"guid\": \"aa9968b7-9d40-4c0d-b788-ab8beed323d4\",\n  \"pendingBalanceAmount\": \"253.78\",\n  \"bpMatchScenarioId\": null,\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"PAST_BALANCE\",\n  \"messageText\": \"This identification is associated with an outstanding balance from previous electricity service. Before receiving new electricity service, that previous balance would need to be satisfied. Please contact the phone number if you would like to continue with your electricity service request.\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"d8563cbb-a789-42a1-96bb-d088221274ff"}],"id":"8d1bf777-58cf-4604-9c76-4dff0abb7e24","event":[{"listen":"prerequest","script":{"id":"104463dc-fb69-4449-9937-9759c5652855","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dabb5c61-a0cf-4e96-ac48-6784f7a21271","type":"text/javascript","exec":[""]}}],"_postman_id":"8d1bf777-58cf-4604-9c76-4dff0abb7e24","description":""},{"name":"HOLDS LOOKUP","item":[{"name":"Lookup Holds on Account","event":[{"listen":"test","script":{"id":"44d51f6e-b296-4d39-910e-bdf228e50bca","exec":[""],"type":"text/javascript"}}],"id":"1727c386-7704-4f37-b653-9b8785c00a5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/holds?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=123456&companyCode=0121&brandId=RE&languageCode=E&caNumber=0000256326325&checkDigit=1&billZipCode=77005","description":"<p>Refer examples for <em>No Holds</em> and <em>Active and Released Holds</em> scenarios</p>\n","urlObject":{"path":["NRGREST","rest","sales","holds"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).</p>\n","type":"text/plain"},"key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":{"content":"<p>Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)</p>\n","type":"text/plain"},"key":"affiliateId","value":"123456"},{"description":{"content":"<p>Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)</p>\n","type":"text/plain"},"key":"companyCode","value":"0121"},{"description":{"content":"<p>Optional Field to define brand id. ( E.g. 'CE' for Cirro)</p>\n","type":"text/plain"},"key":"brandId","value":"RE"},{"description":{"content":"<p>Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)</p>\n","type":"text/plain"},"key":"languageCode","value":"E"},{"description":{"content":"<p>Mandatory Field for customer's contract account number</p>\n","type":"text/plain"},"key":"caNumber","value":"0000256326325"},{"description":{"content":"<p>Mandatory Field for customer's check digit</p>\n","type":"text/plain"},"key":"checkDigit","value":"1"},{"description":{"content":"<p>Mandatory Field for customer's billing zipcode</p>\n","type":"text/plain"},"key":"billZipCode","value":"77005"}],"variable":[]}},"response":[{"id":"13503a73-dcdc-4552-9f64-6f0011d40d55","name":"ACTIVE & RELEASED HOLDS","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/NRGREST/rest/sales/holds?channelType=AA&affiliateId=123456&companyCode=0121&brandId=RE&languageCode=E&transactionType=MVI&billZipCode=77002&caNumber=000016794788&checkDigit=6","host":["{{url}}"],"path":["NRGREST","rest","sales","holds"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AA"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Optional Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)","key":"transactionType","value":"MVI"},{"key":"billZipCode","value":"77002"},{"key":"caNumber","value":"000016794788"},{"key":"checkDigit","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"key":"Date","value":"Thu, 04 Jun 2020 19:52:31 GMT"},{"key":"X-powered-by","value":"Servlet/3.0"},{"key":"Content-type","value":"application/json"},{"key":"Content-language","value":"en-US"},{"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"enrollmentHoldList\": [\n        {\n            \"holdType\": \"DEPHOLD\",\n            \"holdStatus\": \"RELEASED\",\n            \"holdTitle\": \" Deposit Not Satisfied\",\n            \"holdDescription\": \"             Deposit Not SatisfiedYour deposit requirement may not have been met. You can pay your deposit in several ways.Call713-207-PAID713-207-PAID (Houston), 469-735-42681-469-735-4268 (Dallas) or 877-REI-PAID877-REI-PAID (toll-free).Maila check to Reliant, P.O. Box 650475, Dallas, TX 75265-0475. (Please allow two business days after check receipt to process your request.)Onlineby creating an account or using our Quick Pay system.Visitone of our many walk-up payment locations.Other Deposit OptionsInstead of paying a deposit, you may qualify for service by submitting one (1) of the documents listed below.Letter of Guarantee from a current, eligible Reliant customer: To confirm your guarantor's eligibility and request form, chat online or call 1-877-524-5231. ( View a sample letter of guarantee.)Letter of Credit: Ask your most recent electricity provider for a letter of credit. ( View a sample letter of credit.)Senior citizen age 65 or older:Please submit a copy of one of the following:State issued identification cardDriver's license from the United StatesSocial security cardPassportMilitary IDGovernment employee IDAlien registration cardConsulate ID / Matricula Consular (for any country)Copy of an identity theft reportTexas Concealed Handgun LicenseDepartment of Corrections ID cardMedical indigency: Submit a certification letter establishing that you are medically indigent.Victim of family violence: Requires certification letter/waiver for electric service, which you should have received from the Texas Council on Family Violence, treating medical personnel, law enforcement personnel, the office of a Texas district attorney or county attorney, the office of the attorney general or grantees of the Texas Equal Access to Justice Foundation. Letter/waiver must be dated within the past 12 months. If you do not have the completed documentation, you may obtain it from your caseworker. Please do not submit police reports, protective orders or other letters.Documentation GuidelinesSend an email or text to DepositOptions@reliant.com with your documents attached, your Reliant account number, name on account, service address, daytime phone number and best time to reach youImages must be in PNG, JPEG, PDF or .doc formatImages must be high-quality, unobstructed, legible and uncroppedImages must show a full document page or, in case of state or national ID photocards, both sides of the cardDocuments must be valid and not expiredAlternatively, you may fax a copy of your documents to 1-800-563-0120 (toll-free) or 713-488-4422 (Houston). You may also mail copies of your documentation to Reliant, P.O. Box 3765, Houston, TX 77253-3765. Please include your Reliant account number, name on account, service address, daytime phone number and best time to reach you.Pay in InstallmentsSome customers are eligible to pay their deposit in installments.Active military personnel are eligible to pay a deposit that exceeds $50 in three (3) equal installments. Submit a copy of your military ID or military orders.Low-income customers may be eligible to pay a deposit that exceeds $50 in two (2) equal installments. Submit a copy of one of the following documents. The document must be in the Reliant account holder's name.Texas Health and Human Services benefits award letterMedicaid award letterProof of eligibility for food stampsAFDC/TANF (welfare) documentationOther low-income customers may be eligible for deposit payment assistance. If you have questions or require further assistance, chat now with a customer care representative or call 1-877-524-5231.Documentation GuidelinesSend an email or text to DepositOptions@reliant.com with your documents attached, your Reliant account number, name on account, service address, daytime phone number and best time to reach youImages must be in PNG, JPEG, PDF or .doc formatImages must be high-quality, unobstructed, legible and uncroppedImages must show a full document page or, in case of state or national ID photocards, both sides of the cardDocuments must be valid and not expiredAlternatively, you may fax a copy of your documents to 1-800-563-0120 (toll-free) or 713-488-4422 (Houston). You may also mail copies of your documentation to Reliant, P.O. Box 3765, Houston, TX 77253-3765. Please include your Reliant account number, name on account, service address, daytime phone number and best time to reach you.^ Back to top          \"\n        },\n        {\n            \"holdType\": \"POSID\",\n            \"holdStatus\": \"HOLD\",\n            \"holdTitle\": \" Identification Validation\",\n            \"holdDescription\": \" Identification ValidationBefore we complete your enrollment, we will need a copy of one (1) of the following valid forms of identification.State-issued identification cardDriver's license from the United StatesSocial security cardPassportMilitary IDGovernment employee IDAlien registration cardConsulate ID / Matricula Consular (for any country)Texas Concealed Handgun LicenseDepartment of Corrections IDDocumentation GuidelinesSend an email or text to IDvalidation@reliant.com with your documents attached, your Reliant account number, name on account, service address, daytime phone number and best time to reach youImages must be in PNG, JPEG, PDF or .doc formatImages must be high-quality, unobstructed, legible and uncropped Images must show a full document page or, in case of state or national ID photocards, both sides of the cardDocuments must be valid and not expired Alternatively, you may fax a copy of your documents to 1-800-711-5114 (toll-free) or 832-584-2007 (Houston). You may also mail copies of your documentation to Reliant, P.O. Box 3765, Houston, TX 77253-3765. Please include your Reliant account number, name on account, service address, daytime phone number and best time to reach you.^ Back to top\"\n        }\n    ],\n    \"caNumber\": \"000016794791\",\n    \"checkDigit\": \"0\",\n    \"bpNumber\": \"0011322184\",\n    \"enrollmentStatus\": \"PENDING\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"8c703fe4-4c40-4b6b-95ce-8fd4360bc510","name":"ACTIVE & RELEASED HOLDS","originalRequest":{"method":"GET","header":[{"key":"Cookie","value":"SMCHALLENGE=YES"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/NRGREST/rest/sales/holds?channelType=AFF/ AA/ WEB/ WEBCLOUD&affiliateId=123456&companyCode=0121&brandId=RE&languageCode=E&caNumber=0000256326325&checkDigit=1&billZipCode=77005","host":["{{url}}"],"path":["NRGREST","rest","sales","holds"],"query":[{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field for customer's contract account number","key":"caNumber","value":"0000256326325"},{"description":"Mandatory Field for customer's check digit","key":"checkDigit","value":"1"},{"description":"Mandatory Field for customer's billing zipcode","key":"billZipCode","value":"77005"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Server","value":"Oracle-iPlanet-Web-Server/7.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 04 Jun 2020 19:52:31 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-powered-by","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-language","value":"en-US"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"enrollmentHoldList\": [\n    {\n      \"holdType\": \"DEPHOLD\",\n      \"holdStatus\": \"RELEASED\",\n      \"holdTitle\": \" Deposit Not Satisfied\",\n      \"holdDescription\": \"             Deposit Not SatisfiedYour deposit requirement may not have been met. You can pay your deposit in several ways.Call713-207-PAID713-207-PAID (Houston), 469-735-42681-469-735-4268 (Dallas) or 877-REI-PAID877-REI-PAID (toll-free).Maila check to Reliant, P.O. Box 650475, Dallas, TX 75265-0475. (Please allow two business days after check receipt to process your request.)Onlineby creating an account or using our Quick Pay system.Visitone of our many walk-up payment locations.Other Deposit OptionsInstead of paying a deposit, you may qualify for service by submitting one (1) of the documents listed below.Letter of Guarantee from a current, eligible Reliant customer: To confirm your guarantor's eligibility and request form, chat online or call 1-877-524-5231. ( View a sample letter of guarantee.)Letter of Credit: Ask your most recent electricity provider for a letter of credit. ( View a sample letter of credit.)Senior citizen age 65 or older:Please submit a copy of one of the following:State issued identification cardDriver's license from the United StatesSocial security cardPassportMilitary IDGovernment employee IDAlien registration cardConsulate ID / Matricula Consular (for any country)Copy of an identity theft reportTexas Concealed Handgun LicenseDepartment of Corrections ID cardMedical indigency: Submit a certification letter establishing that you are medically indigent.Victim of family violence: Requires certification letter/waiver for electric service, which you should have received from the Texas Council on Family Violence, treating medical personnel, law enforcement personnel, the office of a Texas district attorney or county attorney, the office of the attorney general or grantees of the Texas Equal Access to Justice Foundation. Letter/waiver must be dated within the past 12 months. If you do not have the completed documentation, you may obtain it from your caseworker. Please do not submit police reports, protective orders or other letters.Documentation GuidelinesSend an email or text to DepositOptions@reliant.com with your documents attached, your Reliant account number, name on account, service address, daytime phone number and best time to reach youImages must be in PNG, JPEG, PDF or .doc formatImages must be high-quality, unobstructed, legible and uncroppedImages must show a full document page or, in case of state or national ID photocards, both sides of the cardDocuments must be valid and not expiredAlternatively, you may fax a copy of your documents to 1-800-563-0120 (toll-free) or 713-488-4422 (Houston). You may also mail copies of your documentation to Reliant, P.O. Box 3765, Houston, TX 77253-3765. Please include your Reliant account number, name on account, service address, daytime phone number and best time to reach you.Pay in InstallmentsSome customers are eligible to pay their deposit in installments.Active military personnel are eligible to pay a deposit that exceeds $50 in three (3) equal installments. Submit a copy of your military ID or military orders.Low-income customers may be eligible to pay a deposit that exceeds $50 in two (2) equal installments. Submit a copy of one of the following documents. The document must be in the Reliant account holder's name.Texas Health and Human Services benefits award letterMedicaid award letterProof of eligibility for food stampsAFDC/TANF (welfare) documentationOther low-income customers may be eligible for deposit payment assistance. If you have questions or require further assistance, chat now with a customer care representative or call 1-877-524-5231.Documentation GuidelinesSend an email or text to DepositOptions@reliant.com with your documents attached, your Reliant account number, name on account, service address, daytime phone number and best time to reach youImages must be in PNG, JPEG, PDF or .doc formatImages must be high-quality, unobstructed, legible and uncroppedImages must show a full document page or, in case of state or national ID photocards, both sides of the cardDocuments must be valid and not expiredAlternatively, you may fax a copy of your documents to 1-800-563-0120 (toll-free) or 713-488-4422 (Houston). You may also mail copies of your documentation to Reliant, P.O. Box 3765, Houston, TX 77253-3765. Please include your Reliant account number, name on account, service address, daytime phone number and best time to reach you.^ Back to top          \"\n    },\n    {\n      \"holdType\": \"POSID\",\n      \"holdStatus\": \"HOLD\",\n      \"holdTitle\": \" Identification Validation\",\n      \"holdDescription\": \" Identification ValidationBefore we complete your enrollment, we will need a copy of one (1) of the following valid forms of identification.State-issued identification cardDriver's license from the United StatesSocial security cardPassportMilitary IDGovernment employee IDAlien registration cardConsulate ID / Matricula Consular (for any country)Texas Concealed Handgun LicenseDepartment of Corrections IDDocumentation GuidelinesSend an email or text to IDvalidation@reliant.com with your documents attached, your Reliant account number, name on account, service address, daytime phone number and best time to reach youImages must be in PNG, JPEG, PDF or .doc formatImages must be high-quality, unobstructed, legible and uncropped Images must show a full document page or, in case of state or national ID photocards, both sides of the cardDocuments must be valid and not expired Alternatively, you may fax a copy of your documents to 1-800-711-5114 (toll-free) or 832-584-2007 (Houston). You may also mail copies of your documentation to Reliant, P.O. Box 3765, Houston, TX 77253-3765. Please include your Reliant account number, name on account, service address, daytime phone number and best time to reach you.^ Back to top\"\n    }\n  ],\n  \"caNumber\": \"000016794791\",\n  \"checkDigit\": \"0\",\n  \"bpNumber\": \"0011322184\",\n  \"enrollmentStatus\": \"PENDING\",\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"1727c386-7704-4f37-b653-9b8785c00a5d"}],"id":"4666aa3c-fa2e-4592-9c76-1bf56aeb635e","_postman_id":"4666aa3c-fa2e-4592-9c76-1bf56aeb635e","description":""},{"name":"TDSP","item":[{"name":"get TDSP of address/zipcode provided","id":"ce100e23-d56d-4617-9805-2ecf50605caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/tdsp","description":"<p>This call locates the unique identifier details (ESID details) needed to ensure electricity service at the correct location, and provides initial assessment of available service dates as well as any restrictions on the ESID.   The call also can be used to determine the TDSP of the address/zip code provided, to use in determining appropriate offers.</p>\n<h1 id=\"migration-from--old-api-to-new-api\">Migration from  old API to New API</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Old API</th>\n<th>New API</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://affiliateapi.iprospect.com/ws/simple/getEsidDetails\">https://affiliateapi.iprospect.com/ws/simple/getEsidDetails</a></td>\n<td><a href=\"https://api.nrg.com/NRGREST/rest/sales/tdsp\">https://api.nrg.com/NRGREST/rest/sales/tdsp</a></td>\n</tr>\n<tr>\n<td></td>\n<td><a href=\"https://stg-api.nrg.com/NRGREST/rest/sales/tdsp\">https://stg-api.nrg.com/NRGREST/rest/sales/tdsp</a></td>\n</tr>\n<tr>\n<td><strong>POST</strong></td>\n<td><strong>POST</strong></td>\n</tr>\n<tr>\n<td><strong>Old API Input Fields</strong></td>\n<td><strong>New API Input Fields</strong></td>\n</tr>\n<tr>\n<td></td>\n<td>channelType</td>\n</tr>\n<tr>\n<td>affiliateId</td>\n<td>affiliateId</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>companyCode</td>\n</tr>\n<tr>\n<td>brandId</td>\n<td>brandId</td>\n</tr>\n<tr>\n<td>languageCode</td>\n<td>languageCode</td>\n</tr>\n<tr>\n<td>servStreetNum</td>\n<td>servStreetNum</td>\n</tr>\n<tr>\n<td>servStreetName</td>\n<td>servStreetName</td>\n</tr>\n<tr>\n<td>servStreetAptNum</td>\n<td>servStreetAptNum</td>\n</tr>\n<tr>\n<td>servZipCode</td>\n<td>servZipCode</td>\n</tr>\n<tr>\n<td>transactionType</td>\n<td>transactionType</td>\n</tr>\n<tr>\n<td>esid</td>\n<td>esid</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","tdsp"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6015aaab-0928-4021-9022-193cbd44a7b8","name":"Multiple TDSP","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"channelType\":\"AA\",\r\n    \"affiliateId\":\"11223344\",\r\n    \"companyCode\":\"0121\",\r\n    \"brandId\":\"RE\",\r\n    \"languageCode\":\"E\",\r\n    \"servStreetNum\": \"500\",\r\n    \"servStreetName\": \"W Rucker St\",\r\n    \"servStreetAptNum\": \"\",\r\n    \"servZipCode\": \"76048\",\r\n    \"servCity\": \"GRANBURY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Dec 2020 17:02:13 GMT"},{"key":"Set-Cookie","value":"SMSESSION=HmXb4qPpSAe2itsYPI9DS5jvXsy74L0IqzwiI7nuiM0WzYfPvVO+ZqG/5gZLiE7FZo3ohFJmWsH5oaLbHJATmMfORAMCZ1SpFExivu8DeutL1kUYLzDMF6Nn6mEgIAyxh0ZEiggVALXF6Npk7+wloEQf3LU4dfkn3SYrWrneLce84uvwvfJN0T2Hugd7711v/8Csqd82mQKAEqfkdsnRrSo9F3MgFw1L4oBRcGjEfn8hiG5slNsWfg0w0b47a12t2QO3vuw1Ocf9hFwwAM4gO2MxXxSx/QourQiEQr+W4WwNZN7erQuRsQCBAITQXKnq7myRwCmc7QRO9C+haeEQA3x1g8BqqXUGimBaXiQH8ohBzlK0OvPb9DVhf3dXRswO67GdxYDxzJ1aC+178WzUI8dhMBCArAjZEHj52v7RZst/s7nwISPKFmnxbOVoIgnvIaZbfO9oG60tpyNR37voBSXUzIXVBLW5YqyDVnECnnxDmGbYl3HKc0FIOYHvi1ykbLa3PvL4kbDanLfqLaGRy19VzHN1pbZYPJuIOtjU2BSJVgIJgwOtW7Gwvl5v6RPuO85f/y+A/CBuX6rnYLFcJVzTn2WYWl7FoLsbTSyXWuLlowgo03q1DYc4UdZpuMZG63jHy2U6ZUDy1K5VMtOeWaAh5DS5PRqGy5NqP6XWr3y2T2kF8ru6dXhvofzdp7MiDLQIZ9V5ySgUyQkjaqv3fJA54jj/U0NZ9SJUUmBOkYjO7Ht3YJ92Ze8tNfm0cfyXZttgFiqev7zce8wHZhv8d5bcMgNN1diYy5Z5OA8G3vl1YCuNTJqVPUlsxUHiM6mGi9m6zuN1KedTX4jVhRE83u6nSTWoivbWNbPqhCFU20FYWUcoUgVHV7l9twrQQ1pj8OTgzwBwQox32AexuamaPnXYu/teXbIPQtOj+ZQLFqJKrgj06Vo1zdHJlHT5RN1B9twDMtMBmXeSft9JJTJ2f3YiKP9NoQj/TqWYj3HmC7ZWEq/Fu0M2NmmeLUlorpfi82A88KNOVtLtrxbfaE7MsRdBdZnRLJ5lMadXey+0DfWvJcSo4z6HX+kJM5pGjLnldU/pwJ5ZsrqSkHlv5KO4jjafAIcAbmv+; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"esidNumber\": \"\",\n    \"esidTDSP\": null,\n    \"switchHoldStatus\": null,\n    \"meterType\": null,\n    \"tdspData\": [\n        {\n            \"tdspCodeWeb\": \"44372\",\n            \"tdspCodeCCS\": \"D0002\",\n            \"tdspName\": \"ONCOR\",\n            \"availableDates\": \"12092020;12102020;12112020;12142020;12152020;12162020;12172020;12182020;12212020;12222020;12232020;12282020;12292020;12302020;12312020;01042021;01052021;01062021;01072021;01082021;01112021;01122021;01132021;01142021;01152021;01192021;01202021;01212021;01222021;01252021;01262021;01272021;01282021;01292021\",\n            \"tdspFee\": \"Your utility (Oncor) will charge a connection fee expected to be $2.26 (assuming standard residential meter); the fee will appear on your electricity bill.\"\n        },\n        {\n            \"tdspCodeWeb\": \"40051\",\n            \"tdspCodeCCS\": \"D0003\",\n            \"tdspName\": \"Texas-New Mexico Power Company \",\n            \"availableDates\": \"12092020;12102020;12112020;12142020;12152020;12162020;12172020;12182020;12212020;12222020;12232020;12282020;12292020;12302020;12312020;01042021;01052021;01062021;01072021;01082021;01112021;01122021;01132021;01142021;01152021;01192021;01202021;01212021;01222021;01252021;01262021;01272021;01282021;01292021\",\n            \"tdspFee\": \"Your utility (TNMP) will charge a connection fee expected to be $54.00 (assuming standard residential meter); the fee will appear on your electricity bill.\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"NESID\",\n    \"messageText\": \"We were unable to identify the ESID for this service address at this time. You will be contacted if additional information is needed later to resolve this.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"7929125f-ad9b-4b71-ac83-2e85a39ada45","name":"No ESID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional Field. Service Street Number","key":"servStreetNum","value":"1"},{"description":"Optional Field. Service Street Name","key":"servStreetName","value":"Old Farm Rd"},{"description":"Optional Field. Service Street Apartment Number","key":"servStreetAptNum","value":""},{"description":"Mandatory Field. Five digit service zipcode","key":"servZipCode","value":"77005"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"}]},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Dec 2020 17:00:00 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"esidNumber\": \"\",\n    \"esidTDSP\": null,\n    \"switchHoldStatus\": null,\n    \"meterType\": null,\n    \"tdspData\": [\n        {\n            \"tdspCodeWeb\": \"08901\",\n            \"tdspCodeCCS\": \"D0001\",\n            \"tdspName\": \"CenterPoint Energy\",\n            \"availableDates\": \"12092020;12102020;12112020;12142020;12152020;12162020;12172020;12182020;12212020;12222020;12232020;12282020;12292020;12302020;12312020;01042021;01052021;01062021;01072021;01082021;01112021;01122021;01132021;01142021;01152021;01182021;01192021;01202021;01212021;01222021;01252021;01262021;01272021;01282021;01292021\",\n            \"tdspFee\": \"Your utility (Centerpoint Energy) will charge a connection fee of $16.00 (assuming standard residential meter), which will appear on your electricity bill.\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"NESID\",\n    \"messageText\": \"We were unable to identify the ESID for this service address at this time. You will be contacted if additional information is needed later to resolve this.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"a0bed29f-7be9-4c30-a6bd-0daca13c4708","name":"Single ESID (Residential)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"channelType\":\"AA\",\r\n    \"affiliateId\":\"11223344\",\r\n    \"companyCode\":\"0121\",\r\n    \"brandId\":\"RE\",\r\n    \"languageCode\":\"E\",\r\n    \"servStreetNum\": \"3100\",\r\n    \"servStreetName\": \"JEANETTA ST\",\r\n    \"servStreetAptNum\": \"705\",\r\n    \"servZipCode\": \"77063\",\r\n    \"servCity\": \"HOUSTON\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Dec 2020 17:02:58 GMT"},{"key":"Set-Cookie","value":"SMSESSION=NZuytp4gam5OkUOrxTicsdSGhtrhvVf4ugB6IR7CIPrCsGxLZJqnUi9eYai0Nc8VSdXs+qXGaFZfmvHgjBWGEYGaoc+CM4NRVh+iPMjyyOAK+FQNxsXosoFlV3cvwqu4Kt0hu5tutF7SCBJyS385xbLZDwq7/gNZ7fZe9AKSWhp3urg1Z8eaoC7CJtoH73aPjIlbVOAjCsbVZZriUX9BCycOnjEd8tBPB4F3mMvEYhKGUgl7wMLziTNSEs1abcpX2jlMQvr8XK+12rp9HHkSnZ5UyaWoLiuL8hY93fG9Ck2lQEIw0AiUrOAt9KfpmoZvptxAvY8yCCVcSl6FQZyVds0FNR8nPMoMRoVJNCXB36x9tS9KUIACn2nSjZoC+00tTTkwAjNK0cc14HyUh/awnk2yn6VUys/mzTYbdwScepNDgigIa9wiZt3C3VE0mhDA93WMMk7girTgmk+75fD8hnZPIrnGA/gp6t/sAEuNOpVcE8Q7D4dHcnEyvOPVqoLhm29t6S8GET6gc2dqhqldsvsgVGaFeKRA2iBxWZq038DZwYljTrUYmJfoWbKJ4W2Bnq7A7FJruLS1xGvziCsgOKA7XjNeT6E3AZVOc3iFY9ErtBxaoovWilE9Akj8HalKjjXXZVZeUDWj5eZnkSR4Sz4pFjBHLP2ayrP/boIn/O5iRsKA87Kubnd3R1QUBzi/91H2dLjDW4bjqxqHwTHgufg1iWm2RBFJif9mVwoKpzBQkGhdirNdDHk8+gxhKO+wTlKHxkSjs938VSMJle/80ui8tkRp6NrmlSk/2rfvhbgV4Al5RRQpiEUWHziDr2p8Mg0H64eKRRts5oq4XGv6uUxo9wYYYWkkrxoQRGtBFUAoKwsFSGa1x40Eu+FXZcoFvyRRiGMjjCHGBwx7ToFHBrDeQdqYa7KYWdBk5uMm9kY4R5EF3ixvBCWIMR9QrmJtAx3EGpnz/lRxhQfHRI/IJvsfl+7NxcImM8HOdNMN5ihBrbuVVmLX31HytdCYMbwh7i8LD+TOTK66rQqi+Mqqbufk8hXD3MjUOsbzBfAQByukmfy6Lwv4qRrUGmu+ui47CS9tZ7C3Bxt808J9ecJUu9EAEzhOIqq6; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"esidNumber\": \"1008901006189097179100\",\n    \"esidTDSP\": \"D0001\",\n    \"switchHoldStatus\": \"\",\n    \"meterType\": \"AMSR\",\n    \"tdspData\": [\n        {\n            \"tdspCodeWeb\": \"08901\",\n            \"tdspCodeCCS\": \"D0001\",\n            \"tdspName\": \"CenterPoint Energy\",\n            \"availableDates\": \"12032020;12042020;12052020;12072020;12082020;12092020;12102020;12112020;12122020;12142020;12152020;12162020;12172020;12182020;12192020;12212020;12222020;12232020;12282020;12292020;12302020;12312020;01022021;01042021;01052021;01062021;01072021;01082021;01092021;01112021;01122021;01132021;01142021;01152021;01162021;01182021;01192021;01202021;01212021;01222021;01232021;01252021;01262021;01272021;01282021;01292021;01302021\",\n            \"tdspFee\": \"No Centerpoint Energy connection fee is expected for this meter type.\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"b47e9fc9-ac39-43be-abb1-7a4914ae7382","name":"Business Address","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"channelType\":\"AA\",\r\n    \"affiliateId\":\"11223344\",\r\n    \"companyCode\":\"0121\",\r\n    \"brandId\":\"RE\",\r\n    \"languageCode\":\"E\",\r\n    \"servStreetNum\": \"910\",\r\n    \"servStreetName\": \"Louisiana St\",\r\n    \"servStreetAptNum\": \"\",\r\n    \"servZipCode\": \"77002\",\r\n    \"servCity\": \"HOUSTON\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Dec 2020 17:03:46 GMT"},{"key":"Set-Cookie","value":"SMSESSION=/btW6mksg+U5B0vnNUw8Ox26+cYkjUT/9XtBuTeKbm/D2+HFB9pA4OxRdhsAVsIRdD7jYRo94f9hVo3uXizxL4NxyZaTrXlRz6RILk1z6yzevJQIDxq0VT9ld3jW8kn4WyMkWQfiSVue0Hbw8XIQXtsqXuY4qKyiSi1ifDvlWG59yzzUlCIH2+d2RlnybREeVbcZlMEv54l87hwGaE11vARRgTw9Nleggy6wXgir/TiCDbFMKxg5wmjJFnR6Nu6TfRDayKjcMiJrqeDb9Hcn1jbQbaxZJBUkadNLne534qD3Xvz9K9nHausVfFyjnkztkU9+2ReZwKWT9v/qyTYojtXK5NpRuobIq5lMKykGAbyYGVX89ODgu6kGS7GL+qu5vHYFUEHoPmm117vZCCshi6XY3vwcfVtSSRmfAOODIBGvQAycEEyoFMyE6oP6AXoGrDSWwk5N+iUXEmDoYEYO8d6X7LunQ6nD0omepFYy777azYxHIYQo538KVor0uciD6j9oGF+jPT/nqCvFuVgKytO9uRZY9nzh+S3FdxRryf69zVSTv6kdH+aPiJ1v8I0Ckijl06v9VosSJ6LlbHKukXovQvVadlvW8lipAoVeONIuJTUuvZ4PwJXovcJe8Imsxl5rWnl1Uo2doiAcSJsOv+FCcaDSM4ktHBQffA8RzatKSZPKq9RhbtIlXUeky9FT044qGz+GPgVV/tCHsU9kCjhWReUdHoDS72SL1ZUALfHi3GO7mbF5m95Wr1JPnaxtosKfkFTJ3WWa+WOP4eVmUIHk3bpmW6e+2V6P/FjmIuFsKjIMcM7Ir0WO8sjp7M91mOo2DPmiFHoll3mujRraeX9w9uV0/bkR+IdB0jo5DullmoD+KvWe8z8Vzf8NQCWV5zXk61BSQJqABoZDiQ2C+qeY2qfWFt53DM+hSE8bvDvf6uc0SpIE4vZ4GB7/ayjcK9mw2AiNP3DJZOMl4ZcggWLOrpXuPcExo4FhjtdiYAANZS9/ottYJ1iGYTO5XQCfV2wInr6LmSuTgl1YcQ+jTxlIZLa8AbaFdbKgjH5SU9rFivFzo5GKEHGhvQBpvOdVm/KOoHG6TKbrH2ZOBTxQ2e6IynI2+Lxl; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"esidNumber\": \"1008901000187900014100\",\n    \"esidTDSP\": \"D0001\",\n    \"switchHoldStatus\": \"\",\n    \"meterType\": \"NSMC\",\n    \"tdspData\": null,\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"BUSINESS_METER\",\n    \"messageText\": \"The address provided appears to be a business address. Only residential addresses can be enrolled online via this process.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"e1a18c14-ca0e-45a4-9936-67d3989bf49a","name":"Multiple ESID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"channelType\":\"AA\",\r\n    \"affiliateId\":\"11223344\",\r\n    \"companyCode\":\"0121\",\r\n    \"brandId\":\"RE\",\r\n    \"languageCode\":\"E\",\r\n    \"servStreetNum\": \"5337\",\r\n    \"servStreetName\": \"WHARTON ST\",\r\n    \"servStreetAptNum\": \"\",\r\n    \"servZipCode\": \"78415\",\r\n    \"servCity\": \"CORPUS CHRISTI\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Dec 2020 17:01:39 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"esidNumber\": \"\",\n    \"esidTDSP\": null,\n    \"switchHoldStatus\": null,\n    \"meterType\": null,\n    \"tdspData\": [\n        {\n            \"tdspCodeWeb\": \"03278\",\n            \"tdspCodeCCS\": \"D0004\",\n            \"tdspName\": \"AEP Texas Central\",\n            \"availableDates\": \"12092020;12102020;12112020;12142020;12152020;12162020;12172020;12182020;12212020;12222020;12232020;12282020;12292020;12302020;12312020;01042021;01052021;01062021;01072021;01082021;01112021;01122021;01132021;01142021;01152021;01182021;01192021;01202021;01212021;01222021;01252021;01262021;01272021;01282021;01292021\",\n            \"tdspFee\": \"No AEP Texas Central connection fee is  expected for a standard residential meter.\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"MESID\",\n    \"messageText\": \"We were unable to identify the ESID for this service address at this time. You will be contacted if additional information is needed later to resolve this.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"f5f0da94-79f0-4519-97e1-d54e666be439","name":"Area Not Serviced - NorthEast","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional Field. Service Street Number","key":"servStreetNum","value":"2500"},{"description":"Optional Field. Service Street Name","key":"servStreetName","value":"Old Farm Rd"},{"description":"Optional Field. Service Street Apartment Number","key":"servStreetAptNum","value":"817"},{"description":"Mandatory Field. Five digit service zipcode","key":"servZipCode","value":"15001"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field.","key":"esid","value":""}]},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Aug 2022 14:05:31 GMT"},{"key":"Set-Cookie","value":"SMCHALLENGE=; expires=Thu, 03 Mar 2022 14:05:31 GMT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"SMSESSION=Qka5wdI405nirB52rM1cNlBbaxk5b5eLF6Lmqt6I87PJ4su3LAQNqr3/x5Wm+E3jgiXeeY7QtwBphu9UUva6B5d0l/DpqRSA0PW+7QJAE5HFTkgnmChwdAFPQfOVgsn2EThxzF/muUzuoP8vvirJL7bhh+bC1LNuXAK9rn7OYgwqfI57w/mVJlsPBxav6hpM3jyCx1+SOOy9t6k3OpeMDON1H3UK5ZjH7UmJ0fV35jW1a16GAj8oqydqVnTwAgK1jNWrjPL5K0ZCETbDoELa64JQjy54wJr8JRH4V6Zi/f1aV/MVflcyF/cYC0hwLOTCXTVmLLMsEl6D74eHZiGg2iFAvEI/UtK6/AdhQ0k/2RmtKvC6OVS+md+h1ejdjrmv/1FaHfyVMUnf9Ix16FK0IY+z/ag+ol1LkVk6mEvus8tnzeR97UOrFM12Np/10s6CP6lS21Wzi8J+df5+fqzU7lFQTC0zANztvdJ4Pvs0x9bmmTEDc0xqA5RItKaDJOg517jPfflOQQQ84xCqb+ypVTwL4kDuI91IVUOd6o/h24n06uKbPr7oXT6TNc9OLf6SX0+So4RBI90iJr6zeyKXotYfnIwJKKEX9m+T9tYrUo8dns9tPdVaZoWVRQm+qEWULzvMo8yaxIq05fly5ZKraNasFLs9SZORo3MUmE7eoKI1yGdRoDhYWwRHQ/qLGqe7OYJf75qDB912IWk5NAItrbVMBoLVTHExch1/AC3icHZnYpaDjIYiLItYlt6d+oY3BzSCA0HyqRwEmTzuzwVt0MgyDOyoKbBPApsRwOwqG2J0V8g+Kl6OoXYO8l3wGOfo/b3xr6LL5uR0Sq5/+tRTiT6xetpLhfqdmqTiwf9uS2jqhCmiv/2aZODzeDeEfPlsMPukZMhT1rhf9g0Mlci9CaNiPAF5E6/oHD+NNQKQOGw2osx/dxBrkIIoDUcKuHsW82EW2b+cR6V1YLsArhjCvs6GelqTt4vSJlXuhd9WcLrXyx1APvw5I9nV21vHLoPxvEFqx4ZvY1A5b193YTjQ5ZYavGaRZDlBipoCJgBIU9FiYoizakeY24wdaZ64TSfbCw22itLuiZXC3+73LahSxfTOnf6t955c; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Set-Cookie","value":"JSESSIONID=0001nmiV4FpHSJFq5Uc3g9KIMQI:2MLVRVV9QJ; Path=/; HttpOnly;HttpOnly;Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Expires","value":"Thu, 01 Dec 1994 16:00:00 GMT"},{"key":"Cache-Control","value":"no-cache=\"set-cookie, set-cookie2\""},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"AREA_NOT_SERVICED\",\n    \"messageText\": \"The given address is not in an area served by this electricity provider.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"esidNumber\": null,\n    \"esidTDSP\": null,\n    \"switchHoldStatus\": null,\n    \"meterType\": null,\n    \"tdspData\": [],\n    \"secondaryMessage\": \"NE\"\n}"},{"id":"729c2c01-2a98-4104-984d-efd96f6504ea","name":"Area Not Serviced - MUNI","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional Field. Service Street Number","key":"servStreetNum","value":"2500"},{"description":"Optional Field. Service Street Name","key":"servStreetName","value":"Old Farm Rd"},{"description":"Optional Field. Service Street Apartment Number","key":"servStreetAptNum","value":"817"},{"description":"Mandatory Field. Five digit service zipcode","key":"servZipCode","value":"73301"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field.","key":"esid","value":""}]},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Aug 2022 14:07:07 GMT"},{"key":"Set-Cookie","value":"SMSESSION=SqJP9R2MiSapuNXFJc+EKIg2bI8r95tNTyCxAxLW3me64FdqjIxDSnRndNdDLLcZ6nY0NV6NG99uIIzvU7riG8G2zoYNrrja4rgDGDaF6X05yv6l0w9Ntt3IOQvhHh09MUdsXrURcHACVMvyvTpmPJZGMpwDSS48OS/mSjvKDs/2k141Jj3aqUHtQk1FL2/FF1e/prB4uZ2X6xlp1cHhTpRoUeMjnw5u4OPBQ4aNYJmMb3Mg+btHGnqYAvqpbbiAv1s6unpT/WwrMgLfNFeA2xl+Xi8mUHQK+hz1rjU83vdKwT/J75c5Z6DjSDzuHhcRh3dCg97a7nBhMw3bup9Bf+tqhqgt/cM1bPUyZjICaGx2ILU/9P/rGRS3n9bdI5XYK79iA2kLzQy+QSYpztyd9d2wyR4HACi9ObeBBJk39KkW1MBoQo1mXzsII1E+e18jZT0xQXA+w+het2sKxKnD/89xho7FKctFgT6enJtmkNlITMdFuS1TUmEYJbjnKj5Cni3/ENnMBgdFY03u9SHBWnVTcTL3enFGdOrsQuYnEpMQIpmREYExnNS6tnN/rS49/hV2g3JAqrxeQevlTVBPjAJHCK2mFJthLZdThvfyKYIFfZ0iB+3gcyQyuu+819JpqEK465cZWd1avSaQ4iKcFwLv9sgUNzhZVTnOOkqPaOPUGeeWMdfkszK/lNhcsx0YgKLVOLFnf7DkekPhjGol5NYg4NuoIp3dvea9Ky3w0Ad8byZvRrkKgZydMvtqKI+otShKFrwAkH0Ca7eQk0+JXRYajrTs6Bb8txtNqhccgFagML9A/MgQay9G35PXp/faxv7XCfsGk7afmxk9pHx7AewpQqcLlf0lJ1vyuI71Wh9Aw45SEEhxDbwJ1liRVSHOicZT2VxLECb8SdMgxLpS5MpGhOu4Ee9FHZCu2cU9zTtSGhdqxvwf9kpIBXwNMok0VuFi/x5z/jW8pDWEIawTQnWW9JWPS5TdTnk1YhrgzLKM2XEpcGssveFJizVGPYyQQ/d3ohmOZGkZAE4WVitBqMjr9KfWVQdSkGT9Ik7nxOmlio4RuRHAgtBeb0ooA44e2MAFfrLloJawT1wMy4bcMn3P91d1kfOT; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"AREA_NOT_SERVICED\",\n    \"messageText\": \"The given address is not in an area served by this electricity provider.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"esidNumber\": \"\",\n    \"esidTDSP\": null,\n    \"switchHoldStatus\": null,\n    \"meterType\": null,\n    \"tdspData\": null,\n    \"secondaryMessage\": \"MUNI\"\n}"},{"id":"e1cb7e65-e4f9-4b62-8cdf-70e85c7db46c","name":"Area Not Serviced","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"Optional Field. Service Street Number","key":"servStreetNum","value":"2500"},{"description":"Optional Field. Service Street Name","key":"servStreetName","value":"Old Farm Rd"},{"description":"Optional Field. Service Street Apartment Number","key":"servStreetAptNum","value":"817"},{"description":"Mandatory Field. Five digit service zipcode","key":"servZipCode","value":"90210"},{"description":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","key":"affiliateId","value":"123456"},{"description":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","key":"channelType","value":"AFF/ AA/ WEB/ WEBCLOUD"},{"description":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","key":"brandId","value":"RE"},{"description":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","key":"languageCode","value":"E"},{"description":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","key":"companyCode","value":"0121"},{"description":"Optional Field.","key":"esid","value":""}]},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Aug 2022 14:08:54 GMT"},{"key":"Set-Cookie","value":"SMSESSION=Td/0520Uf7ZjW5rkNVLrn6ENoZlzwBUxIaT+xkFjzDxJrwWEe3VZpYrXiAAGxBLQ4tilP8qBUAIIxFegfvMCl9QpaQBvYPm4eh2SJAhVYOGOac8D1gRluHs8Opda4AdG6AVKR2o6OIRb1FEZhCUaP8UfThbD/NE9RRDe50qNGZof/Jin7vat6y6pYt3V8jBk96dv2LGj0cIk1y+Siq/QHn63h1/jnSvhHG3Yy4VlQu/S19Lf5ru9TZ4SH3VgJgPEo5aSKJ9wZ2YJ4J3vgBx/KgbDDSt3abu2bXlO3F+oTZReqmRUm60EyPuzUT6uXJBuAt8CeVr+efj7CfGsxl5y/J9KDSPabcVoSm5bxR4wJuTBdmUhXk7F/Xsv1L/zXu64Ix07J5kc1EIsgYw8EsQbqoEW8njP7J4CD2ySDGWx/yFp9L4TIWcOjf/UIHRFgHFNM7d3V5pL7mFmwsMcKLWy4a1uz3e1aIY8AmNN/i/ONd3XZmVDY/9BHwXtVnyQltuy+ZJ8XwSZH8MUbmvQruOBbtdms9dRGZV41+7UH5HCPU5G1N5maha5LAhVVPNXcZKG292kywBlA9tngvffq7n22R03CINiBbg7rbSfuL02pMsBEbHISDWRuKj6KUgvFqX6lAtKJ91W0StmsFmKIMvrK4gtjIqVmYbrtFqc5qtEmmwCpPAaQdDDs/sRMNNvlqCfbDQ4eboJ9SSsMt87MU2VAPLXDxnj6DWZcGwoOOd+XxDq6OrCdu+9sOUuA8FEsWuokl/SXaupgfpvrFzFelsFjSJzJAlTNd5lxHGw6WIBzfrSYhi2ewe+zwlWmWNzfmkDt+UKaLau1bx5EKwVyOtYpWX3cqfE4Es7JDPvO8uWNSA2dGQZWi5aa4EFKpaXEe45rx7nd3hZY9y9Y/B8XhTiWRhMp3zUBUTCtLFyzySlHbvjoO2+IJJ4DLnDG5XtLKAZSy5Hyovj9km4kOZn9f5mvv5pHud6caALZVAaOE8fE3dzvjiMXaM6JwucYkjRTUMpj+csLjrKHjOvojvtIBul+cn65MyI+B+HGQ0i7jTvNkS+GEauplQDabAOdsTIRdCHQzEWmmSgEW4zXseFnZ3qobr0Pq38zL5p; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"AREA_NOT_SERVICED\",\n    \"messageText\": \"The given address is not in an area served by this electricity provider.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"esidNumber\": null,\n    \"esidTDSP\": null,\n    \"switchHoldStatus\": null,\n    \"meterType\": null,\n    \"tdspData\": null,\n    \"secondaryMessage\": null\n}"},{"id":"09d4d8f2-22fd-4d5a-9f7f-a62318cb0f29","name":"Lubbock Soft Launch Phase or Transition Complete Phase or ESID Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"channelType\":\"AFF\",\r\n    \"affiliateId\":\"11223344\",\r\n    \"companyCode\":\"0121\",\r\n    \"brandId\":\"RE\",\r\n    \"languageCode\":\"E\",\r\n    \"servStreetNum\": \"2012\",\r\n    \"servStreetName\": \"Main St\",\r\n    \"servStreetAptNum\": \"105\",\r\n    \"servZipCode\": \"79401\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Oct 2023 16:57:30 GMT"},{"key":"Set-Cookie","value":"SMSESSION=WYcodhc2OxOzBE+3W9WHaQ+jwStxNxbm4uOFz9qGh+/mRm06HXO5HKGeRdQcfsxVuM4cWHAnnT+bUmecijWKi+ZINcp2c6L0HcOiDQk+YYBsV62wybroQqk6uEQVEvVCuvi66p9o6VC6brwa4/nAc2czKjVKRRSj1j3/IHbSoNRGZxGsIgWiWPOtM33MZ0c1l9V5d/kUckQKoVNHfVKV7rvZgBN92ZaFQ9m2JTmpQ6NdqtQCuJ31lbXIoPRv4/KqP5SBQOJ1Gz+2F83pJGOJiVqXcv5onabg5Nh0D/sZOdu6Z3in6/vqvYsJhLWAhnMiYNPwmGQPFGOilY0gRSnfzXdYTaP6PYdaQjSUUm3mhWeDf9B5UzdXlJCOwGrRFrxO+ZY6h6xyxiTxTyQrgQNR0mHkq8D3T16tzNvCg8Om2PnY/Ib18/OqCwiHGJIjxk4N5rP8bLsqwksawuI6a6t1LYzR+L0dSgBUV+LkIU/lROdllkYNXUX0k+PXM71PF6zSMdWR0DE8NKGWbi9nYtmuXIrTgz/nq8uRQ5ydcoOmWDN0me6qJ6OQmm4TO/n49jJJzTMWbaMIN64uuetBzjq25FHe4mM8XuxNZ3ZwxTJP8BHCOYtW2vPEyAN69R7EQ1qIh0H/o6mgP2H72I/wJuHTsR3y+kXRaaa+opRDRXKhlTIgKTrgIN0lvq+uTaviRHF71I7xcywFawaoIQ3JGX09juITpEKX0BLJjZ93uTZVa9oPgj+BiWWsexzQibSlf5trAYkXH2jsXa9PgMPju4SVUpSWX9489lR+5p9VTyh7h+kFnmL/0XkFi/0Xl4bbuk33tk0w5qS8qDuMXz4N/VFLw2XENDvhQl9qrx6YF+b0O5kDVubqNV+EWB8n0bi6zGokoGytQY3Rw8QU1kp7g1tTGQ9+uepLLTtCGGB/jofSWALtWmVma4EXV4WYfj4Zm516fYKjGyyIsHAv5C8cw8MzLm8bWy0vexwioxgKIztyv3ETJgRr6D2HW7znqmQYamn5BhM7vgUMpdKR6DVflUywD5FmW1YG+ozkzNsVvCwMJvvG6ne8CvpOS3QcljUh6uoBFLa0+daPZ3HX8oY7SNvEXgyTnQQK741F; path=/; domain=.nrg.com; secure; HTTPOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:3000"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"esidNumber\": \"101129200000247\",\n    \"esidTDSP\": \"D0011\",\n    \"switchHoldStatus\": \"\",\n    \"meterType\": \"NSMC\",\n    \"tdspData\": [\n        {\n            \"tdspCodeWeb\": \"11292\",\n            \"tdspCodeCCS\": \"D0011\",\n            \"tdspName\": \"Lubbock Power & Light\",\n            \"tdspCity\": \"LUBBOCK\",\n            \"availableDates\": \"10182023;10192023;10202023;10232023;10242023;10252023;10262023;10272023;10302023;10312023;11012023;11022023;11032023;11062023;11072023;11082023;11092023;11102023;11132023;11142023;11152023;11162023;11172023;11202023;11212023;11222023;11272023;11282023;11292023;11302023;12012023;12042023;12052023;12062023;12072023;12082023;12112023;12122023;12132023;12142023\",\n            \"tdspFee\": \"No Lubbock Power & Light connection fee is expected for this service request.\"\n        }\n    ],\n    \"secondaryMessage\": null\n}"},{"id":"59089fa5-28da-4540-a252-1f3b61a082a9","name":"Multiple TDSP","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"{{url}}/NRGREST/rest/sales/tdsp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 03 Dec 2020 17:02:13 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Set-Cookie","value":"SMSESSION=HmXb4qPpSAe2itsYPI9DS5jvXsy74L0IqzwiI7nuiM0WzYfPvVO+ZqG/5gZLiE7FZo3ohFJmWsH5oaLbHJATmMfORAMCZ1SpFExivu8DeutL1kUYLzDMF6Nn6mEgIAyxh0ZEiggVALXF6Npk7+wloEQf3LU4dfkn3SYrWrneLce84uvwvfJN0T2Hugd7711v/8Csqd82mQKAEqfkdsnRrSo9F3MgFw1L4oBRcGjEfn8hiG5slNsWfg0w0b47a12t2QO3vuw1Ocf9hFwwAM4gO2MxXxSx/QourQiEQr+W4WwNZN7erQuRsQCBAITQXKnq7myRwCmc7QRO9C+haeEQA3x1g8BqqXUGimBaXiQH8ohBzlK0OvPb9DVhf3dXRswO67GdxYDxzJ1aC+178WzUI8dhMBCArAjZEHj52v7RZst/s7nwISPKFmnxbOVoIgnvIaZbfO9oG60tpyNR37voBSXUzIXVBLW5YqyDVnECnnxDmGbYl3HKc0FIOYHvi1ykbLa3PvL4kbDanLfqLaGRy19VzHN1pbZYPJuIOtjU2BSJVgIJgwOtW7Gwvl5v6RPuO85f/y+A/CBuX6rnYLFcJVzTn2WYWl7FoLsbTSyXWuLlowgo03q1DYc4UdZpuMZG63jHy2U6ZUDy1K5VMtOeWaAh5DS5PRqGy5NqP6XWr3y2T2kF8ru6dXhvofzdp7MiDLQIZ9V5ySgUyQkjaqv3fJA54jj/U0NZ9SJUUmBOkYjO7Ht3YJ92Ze8tNfm0cfyXZttgFiqev7zce8wHZhv8d5bcMgNN1diYy5Z5OA8G3vl1YCuNTJqVPUlsxUHiM6mGi9m6zuN1KedTX4jVhRE83u6nSTWoivbWNbPqhCFU20FYWUcoUgVHV7l9twrQQ1pj8OTgzwBwQox32AexuamaPnXYu/teXbIPQtOj+ZQLFqJKrgj06Vo1zdHJlHT5RN1B9twDMtMBmXeSft9JJTJ2f3YiKP9NoQj/TqWYj3HmC7ZWEq/Fu0M2NmmeLUlorpfi82A88KNOVtLtrxbfaE7MsRdBdZnRLJ5lMadXey+0DfWvJcSo4z6HX+kJM5pGjLnldU/pwJ5ZsrqSkHlv5KO4jjafAIcAbmv+; path=/; domain=.nrg.com; secure; HTTPOnly"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=100"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"esidNumber\": \"\",\n  \"esidTDSP\": null,\n  \"switchHoldStatus\": null,\n  \"meterType\": null,\n  \"tdspData\": [\n    {\n      \"tdspCodeWeb\": \"44372\",\n      \"tdspCodeCCS\": \"D0002\",\n      \"tdspName\": \"ONCOR\",\n      \"availableDates\": \"12092020;12102020;12112020;12142020;12152020;12162020;12172020;12182020;12212020;12222020;12232020;12282020;12292020;12302020;12312020;01042021;01052021;01062021;01072021;01082021;01112021;01122021;01132021;01142021;01152021;01192021;01202021;01212021;01222021;01252021;01262021;01272021;01282021;01292021\",\n      \"tdspFee\": \"Your utility (Oncor) will charge a connection fee expected to be $2.26 (assuming standard residential meter); the fee will appear on your electricity bill.\"\n    },\n    {\n      \"tdspCodeWeb\": \"40051\",\n      \"tdspCodeCCS\": \"D0003\",\n      \"tdspName\": \"Texas-New Mexico Power Company \",\n      \"availableDates\": \"12092020;12102020;12112020;12142020;12152020;12162020;12172020;12182020;12212020;12222020;12232020;12282020;12292020;12302020;12312020;01042021;01052021;01062021;01072021;01082021;01112021;01122021;01132021;01142021;01152021;01192021;01202021;01212021;01222021;01252021;01262021;01272021;01282021;01292021\",\n      \"tdspFee\": \"Your utility (TNMP) will charge a connection fee expected to be $54.00 (assuming standard residential meter); the fee will appear on your electricity bill.\"\n    }\n  ],\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"NESID\",\n  \"messageText\": \"We were unable to identify the ESID for this service address at this time. You will be contacted if additional information is needed later to resolve this.\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"}],"_postman_id":"ce100e23-d56d-4617-9805-2ecf50605caf"}],"id":"0841af0d-e961-4250-aed7-6bafde7c8e91","event":[{"listen":"prerequest","script":{"id":"429a4a8b-e834-4903-b36e-85da288494d2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cd42e377-3da7-4407-baf8-688ae8279920","type":"text/javascript","exec":[""]}}],"_postman_id":"0841af0d-e961-4250-aed7-6bafde7c8e91","description":""},{"name":"UNIVERSAL CREDIT CHECK (UCC)","item":[{"name":"submitUCCData","event":[{"listen":"test","script":{"id":"fe517d5d-77c2-4a5a-bc38-2913627ebe42","exec":["pm.test(\"HTTP Status is 200 OK\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Status code is 00\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.statusCode).to.eql(\"00\");\r","});\r","\r","pm.test(\"Message Code is blank\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.messageCode).to.be.empty;\r","});\r","\r","pm.test(\"Error Code is blank\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.errorCode).to.be.empty;\r","});\r","\r","pm.test(\"Error description is blank\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.errorDescription).to.be.empty;\r","    pm.expect(jsonData.errorDescription).to.not.be.eql(\"TBD\");\r","});"],"type":"text/javascript"}}],"id":"066650af-6403-46c7-a82a-5319e6c5af2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelType\": \"{{channelType}}\",\n  \"affiliateId\": \"{{affiliateId}}\",\n  \"companyCode\": \"{{companyCode}}\",\n  \"brandId\": \"{{brandId}}\",\n  \"languageCode\": \"{{languageCode}}\",\n  \"trackingId\": \"{{trackingId}}\",\n  \"guid\": \"{{guid}}\",\n  \"firstName\": \"{{firstName}}\",\n  \"lastName\": \"{{lastName}}\",\n  \"tokenizedSSN\": \"{{tokenizedSSN}}\",\n  \"mviDate\": \"{{mviDate}}\",\n  \"depositAmount\": \"1\",\n  \"creditScore\": \"690\",\n  \"creditSource\": \"TU\",\n  \"creditBucket\": \"3\",\n  \"creditFactors\": \"1:2:3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/submitUCCData","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>API Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"https://api.nrg.com/NRGREST/rest/sales/submitUCCData\">https://api.nrg.com/NRGREST/rest/sales/submitUCCData</a></td>\n</tr>\n<tr>\n<td><a href=\"https://stg-api.nrg.com/NRGREST/rest/sales/submitUCCData\">https://stg-api.nrg.com/NRGREST/rest/sales/submitUCCData</a></td>\n</tr>\n<tr>\n<td><strong>POST REQUEST</strong></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channelType</td>\n<td>Mandatory Parameter</td>\n<td>Blank  <br />WEB  <br />AA  <br />AFF  <br />WEBCLOUD</td>\n</tr>\n<tr>\n<td>affiliateId</td>\n<td>Mandatory Parameter</td>\n<td>Example: 7483927</td>\n</tr>\n<tr>\n<td>companyCode</td>\n<td>Mandatory Parameter</td>\n<td>0121 – Reliant  <br />0271 - Green Mountain  <br />0391 – Cirro  <br />0391 – Discount Power</td>\n</tr>\n<tr>\n<td>brandId</td>\n<td>Optional Parameter  <br />(Mandatory only for Cirro and Discount Power)</td>\n<td>Blank  <br />CE - Cirro  <br />DP - Discount Power</td>\n</tr>\n<tr>\n<td>languageCode</td>\n<td>Optional Parameter</td>\n<td>Blank  <br />E – English  <br />S – Spanish  <br />Will default to English if left Blank</td>\n</tr>\n<tr>\n<td>trackingId</td>\n<td>Mandatory Parameter</td>\n<td>0017540</td>\n</tr>\n<tr>\n<td>guid</td>\n<td>Mandatory Parameter</td>\n<td>e3fbcee4-3e8b-48cd-a965-145106f857be</td>\n</tr>\n<tr>\n<td>mviDate</td>\n<td>Optional Parameter for SWI  <br />Mandatory Parameter for MVI</td>\n<td>02012022</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>Mandatory Parameter</td>\n<td>Nancy</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>Mandatory Parameter</td>\n<td>Smith</td>\n</tr>\n<tr>\n<td>tokenizedSSN</td>\n<td>Optional Parameter</td>\n<td>2QFT1OI-3478</td>\n</tr>\n<tr>\n<td>depositAmount</td>\n<td>Mandatory Parameter</td>\n<td>Any amount &gt; or = Zero</td>\n</tr>\n<tr>\n<td>creditScore</td>\n<td>Optional Parameter</td>\n<td>Blank or 651</td>\n</tr>\n<tr>\n<td>creditSource</td>\n<td>Optional Parameter</td>\n<td>EQ or TU</td>\n</tr>\n<tr>\n<td>creditBucket</td>\n<td>Optional Parameter</td>\n<td>Blank or 1</td>\n</tr>\n<tr>\n<td>creditFactors</td>\n<td>Optional Parameter</td>\n<td>Blank or 199;190;72;10;</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>POST RESPONSE</strong></th>\n</tr>\n</thead>\n<tbody>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter Name</strong></th>\n<th><strong>Returned Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>resultCode</td>\n<td>0 – Success  <br />1 – Failure</td>\n</tr>\n<tr>\n<td>resultDescription</td>\n<td>Predefined message</td>\n</tr>\n<tr>\n<td>statusCode</td>\n<td>00 – Continue  <br />01 – Stop</td>\n</tr>\n<tr>\n<td>messageCode</td>\n<td>Blank (When there are no errors)  <br />TECHNICAL_ERROR (When resulting with an error)</td>\n</tr>\n<tr>\n<td>messageText</td>\n<td>Predefined message</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["NRGREST","rest","sales","submitUCCData"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"15e9cb29-25a9-410e-84af-344e36937779","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"channelType\":\"{{channelType}}\",\r\n\t\"affiliateId\":\"{{affiliateId}}\",\r\n\t\"companyCode\":\"{{companyCode}}\",\r\n\t\"brandId\":\"{{brandId}}\",\r\n\t\"languageCode\":\"{{languageCode}}\",\r\n    \"trackingId\": \"{{trackingId}}\",\r\n    \"guid\": \"{{guid}}\",\r\n    \"firstName\": \"{{firstName}}\",\r\n    \"lastName\": \"{{lastName}}\",\r\n    \"tokenizedSSN\": \"{{tokenizedSSN}}\",\r\n    \"mviDate\":\"{{mviDate}}\",\r\n    \"depositAmount\": \"1\",\r\n    \"creditScore\": \"690\",\r\n    \"creditSource\": \"TU\",\r\n    \"creditBucket\": \"3\",\r\n    \"creditFactors\": \"1:2:3\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/submitUCCData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Dec 2021 19:31:10 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"7dd0b17c-27a2-46ee-97f3-2c65075c3263","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelType\": \"{{channelType}}\",\n  \"affiliateId\": \"{{affiliateId}}\",\n  \"companyCode\": \"{{companyCode}}\",\n  \"brandId\": \"{{brandId}}\",\n  \"languageCode\": \"{{languageCode}}\",\n  \"trackingId\": \"{{trackingId}}\",\n  \"guid\": \"{{guid}}\",\n  \"firstName\": \"{{firstName}}\",\n  \"lastName\": \"{{lastName}}\",\n  \"tokenizedSSN\": \"{{tokenizedSSN}}\",\n  \"mviDate\": \"{{mviDate}}\",\n  \"depositAmount\": \"1\",\n  \"creditScore\": \"690\",\n  \"creditSource\": \"TU\",\n  \"creditBucket\": \"3\",\n  \"creditFactors\": \"1:2:3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/submitUCCData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 02 Dec 2021 19:31:10 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"Accept-Encoding,User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Encoding","value":"gzip"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Keep-Alive","value":"timeout=5, max=99"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"Keep-Alive"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"\",\n  \"errorDescription\": \"\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"00\",\n  \"httpStatus\": \"OK\"\n}"},{"id":"8554c749-2295-4a92-bd7d-7354e2c318cd","name":"Failure- INVALID Tracking ID / GUID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"channelType\":\"{{channelType}}\",\r\n\t\"affiliateId\":\"{{affiliateId}}\",\r\n\t\"companyCode\":\"{{companyCode}}\",\r\n\t\"brandId\":\"{{brandId}}\",\r\n\t\"languageCode\":\"{{languageCode}}\",\r\n    \"trackingId\": \"10928399\",\r\n    \"guid\": \"{{guid}}\",\r\n    \"firstName\": \"{{firstName}}\",\r\n    \"lastName\": \"{{lastName}}\",\r\n    \"tokenizedSSN\": \"{{tokenizedSSN}}\",\r\n    \"mviDate\":\"{{mviDate}}\",\r\n    \"depositAmount\": \"1\",\r\n    \"creditScore\": \"690\",\r\n    \"creditSource\": \"TU\",\r\n    \"creditBucket\": \"3\",\r\n    \"creditFactors\": \"1:2:3\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/submitUCCData"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Dec 2021 19:31:47 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"NO_MATCH_FOUND\",\n    \"errorDescription\": \"Invalid trackingId / guid\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"b2737d91-0d96-4244-bff8-7565376a140b","name":"Failure - ENROLLMENT_ALREADY_REQUESTED","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"channelType\":\"{{channelType}}\",\r\n\t\"affiliateId\":\"{{affiliateId}}\",\r\n\t\"companyCode\":\"{{companyCode}}\",\r\n\t\"brandId\":\"{{brandId}}\",\r\n\t\"languageCode\":\"{{languageCode}}\",\r\n    \"trackingId\": \"{{trackingId}}\",\r\n    \"guid\": \"{{guid}}\",\r\n    \"firstName\": \"{{firstName}}\",\r\n    \"lastName\": \"{{lastName}}\",\r\n    \"tokenizedSSN\": \"{{tokenizedSSN}}\",\r\n    \"mviDate\":\"{{mviDate}}\",\r\n    \"depositAmount\": \"1\",\r\n    \"creditScore\": \"690\",\r\n    \"creditSource\": \"TU\",\r\n    \"creditBucket\": \"3\",\r\n    \"creditFactors\": \"1:2:3\"\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/submitUCCData"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Dec 2021 19:32:49 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"x-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"X-Powered-By","value":"Servlet/3.0"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"ENROLLMENT_ALREADY_REQUESTED\",\n    \"errorDescription\": \"Enrollment Already Requested for trackingId & guid\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"f7ad6aa5-1f7b-4f42-965d-43ed8030eee4","name":"Failure- INVALID Tracking ID / GUID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelType\": \"{{channelType}}\",\n  \"affiliateId\": \"{{affiliateId}}\",\n  \"companyCode\": \"{{companyCode}}\",\n  \"brandId\": \"{{brandId}}\",\n  \"languageCode\": \"{{languageCode}}\",\n  \"trackingId\": \"{{trackingId}}\",\n  \"guid\": \"{{guid}}\",\n  \"firstName\": \"{{firstName}}\",\n  \"lastName\": \"{{lastName}}\",\n  \"tokenizedSSN\": \"{{tokenizedSSN}}\",\n  \"mviDate\": \"{{mviDate}}\",\n  \"depositAmount\": \"1\",\n  \"creditScore\": \"690\",\n  \"creditSource\": \"TU\",\n  \"creditBucket\": \"3\",\n  \"creditFactors\": \"1:2:3\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{url}}/NRGREST/rest/sales/submitUCCData"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Date","value":"Thu, 02 Dec 2021 19:31:47 GMT"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-XSS-Protection","value":"1; mode=block"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"x-Frame-Options","value":"SAMEORIGIN"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Content-Type-Options","value":"nosniff"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Referrer-Policy","value":"strict-origin"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"X-Powered-By","value":"Servlet/3.0"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Vary","value":"User-Agent"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Connection","value":"close"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Transfer-Encoding","value":"chunked"},{"disabled":false,"description":{"content":"","type":"text/plain"},"key":"Content-Language","value":"en-US"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"NO_MATCH_FOUND\",\n  \"errorDescription\": \"Invalid trackingId / guid\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": \"BAD_REQUEST\"\n}"}],"_postman_id":"066650af-6403-46c7-a82a-5319e6c5af2f"}],"id":"2efc2e89-06dc-43a3-aea8-418d17fb9bd2","_postman_id":"2efc2e89-06dc-43a3-aea8-418d17fb9bd2","description":""},{"name":"SMARTY STREET LOOKUP","item":[{"name":"AUTH","item":[{"name":"GET TOKEN","id":"77ff2c6d-b238-47c6-9205-e1c3e08e77d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/NRGREST/rest/sales/smartystreet/get-token?affiliateId=123456&channelType=WEB&companyCode=0315&brandId=DE","description":"<p>This call has been added to get auth token for brands to do Smarty Street address search/lookup.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Attribute</th>\n<th>Type</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>affiliateId</code></td>\n<td>String</td>\n<td>\"123456\"</td>\n</tr>\n<tr>\n<td><code>companyCode</code></td>\n<td>String</td>\n<td>\"0315\"</td>\n</tr>\n<tr>\n<td><code>brandId</code></td>\n<td>String</td>\n<td>\"DE\"</td>\n</tr>\n<tr>\n<td><code>channelType</code></td>\n<td>String</td>\n<td>\"WEB\"</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Sample Request:\n\n</code></pre>","urlObject":{"path":["NRGREST","rest","sales","smartystreet","get-token"],"host":["{{url}}"],"query":[{"key":"affiliateId","value":"123456"},{"key":"channelType","value":"WEB"},{"key":"companyCode","value":"0315"},{"key":"brandId","value":"DE"}],"variable":[]}},"response":[],"_postman_id":"77ff2c6d-b238-47c6-9205-e1c3e08e77d6"}],"id":"858807bc-4b6f-44d7-8f7c-dc6d4fd14a51","_postman_id":"858807bc-4b6f-44d7-8f7c-dc6d4fd14a51","description":""},{"name":"SEARCH","item":[{"name":"ADDRESS LOOKUP","id":"1813e1bc-b788-4db1-baf8-4b3ede5dee13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIiLCJpc3MiOiJSZWxpYW50Q2xvdWRPZSIsImV4cCI6MTY1NzUyNjUyMCwiaWF0IjoxNjU3NTIyODkwfQ.DJKqfBYeGZTdqMki2b5vtU4SaI3HUz-Q2quEniyMcOo"}],"url":"{{url}}/NRGREST/rest/sales/smartystreet/address-lookup?affiliateId=123456&companyCode=0315&query=76065 100 E&premise=RES","description":"<p>This call has been added to lookup street address based on query and premise for brands to do Smarty Street address search/lookup.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Attribute</th>\n<th>Type</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>affiliateId</code></td>\n<td>String</td>\n<td>\"123456\"</td>\n</tr>\n<tr>\n<td><code>companyCode</code></td>\n<td>String</td>\n<td>\"0315\"</td>\n</tr>\n<tr>\n<td><code>query</code></td>\n<td>String</td>\n<td>\"76065 100 E\"</td>\n</tr>\n<tr>\n<td><code>premise</code></td>\n<td>String</td>\n<td>\"RES\"</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Sample Request:\n\n</code></pre>","urlObject":{"path":["NRGREST","rest","sales","smartystreet","address-lookup"],"host":["{{url}}"],"query":[{"key":"affiliateId","value":"123456"},{"key":"companyCode","value":"0315"},{"key":"query","value":"76065 100 E"},{"key":"premise","value":"RES"}],"variable":[]}},"response":[],"_postman_id":"1813e1bc-b788-4db1-baf8-4b3ede5dee13"}],"id":"c8b1b3ad-947d-4006-8a8c-70e9390d6159","_postman_id":"c8b1b3ad-947d-4006-8a8c-70e9390d6159","description":""}],"id":"cedeea63-5f06-4436-b774-7ebda7628954","_postman_id":"cedeea63-5f06-4436-b774-7ebda7628954","description":""}],"event":[{"listen":"prerequest","script":{"id":"42d54f00-91c2-41e7-99f4-a6e862ef4d40","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"54de764d-f27e-429a-a825-2c13fc85327b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"language_code","value":"E","type":"any"},{"key":"brand_id","value":"RE","type":"any"},{"key":"company_code","value":"0121","type":"any"},{"key":"affiliate_id","value":"123456","type":"any"},{"key":"channel_type","value":"AFF/ AA/ WEB/ WEBCLOUD","type":"any"},{"key":"tdsp_code","value":"D0001","type":"any"},{"key":"channelTypeDesc","value":"Optional Field to define the Channel Type. (AFF for Online Affiliates, AA for Agent Assisted Enrollment, WEB for Web Enrollments, WEBCLOUD for Enrollments Originated From Cloud Application).","type":"any"},{"key":"affiliateIdDesc","value":"Mandatory Field to define the Unique Identifier associated with each Affiliates. (E.g. 100291029)","type":"any"},{"key":"companyCodeDesc","value":"Mandatory Field to define the Company Code. (E.g. 0121 for Reliant)","type":"any"},{"key":"languageCodeDesc","value":"Optional Field to define language. Default is English (E.g. 'E' for English, 'S' for Spanish)","type":"any"},{"key":"transactionTypeDesc","value":"Optional Field to define the transaction type (E.g. 'MVI' for Move In; 'SWI' for Switch)","type":"any"},{"key":"tdspCodeCCSDesc","value":"Mandatory Field to define the TDSP (E.g. D0001=CenterPoint Energy)","type":"any"},{"key":"promoCodeDesc","value":"Unique Promo Code - Optional for channel type AA & WEB. (E.g. WB3677)","type":"any"},{"key":"esidDesc","value":"Unique ESID associated with the Service Address - Optional Field if tdspcode is populated. (E.g. 1008901003101420185100)","type":"any"},{"key":"acceptDesc","value":"Accepted types of Request (E.g. application/json)","type":"any"},{"key":"contentDesc","value":"Accepted types of Request (E.g. application/json)","type":"any"},{"key":"authTokenDesc","value":"Use the username & password provided separately","type":"any"},{"key":"brandIdDesc","value":"Optional Field to define brand id. ( E.g. 'CE' for Cirro)","type":"any"},{"key":"actionCodeDesc","value":"Mandatory Field to define the Token action code (E.g. SE for SSN Token etc.)","type":"any"},{"key":"numToBeTokenizedDesc","value":"Mandatory Field to define the number to be tokenized","type":"any"},{"key":"prospectIdDesc","value":"Mandatory Field to define unique Id of the Prospect","type":"any"},{"key":"last4SSNDesc","value":"Mandatory Field to define last four digits of prospect's Social Security Number (SSN)","type":"any"},{"key":"trackingIdDesc","value":"Mandatory Field. Pass the trackingId generated from the 'Identity' API","type":"any"},{"key":"guidDesc","value":"Mandatory Field. Pass the guid generated from the 'Identity' API","type":"any"},{"key":"offerCodeDesc","value":"Mandatory Field. Unique Offer Code. E.g. 50521589","type":"any"},{"key":"campaignCodeDesc","value":"Mandatory Field. Unique Campaign Code. E.g. 20A1AR00V0","type":"any"},{"key":"promoCodeDescO","value":"Mandatory Field. Unique Promo Code. E.g. WASD0K","type":"any"},{"key":"baseUrl","value":"{{url}}","type":"any"}]}