{"info":{"_postman_id":"907f08e5-3bb9-42f5-85a7-13ee8acef0c7","name":"Affiliate 3.0 - Business Collection","description":"<html><head></head><body><h1 id=\"nrg-sales-apis-v30\">NRG Sales APIs - v3.0</h1>\n<p>This collection contains all <strong>NRG Sales 3.0 APIs</strong>. The documentation below explains the expected inputs and outputs for each API call made during the enrollment process. It also provides the accepted values for input parameters across all APIs.</p>\n<h1 id=\"api-overview\">API Overview</h1>\n<h2 id=\"identification\">Identification</h2>\n<p>All users must have a valid <strong>Social Security Number (SSN)</strong> or <strong>Texas Driver’s License</strong> to enroll online using the real-time process. If a user does not have an SSN or Texas Driver’s License, they can set the <strong><code>noid</code></strong> field to <code>true</code>.</p>\n<p>Users who fail this validation step will be required to call the service center. Through the call center agent path, users may provide alternative identification, such as an out-of-state driver’s license, which will be manually approved.</p>\n<h2 id=\"deposit-payment-information\">Deposit Payment Information</h2>\n<p>After a successful enrollment request submission, the API returns a <strong>contract account number</strong>. At this point, if the customer owes a deposit, the Affiliate has two options:</p>\n<ol>\n<li><p><strong>Direct the customer to call the NRG brand-specific phone number</strong> to pay the deposit.</p>\n</li>\n<li><p><strong>Use the NRG-hosted payment gateway</strong> to allow the customer to make the payment online immediately.</p>\n</li>\n</ol>\n<p>The deposit payment pages are hosted on an NRG server configured to meet strict security requirements for handling PCI data, such as credit card information.</p>\n<h2 id=\"language-preferences\">Language Preferences</h2>\n<p>The <strong><code>Language Code</code></strong> parameter in API calls allows the front end to optionally specify whether the customer-facing <strong><code>messageText</code></strong> returned in the response should be in <strong>English</strong> or <strong>Spanish</strong> (if the Affiliate chooses to use these messages directly).</p>\n<p>A separate parameter, <strong><code>Preferred Language</code></strong>, is used to set the language for NRG account-related customer communications, such as invoices. This value is submitted to <strong>SAP</strong> for processing.</p>\n<h2 id=\"addresses\">Addresses</h2>\n<p>Service addresses must be a <strong>physical address</strong> that includes both a street number and street name. Billing addresses, however, may use either a <strong>PO Box</strong> or a street number/street name format.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"NRG Sales APIs - v3.0","slug":"nrg-sales-apis-v30"},{"content":"API Overview","slug":"api-overview"}],"owner":"6488617","collectionId":"907f08e5-3bb9-42f5-85a7-13ee8acef0c7","publishedId":"2sBXqDrMx7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"cd007a"},"publishDate":"2026-04-16T19:37:18.000Z"},"item":[{"name":"APIs","item":[{"name":"generate auth token","event":[{"listen":"test","script":{"id":"803e3398-fa2b-4ef1-8861-fcaff8daab14","exec":["pm.environment.set(\"affiliate_JWT\", pm.response.json().token)\r","console.log(pm.environment.get(\"affiliate_JWT\"))"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"59eb62ed-8d03-4712-bd69-9273a354b928","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a55e5bb4-69f9-4161-ba9f-188fb5407a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","description":"<p>API Key issued by NRG to the client. Note: There are separate keys for Test versus Live environment.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>The code representing NRG's REP brand, the electricity service is being requested for.</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"},{"key":"Mock-Support","value":"true","type":"text"}],"url":"{{url}}/oa/enrollment/auth","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint is used to <strong>authenticate a user for enrollment purposes</strong>. Upon successful authentication, it returns an <strong>access token</strong> that must be included in the header of all subsequent API requests.</p>\n<h3 id=\"request-headers\">Request Headers</h3>\n<p>The request must include all required <strong>headers</strong> for proper authentication and content handling.</p>\n<p>Please refer to the <strong>Headers</strong> section in the request for detailed information on each header’s <strong>name</strong>, <strong>purpose</strong>, and <strong>expected value.</strong></p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><strong>Status Code</strong>: 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n</ul>\n<p>The response will be in JSON format and includes the following key:</p>\n<ul>\n<li><code>token</code>: A string representing the authentication token returned upon successful authentication.</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"token\": \"&lt;Generated Token&gt;\"\n}\n\n</code></pre>\n<p>Make sure to handle the token securely and include it in the headers of future requests as needed.</p>\n","urlObject":{"path":["oa","enrollment","auth"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"62554054-c39c-464c-be0a-2969b42e8804","name":"create jwt - Success","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"},{"key":"Mock-Support","value":"true","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enrollment/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Jul 2025 15:11:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"415"},{"key":"x-amzn-RequestId","value":"42d4c8b5-96ee-4a55-be51-8b8feca202a7"},{"key":"x-amz-apigw-id","value":"NtGhKHtTIAMEYKw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68751e07-3d8e2a4e6110c2f6287f5a4e"},{"key":"x-envoy-upstream-service-time","value":"283"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=RYHkuDvzKXkS7uFanG3v+ycFCZKEnUmPUtVX3rohsgDVLj4zSGoJwaEUlu8NHxJGmO+IhNPPaoc4ggFbaAS8gJ9pW86KWR9RoBDFne1yc+Alx1l3RZBQV+AKyp5V2yzBIJU+3qZXqfgIE2oHVkyjudJDxu+mwgCwBJs2AsFINStrIaUl; path=/"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHAiOiJPRSIsInN1YiI6IjNlMzRlZDViLTA4YmUtNDUwZC05OTVhLWYxNTEyYmFmZTIzMCIsImF1ZCI6ImNvbXBhcmUtcG93ZXItMjMyNzkzMTIiLCJibmFtZSI6InJlbGlhbnQiLCJjaGwiOiJBRkYiLCJpc3MiOiJDbG91ZE9lIiwiYWZOYW1lIjoiQ29tcGFyZVBvd2VyIiwicG9zSGRBbGxvdyI6IlkiLCJleHAiOjE3NTI1MDk0NjMsInVjY0ZsYWciOiJZIiwiaWF0IjoxNzUyNTA1ODMzLCJhZmlkIjoiMjMyNzkzMTIifQ.KbGRY8POcjdhzKf78PK6f8t599R3_adBSwsIxdoDipE\"\n}"},{"id":"16c202b3-d400-4494-b8c4-42406b7c2951","name":"create jwt - Failure - 403","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{{x-api-key}}","type":"text","disabled":true},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enrollment/auth"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Jul 2025 15:12:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23"},{"key":"x-amzn-RequestId","value":"601cf5ae-f50e-43a8-a553-9b0c014b43fe"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amzn-ErrorType","value":"ForbiddenException"},{"key":"x-amz-apigw-id","value":"NtGvfHGNIAMEfVw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68751e62-63e064eb2b45cb63174070df"},{"key":"x-envoy-upstream-service-time","value":"118"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=9pA6oZ/JPKLWRBDPvY2vrVP2DzYA2ipdEuHm9K/yi/H6khlSU2ihXmHSVFx/FUlG34wVHW1YvW6RvdcW1pawOQkaj76Neu87D1JaG2dDQSdEjE5C4unCXfL8iMQ13Pt1r8tOsqgQJovrtnrhGcmnLTzttx6sWJ3htf2aW0DVicyBf7B3; path=/"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Forbidden\"\n}"}],"_postman_id":"a55e5bb4-69f9-4161-ba9f-188fb5407a59"},{"name":"service-address","id":"05e02cd0-0e31-4737-8dfc-ce6ce0af9067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"<p>Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>Affiliate Id issued by NRG to the client</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"<p>The code representing NRG's REP brand the electricity service is being requested for.</p>\n","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"<p>Brand code associated with the Company code</p>\n","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"<p>The “Accept-Language\" 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</p>\n","type":"text"}],"url":"{{url}}/oa/service-address/autocomplete?search=2525 old farm road 22&premise=RES&vendorCode=V001&agentId=DL1182&max_results=10&zipSearch=true","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint provides <strong>autocomplete suggestions for service addresses</strong> based on a query string. It is particularly useful for applications that require <strong>address validation</strong> or <strong>user input assistance</strong>.</p>\n<p>Even clients that use their own code base to determine <strong>ESID/Utility</strong> are <strong>required to call this endpoint prior to</strong> <strong><code>/enroll/start</code></strong>. This step ensures improved processing and consistency in address formatting.</p>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://stg-partners-api.nrg.com/api/v1/oa/service-address/autocomplete?search=2525\">https://stg-partners-api.nrg.com/api/v1/oa/service-address/autocomplete?search=2525</a> old farm road 22&amp;premise=RES&amp;vendorCode=V001&amp;agentId=A840873&amp;max_results=10&amp;zipSearch=true</p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><strong>search</strong> (string, mandetory): The address query string to search for. In this example, it is set to <code>26127 Savory</code>.</p>\n</li>\n<li><p><strong>premise</strong> (string, Optional): The type of premise being queried. For this request, it is set to <code>RES</code>, indicating a residential premise. This is also the default value in case no value is set for this input.</p>\n</li>\n<li><p><strong>vendorCode</strong> (string, Optional): The code representing the vendor. In this case, it is <code>V001</code>.</p>\n</li>\n<li><p><strong>agentId</strong> (string, Optional): The identifier for the agent making the request. Here, it is z<code>840873</code>.</p>\n</li>\n<li><p><strong>max_limit</strong> (intege, Optional): The maximum number of suggestions to return.</p>\n</li>\n<li><p><strong>zipSearch</strong> (string , required) : This field will indicate that zip search should be done</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<p>Please refer to the Headers tab in the request for detailed information on each header's name, purpose, and expected values.</p>\n<h4 id=\"response\">Response</h4>\n<p>On a successful request, the API returns a JSON object with the following structure:</p>\n<ul>\n<li><p><strong>errorCode</strong> (string): Code indicating any errors that occurred during the request (if applicable).</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): Description of any errors (if applicable).</p>\n</li>\n<li><p><strong>messageCode</strong> (string): Code for the message returned (if applicable).</p>\n</li>\n<li><p><strong>messageText</strong> (string): Text of the message returned (if applicable).</p>\n</li>\n<li><p><strong>statusCode</strong> (string): Status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): HTTP status of the response.</p>\n</li>\n<li><p><strong>suggestions</strong> (array): An array of suggested addresses, each containing:</p>\n<ul>\n<li><p><strong>addressText</strong> (string): The full address text.</p>\n</li>\n<li><p><strong>street</strong> (string): The street name.</p>\n</li>\n<li><p><strong>aptUnit</strong> (string|null): Apartment unit number (if applicable).</p>\n</li>\n<li><p><strong>aptDesignator</strong> (string|null): Apartment designator (if applicable).</p>\n</li>\n<li><p><strong>city</strong> (string): The city of the address.</p>\n</li>\n<li><p><strong>state</strong> (string): The state of the address.</p>\n</li>\n<li><p><strong>zipCode</strong> (string): The ZIP code of the address.</p>\n</li>\n<li><p><strong>esiId</strong> (string): The ESI ID associated with the address.</p>\n</li>\n<li><p><strong>esiIdStatus</strong> (string): The status of the ESI ID.</p>\n</li>\n<li><p><strong>premiseType</strong> (string): The type of premise.</p>\n</li>\n<li><p><strong>meterType</strong> (string): The type of meter.</p>\n</li>\n<li><p><strong>tdsp</strong> (string): The Transmission and Distribution Service Provider.</p>\n</li>\n<li><p><strong>tdspName</strong> (object): An object containing the TDSP code and TDSP name.</p>\n</li>\n<li><p><strong>confidenceScore</strong> (integer): A score indicating the confidence level of the suggestion.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li><p>Ensure that the query string is well-formed to receive accurate suggestions.</p>\n</li>\n<li><p>The response will contain an empty structure for suggestions if no matches are found.</p>\n</li>\n<li><p>This endpoint is particularly useful for enhancing user experience in forms that require address input.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","service-address","autocomplete"],"host":["{{url}}"],"query":[{"key":"search","value":"2525 old farm road 22"},{"key":"premise","value":"RES"},{"key":"vendorCode","value":"V001"},{"key":"agentId","value":"DL1182"},{"key":"max_results","value":"10"},{"key":"zipSearch","value":"true"}],"variable":[]}},"response":[{"id":"69b38d21-99f0-44e3-bb1d-2b3785e1542b","name":"service-address","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"The “Accept-Language\" 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","type":"text"}],"url":{"raw":"{{url}}/oa/service-address/autocomplete?search=2525 old farm road 22&premise=RES&vendorCode=V001&agentId=DL1182&max_results=10&zipSearch=true","host":["{{url}}"],"path":["oa","service-address","autocomplete"],"query":[{"key":"search","value":"2525 old farm road 22"},{"key":"premise","value":"RES"},{"key":"vendorCode","value":"V001"},{"key":"agentId","value":"DL1182"},{"key":"max_results","value":"10"},{"key":"zipSearch","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 07:16:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3801"},{"key":"x-amzn-RequestId","value":"b3d65ed9-5409-4953-84ef-d11854a50453"},{"key":"x-amz-apigw-id","value":"QuePCGPRIAMENlg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2772c-1c8b7cf91298c78a1dbfcc16"},{"key":"x-envoy-upstream-service-time","value":"7284"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=8uQtRAxKLCY2CykoSqHtKUilOJceHITJZ0jLj+fqybi41cCGGMvz4PGoBtb1Bvr3Gx3ZLpr9ECVye8a1glkgI9K+9kCT/QAUCfe4y75QGmGsWEQz1RkJ5i5W73eKY7643P8MpASzxT+AYwgQuLM5vMiZgAxp6hYOg+oqyF4hLE/ajvwa; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"suggestions\": [\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 221, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"221\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023805803810100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 21.343992\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 222, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"222\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023805803820100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 21.31324\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 227, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"227\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023805803840100\",\n            \"esiIdStatus\": \"De-Energized\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 21.236925\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 228, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"228\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023805803850100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 21.208643\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 2525, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"2525\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023805793860100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 20.919262\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 2423, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"2423\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023806071050100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 18.287298\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 2626, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"2626\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023805716960100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 18.287298\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 1631, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"1631\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023806000730100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 18.287298\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 1126, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"1126\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023805889090100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 18.287298\n        },\n        {\n            \"addressText\": \"2525 OLD FARM RD APT 1228, HOUSTON, TX - 77063\",\n            \"street\": \"2525 OLD FARM RD\",\n            \"aptUnit\": \"1228\",\n            \"aptDesignator\": \"APT\",\n            \"city\": \"HOUSTON\",\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": \"1008901023805879580100\",\n            \"esiIdStatus\": \"Active\",\n            \"premiseType\": \"Residential\",\n            \"meterType\": \"AMSR\",\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 18.287298\n        }\n    ]\n}"},{"id":"f296b9b6-372a-4541-90c5-34af3485df25","name":"service-address - zipSearch","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"The “Accept-Language\" 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","type":"text"}],"url":{"raw":"{{url}}/oa/service-address/autocomplete?search=77063&premise=RES&vendorCode=V001&agentId=DL1182&max_results=10&zipSearch=true","host":["{{url}}"],"path":["oa","service-address","autocomplete"],"query":[{"key":"search","value":"77063"},{"key":"premise","value":"RES"},{"key":"vendorCode","value":"V001"},{"key":"agentId","value":"DL1182"},{"key":"max_results","value":"10"},{"key":"zipSearch","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 07:17:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"385"},{"key":"x-amzn-RequestId","value":"7953112a-b8d2-49d7-88bf-d006c889d9c1"},{"key":"x-amz-apigw-id","value":"Quec1Hh9oAMEANg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c27784-5fe866b46d6b20141d28f843"},{"key":"x-envoy-upstream-service-time","value":"1393"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=zi8H0iP49bGT8Mb1U9ePSLbS37N7QFMV9D88tyvIQm0mUDvdaCkOXvq4naYyFjsZ4YrcWWWAxHCmrF+CtxCRvZUj5QtqglQaXNVSccioApSWWLs7PU2zhyY6yYgJC5LTLlMeMB8Jg+Vd6a9bS7Qm16cEpcd4iE9+Cpp4vHtTCfBumEBA; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"suggestions\": [\n        {\n            \"addressText\": null,\n            \"street\": null,\n            \"aptUnit\": null,\n            \"aptDesignator\": null,\n            \"city\": null,\n            \"state\": \"TX\",\n            \"zipCode\": \"77063\",\n            \"esiId\": null,\n            \"esiIdStatus\": null,\n            \"premiseType\": null,\n            \"meterType\": null,\n            \"tdsp\": \"D0001\",\n            \"tdspName\": {\n                \"D0001\": \"CenterPoint Energy\"\n            },\n            \"confidenceScore\": 0\n        }\n    ]\n}"},{"id":"ef9e1a3d-4571-474a-a9fe-5d11cae5d764","name":"service-address - multi-tdsp","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"The “Accept-Language\" 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","type":"text"}],"url":{"raw":"{{url}}/oa/service-address/autocomplete?search=76048&premise=RES&vendorCode=V001&agentId=A840873&max_results=10&zipSearch=true","host":["{{url}}"],"path":["oa","service-address","autocomplete"],"query":[{"key":"search","value":"76048"},{"key":"premise","value":"RES"},{"key":"vendorCode","value":"V001"},{"key":"agentId","value":"A840873"},{"key":"max_results","value":"10"},{"key":"zipSearch","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Mar 2026 16:19:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"496"},{"key":"x-amzn-RequestId","value":"57679190-7fed-4aa7-b9ec-c57c4dca2473"},{"key":"x-amz-apigw-id","value":"ayancG5oIAMEkUg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69c40afc-24177bf22b2a032618455faa"},{"key":"x-envoy-upstream-service-time","value":"696"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"suggestions\": [\n        {\n            \"addressText\": null,\n            \"addressTextNoApt\": null,\n            \"street\": null,\n            \"aptUnit\": null,\n            \"aptDesignator\": null,\n            \"city\": null,\n            \"state\": \"TX\",\n            \"zipCode\": \"76048\",\n            \"esiId\": null,\n            \"esiIdStatus\": null,\n            \"premiseType\": null,\n            \"meterType\": null,\n            \"tdsp\": [\n                \"D0003\",\n                \"D0002\"\n            ],\n            \"hasSecondaryAddress\": false,\n            \"groupDocCount\": null,\n            \"tdspName\": {\n                \"D0003\": \"Texas-New Mexico Power Company\",\n                \"D0002\": \"ONCOR\"\n            },\n            \"confidenceScore\": 0\n        }\n    ]\n}"}],"_postman_id":"05e02cd0-0e31-4737-8dfc-ce6ce0af9067"},{"name":"non-commodity pre-qualification","id":"d0daf581-2b43-4634-82d6-1266e992c349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"<p>Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>Affiliate Id issued by NRG to the client</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"<p>The code representing NRG's REP brand, the electricity service is being requested for.</p>\n","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"<p>Brand code associated with the Company code</p>\n","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"<p>Language Code</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/oa/non-commodity/pre-qualification?hasWiFi=true&transactionType=MVI&homeOwner=true&agentId=DL1182&esid=1008901006189108069100","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint retrieves non-commodity product information associated with a specific customer enrollment ID basd on the ESID of the customer. It is useful for obtaining the ESID eligibility for the non commodity products.</p>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://stg-partners-api.nrg.com/api/v1/oa/enroll/{{customer_enrollment_id}}/non-commodity</code></p>\n</li>\n<li><p><code>customer_enrollment_id</code> (string): The unique identifier for the customer enrollment. This ID is required to fetch the relevant non-commodity products.</p>\n</li>\n</ul>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><strong>hasWiFi(String,Mandetory)</strong> : Field indication if customer has home wifi or not.Expected value in the field is \"true\" if customer has home wifi or \"false\" if customer do not have home wifi</p>\n</li>\n<li><p><strong>transactionType (String,Mandetory)</strong>: Transaction Type , possible values are \"MVI\", \"SWI.</p>\n</li>\n<li><p><strong>esid (String,Mandetory)</strong>: ESID associated with the address</p>\n</li>\n<li><p><strong>agentId(String,Mandetory)</strong> : Agent ID</p>\n</li>\n<li><p><strong>homeOwner(String,Mandetory)</strong> : Field indicating if its owned house or rented. Expected value in the field is \"true\" if its owned house or \"false\" if its not owned house</p>\n</li>\n</ul>\n<h3 id=\"request-headers\">Request Headers</h3>\n<ul>\n<li><p>Request HeadersThe request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><strong>productList</strong> (array): A list of non-commodity products associated with the customer enrollment. Each product object may contain:</p>\n<ul>\n<li><p><strong>termsAndCondition</strong> (string): The terms and conditions applicable to the product.</p>\n</li>\n<li><p><strong>mpn</strong> (string): Manufacturer Part Number for the product.</p>\n</li>\n<li><p><strong>price</strong> (string): The price of the product.</p>\n</li>\n<li><p><strong>productName</strong> (string): The name of the product.</p>\n</li>\n<li><p><strong>productDescription</strong> (string): A description of the product.</p>\n</li>\n<li><p><strong>productTagLine</strong> (string): A tagline for the product.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>errorCode</strong> (string or null): Code indicating any error that occurred during the request.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string or null): A description of the error, if applicable.</p>\n</li>\n<li><p><strong>messageCode</strong> (string or null): A code for the message returned.</p>\n</li>\n<li><p><strong>messageText</strong> (string or null): A human-readable message related to the response.</p>\n</li>\n<li><p><strong>statusCode</strong> (integer or null): The HTTP status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string or null): The HTTP status message.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","non-commodity","pre-qualification"],"host":["{{url}}"],"query":[{"key":"hasWiFi","value":"true"},{"key":"transactionType","value":"MVI"},{"key":"homeOwner","value":"true"},{"key":"agentId","value":"DL1182"},{"key":"esid","value":"1008901006189108069100"}],"variable":[]}},"response":[{"id":"6a8e3163-3851-4b14-b22d-cf24adbe2dc0","name":"success - retail agent","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/oa/non-commodity/pre-qualification?hasWiFi=true&transactionType=MVI&esid=1008901006189108069100&homeOwner=true&agentId=2020JUAN","host":["{{url}}"],"path":["oa","non-commodity","pre-qualification"],"query":[{"key":"hasWiFi","value":"true"},{"key":"transactionType","value":"MVI"},{"key":"esid","value":"1008901006189108069100"},{"key":"homeOwner","value":"true"},{"key":"agentId","value":"2020JUAN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2026 23:13:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1318"},{"key":"x-amzn-RequestId","value":"f9b6bc83-defe-4db4-9294-59fd2a64efe0"},{"key":"x-amz-apigw-id","value":"aVs1eHZcIAMEYTQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b88e89-13c0e9e90a76c2e177c69d34"},{"key":"x-envoy-upstream-service-time","value":"2946"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"productList\": [\n        {\n            \"termsAndCondition\": \"\",\n            \"mpn\": \"V001\",\n            \"price\": \"$0.00\",\n            \"productName\": \"Vivint Home Essentials\",\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. Vivint Doorbell Camera Pro - Monitor your home from your phone and answer the door from anywhere with two-way talk and one-way video. Vivint Smart Thermostat - Easily adjust your home?s temperature from the Vivint app to balance comfort and energy savings. 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. 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            \"productTagLine\": \"\",\n            \"parentFamily\": \"HBE\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"151bc004-d98f-441b-82da-22f73d0011c3","name":"success - d2d agent","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/oa/non-commodity/pre-qualification?hasWiFi=true&transactionType=MVI&esid=1008901006189108069100&homeOwner=true&agentId=DL1182","host":["{{url}}"],"path":["oa","non-commodity","pre-qualification"],"query":[{"key":"hasWiFi","value":"true"},{"key":"transactionType","value":"MVI"},{"key":"esid","value":"1008901006189108069100"},{"key":"homeOwner","value":"true"},{"key":"agentId","value":"DL1182"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 16 Mar 2026 10:46:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3028"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e5afb29d-4378-40bf-970e-91f164a8fdec"},{"key":"x-amz-apigw-id","value":"aT_ciEOzoAMEfnA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b7df83-46cd789d05737a19731b6a18"}],"cookie":[],"responseTime":null,"body":"{\n    \"productList\": [\n        {\n            \"termsAndCondition\": \"\",\n            \"mpn\": \"V011\",\n            \"price\": \"$0.00\",\n            \"productName\": \"Smart Energy Savings Bundle\",\n            \"productDescription\": \"\",\n            \"productTagLine\": \"Live comfortably. Save effortlessly.\",\n            \"parentFamily\": \"SES\"\n        },\n        {\n            \"termsAndCondition\": \"\",\n            \"mpn\": \"V012\",\n            \"price\": \"$149.99 equipment cost + $29.98 monthly service fee\",\n            \"productName\": \"Smart Energy Savings Bundle with Vivint HomeProtect Plus\",\n            \"productDescription\": \"<ul><li>Vivint smart devices including a Vivint Smart Thermostat, 3 door/window sensors, a motion sensor, a security hub, a keypad, a Vivint Doorbell Camera Pro, chime extender and a Vivint yard sign for just $149.99 ($899.96 value), plus FREE professional installation with the Smart Energy Savings Bundle.<br> <ul><li>Up to $200 in energy savings, which includes a $40 annual electricity bill credit for participation in the Reliant Degrees of Difference Smart Thermostat Program with at least 50% participation in annual event hours and up to $160 in energy savings through the use of the Vivint Smart Comfort feature.<br><ul><li>Device management, enhanced Reliant energy insights and 24/7 professional monitoring for just $29.98 with active Reliant electricity service. You’ll get real-time control, alerts and remote access to your Vivint smart home devices, all in the Vivint app. If electricity service ends, a $39.98/month fee (or then-current rate) from Vivint applies. Payment method and equipment purchase is required at the time of installation. Cancel anytime through Vivint.\",\n            \"productTagLine\": \"\",\n            \"parentFamily\": \"SES\"\n        },\n        {\n            \"termsAndCondition\": \"\",\n            \"mpn\": \"V013\",\n            \"price\": \"$799.99 equipment cost + $44.99 monthly service fee\",\n            \"productName\": \"Smart Energy Savings Bundle with Vivint HomeProtect Pro\",\n            \"productDescription\": \"<ul><li>Vivint smart devices including a Vivint Smart Thermostat, 4 door/window sensors, a motion sensor, a Vivint SmartHub, a Vivint Doorbell Camera Pro, Vivint Outdoor Camera Pro, Vivint Spotlight Pro, smoke and CO₂ detector and a yard sign, for just $799.99 ($1,799.95 value), plus FREE professional installation with the Smart Energy Savings Bundle.<br> <ul><li>Up to $200 in energy savings, which includes a $40 annual electricity bill credit for participation in the Reliant Degrees of Difference Smart Thermostat Program with at least 50% participation in annual event hours and up to $160 in energy savings through the use of the Vivint Smart Comfort feature.<br><ul><li>Device management, enhanced Reliant energy insights and 24/7 professional monitoring for just $44.99 with active Reliant electricity service. You’ll get real-time control, alerts and remote access to your Vivint smart home devices, all in the Vivint app. If electricity service ends, a $54.99/month fee (or then-current rate) from Vivint applies. Payment method and equipment purchase is required at the time of installation. Cancel anytime through Vivint.\",\n            \"productTagLine\": \"\",\n            \"parentFamily\": \"SES\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"ebb69758-8e3a-48bf-b692-faf7ac1d1197","name":"bad request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/oa/non-commodity/pre-qualification?hasWiFi=true&transactionType=&esid=1008901006189108069100&homeOwner=false&agentId=2020JUAN","host":["{{url}}"],"path":["oa","non-commodity","pre-qualification"],"query":[{"key":"hasWiFi","value":"true"},{"key":"transactionType","value":""},{"key":"esid","value":"1008901006189108069100"},{"key":"homeOwner","value":"false"},{"key":"agentId","value":"2020JUAN"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2026 02:10:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"191"},{"key":"x-amzn-RequestId","value":"2772012e-e9e2-4806-8919-ecd27a6ffdd4"},{"key":"x-amz-apigw-id","value":"aWG1tFBjoAMEWVQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b8b824-7cc3902372959d302a572e12"},{"key":"x-envoy-upstream-service-time","value":"364"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"productList\": [],\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"Invalid request. Please check query parameters\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"0606623b-afaa-4196-98c2-e92b2873a43a","name":"products not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/oa/non-commodity/pre-qualification?hasWiFi=true&transactionType=MVI&esid=10204049722612920&homeOwner=true&agentId=2020JUAN","host":["{{url}}"],"path":["oa","non-commodity","pre-qualification"],"query":[{"key":"hasWiFi","value":"true"},{"key":"transactionType","value":"MVI"},{"key":"esid","value":"10204049722612920"},{"key":"homeOwner","value":"true"},{"key":"agentId","value":"2020JUAN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2026 23:12:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"125"},{"key":"x-amzn-RequestId","value":"b6981178-e03d-4733-9b2b-0fc095b2f815"},{"key":"x-amz-apigw-id","value":"aVswBGl2oAMEcxw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b88e66-578317485a7e74d72b9245e1"},{"key":"x-envoy-upstream-service-time","value":"2515"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"productList\": [],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"31a95d10-5590-4d45-bc59-31402bf113e0","name":"agent ID not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/oa/non-commodity/pre-qualification?hasWiFi=true&transactionType=MVI&esid=1008901006189108069100&homeOwner=true&agentId=DL118255","host":["{{url}}"],"path":["oa","non-commodity","pre-qualification"],"query":[{"key":"hasWiFi","value":"true"},{"key":"transactionType","value":"MVI"},{"key":"esid","value":"1008901006189108069100"},{"key":"homeOwner","value":"true"},{"key":"agentId","value":"DL118255"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2026 02:11:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"157"},{"key":"x-amzn-RequestId","value":"46cd2edb-982c-4f12-a1ff-88784f1ce38f"},{"key":"x-amz-apigw-id","value":"aWG6TGayIAMEXpA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b8b841-1008861928a4ce183c8c7e8e"},{"key":"x-envoy-upstream-service-time","value":"793"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"productList\": [],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"INVALID_AGENT_ID\",\n    \"messageText\": \"Invalid agent id\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\"\n}"}],"_postman_id":"d0daf581-2b43-4634-82d6-1266e992c349"},{"name":"offers","event":[{"listen":"test","script":{"id":"1b8c37c4-2927-49ec-95d1-190f221638d8","exec":["pm.test(\"Validate that status code is 200\", function () {\r","        pm.response.to.have.status(200);\r","    });\r","    \r","pm.test(\"Validate that statusCode is 00\", function () {\r","        pm.expect(pm.response.json().statusCode).to.eql(\"00\");\r","});\r","\r","pm.test(\"Validate that errorCode is empty\", function () {\r","        pm.expect(pm.response.json().errorCode).to.eql(\"\");\r","});\r","\r","pm.test(\"Validate that errorDescription is null\", function () {\r","        pm.expect(pm.response.json().errorDescription).to.eql(null);\r","});\r","\r","pm.test(\"Validate that displayedOffers is populated\", () => {\r","    pm.expect(pm.response.json().displayedOffers).is.not.null;\r","    });\r","\r","pm.test(\"Validate that affiliateOfferList is populated\", () => {\r","    pm.expect(pm.response.json().affiliateOfferList).is.not.null;\r","    });\r","\r","pm.test(\"Validate that source is populated\", () => {\r","    pm.expect(pm.response.json().source).is.not.null;\r","    });\r","\r","pm.test(\"Validate that tdspCodeCCS is populated\", () => {\r","    pm.expect(pm.response.json().tdspCodeCCS).is.not.null;\r","    });"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bbf90014-081f-4bf6-b0d9-13752fd224fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"<p>Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>Affiliate Id issued by NRG to the client</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"<p>The code representing NRG's REP brand the electricity service is being requested for.</p>\n","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"<p>Brand code associated with the Company code</p>\n","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"<p>This header value 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","type":"text"}],"url":"{{url}}/oa/offers?tdspCode=D0001&promoCode=WA09SW","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint retrieves available offers based on the specified query parameters. It is designed to provide users with promotional offers that meet their criteria.</p>\n<p>The primary purpose of this endpoint is to allow users to fetch various offers, which can include discounts, pricing information, and other promotional details based on their specified parameters.</p>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{url}}/oa/offers</code></p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><strong>tdspCode</strong> (string, required): The TDSP code for the offer.</p>\n</li>\n<li><p><strong>promoCode</strong> (string, required): The promo code for the offer.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the below necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<p>Please refer to the Headers tab in the request for detailed information on each header's name, purpose, and expected values.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and will include various details about the offers. The structure of the response is as follows:</p>\n<ul>\n<li><p><strong>httpStatus</strong>: Status of the HTTP request.</p>\n</li>\n<li><p><strong>offerDate</strong>: Date when the offer is available.</p>\n</li>\n<li><p><strong>offerTime</strong>: Time when the offer is available.</p>\n</li>\n<li><p><strong>statusCode</strong>: Code indicating the status of the response.</p>\n</li>\n<li><p><strong>affiliateOfferList</strong>: An array containing details of the affiliate offers. Each offer object may include:</p>\n<ul>\n<li><p><strong>autoPayDiscount</strong>: Information about auto-pay discounts.</p>\n</li>\n<li><p><strong>averageEFLPrice</strong>: Average pricing for different usage tiers.</p>\n</li>\n<li><p><strong>baseCharge</strong>: The base charge associated with the offer.</p>\n</li>\n<li><p><strong>campaignCode</strong>: The code for the associated marketing campaign.</p>\n</li>\n<li><p><strong>contractTerm</strong>: The duration of the contract for the offer.</p>\n</li>\n<li><p><strong>energyCharge</strong>: The energy charge associated with the offer.</p>\n</li>\n<li><p><strong>fixedMonthlyCharge</strong>: Any fixed monthly charges applicable.</p>\n</li>\n<li><p><strong>promoCode</strong>: The promotional code linked to the offer.</p>\n</li>\n<li><p><strong>sapPlanName</strong>: The name of the plan in the SAP system.</p>\n</li>\n<li><p><strong>usageCharge</strong>: Charges based on usage.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["oa","offers"],"host":["{{url}}"],"query":[{"description":{"content":"<p>TDSP code of the Area</p>\n","type":"text/plain"},"key":"tdspCode","value":"D0001"},{"description":{"content":"<p>Promo Code</p>\n","type":"text/plain"},"key":"promoCode","value":"WA09SW"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"f774739a-cb58-4835-b6f7-836ab863bffb","name":"offers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"This header value allows the API client to optionally indicate whether the customer-facing “message code” text returned in the calls should be in English or Spanish.","type":"text"}],"url":{"raw":"{{url}}/oa/offers?tdspCode=D0001&promoCode=WA09SW","host":["{{url}}"],"path":["oa","offers"],"query":[{"key":"tdspCode","value":"D0001","description":"TDSP code of the Area"},{"key":"promoCode","value":"WA09SW","description":"Promo Code"},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Feb 2026 11:34:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23766"},{"key":"x-amzn-RequestId","value":"c3548204-a23b-42ae-bb9c-4db6c827f106"},{"key":"x-amz-apigw-id","value":"Y7HHKFKIoAMEpDA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6994522d-426401bd2a73f4aa61c7c704"},{"key":"x-envoy-upstream-service-time","value":"1196"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"ny8-nyc"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"offerDate\": \"02172026\",\n    \"offerTime\": \"11:34:06\",\n    \"externalDunsNumber\": null,\n    \"errorCode\": \"\",\n    \"errorDescription\": null,\n    \"messageText\": null,\n    \"messageCode\": \"\",\n    \"httpStatus\": null,\n    \"statusCode\": \"00\",\n    \"cmsErrorOffers\": \"56966845-Reliant Power Savings,56987508-Reliant Power Savings,56832429-Reliant Power Savings 2000,56832367-Reliant Power Savings 2000\",\n    \"erpErrorOffers\": \"\",\n    \"source\": \"CACHED\",\n    \"cmsNonCriticalErrorOfferList\": \"\",\n    \"cmsSource\": null,\n    \"displayedOffers\": \"56832431,56832427,56832385,56832380,56832404,56832395,56832417,56832413\",\n    \"offerSource\": \"promo\",\n    \"tdspCodeCCS\": \"D0001\",\n    \"sapErrorOffersMissingAEMId\": \"\",\n    \"charityOuts\": null,\n    \"affiliateOfferList\": [\n        {\n            \"autoPayDiscount\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averagePrice1000\": \"17.2\",\n            \"averagePrice2000\": \"16.9\",\n            \"averagePrice500\": \"19.7\",\n            \"baseCharge\": \"0.00\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month; $9.95 usage charge per billing cycle if usage is below 1000 kWh\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"campaignCode\": \"25A1AR00V0\",\n            \"cancelFee\": \"150\",\n            \"cancelFeeText\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsBannerColor\": \"cyan\",\n            \"cmsBannerTitle\": \"$100 DONATION TO AMERICAN HEART ASSOCIATION\",\n            \"cmsGreenFlag\": \"false\",\n            \"cmsLegalese\": null,\n            \"cmsProductMarketingDetails\": \"<p>Manage your electricity budget better with:&nbsp;</p>\\n<p>•Price protection for the length of your term</p>\",\n            \"cmsProductTagline\": \"<p>Budget better with a low, locked-in energy charge</p>\",\n            \"cmsSaveOffer\": \"false\",\n            \"cmsSmartMeterFlag\": \"false\",\n            \"contractTerm\": \"12\",\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"digitalDiscount\": \"\",\n            \"byotDiscount\": \"\",\n            \"eflSmartCode\": \"R1F00175579921A\",\n            \"eflURL\": \"https://stg-my.reliant.com/files/09017518839cd46c.pdf\",\n            \"energyCharge\": \"10.8022\",\n            \"energyChargeOther\": null,\n            \"energyChargeText\": \"10.8022¢ per kWh\",\n            \"energyChargeThird\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"incentiveCode\": \"RI01\",\n            \"incentiveDescription\": \"$0\",\n            \"marketSegment\": \"RS\",\n            \"offerCategory\": \"\",\n            \"offerCode\": \"56832431\",\n            \"offerContentData\": null,\n            \"offerRank\": \"001\",\n            \"planType\": \"Fixed\",\n            \"productPriceCode\": \"R506840170\",\n            \"promoCode\": \"WA09SW\",\n            \"sapOfferTagline\": \"SAVE4 CNP BASIC POWER PLAN 12 $0\",\n            \"sapPlanName\": \"Reliant Basic Power 12 plan\",\n            \"tdspChargeKWh\": null,\n            \"tdspChargeMo\": null,\n            \"tdspChargeOther\": null,\n            \"tdspChargeText\": \"\",\n            \"tosSmartCode\": \"R1F1958A\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883727dcd.pdf\",\n            \"usageCharge\": \"9.95\",\n            \"usageChargeThreshold\": \"1000.0\",\n            \"usageCredit\": \"\",\n            \"yraacSmartCode\": \"R1F2103A\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188358df5d.pdf\",\n            \"usageCreditText\": null,\n            \"usageCreditBaseKwh\": \"0\",\n            \"aemProductId\": \"Reliant Basic Power\",\n            \"renewablePercentage\": \"12.0\",\n            \"segmentFlag\": [],\n            \"cmsProductID\": \"Reliant Basic Power\",\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"nonCommodityProducts\": [\n                \"Make It Solar\",\n                \"Surge Protect\"\n            ],\n            \"cmsFlagColor\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"prepayURL\": null,\n            \"campEnvironmentDetails\": [],\n            \"cmsProductImageThumbnail\": null,\n            \"capped\": null,\n            \"sellBackRatePrice\": null,\n            \"tier1EnergyChargeKWhStart\": null,\n            \"tier1EnergyChargeKWhEnd\": null,\n            \"tier2EnergyChargeKWhStart\": null,\n            \"tier2EnergyChargeKWhEnd\": null,\n            \"baseChargeKWhStart\": \"0\",\n            \"baseChargeKWhEnd\": \"1000\",\n            \"efamilyCode\": \"038009\"\n        },\n        {\n            \"autoPayDiscount\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averagePrice1000\": \"17.8\",\n            \"averagePrice2000\": \"17.5\",\n            \"averagePrice500\": \"20.3\",\n            \"baseCharge\": \"0.00\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month; $9.95 usage charge per billing cycle if usage is below 1000 kWh\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"campaignCode\": \"25A1AR00V0\",\n            \"cancelFee\": \"295\",\n            \"cancelFeeText\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsBannerColor\": \"cyan\",\n            \"cmsBannerTitle\": \"$100 DONATION TO AMERICAN HEART ASSOCIATION\",\n            \"cmsGreenFlag\": \"false\",\n            \"cmsLegalese\": null,\n            \"cmsProductMarketingDetails\": \"<p>Manage your electricity budget better with:&nbsp;</p>\\n<p>•Price protection for the length of your term</p>\",\n            \"cmsProductTagline\": \"<p>Budget better with a low, locked-in energy charge</p>\",\n            \"cmsSaveOffer\": \"false\",\n            \"cmsSmartMeterFlag\": \"false\",\n            \"contractTerm\": \"24\",\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"digitalDiscount\": \"\",\n            \"byotDiscount\": \"\",\n            \"eflSmartCode\": \"R1F00175579905A\",\n            \"eflURL\": \"https://stg-my.reliant.com/files/09017518839d0ec7.pdf\",\n            \"energyCharge\": \"11.4022\",\n            \"energyChargeOther\": null,\n            \"energyChargeText\": \"11.4022¢ per kWh\",\n            \"energyChargeThird\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"incentiveCode\": \"RI01\",\n            \"incentiveDescription\": \"$0\",\n            \"marketSegment\": \"RS\",\n            \"offerCategory\": \"\",\n            \"offerCode\": \"56832427\",\n            \"offerContentData\": null,\n            \"offerRank\": \"002\",\n            \"planType\": \"Fixed\",\n            \"productPriceCode\": \"R506840166\",\n            \"promoCode\": \"WA09SW\",\n            \"sapOfferTagline\": \"SAVE4 CNP BASIC POWER PLAN 24 $0\",\n            \"sapPlanName\": \"Reliant Basic Power 24 plan\",\n            \"tdspChargeKWh\": null,\n            \"tdspChargeMo\": null,\n            \"tdspChargeOther\": null,\n            \"tdspChargeText\": \"\",\n            \"tosSmartCode\": \"R1F1958A\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883727dcd.pdf\",\n            \"usageCharge\": \"9.95\",\n            \"usageChargeThreshold\": \"1000.0\",\n            \"usageCredit\": \"\",\n            \"yraacSmartCode\": \"R1F2103A\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188358df5d.pdf\",\n            \"usageCreditText\": null,\n            \"usageCreditBaseKwh\": \"0\",\n            \"aemProductId\": \"Reliant Basic Power\",\n            \"renewablePercentage\": \"12.0\",\n            \"segmentFlag\": [],\n            \"cmsProductID\": \"Reliant Basic Power\",\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"nonCommodityProducts\": [\n                \"Make It Solar\",\n                \"Surge Protect\"\n            ],\n            \"cmsFlagColor\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"prepayURL\": null,\n            \"campEnvironmentDetails\": [],\n            \"cmsProductImageThumbnail\": null,\n            \"capped\": null,\n            \"sellBackRatePrice\": null,\n            \"tier1EnergyChargeKWhStart\": null,\n            \"tier1EnergyChargeKWhEnd\": null,\n            \"tier2EnergyChargeKWhStart\": null,\n            \"tier2EnergyChargeKWhEnd\": null,\n            \"baseChargeKWhStart\": \"0\",\n            \"baseChargeKWhEnd\": \"1000\",\n            \"efamilyCode\": \"038009\"\n        },\n        {\n            \"autoPayDiscount\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averagePrice1000\": \"17.5\",\n            \"averagePrice2000\": \"18.0\",\n            \"averagePrice500\": \"18.5\",\n            \"baseCharge\": \"5.00\",\n            \"baseUsageChargeText\": \"$5.00 base charge per month\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"campaignCode\": \"25A1AR00V0\",\n            \"cancelFee\": \"150\",\n            \"cancelFeeText\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsBannerColor\": \"cyan\",\n            \"cmsBannerTitle\": \"USE LESS. SAVE MORE.\",\n            \"cmsGreenFlag\": \"false\",\n            \"cmsLegalese\": null,\n            \"cmsProductMarketingDetails\": \"<p>Be rewarded when you use less electricity with:</p>\\n<p>•Lower price for the first 1,000 kWh</p>\\n<p>•No minimum usage fees</p>\",\n            \"cmsProductTagline\": \"<p>Lower price for the first 1,000 kWh</p>\",\n            \"cmsSaveOffer\": \"false\",\n            \"cmsSmartMeterFlag\": \"false\",\n            \"contractTerm\": \"12\",\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"digitalDiscount\": \"\",\n            \"byotDiscount\": \"\",\n            \"eflSmartCode\": \"R1F00175579722A\",\n            \"eflURL\": \"https://stg-my.reliant.com/files/09017518839d0ea1.pdf\",\n            \"energyCharge\": \"10.6522\",\n            \"energyChargeOther\": \"12.6522\",\n            \"energyChargeText\": \"Energy Charge (0 to 1000 kWh) : 10.6522¢ per kWh; Energy Charge (>1000 kWh) : 12.6522¢ per kWh\",\n            \"energyChargeThird\": \"\",\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"incentiveCode\": \"RI01\",\n            \"incentiveDescription\": \"$0\",\n            \"marketSegment\": \"RS\",\n            \"offerCategory\": \"CONSERVATION\",\n            \"offerCode\": \"56832385\",\n            \"offerContentData\": null,\n            \"offerRank\": \"003\",\n            \"planType\": \"Fixed\",\n            \"productPriceCode\": \"R506840124\",\n            \"promoCode\": \"WA09SW\",\n            \"sapOfferTagline\": \"SAVE4 CNP CONSERVATION PLAN 12 $0\",\n            \"sapPlanName\": \"Reliant Conservation 12 plan\",\n            \"tdspChargeKWh\": null,\n            \"tdspChargeMo\": null,\n            \"tdspChargeOther\": null,\n            \"tdspChargeText\": \"\",\n            \"tosSmartCode\": \"R1F1958A\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883727dcd.pdf\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"usageCredit\": \"\",\n            \"yraacSmartCode\": \"R1F2103A\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188358df5d.pdf\",\n            \"usageCreditText\": null,\n            \"usageCreditBaseKwh\": \"0\",\n            \"aemProductId\": \"Reliant Conservation\",\n            \"renewablePercentage\": \"12.0\",\n            \"segmentFlag\": [],\n            \"cmsProductID\": \"Reliant Conservation\",\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"nonCommodityProducts\": [\n                \"Make It Solar\",\n                \"Surge Protect\"\n            ],\n            \"cmsFlagColor\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"prepayURL\": null,\n            \"campEnvironmentDetails\": [],\n            \"cmsProductImageThumbnail\": null,\n            \"capped\": null,\n            \"sellBackRatePrice\": null,\n            \"tier1EnergyChargeKWhStart\": \"0\",\n            \"tier1EnergyChargeKWhEnd\": \"1000\",\n            \"tier2EnergyChargeKWhStart\": \"1001\",\n            \"tier2EnergyChargeKWhEnd\": null,\n            \"baseChargeKWhStart\": null,\n            \"baseChargeKWhEnd\": null,\n            \"efamilyCode\": \"011003\"\n        },\n        {\n            \"autoPayDiscount\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averagePrice1000\": \"17.5\",\n            \"averagePrice2000\": \"18.0\",\n            \"averagePrice500\": \"18.5\",\n            \"baseCharge\": \"5.00\",\n            \"baseUsageChargeText\": \"$5.00 base charge per month\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"campaignCode\": \"25A1AR00V0\",\n            \"cancelFee\": \"295\",\n            \"cancelFeeText\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsBannerColor\": \"cyan\",\n            \"cmsBannerTitle\": \"USE LESS. SAVE MORE.\",\n            \"cmsGreenFlag\": \"false\",\n            \"cmsLegalese\": null,\n            \"cmsProductMarketingDetails\": \"<p>Be rewarded when you use less electricity with:</p>\\n<p>•Lower price for the first 1,000 kWh</p>\\n<p>•No minimum usage fees</p>\",\n            \"cmsProductTagline\": \"<p>Lower price for the first 1,000 kWh</p>\",\n            \"cmsSaveOffer\": \"false\",\n            \"cmsSmartMeterFlag\": \"false\",\n            \"contractTerm\": \"24\",\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"digitalDiscount\": \"\",\n            \"byotDiscount\": \"\",\n            \"eflSmartCode\": \"R1F00175579714A\",\n            \"eflURL\": \"https://stg-my.reliant.com/files/09017518839d0605.pdf\",\n            \"energyCharge\": \"10.6522\",\n            \"energyChargeOther\": \"12.6522\",\n            \"energyChargeText\": \"Energy Charge (0 to 1000 kWh) : 10.6522¢ per kWh; Energy Charge (>1000 kWh) : 12.6522¢ per kWh\",\n            \"energyChargeThird\": \"\",\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"incentiveCode\": \"RI01\",\n            \"incentiveDescription\": \"$0\",\n            \"marketSegment\": \"RS\",\n            \"offerCategory\": \"CONSERVATION\",\n            \"offerCode\": \"56832380\",\n            \"offerContentData\": null,\n            \"offerRank\": \"004\",\n            \"planType\": \"Fixed\",\n            \"productPriceCode\": \"R506840119\",\n            \"promoCode\": \"WA09SW\",\n            \"sapOfferTagline\": \"SAVE4 CNP CONSERVATION PLAN 24 $0\",\n            \"sapPlanName\": \"Reliant Conservation 24 plan\",\n            \"tdspChargeKWh\": null,\n            \"tdspChargeMo\": null,\n            \"tdspChargeOther\": null,\n            \"tdspChargeText\": \"\",\n            \"tosSmartCode\": \"R1F1958A\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883727dcd.pdf\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"usageCredit\": \"\",\n            \"yraacSmartCode\": \"R1F2103A\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188358df5d.pdf\",\n            \"usageCreditText\": null,\n            \"usageCreditBaseKwh\": \"0\",\n            \"aemProductId\": \"Reliant Conservation\",\n            \"renewablePercentage\": \"12.0\",\n            \"segmentFlag\": [],\n            \"cmsProductID\": \"Reliant Conservation\",\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"nonCommodityProducts\": [\n                \"Make It Solar\",\n                \"Surge Protect\"\n            ],\n            \"cmsFlagColor\": null,\n            \"cmsOfferLegaleseList\": null,\n            \"prepayURL\": null,\n            \"campEnvironmentDetails\": [],\n            \"cmsProductImageThumbnail\": null,\n            \"capped\": null,\n            \"sellBackRatePrice\": null,\n            \"tier1EnergyChargeKWhStart\": \"0\",\n            \"tier1EnergyChargeKWhEnd\": \"1000\",\n            \"tier2EnergyChargeKWhStart\": \"1001\",\n            \"tier2EnergyChargeKWhEnd\": null,\n            \"baseChargeKWhStart\": null,\n            \"baseChargeKWhEnd\": null,\n            \"efamilyCode\": \"011003\"\n        },\n        {\n            \"autoPayDiscount\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averagePrice1000\": \"19.8\",\n            \"averagePrice2000\": \"19.5\",\n            \"averagePrice500\": \"20.3\",\n            \"baseCharge\": \"0.00\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"campaignCode\": \"25A1AR00V0\",\n            \"cancelFee\": \"150\",\n            \"cancelFeeText\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsBannerColor\": null,\n            \"cmsBannerTitle\": null,\n            \"cmsGreenFlag\": \"false\",\n            \"cmsLegalese\": null,\n            \"cmsProductMarketingDetails\": \"<p>Truly Free means no energy charge and zero delivery charges.</p>\\n<ul>\\n <li>Pay nothing for electricity every night, from 8 p.m. to <span>6 a.m.<sup>1</sup></span></li>\\n <li>Your daytime rate stays fixed and locked in for the length of your term.</li>\\n <li>Great for using power-hungry appliances or electronics, running a pool pump or charging an electric vehicle at night.</li>\\n</ul>\",\n            \"cmsProductTagline\": \"<p>Invite friends over, knock out your to-do list, sleep extra-cool or do the night owl thing, while you save at night with Truly Free electricity.</p>\",\n            \"cmsSaveOffer\": null,\n            \"cmsSmartMeterFlag\": \"true\",\n            \"contractTerm\": \"12\",\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"digitalDiscount\": \"\",\n            \"byotDiscount\": \"\",\n            \"eflSmartCode\": \"R1F00175579808A\",\n            \"eflURL\": \"https://stg-my.reliant.com/files/09017518839ccfff.pdf\",\n            \"energyCharge\": \"27.3816\",\n            \"energyChargeOther\": \"0.00\",\n            \"energyChargeText\": \"Daytime Energy Charge : 27.3816¢ per kWh; Nighttime Energy Charge : 0.00¢ per kWh\",\n            \"energyChargeThird\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"incentiveCode\": \"RI01\",\n            \"incentiveDescription\": \"$0\",\n            \"marketSegment\": \"RS\",\n            \"offerCategory\": \"TRULYFREENIGHTS\",\n            \"offerCode\": \"56832404\",\n            \"offerContentData\": null,\n            \"offerRank\": \"009\",\n            \"planType\": \"Fixed\",\n            \"productPriceCode\": \"R506840143\",\n            \"promoCode\": \"WA09SW\",\n            \"sapOfferTagline\": \"SAVE4 CNP TRULY FREE NIGHTS 100% SOLAR 12 $0\",\n            \"sapPlanName\": \"Reliant Truly Free Nights 100% Solar 12 plan\",\n            \"tdspChargeKWh\": null,\n            \"tdspChargeMo\": null,\n            \"tdspChargeOther\": null,\n            \"tdspChargeText\": \"\",\n            \"tosSmartCode\": \"R1F1958A\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883727dcd.pdf\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"usageCredit\": \"\",\n            \"yraacSmartCode\": \"R1F2103A\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188358df5d.pdf\",\n            \"usageCreditText\": null,\n            \"usageCreditBaseKwh\": \"0\",\n            \"aemProductId\": \"Reliant Truly Free Nights 100 Solar\",\n            \"renewablePercentage\": \"100.0\",\n            \"segmentFlag\": [],\n            \"cmsProductID\": \"Reliant Truly Free Nights 100 Solar\",\n            \"cmsSticker\": null,\n            \"cmsEnergyType\": null,\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"nonCommodityProducts\": [\n                \"Surge Protect\"\n            ],\n            \"cmsFlagColor\": null,\n            \"cmsOfferLegaleseList\": [\n                \"<p><sup>1</sup><p>Average price calculation is based on 2,000 kWh and a standard usage profile over X months including 42% of total consumption on nights, and includes the free nights energy charge. Savings will vary according to time of usage. TDSP Monthly Charges are the set monthly charges from the transmission and distribution service provider and are passed through without markup. TDSP Charges include all recurring consumption charges from the TDSP and are passed through without markup. In the event you move to a new location, the cancellation fee may not be applicable and you may be eligible to transfer this plan to the new location.</p></p>\"\n            ],\n            \"prepayURL\": null,\n            \"campEnvironmentDetails\": [],\n            \"cmsProductImageThumbnail\": null,\n            \"capped\": null,\n            \"sellBackRatePrice\": null,\n            \"tier1EnergyChargeKWhStart\": null,\n            \"tier1EnergyChargeKWhEnd\": null,\n            \"tier2EnergyChargeKWhStart\": null,\n            \"tier2EnergyChargeKWhEnd\": null,\n            \"baseChargeKWhStart\": null,\n            \"baseChargeKWhEnd\": null,\n            \"efamilyCode\": \"022009\"\n        },\n        {\n            \"autoPayDiscount\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averagePrice1000\": \"19.8\",\n            \"averagePrice2000\": \"19.5\",\n            \"averagePrice500\": \"20.3\",\n            \"baseCharge\": \"0.00\",\n            \"baseUsageChargeText\": \"$0.00 base charge per month\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"campaignCode\": \"25A1AR00V0\",\n            \"cancelFee\": \"150\",\n            \"cancelFeeText\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsBannerColor\": \"cyan\",\n            \"cmsBannerTitle\": \"FREE FROM 8 P.M. FRIDAY TO 12 A.M. MONDAY\",\n            \"cmsGreenFlag\": \"false\",\n            \"cmsLegalese\": null,\n            \"cmsProductMarketingDetails\": \"<p>Save on electricity every weekend, Friday night through Sunday with:</p>\\n<p>•No energy charge from 8 p.m. Friday to 12 a.m. <span>Monday<sup>1</sup></span></p>\\n<p>•100% solar energy, no panels <span>required<sup>2</sup></span></p>\\n<p>•A fixed weekday rate&nbsp;for the length of your term</p>\\n<p>•The ability to monitor your free electricity and solar impact with the Reliant app</p>\",\n            \"cmsProductTagline\": \"<p>Save on electricity all weekend long</p>\",\n            \"cmsSaveOffer\": \"false\",\n            \"cmsSmartMeterFlag\": \"false\",\n            \"contractTerm\": \"12\",\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"digitalDiscount\": \"\",\n            \"byotDiscount\": \"\",\n            \"eflSmartCode\": \"R1F00175579758A\",\n            \"eflURL\": \"https://stg-my.reliant.com/files/09017518839cd868.pdf\",\n            \"energyCharge\": \"22.4869\",\n            \"energyChargeOther\": \"0.00\",\n            \"energyChargeText\": \"Weekday Energy Charge : 22.4869¢ per kWh; Weekend Energy Charge : 0.00¢ per kWh\",\n            \"energyChargeThird\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"incentiveCode\": \"RI01\",\n            \"incentiveDescription\": \"$0\",\n            \"marketSegment\": \"RS\",\n            \"offerCategory\": \"TRULYFREEWKND\",\n            \"offerCode\": \"56832395\",\n            \"offerContentData\": null,\n            \"offerRank\": \"010\",\n            \"planType\": \"Fixed\",\n            \"productPriceCode\": \"R506840134\",\n            \"promoCode\": \"WA09SW\",\n            \"sapOfferTagline\": \"SAVE4 CNP TRULY FREE WEEKENDS 100% SOLAR 12 $0\",\n            \"sapPlanName\": \"Reliant Truly Free Weekends 100% Solar 12 plan\",\n            \"tdspChargeKWh\": null,\n            \"tdspChargeMo\": null,\n            \"tdspChargeOther\": null,\n            \"tdspChargeText\": \"\",\n            \"tosSmartCode\": \"R1F1958A\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883727dcd.pdf\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"usageCredit\": \"\",\n            \"yraacSmartCode\": \"R1F2103A\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188358df5d.pdf\",\n            \"usageCreditText\": null,\n            \"usageCreditBaseKwh\": \"0\",\n            \"aemProductId\": \"Reliant Truly Free Weekends 100 Solar\",\n            \"renewablePercentage\": \"100.0\",\n            \"segmentFlag\": [],\n            \"cmsProductID\": \"Reliant Truly Free Weekends 100 Solar\",\n            \"cmsSticker\": [\n                \"100% Solar\"\n            ],\n            \"cmsEnergyType\": [\n                \"Solar Plans\"\n            ],\n            \"cmsFeatures\": [\n                \"Free electricity periods\",\n                \"Renewable\"\n            ],\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"nonCommodityProducts\": [\n                \"Surge Protect\"\n            ],\n            \"cmsFlagColor\": null,\n            \"cmsOfferLegaleseList\": [\n                \"<p><sup>1</sup><p>Average price calculation is based on 2,000 kWh and a standard usage profile over X months with 32% of total consumption on weekends and includes the free weekend energy charge. Your average price for electricity will vary according to your usage. Your price can vary to reflect actual changes in TDSP delivery charges, changes to the Electric Reliability Council of Texas or Texas Regional Entity administrative fees charged to loads, or changes resulting from federal, state or local laws or regulatory actions that impose new or modified fees or costs on Reliant that are beyond Reliant’s control.</p></p>\",\n                \"<p><sup>2</sup><p>Plan matches 100% of electricity usage with solar renewable energy certificates.&nbsp;</p></p>\"\n            ],\n            \"prepayURL\": null,\n            \"campEnvironmentDetails\": [],\n            \"cmsProductImageThumbnail\": null,\n            \"capped\": null,\n            \"sellBackRatePrice\": null,\n            \"tier1EnergyChargeKWhStart\": null,\n            \"tier1EnergyChargeKWhEnd\": null,\n            \"tier2EnergyChargeKWhStart\": null,\n            \"tier2EnergyChargeKWhEnd\": null,\n            \"baseChargeKWhStart\": null,\n            \"baseChargeKWhEnd\": null,\n            \"efamilyCode\": \"010009\"\n        },\n        {\n            \"autoPayDiscount\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averagePrice1000\": \"18.0\",\n            \"averagePrice2000\": \"17.5\",\n            \"averagePrice500\": \"19.0\",\n            \"baseCharge\": \"5.00\",\n            \"baseUsageChargeText\": \"$5.00 base charge per month\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"campaignCode\": \"25A1AR00V0\",\n            \"cancelFee\": \"295\",\n            \"cancelFeeText\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsBannerColor\": null,\n            \"cmsBannerTitle\": \"Most Popular\",\n            \"cmsGreenFlag\": \"false\",\n            \"cmsLegalese\": null,\n            \"cmsProductMarketingDetails\": \"<ul>\\n <li>Straightforward pricing with no usage fees</li>\\n <li>Fixed energy charge for your entire <span>term<sup>1</sup></span></li>\\n <li>No markup on TDSP charges</li>\\n</ul>\",\n            \"cmsProductTagline\": \"<p>Get price protection today.</p>\",\n            \"cmsSaveOffer\": \"false\",\n            \"cmsSmartMeterFlag\": \"false\",\n            \"contractTerm\": \"24\",\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"digitalDiscount\": \"\",\n            \"byotDiscount\": \"\",\n            \"eflSmartCode\": \"R1F00175579930A\",\n            \"eflURL\": \"https://stg-my.reliant.com/files/09017518839d3359.pdf\",\n            \"energyCharge\": \"11.1522\",\n            \"energyChargeOther\": null,\n            \"energyChargeText\": \"11.1522¢ per kWh\",\n            \"energyChargeThird\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"incentiveCode\": \"RI01\",\n            \"incentiveDescription\": \"$0\",\n            \"marketSegment\": \"RS\",\n            \"offerCategory\": \"\",\n            \"offerCode\": \"56832417\",\n            \"offerContentData\": null,\n            \"offerRank\": \"011\",\n            \"planType\": \"Fixed\",\n            \"productPriceCode\": \"R506840156\",\n            \"promoCode\": \"WA09SW\",\n            \"sapOfferTagline\": \"SAVE4 CNP PURE POWER 24 $0\",\n            \"sapPlanName\": \"Reliant Pure Power 24 plan\",\n            \"tdspChargeKWh\": null,\n            \"tdspChargeMo\": null,\n            \"tdspChargeOther\": null,\n            \"tdspChargeText\": \"\",\n            \"tosSmartCode\": \"R1F1958A\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883727dcd.pdf\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"usageCredit\": \"\",\n            \"yraacSmartCode\": \"R1F2103A\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188358df5d.pdf\",\n            \"usageCreditText\": null,\n            \"usageCreditBaseKwh\": \"0\",\n            \"aemProductId\": \"Reliant Power On\",\n            \"renewablePercentage\": \"12.0\",\n            \"segmentFlag\": [],\n            \"cmsProductID\": \"Reliant Power On\",\n            \"cmsSticker\": [],\n            \"cmsEnergyType\": [],\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"nonCommodityProducts\": [\n                \"Make It Solar\",\n                \"Surge Protect\"\n            ],\n            \"cmsFlagColor\": \"primary-dark-ui\",\n            \"cmsOfferLegaleseList\": [\n                \"<p><sup>1</sup><p>A usage charge of $9.95 applies when usage is below 800 kWh during a billing cycle.</p></p>\"\n            ],\n            \"prepayURL\": null,\n            \"campEnvironmentDetails\": [],\n            \"cmsProductImageThumbnail\": null,\n            \"capped\": null,\n            \"sellBackRatePrice\": null,\n            \"tier1EnergyChargeKWhStart\": null,\n            \"tier1EnergyChargeKWhEnd\": null,\n            \"tier2EnergyChargeKWhStart\": null,\n            \"tier2EnergyChargeKWhEnd\": null,\n            \"baseChargeKWhStart\": null,\n            \"baseChargeKWhEnd\": null,\n            \"efamilyCode\": \"004009\"\n        },\n        {\n            \"autoPayDiscount\": \"\",\n            \"averageEFLPrice1000\": \"\",\n            \"averageEFLPrice2000\": \"\",\n            \"averageEFLPrice500\": \"\",\n            \"averagePrice1000\": \"18.0\",\n            \"averagePrice2000\": \"17.5\",\n            \"averagePrice500\": \"19.0\",\n            \"baseCharge\": \"5.00\",\n            \"baseUsageChargeText\": \"$5.00 base charge per month\",\n            \"blockPrice\": \"\",\n            \"blockPriceThreshold\": \"\",\n            \"campaignCode\": \"25A1AR00V0\",\n            \"cancelFee\": \"150\",\n            \"cancelFeeText\": null,\n            \"cmsAdditionalPricingText\": null,\n            \"cmsBannerColor\": null,\n            \"cmsBannerTitle\": \"Most Popular\",\n            \"cmsGreenFlag\": \"false\",\n            \"cmsLegalese\": null,\n            \"cmsProductMarketingDetails\": \"<ul>\\n <li>Straightforward pricing with no usage fees</li>\\n <li>Fixed energy charge for your entire <span>term<sup>1</sup></span></li>\\n <li>No markup on TDSP charges</li>\\n</ul>\",\n            \"cmsProductTagline\": \"<p>Get price protection today.</p>\",\n            \"cmsSaveOffer\": \"false\",\n            \"cmsSmartMeterFlag\": \"false\",\n            \"contractTerm\": \"12\",\n            \"creditMaxUsageThreshold\": \"\",\n            \"creditMinUsageThreshold\": \"\",\n            \"digitalDiscount\": \"\",\n            \"byotDiscount\": \"\",\n            \"eflSmartCode\": \"R1F00175579914A\",\n            \"eflURL\": \"https://stg-my.reliant.com/files/09017518839cd676.pdf\",\n            \"energyCharge\": \"11.1522\",\n            \"energyChargeOther\": null,\n            \"energyChargeText\": \"11.1522¢ per kWh\",\n            \"energyChargeThird\": null,\n            \"fixedMonthlyCharge\": \"0.00\",\n            \"incentiveCode\": \"RI01\",\n            \"incentiveDescription\": \"$0\",\n            \"marketSegment\": \"RS\",\n            \"offerCategory\": \"\",\n            \"offerCode\": \"56832413\",\n            \"offerContentData\": null,\n            \"offerRank\": \"012\",\n            \"planType\": \"Fixed\",\n            \"productPriceCode\": \"R506840152\",\n            \"promoCode\": \"WA09SW\",\n            \"sapOfferTagline\": \"SAVE4 CNP PURE POWER 12 $0\",\n            \"sapPlanName\": \"Reliant Pure Power 12 plan\",\n            \"tdspChargeKWh\": null,\n            \"tdspChargeMo\": null,\n            \"tdspChargeOther\": null,\n            \"tdspChargeText\": \"\",\n            \"tosSmartCode\": \"R1F1958A\",\n            \"tosURL\": \"https://stg-my.reliant.com/files/0901751883727dcd.pdf\",\n            \"usageCharge\": null,\n            \"usageChargeThreshold\": null,\n            \"usageCredit\": \"\",\n            \"yraacSmartCode\": \"R1F2103A\",\n            \"yraacURL\": \"https://stg-my.reliant.com/files/090175188358df5d.pdf\",\n            \"usageCreditText\": null,\n            \"usageCreditBaseKwh\": \"0\",\n            \"aemProductId\": \"Reliant Power On\",\n            \"renewablePercentage\": \"12.0\",\n            \"segmentFlag\": [],\n            \"cmsProductID\": \"Reliant Power On\",\n            \"cmsSticker\": [],\n            \"cmsEnergyType\": [],\n            \"cmsFeatures\": null,\n            \"cmsMarketingShortDescription\": null,\n            \"cmsProductImage\": null,\n            \"incentiveList\": null,\n            \"nonCommodityProducts\": [\n                \"Make It Solar\",\n                \"Surge Protect\"\n            ],\n            \"cmsFlagColor\": \"primary-dark-ui\",\n            \"cmsOfferLegaleseList\": [\n                \"<p><sup>1</sup><p>A usage charge of $9.95 applies when usage is below 800 kWh during a billing cycle.</p></p>\"\n            ],\n            \"prepayURL\": null,\n            \"campEnvironmentDetails\": [],\n            \"cmsProductImageThumbnail\": null,\n            \"capped\": null,\n            \"sellBackRatePrice\": null,\n            \"tier1EnergyChargeKWhStart\": null,\n            \"tier1EnergyChargeKWhEnd\": null,\n            \"tier2EnergyChargeKWhStart\": null,\n            \"tier2EnergyChargeKWhEnd\": null,\n            \"baseChargeKWhStart\": null,\n            \"baseChargeKWhEnd\": null,\n            \"efamilyCode\": \"004009\"\n        }\n    ]\n}"}],"_postman_id":"bbf90014-081f-4bf6-b0d9-13752fd224fb"},{"name":"billing-address","event":[{"listen":"test","script":{"id":"c3ad6ed3-47a0-4db1-b18a-335c90d73759","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"fd17fc77-f690-4b34-be73-68bf792fa53d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"<p>Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>Affiliate Id issued by NRG to the client</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"<p>The code representing NRG's REP brand the electricity service is being requested for.</p>\n","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"<p>Brand code associated with the Company code</p>\n","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"<p>The “Accept-Language\" 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</p>\n","type":"text"}],"url":"{{url}}/oa/billing-address/autocomplete?search=2525 old farm road 322&max_results=10","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint allows users to retrieve autocomplete suggestions for billing addresses based on a search query. It is particularly useful for enhancing user experience by providing address suggestions as users type.</p>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://stg-partners-api.nrg.com/api/v1/oa/billing-address/autocomplete?search=2525\">https://stg-partners-api.nrg.com/api/v1/oa/billing-address/autocomplete?search=2525</a> old farm road 322&amp;max_results=10</p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><strong>search</strong> (string, required): The query string used to search for billing addresses. For example, \"2525 old farm road\".</p>\n</li>\n<li><p><strong>max_results</strong> (integer, optional): The maximum number of suggestions to return.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<p>Please refer to the Headers tab in the request for detailed information on each header's name, purpose, and expected values.</p>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the API will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>suggestions</strong> (array): An array of suggested billing addresses. Each suggestion includes:</p>\n<ul>\n<li><p><strong>street_line</strong>(string): The primary street address line.</p>\n</li>\n<li><p><strong>secondary</strong>(string): Any secondary address information (e.g., apartment or suite number).</p>\n</li>\n<li><p><strong>city</strong> (string): The city associated with the address.</p>\n</li>\n<li><p><strong>state</strong> (string): The state associated with the address.</p>\n</li>\n<li><p><strong>zipcode</strong> (string): The postal code for the address.</p>\n</li>\n<li><p><strong>entries</strong> (integer): The number of entries found for the suggestion.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>errorCode</strong> (string): An error code if the request fails.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): A description of the error encountered.</p>\n</li>\n<li><p><strong>messageCode</strong> (string): A code to identify the message type.</p>\n</li>\n<li><p><strong>messageText</strong> (string): A human-readable message associated with the response.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): The status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): The HTTP status of the response.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>search</code> parameter is adequately populated to receive meaningful suggestions.</p>\n</li>\n<li><p>The response structure may vary based on the input provided and the availability of address data.</p>\n</li>\n<li><p>Always check for error codes and messages in the response to handle any issues effectively.</p>\n</li>\n<li><p>The billing address response includes a \"entries\" property that indicates how many units are under the input multi-family address. When the customer picks one of these addresses, we need to to repeat the billing-address api call by passing the input address in \"selected\" query parameter. (Screenshot with explanation below)</p>\n</li>\n</ul>\n<ol>\n<li><p>Message in red highlight box shows the query parameter values to be added in the billing address call.</p>\n</li>\n<li><p>At the bottom in \"console\" section we can see the Step 1 which shows the first billing-address call made, which would return multiple address entries. Followed by Step 2, with a subsequent billing-address call where we provide the customer selected address in the \"selected\" parameter.</p>\n</li>\n</ol>\n<img src=\"https://content.pstmn.io/d9d37809-851c-46d9-9a24-7ccbe7821d05/aW1hZ2UucG5n\" width=\"1488\" height=\"935\" />","urlObject":{"path":["oa","billing-address","autocomplete"],"host":["{{url}}"],"query":[{"key":"search","value":"2525 old farm road 322"},{"key":"max_results","value":"10"},{"disabled":true,"key":"selected","value":"2525 Old Farm Rd Apt (397) Houston TX 77063"}],"variable":[]}},"response":[{"id":"73d94396-2020-4266-9cb0-b8384e279e18","name":"billing-address","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"The “Accept-Language\" 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","type":"text"}],"url":{"raw":"{{url}}/oa/billing-address/autocomplete?search=2525 old farm road 322&max_results=10","host":["{{url}}"],"path":["oa","billing-address","autocomplete"],"query":[{"key":"search","value":"2525 old farm road 322"},{"key":"max_results","value":"10"},{"key":"selected","value":"2525 Old Farm Rd Apt (397) Houston TX 77063","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 06 Aug 2025 09:31:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"241"},{"key":"x-amzn-RequestId","value":"e79a9f6c-85b6-4c6f-a1d4-c1b9a0033b41"},{"key":"x-amz-apigw-id","value":"O4IQ7HvsIAMEIjg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-689320d2-49ed683f7993c2c801a9f63d"},{"key":"x-envoy-upstream-service-time","value":"5642"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=yfrmV0EviaNd3/S5PbXF6l7S/d+amhkwreoi7BRq8txpK1kn8dqZxnJKcxUORIzeU3qZSj8vrcLTlw/GMoRnmQoTrNhRb9qWRuV1GyYSPMU+OCGOfDWrXQl5H9p0lnyF9wlcD8F+1WFegmOZuob2mCgj9JOvCKXsKRDCUb1pnMPxurXj; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"suggestions\": [\n        {\n            \"street_line\": \"2525 Old Farm Rd\",\n            \"secondary\": \"Apt 322\",\n            \"city\": \"Houston\",\n            \"state\": \"TX\",\n            \"zipcode\": \"77063\",\n            \"entries\": 1\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"}],"_postman_id":"fd17fc77-f690-4b34-be73-68bf792fa53d"},{"name":"billing-address-search","event":[{"listen":"test","script":{"id":"c3ad6ed3-47a0-4db1-b18a-335c90d73759","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7f853557-c94c-41ae-8e2f-6699aed8e702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"<p>Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>Affiliate Id issued by NRG to the client</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"<p>The code representing NRG's REP brand the electricity service is being requested for.</p>\n","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"<p>Brand code associated with the Company code</p>\n","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"<p>The “Accept-Language\" 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</p>\n","type":"text"}],"url":"{{url}}/oa/billing-address/search?street_line=2525 OlD frm 334&city=Houston&state=texas&zipcode=77063","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint allows users to retrieve autocomplete suggestions for billing addresses based on a search query. It is particularly useful for enhancing user experience by providing address suggestions as users type.</p>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://stg-partners-api.nrg.com/api/v1/oa/billing-address/autocomplete?search=2525\">https://stg-partners-api.nrg.com/api/v1/oa/billing-address/autocomplete?search=2525</a> old farm road 322&amp;max_results=10</p>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><strong>search</strong> (string, required): The query string used to search for billing addresses. For example, \"2525 old farm road\".</p>\n</li>\n<li><p><strong>max_results</strong> (integer, optional): The maximum number of suggestions to return.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<p>Please refer to the Headers tab in the request for detailed information on each header's name, purpose, and expected values.</p>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the API will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>suggestions</strong> (array): An array of suggested billing addresses. Each suggestion includes:</p>\n<ul>\n<li><p><strong>street_line</strong>(string): The primary street address line.</p>\n</li>\n<li><p><strong>secondary</strong>(string): Any secondary address information (e.g., apartment or suite number).</p>\n</li>\n<li><p><strong>city</strong> (string): The city associated with the address.</p>\n</li>\n<li><p><strong>state</strong> (string): The state associated with the address.</p>\n</li>\n<li><p><strong>zipcode</strong> (string): The postal code for the address.</p>\n</li>\n<li><p><strong>entries</strong> (integer): The number of entries found for the suggestion.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>errorCode</strong> (string): An error code if the request fails.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): A description of the error encountered.</p>\n</li>\n<li><p><strong>messageCode</strong> (string): A code to identify the message type.</p>\n</li>\n<li><p><strong>messageText</strong> (string): A human-readable message associated with the response.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): The status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): The HTTP status of the response.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>search</code> parameter is adequately populated to receive meaningful suggestions.</p>\n</li>\n<li><p>The response structure may vary based on the input provided and the availability of address data.</p>\n</li>\n<li><p>Always check for error codes and messages in the response to handle any issues effectively.</p>\n</li>\n<li><p>The billing address response includes a \"entries\" property that indicates how many units are under the input multi-family address. When the customer picks one of these addresses, we need to to repeat the billing-address api call by passing the input address in \"selected\" query parameter. (Screenshot with explanation below)</p>\n</li>\n</ul>\n<ol>\n<li><p>Message in red highlight box shows the query parameter values to be added in the billing address call.</p>\n</li>\n<li><p>At the bottom in \"console\" section we can see the Step 1 which shows the first billing-address call made, which would return multiple address entries. Followed by Step 2, with a subsequent billing-address call where we provide the customer selected address in the \"selected\" parameter.</p>\n</li>\n</ol>\n<img src=\"https://content.pstmn.io/d9d37809-851c-46d9-9a24-7ccbe7821d05/aW1hZ2UucG5n\" width=\"1488\" height=\"935\" />","urlObject":{"path":["oa","billing-address","search"],"host":["{{url}}"],"query":[{"key":"street_line","value":"2525 OlD frm 334"},{"key":"city","value":"Houston"},{"key":"state","value":"texas"},{"key":"zipcode","value":"77063"}],"variable":[]}},"response":[{"id":"790237cd-441f-4e23-bddb-5e75855367ee","name":"billing-address-search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"The “Accept-Language\" 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","type":"text"}],"url":{"raw":"{{url}}/oa/billing-address/search?street_line=2525 OlD frm 334&city=Houston&state=texas&zipcode=77063","host":["{{url}}"],"path":["oa","billing-address","search"],"query":[{"key":"street_line","value":"2525 OlD frm 334"},{"key":"city","value":"Houston"},{"key":"state","value":"texas"},{"key":"zipcode","value":"77063"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 13 Apr 2026 14:59:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b142d9c7-65f5-492e-ac48-fa2c0f288fff"},{"key":"x-amz-apigw-id","value":"bw2saEdlIAMErwg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69dd04b5-4adf6bac64d24aa2146fc07b"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-CDN","value":"Imperva"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-Iinfo","value":"14-1567443-1567521 SNYy RT(1776092278843 62411) q(0 0 0 -1) r(33 33) U24"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"suggestions\": [\n        {\n            \"street_line\": \"2525 Old Farm Rd Apt 334\",\n            \"secondary\": \"Apt 334\",\n            \"city\": \"Houston\",\n            \"state\": \"TX\",\n            \"zipcode\": \"77063\"\n        }\n    ]\n}"}],"_postman_id":"7f853557-c94c-41ae-8e2f-6699aed8e702"},{"name":"token","event":[{"listen":"test","script":{"id":"5c7e9638-277f-4ccd-a1e2-5024d09654c1","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"17b4e505-0b9e-41c3-9b52-6906ec8e67e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"numToBeTokenized\": \"666000609\",\r\n    \"actionCode\": \"SE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/token","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>To ensure the security of data shared over the network, <strong>shopper’s personal data must be tokenized</strong>. Sensitive information such as a customer’s <strong>Social Security Number (SSN)</strong> or <strong>Driver’s License Number (DLN)</strong> cannot be transmitted alongside other personally identifiable information (PII) like name or date of birth.</p>\n<p>The <strong>Tokenization API</strong> enables all parties to share this data safely and securely.</p>\n<p>Before submitting enrollment requests, consumers of the API must first use the <strong>Tokenization API</strong> to secure the customer’s SSN or DLN.</p>\n<ul>\n<li><p>The API accepts the raw PII data (e.g., SSN or DLN) along with an <strong><code>actionCode</code></strong>.</p>\n</li>\n<li><p>It returns a <strong>tokenized version</strong> of the input.</p>\n</li>\n<li><p>This tokenized value should be used in place of the raw SSN or DLN in all subsequent API calls during the enrollment process.</p>\n</li>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <a href=\"https://stg-partners-api.nrg.com/api/v1/oa/token\">https://stg-partners-api.nrg.com/api/v1/oa/token</a></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><p><strong>numToBeTokenized</strong> (string, required): The number to be tokenized.</p>\n</li>\n<li><p><strong>ActionCode</strong> (string, required): SE/PE/AE/CE Social Security Number/Driver's License Number/Bank Account Number/Credit Card Number</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Supported Action codes</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Action Code</th>\n<th>Usage</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SE</td>\n<td>Social Security Number</td>\n</tr>\n<tr>\n<td>PE</td>\n<td>Driver's License Number</td>\n</tr>\n<tr>\n<td>AE</td>\n<td>Bank Account Number</td>\n</tr>\n<tr>\n<td>CE</td>\n<td>Credit Card Number</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<h4 id=\"response-structure\">Response Structure</h4>\n<p>Upon a successful request, the API will return the following fields:</p>\n<ul>\n<li><p><strong>returnCode</strong>(string): Tokenized value</p>\n</li>\n<li><p><strong>errorCode</strong> (string): Code representing any error that occurred (if applicable).</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): Description of the error (if applicable).</p>\n</li>\n<li><p><strong>messageCode</strong> (string): Code for the message returned.</p>\n</li>\n<li><p><strong>messageText</strong> (string): Text of the message returned.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): Status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): HTTP status of the response.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","token"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9cd0d9f7-b087-4fae-95d6-ad53e4211b97","name":"token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"numToBeTokenized\": \"666000609\",\r\n    \"actionCode\": \"SE\" //SE,PE,AE,CE\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/token"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 04 Aug 2025 08:10:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b6efbd18-ed0f-43e7-8ff8-febf846d8028"},{"key":"x-amz-apigw-id","value":"OxWjNGlGoAMEjAg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68906ae0-608f37b76934b59602918646"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"returnToken\": \"8PY8WB1-0609\"\n}"}],"_postman_id":"17b4e505-0b9e-41c3-9b52-6906ec8e67e6"},{"name":"enroll-start","event":[{"listen":"test","script":{"id":"cf6e6ca1-06f3-4418-862a-bf2a3ec37718","exec":["pm.environment.set(\"customer_enrollment_id\", pm.response.json().eid)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c94e8326-86ad-457e-bc80-0b6002ec5b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56987509\",\r\n    \"promoCode\": \"WAB3U0\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"9623 Val Verde St\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77063\",\r\n        \"esiId\": \"1008901006189108069100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint initiates the <strong>enrollment process</strong> for a service based on the provided parameters. It captures user information and other relevant details necessary for processing the enrollment request</p>\n<p>Before calling this endpoint, all clients are <strong>expected</strong> to first call the <strong><code>/service-address/autocomplete</code></strong> API and use the <strong>exact address format returned in its response</strong> within the <code>serviceAddress</code> object of the <strong><code>/start</code></strong> API request.</p>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body should be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>offerCode</strong> (string,mandetory): The specific offer code associated with the enrollment.min-8 char ,max-8 char</p>\n</li>\n<li><p><strong>promoCode</strong> (string,mandetory): The promotional code relevant to the offer.</p>\n</li>\n<li><p><strong>campaignCode</strong> (string,mandatory): The campaign code relevant to the offer. Char length max 10, alphanumeric</p>\n</li>\n<li><p><strong>transactionType</strong> (string,mandatory): The type of transaction being processed (e.g., \"MVI\").</p>\n</li>\n<li><p><strong>serviceAddress</strong> (object,mandetory)<strong>{</strong></p>\n<ul>\n<li><p><strong>street</strong> (string,mandetory): The street number and street name of the service address.Char length max 60</p>\n</li>\n<li><p><strong>aptUnit</strong> (string): The apartment number (if applicable) for the service address.Char length max 10</p>\n</li>\n<li><p><strong>aptDesignator</strong> (string): The Designator of the apartment of the service address.Char length max 10</p>\n</li>\n<li><p><strong>city</strong> (string,mandetory): The city of the service address.Char length max 30</p>\n</li>\n<li><p><strong>state</strong> (string,mandetory): The state of the service address.Char length 2</p>\n</li>\n<li><p><strong>zipCode</strong> (string,mandetory): The ZIP code of the service address.Char length max 10</p>\n</li>\n<li><p><strong>esiId</strong> (string): The ESI ID for the service.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>}</p>\n<ul>\n<li><p><strong>agentID</strong> (string,optional): The identifier for the agent processing the request.Char length max 12</p>\n</li>\n<li><p><strong>tabletId</strong> (string,optional): The identifier for the tablet used (optional).</p>\n</li>\n<li><p><strong>deviceLatitude</strong> (string,optional): The latitude of the device (optional).</p>\n</li>\n<li><p><strong>de viceLongitude</strong> (string,optional): The longitude of the device (optional).</p>\n</li>\n<li><p><strong>deviceAccuracy</strong> (string,optional): The accuracy of the device location (optional).</p>\n</li>\n<li><p><strong>opportunityId</strong> (string,optional): The ID of the opportunity (optional).</p>\n</li>\n<li><p><strong>accountId</strong> (string,optional): The ID of the account (optional).</p>\n</li>\n<li><p><strong>ipAddress</strong> (string,optional): The IP address of the user (optional).</p>\n</li>\n<li><p><strong>offerTdspCode</strong> (string,required): The TDSP code associated with the offer.</p>\n</li>\n<li><p><strong>partnerId</strong> (string,optional): Partner Id registered in NRG's CRM.Char length max 10</p>\n</li>\n<li><p><strong>locationId</strong> (string,optional) : Agent's Store Location Id.Char length max 10</p>\n</li>\n<li><p>**homeowner (**boolean) : default value false. Whether customer is home owner or not</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be returned in JSON format and contains the following fields:</p>\n<ul>\n<li><p><strong>errorCode</strong> (string): Code indicating any error that occurred during processing (if applicable).</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): A description of the error (if applicable).</p>\n</li>\n<li><p><strong>messageCode</strong> (string): A code representing the message status.</p>\n</li>\n<li><p><strong>messageText</strong> (string): Textual message providing additional information.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): The status code of the request.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): The HTTP status of the response.</p>\n</li>\n<li><p><strong>eid</strong> (string): A unique identifier representing customer's enrollment request.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","enroll","start"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d34d7402-7008-44e6-974d-b57371d8deac","name":"SWITCH_HOLD","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"SWI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"16303 IMPERIAL VALLEY DR\",\r\n        \"aptUnit\": \"1513\",\r\n        \"aptDesignator\": \"APT\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77063\",\r\n        \"esiId\": \"1008901001183636593100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 04 Aug 2025 08:00:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"438"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"01cc8089-4d06-40d5-90d6-c5ace77ae275"},{"key":"x-amz-apigw-id","value":"OxVHvE-CoAMETvA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68906897-1d6fec802d9207e368873aca"}],"cookie":[],"responseTime":null,"body":"{\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    \"eid\": \"b93b2644-e283-4729-927f-8977bfeb7270\"\n}"},{"id":"887cf42a-bb58-4f42-85df-3085419978a3","name":"INVALID_AGENT_ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"SWI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"16303 IMPERIAL VALLEY DR\",\r\n        \"aptUnit\": \"1513\",\r\n        \"aptDesignator\": \"APT\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77060\",\r\n        \"esiId\": \"1008901001183636593100\"\r\n    },\r\n    \"agentID\": \"000000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"9\",\r\n    \"partnerId\": \"GO001\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 04 Aug 2025 08:01:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"185"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0f17ae51-b553-4ea7-9adf-d7d33856aeff"},{"key":"x-amz-apigw-id","value":"OxVS7GzSoAMEvwA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-689068df-07e8df7c5c98cbb314c3b44b"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"INVALID_AGENT_ID\",\n    \"messageText\": \"Invalid agent id\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"b93b2644-e283-4729-927f-8977bfeb7270\"\n}"},{"id":"bd9af45a-cbfc-474c-9dfe-1d65e064682d","name":"BAD_REQUEST","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"00000000\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"SWI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"\",\r\n        \"aptUnit\": \"1513\",\r\n        \"aptDesignator\": \"APT\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77060\",\r\n        \"esiId\": \"1008901001183636593100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 04 Aug 2025 08:03:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0c31e801-e0a7-4794-b48d-9ea71e71a653"},{"key":"x-amz-apigw-id","value":"OxVnPHyVoAMELYg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68906961-4a48f5e4001deac2264fba73"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"Request entity has following errors: * serviceAddress.street must not be blank\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"cac79d90-07c7-4179-b8e2-46251a0a82ca","name":"OFFER_NOT_FOUND","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"00000000\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"SWI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"16303 IMPERIAL VALLEY DR\",\r\n        \"aptUnit\": \"1513\",\r\n        \"aptDesignator\": \"APT\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77060\",\r\n        \"esiId\": \"1008901001183636593100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 04 Aug 2025 08:05:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"181"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"bff2f6d7-1d8d-4c7c-8a1d-6746b2bef574"},{"key":"x-amz-apigw-id","value":"OxV18E6sIAMEKQw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-689069bf-5e3700691ba993915e2c7f3e"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"OFFER_NOT_FOUND\",\n    \"messageText\": \"Invalid offer\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"b93b2644-e283-4729-927f-8977bfeb7270\"\n}"},{"id":"24d8415f-bd1d-4819-8b15-68d629dcf602","name":"NOTIFY_SWITCH_HOLD","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"16303 IMPERIAL VALLEY DR\",\r\n        \"aptUnit\": \"1513\",\r\n        \"aptDesignator\": \"APT\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77060\",\r\n        \"esiId\": \"1008901001183636593100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 04 Aug 2025 08:06:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"642"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"dadf309f-fd78-4da8-a229-a478b531951e"},{"key":"x-amz-apigw-id","value":"OxWBUFXfoAMEdQw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68906a08-454728d4401d634558038433"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"NOTIFY_SWITCH_HOLD\",\n    \"messageText\": \"Please note: Due to a switch hold on the move in address, you will be required to confirm that you are a new resident at that service address. In order to begin service, you will need to download the <a href='https://www.reliant.com/en/residential/customer-care/new_occupant_confirmation.jsp' target='_blank'>New Occupant Confirmation Form</a> and return it to the vendor. Your enrollment request will remain on hold until they receive and process the required documents.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"b93b2644-e283-4729-927f-8977bfeb7270\"\n}"},{"id":"6ad859ae-0ab9-48e5-bcf8-cc9ad102d41a","name":"ADDRESS_TDSP_MISMATCH","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"3909 S M St\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"MCALLEN\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"78503\",\r\n        \"esiId\": \"10032789433055420\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0004\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 04 Aug 2025 08:07:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"243"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4d0f2f47-694c-4404-b45b-0f91ab8487c9"},{"key":"x-amz-apigw-id","value":"OxWLBFo9oAMEbVw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68906a46-1683424b4ed6a04f5848fd30"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"ADDRESS_TDSP_MISMATCH\",\n    \"messageText\": \"TDSP of the selected address and TDSP of selected offer are different\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"b93b2644-e283-4729-927f-8977bfeb7270\"\n}"},{"id":"4474b584-9d39-4ccb-b30a-af17374fa3a4","name":"NESID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"3909 S M St\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"MCALLEN\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"78503\",\r\n        \"esiId\": \"\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0002\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 04 Aug 2025 08:09:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"313"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5ec42c77-e2ff-491c-8c68-58db455c2396"},{"key":"x-amz-apigw-id","value":"OxWX5EUWIAMElBg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68906a98-10475c4a6607f7153853a6c0"}],"cookie":[],"responseTime":null,"body":"{\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    \"eid\": \"b93b2644-e283-4729-927f-8977bfeb7270\"\n}"},{"id":"c7bb1fd3-6686-471f-b663-b0214eea82c4","name":"DNP_HOLD","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"languageCode\": \"E\",\r\n    \"offerCode\": \"56119355\",\r\n    \"promoCode\": \"WB1789\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"2828 SHERRY ST\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"ARLINGTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"76014\",\r\n        \"esiId\": \"10443720004838776\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0002\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Jul 2025 17:55:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"337"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9acf8ee9-535d-4652-a13e-d8497029eb2d"},{"key":"x-amz-apigw-id","value":"NwxhFFoKoAMELNQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68769606-0efad0ac190bbd5f2f396466"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"DNP\",\n    \"messageText\": \"<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    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"126aaf6f-d180-4508-b705-596ee338118d\"\n}"},{"id":"ffe24c10-c6c1-45b2-88b1-ad222d16c159","name":"BUSINESS MTR","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"languageCode\": \"E\",\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"SWI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"910 Louisiana St\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77002\",\r\n        \"esiId\": \"1008901000187900014100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0002\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Jul 2025 16:53:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e50c101b-25d1-45fe-a037-99c49278a3e2"},{"key":"x-amz-apigw-id","value":"NtVkjHTLoAMEXVg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6875361c-3745ac45557df2ee4dee7262"}],"cookie":[],"responseTime":null,"body":"{\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    \"eid\": \"e984084f-5ac5-4a8f-9e3d-cec63c6c40fb\"\n}"},{"id":"61a0330f-5166-444e-a281-233ba89b0e53","name":"ADDRESS_IS_ACTIVE - SWI","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085812\",\r\n    \"promoCode\": \"WA09SW\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"SWI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"103 ZARAGOZA ST\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"LAREDO\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"78040\",\r\n        \"esiId\": \"10032789404715972\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0004\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 10:15:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"231"},{"key":"x-amzn-RequestId","value":"a622026a-2e9f-4c0f-9be2-23add8970a2c"},{"key":"x-amz-apigw-id","value":"Qu4jvEyGoAMEoLQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2a14a-56af534b0d10e1d442745f34"},{"key":"x-envoy-upstream-service-time","value":"5760"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=GY/erSEgTnHh+8fh+0o7emU+m2cvBNZT9BkmEyjFnPpjo/hj8Nf/TObAsLZlcU4FUuRY2rTt0ol8c5+9v1IwkRAUlXHnYTDS8jhtLe8yv+nay9hFBd0Hh8+IK6gW3PqfdWnzN6ufsryGgC91QppSrPHRIEXpcarW4O5GwfLYPq6Nwp3c; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"ADDRESS_IS_ACTIVE\",\n    \"messageText\": \"Selected address is already active for the selected provider.\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"7395dcaa-7fcd-4248-8e73-01f1d8aa06ad\"\n}"},{"id":"6021b041-31f5-4dcf-aa43-935852edf9f5","name":"ADDRESS_IS_ACTIVE - MVI","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56987509\",\r\n    \"promoCode\": \"WAB3U0\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"9623 Val Verde St\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77063\",\r\n        \"esiId\": \"1008901006189108069100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Mar 2026 22:07:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"x-amzn-RequestId","value":"61367cb7-cd38-409a-8888-589f99a71009"},{"key":"x-amz-apigw-id","value":"ZxS2AExnIAMEoVA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69a9fe8c-7f6c9ece01fad26a09ffe090"},{"key":"x-envoy-upstream-service-time","value":"3838"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"NOTIFY_ACTIVE_ESID_MVI\",\n    \"messageText\": \"Please note: Our records indicate this service address is currently active with Reliant. Move-in enrollments are permitted for new occupants only.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"0e3509ee-0da3-4660-98c1-47914f972db9\"\n}"},{"id":"09aa3b93-b7b9-453b-8492-8a926ad09aa3","name":"ADDRESS_ENROLLMENT_PENDING","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"5200 Weslayan St\",\r\n        \"aptUnit\": \"101\",\r\n        \"aptDesignator\": \"APT\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77005\",\r\n        \"esiId\": \"1008901012126331181100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 17 Feb 2026 18:15:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d8be57f6-ac95-47c9-9f02-aaac71667140"},{"key":"x-amz-apigw-id","value":"Y8B99HgroAMEbLg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6994b058-794b09b52cc6e7a7483d2684"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"BAD_REQUEST\",\n    \"messageCode\": \"ADDRESS_ENROLLMENT_PENDING\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\",\n    \"eid\": \"22fb2748-d834-47b6-bc84-82519dc22ec5\"\n}"},{"id":"616609c4-bd10-4b61-b4db-ef85c08827f0","name":"AMSM MTR (Priority Move In)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56987509\",\r\n    \"promoCode\": \"WAB3U0\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"14202 BONNEY BRIER DR\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77069\",\r\n        \"esiId\": \"1008901022900116250107\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Feb 2026 16:51:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"x-amzn-RequestId","value":"f4744a3b-5faa-4601-b925-b694575d58c5"},{"key":"x-amz-apigw-id","value":"ZWNGBHfuoAMErlw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699f288c-0f79568d775308860c7ba919"},{"key":"x-envoy-upstream-service-time","value":"10669"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"68d3600f-3836-4317-b1e8-d2db01c46a91\"\n}"},{"id":"a752fad0-c887-4cea-a6a3-67f0d227c912","name":"SWITCH TRANSACTION","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56987509\",\r\n    \"promoCode\": \"WAB3U0\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"SWI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"9623 Val Verde St\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77063\",\r\n        \"esiId\": \"1008901006189108069100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Mar 2026 22:05:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"x-amzn-RequestId","value":"6c3765af-a5aa-4cf5-a736-42c52e1dbd94"},{"key":"x-amz-apigw-id","value":"ZxSh9GbMIAMEqQw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69a9fe0c-2627a2131a886cf652388d83"},{"key":"x-envoy-upstream-service-time","value":"3829"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"0e3509ee-0da3-4660-98c1-47914f972db9\"\n}"},{"id":"b37209d2-9513-46a9-a1ad-dcab5eb8aa7f","name":"MVI TRANSACTION","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56987509\",\r\n    \"promoCode\": \"WAB3U0\",\r\n    \"campaignCode\": \"25A1AR00V0\",\r\n    \"transactionType\": \"MVI\",\r\n    \"serviceAddress\": {\r\n        \"street\": \"9623 Val Verde St\",\r\n        \"aptUnit\": \"\",\r\n        \"aptDesignator\": \"\",\r\n        \"city\": \"HOUSTON\",\r\n        \"state\": \"TX\",\r\n        \"zipCode\": \"77063\",\r\n        \"esiId\": \"1008901006189108069100\"\r\n    },\r\n    \"agentID\": \"DL1000\",    \r\n    \"visitorId\": \"123456\",\r\n    \"locationId\": \"\",\r\n    \"partnerId\": \"\",\r\n    \"deviceLongitude\": \"\",\r\n    \"deviceLatitude\": \"\",\r\n    \"deviceAccuracy\": \"\",\r\n    \"opportunityId\": \"\",\r\n    \"accountId\": \"\",\r\n    \"ipAddress\": \"\",\r\n    \"tabletId\": \"\",\r\n    \"offerTdspCode\": \"D0001\",\r\n    \"homeOwner\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/start"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Mar 2026 22:07:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"153"},{"key":"x-amzn-RequestId","value":"61367cb7-cd38-409a-8888-589f99a71009"},{"key":"x-amz-apigw-id","value":"ZxS2AExnIAMEoVA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69a9fe8c-7f6c9ece01fad26a09ffe090"},{"key":"x-envoy-upstream-service-time","value":"3838"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"eid\": \"0e3509ee-0da3-4660-98c1-47914f972db9\"\n}"}],"_postman_id":"c94e8326-86ad-457e-bc80-0b6002ec5b4e"},{"name":"identity","id":"6972b459-3fd3-4fa7-958e-e75bcd0fd2ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"PASTHISTORYFN\",\r\n    \"lastName\": \"PASTHISTORYLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"ALGP622-8122\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"02\",\r\n        \"day\": \"11\",\r\n        \"year\": \"1980\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint allows the enrollment of an <strong>affiliate’s identity</strong> by submitting personal information. It is designed to process <strong>identity verification</strong> based on the provided parameters.</p>\n<p>Before calling this endpoint, all clients are expected to first call the <strong><code>/billing-address/autocomplete</code></strong> API and use the <strong>exact address format returned in its response</strong> within the <code>billingAddress</code> object of the <strong><code>/enroll</code></strong> API request.</p>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://stg-partners-api.nrg.com/api/v1/oa/enroll/{{Affiliate_eid}}/identity</code></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>Affiliate_eid</code>: The unique identifier for the affiliate</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>prospectId</strong> (string,optional): An identifier for the prospect (can be left empty).</p>\n</li>\n<li><p><strong>noid</strong> (string,optional): A flag indicating if there is no ID (e.g., \"false\").A value of \"true\" in this parameter indicates selection of NO ID. If this is populated then tokenizedSSN and tokenizedTDL should be blank.</p>\n</li>\n<li><p><strong>firstName</strong> (string,mandetory): The first name of the individual.</p>\n</li>\n<li><p><strong>lastName</strong> (string,mandetory): The last name of the individual.</p>\n</li>\n<li><p><strong>middleName</strong> (string,optional): The middle name of the individual (can be left empty).</p>\n</li>\n<li><p><strong>maidenName</strong> (string,optional): The maiden name of the individual (can be left empty).</p>\n</li>\n<li><p><strong>tokenizedSSN</strong> (string,optional): Optional Field if tokenizedTDL is provided. Generate tokenizedSSN for customer's real Social Security Number using Token</p>\n</li>\n<li><p><strong>tokenizedTDL</strong> (string,optional): Optional Field if tokenizedSSN is provided. Generate tokenizedTDL for customer's real Driver's License Number using Token API</p>\n</li>\n<li><p><strong>email</strong> (string,,mandetory): The email address of the individual.</p>\n</li>\n<li><p><strong>phoneNum</strong> (string,mandetory): The phone number of the individual.Char length 10</p>\n</li>\n<li><p><strong>dateOfBirth</strong> (object,mandetory): An object containing the date of birth with the following fields:</p>\n<ul>\n<li><p><strong>month</strong> (string): The month of birth.</p>\n</li>\n<li><p><strong>day</strong> (string): The day of birth.</p>\n</li>\n<li><p><strong>year</strong> (string): The year of birth.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>billingAddress</strong> (object,mandetory) :</p>\n<ul>\n<li><p><strong>street_line</strong>(string,mandetory): The primary street address line.Char length max 60</p>\n</li>\n<li><p><strong>secondary</strong>(string): Any secondary address information (e.g., apartment or suite number).Char length max 10</p>\n</li>\n<li><p><strong>city</strong> (string,mandetory): The city associated with the address.Char length max 30</p>\n</li>\n<li><p><strong>state</strong> (string,mandetory): The state associated with the address.Char length 2</p>\n</li>\n<li><p><strong>zipcode</strong> (string,mandetory): The postal code for the address.Char length max 5</p>\n</li>\n</ul>\n</li>\n<li><p><strong>visitorId</strong> (string,optional): Optional Field. Visitor ID</p>\n</li>\n<li><p><strong>mktPref</strong> (string,optional): Optional Field. Opt In to receive marketing emails. Accepted values: Y or N.Char length max 0</p>\n</li>\n<li><p><strong>soPreference</strong> (string,optional): Single character allowed with value as Y or N. To capture the sales offer flag(ThirdPartyEmailSharing preference),Char length max 1</p>\n</li>\n<li><p><strong>isMobile</strong> (string,optional): Single character allowed with value as Y or N. To capture if the type of contact number provided is mobile or not.Char length max 1</p>\n</li>\n<li><p><strong>eDisconnectFlag</strong>(boolean,optional): default value false. eDisconnect flag</p>\n</li>\n<li><p><strong>CENFlag</strong> (boolean,optional): default value false. CEN flag</p>\n</li>\n<li><p><strong>preferredLanguage</strong> (string,optional): This input is used for setting the language of the NRG account-related customer communications, such as account invoices. Default is English. (E.g. 'E' for English, 'S' for Spanish)</p>\n</li>\n<li><p><strong>ebillFlag</strong> (string,optional): ebillFlag , Accepted values : Y,N and null</p>\n</li>\n<li><p><strong>eTFFlag</strong>(string,optional): Early fee Termination Flag, Can be Yes or Blank.Max length is 3</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will return a JSON object with the following fields:</p>\n<ul>\n<li><p><strong>errorCode</strong> (string): Code representing any error that occurred (if applicable).</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): Description of the error (if applicable).</p>\n</li>\n<li><p><strong>messageCode</strong> (string): Code for the message returned.</p>\n</li>\n<li><p><strong>messageText</strong> (string): Text of the message returned.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): Status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): HTTP status of the response.</p>\n</li>\n<li><p><strong>posidDLDate</strong> (null): Date associated with the driver's license (if applicable).</p>\n</li>\n<li><p><strong>posidSSNDate</strong> (null): Date associated with the Social Security Number (if applicable).</p>\n</li>\n<li><p><strong>bpMatchFlag</strong> (null): Flag indicating if there was a match with the background check (if applicable).</p>\n</li>\n<li><p><strong>existingServiceAddress</strong>(object)<strong>{</strong></p>\n<ul>\n<li><p><strong>street</strong> (string): The street number and street name of the service address.(if applicable).</p>\n</li>\n<li><p><strong>aptUnit</strong> (string): Existing apartment number (if applicable).</p>\n</li>\n<li><p><strong>aptDesignator</strong> (string): The Designator of the apartment of the service address.(if applicable).</p>\n</li>\n<li><p><strong>city</strong>(string): Existing city (if applicable).</p>\n</li>\n<li><p><strong>state</strong> (string): Existing state (if applicable).</p>\n</li>\n<li><p><strong>zip</strong> (string): Existing zip code (if applicable).</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>}</p>\n<ul>\n<li><p><strong>retryCount</strong> (null or string): Number of retries that occurred (if applicable).</p>\n</li>\n<li><p><strong>kbaSuggestionFlag</strong> (null): Flag indicating if there are suggestions for Knowledge-Based Authentication (if applicable).</p>\n</li>\n<li><p><strong>pendingBalanceAmount</strong> (null): Amount pending (if applicable).</p>\n</li>\n<li><p><strong>bpMatchScenarioId</strong> (null): ID for the background check match scenario (if applicable).</p>\n</li>\n</ul>\n<p>This endpoint is crucial for verifying the identity of customer and ensuring the integrity of the enrollment process.</p>\n<p>Mock test data to be used in identity requests to receive correct responses :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Scenario</strong></th>\n<th><strong>First Name</strong></th>\n<th><strong>Last Name</strong></th>\n<th><strong>Tokenized SSN</strong></th>\n<th><strong>Raw SSN</strong></th>\n<th><strong>DOB (MMDDYYYY)</strong></th>\n<th><strong>Tokenized TDL</strong></th>\n<th><strong>Raw TDL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PAST_SERVICE_HISTORY</td>\n<td>PASTHISTORYFN</td>\n<td>PASTHISTORYLN</td>\n<td>ALGP622-8122</td>\n<td>666818122</td>\n<td>02111980</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>PAST_DUE_BALANCE</td>\n<td>PASTDUEFN</td>\n<td>PASTDUELN</td>\n<td>GRHW5U2-7210</td>\n<td>666817210</td>\n<td>03121976</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>CURRENT_CUSTOMER</td>\n<td>CURRENTCUSTFN</td>\n<td>CURRENTCUSTLN</td>\n<td>U91XF13-4566</td>\n<td>666334566</td>\n<td>11021990</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>EXACT_MATCH</td>\n<td>EXACTMATCHFN</td>\n<td>EXACTMATCHLN</td>\n<td>Z48PSRL-7301</td>\n<td>666867301</td>\n<td>12031956</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>RESTRICTED_BP</td>\n<td>RESTRICTEDBPFN</td>\n<td>RESTRICTEDBPLN</td>\n<td>UF1AA2I-0166</td>\n<td>666520166</td>\n<td>04101996</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>NO_MATCH</td>\n<td>NOMATCHFN</td>\n<td>NOMATCHLN</td>\n<td>VBAE4KU-2198</td>\n<td>666772198</td>\n<td>07101964</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>POSID_PASS</td>\n<td>POSIDPASSFN</td>\n<td>POSIDPASSLN</td>\n<td>237LTS4-1130</td>\n<td>666021130</td>\n<td>11081981</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>POSID_FAIL</td>\n<td>POSIDFAILFN</td>\n<td>POSIDFAILLN</td>\n<td>6OVJZLZ-1990</td>\n<td>666321990</td>\n<td>03061979</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>ZERO_DEPOSIT</td>\n<td>ZERODEPOSITFN</td>\n<td>ZERODEPOSITLN</td>\n<td>MD2H98I-1780</td>\n<td>666421780</td>\n<td>04011950</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>DEPOSITHOLD_ACCSECHOLD</td>\n<td>DEPOSITSURETYFN</td>\n<td>DEPOSITSURETYLN</td>\n<td>G77XYRS-1990</td>\n<td>666901990</td>\n<td>11091967</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>DEPOSITHOLD_ONLY</td>\n<td>DEPOSITONLYFN</td>\n<td>DEPOSITONLYLN</td>\n<td>DI3X4L8-1976</td>\n<td>666211976</td>\n<td>08041989</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>CREDIT_FREEZE</td>\n<td>CREDITFREEZEFN</td>\n<td>CREDITFREEZELN</td>\n<td>BQ8RSNE-4006</td>\n<td>666814006</td>\n<td>06081982</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>CREDIT_FRAUD</td>\n<td>CREDITFRAUDFN</td>\n<td>CREDITFRAUDLN</td>\n<td>R24DI7W-1866</td>\n<td>666871866</td>\n<td>04101975</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["oa","enroll","{{customer_enrollment_id}}","identity"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f5f1d025-6c18-4b18-8005-d0948b4a2d02","name":"INVALID_EMAIL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"XHAQKM\",\r\n    \"lastName\": \"HVYQXQBHL\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"8PY8WB1-0609\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"and@gmil.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"03\",\r\n        \"day\": \"14\",\r\n        \"year\": \"1972\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:44:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"435"},{"key":"x-amzn-RequestId","value":"e27b533a-0e1b-414b-bcc1-0843ef2fc9bf"},{"key":"x-amz-apigw-id","value":"QvFjMGWhoAMEiIA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2b614-3fcd735d0ae7365e49927029"},{"key":"x-envoy-upstream-service-time","value":"2521"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=uveynuHdrk16QKGiMNy71GSb4hpkbx3R2B+WL1OMlDVdqmHbqi9WyNnfOXn7j6MwtoU8mJdVMIfuNGlDE8luM5AUBjumAbLSYuf26yA59cJMPUt8I6IU6ujf8UbewLO1p2rfaI2xWnq5tc31qoKwnrgT3R//JyTt2IP3Wf0xNc1+4/Y/; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"INVALID_EMAIL\",\n    \"messageText\": \"Sorry, but we were unable to validate your email address. Please check for typos or use a different address\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": null,\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"c6f7dfa6-b6d8-4c7e-8724-5c6db561bedb","name":"NO_PROSPECT_MATCH_FOUND","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"XHAQKM\",\r\n    \"lastName\": \"HVYQXQBHL\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"8PY8WB1-0609\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"kalyani@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"03\",\r\n        \"day\": \"14\",\r\n        \"year\": \"1972\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"522511434\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:46:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"470"},{"key":"x-amzn-RequestId","value":"d8291e67-1601-4ccc-a57e-46d62f0c2b8e"},{"key":"x-amz-apigw-id","value":"QvFzzFKyoAMEWuA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2b67e-1de7c31b408a8f6a0c70b772"},{"key":"x-envoy-upstream-service-time","value":"1471"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=VyEm9fZMr0CQLkjC9gDRuieuTnjxRc/kSn75UzBi50IlYaxIMcQ1h4Oe0pfiourIkdgnZn5EFuE25MBA8Bik0XjQ5lIk5Im5SYGas89qRF7Gf8AshVB+A7AK0kK4+8ZLHX8Id0yUFVyG9a4lnMkfAij65OUzfJ7feNT2Yf6+mrVtE6PP; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\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    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": null,\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"5dfed7cf-6d6f-4e7e-9b2a-342b10787c0f","name":"POSID_FAIL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"POSIDTEST\",\r\n    \"lastName\": \"FAILURE\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"8PY8WB1-0609\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"kalyani.deshmukh@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"01\",\r\n        \"day\": \"07\",\r\n        \"year\": \"1970\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:47:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"467"},{"key":"x-amzn-RequestId","value":"f0b7c380-9252-4c6b-bfd7-78e19bb25263"},{"key":"x-amz-apigw-id","value":"QvF9IFcfoAMEQWA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2b6ba-73ee1e5724e35e542c840d15"},{"key":"x-envoy-upstream-service-time","value":"9769"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=mxSa5qGT3CefFIhFCUA0/Q0GvzKuhnADunObad6O6AYbERZedXJKe07QrbBxsqdaczolCg9DmeV3KdqW+jd7jM08exBNBKb2jPh57ljJITcLNxRor4jEZ9ouz497cECXm+UlA52sgClLZPjX5oYnQMZCDUvGoI9DRz4RZ/y52XVucvGU; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\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    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": null,\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"cb03c6ca-b45d-4232-85eb-1cc2c468086a","name":"POSID_HOLD","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"POSIDTEST\",\r\n    \"lastName\": \"FAILURE\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"8PY8WB1-0609\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"kalyani.deshmukh@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"01\",\r\n        \"day\": \"07\",\r\n        \"year\": \"1970\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:48:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"936"},{"key":"x-amzn-RequestId","value":"c3a201a5-67fd-4f7c-aa52-bfb3b2d75702"},{"key":"x-amz-apigw-id","value":"QvGJlGMcoAMEMyg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2b709-0470ef751ad979796fa8fcba"},{"key":"x-envoy-upstream-service-time","value":"8694"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=uR8DFeoqjg5WaGNUsep1ztnJAmVAqLiBgxSlWDSBj8/ePHMmg9yGlWLm0KvUzCologT5ewIjpydONeRPEyiWNlrrpGYLR8RWmzMOo8OMHSl2khwPIfuUWzYGu3wMJ3tVV5A/8yAkyf7POHGr6TjJWQv4eN6+YlChnqTZrIh1t/mbdrrF; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"POSID_HOLD\",\n    \"messageText\": \"We 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ícula consular)</li></ul>\\\",\\r\\n\\\"+ \\\"  \\\"statusCode\\\": \\\"00\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"2\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": null,\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"1\"\n}"},{"id":"3c4c6151-7e5d-483f-b706-a9689e1bc32f","name":"POSID_FAIL_MAX","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"POSIDTEST\",\r\n    \"lastName\": \"FAILURE\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"8PY8WB1-0609\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"kalyani.deshmukh@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"01\",\r\n        \"day\": \"07\",\r\n        \"year\": \"1970\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:49:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1143"},{"key":"x-amzn-RequestId","value":"248d40ed-7d2f-4073-adac-e052fb37d814"},{"key":"x-amz-apigw-id","value":"QvGQ6EK-oAMEazg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2b738-49e72bd233196c1a29d511d8"},{"key":"x-envoy-upstream-service-time","value":"1064"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=h+9RJe0259R50i2RNEIFm2eNrT1qg+mcN9yK7G/BufvwuuOVkwpyOnZhMUuJiFTYaTYAQVJ01gysarZrErGb6UzXCPzpVOB5d/fQe+GYBi0YLbxLyGx03M7FQc2by25yDOYIXsQTLBv/Ptg7FD4asU6OXGIq58OCVfcVXfdHT6PPe5BQ; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"POSID_FAIL_MAX\",\n    \"errorDescription\": \"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    \"messageCode\": \"POSID_HOLD\",\n    \"messageText\": \"We 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ícula consular)</li></ul>\\\",\\r\\n\\\"+ \\\"  \\\"statusCode\\\": \\\"00\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"3\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": null,\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"0\"\n}"},{"id":"221672bf-b5d5-4982-9823-a1e1ff5d66f3","name":"PROTECTION_HOLD_ALLOWED - TLP ONLY","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"ABBY\",\r\n    \"lastName\": \"CAINEENUAT\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"2L7UHC8-1992\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"MABBIT.S62@GMAIL.COM\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"11\",\r\n        \"day\": \"08\",\r\n        \"year\": \"1981\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 13 Feb 2026 19:51:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"951"},{"key":"x-amzn-RequestId","value":"377a1b9c-5230-49de-ade0-060ff29d617e"},{"key":"x-amz-apigw-id","value":"YvEKsFNuIAMEdlw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-698f80aa-77abffec4dd38006072c5af9"},{"key":"x-envoy-upstream-service-time","value":"16137"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"PROTECTION_HOLD\",\n    \"messageText\": \"We 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>\\\\\\\",\\\\r\\\\n\\\"+ \\\" \\\\\\\"statusCode\\\\\\\": \\\\\\\"00\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"314aff0a-d575-4c32-af46-3d3d6277068c","name":"PROTECTION_HOLD_NOT_ALLOWED - OLD","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"CHARLET\",\r\n    \"lastName\": \"CLARK\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedTDL\": \"NAN9HHQC-0164\",\r\n    \"tokenizedSSN\": \"\",\r\n    \"email\": \"MABBIT.S62@GMAIL.COM\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"05\",\r\n        \"day\": \"02\",\r\n        \"year\": \"1978\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 12 Nov 2025 12:13:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"368"},{"key":"x-amzn-RequestId","value":"cff963cd-59b3-4fe7-86d9-878470ab4f69"},{"key":"x-amz-apigw-id","value":"T7f4PGXGIAMEmWQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-691479cd-3a8b6c1464339df134639c06"},{"key":"x-envoy-upstream-service-time","value":"29149"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"PROTECTION_HOLD_NOT_ALLOWED\",\n    \"messageText\": \"Protection hold not allowed\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"04a61f36-6011-47bf-a71b-dfdb11dd6d59","name":"POSID_HOLD - PROTECTION_HOLD_NOT_ALLOWED - NON-TLP","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"230073","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"CHARLET\",\r\n    \"lastName\": \"CLARK\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedTDL\": \"NAN9HHQC-0164\",\r\n    \"tokenizedSSN\": \"\",\r\n    \"email\": \"MABBIT.S62@GMAIL.COM\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"05\",\r\n        \"day\": \"02\",\r\n        \"year\": \"1978\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Feb 2026 15:18:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"517"},{"key":"x-amzn-RequestId","value":"e3629b54-abec-4687-9306-e327ecefd140"},{"key":"x-amz-apigw-id","value":"ZV_dRFPuIAMETmg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699f12ba-20f98c7f29872191135dca32"},{"key":"x-envoy-upstream-service-time","value":"10825"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"POSID_HOLD\",\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    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"126fffa9-eb1c-43e5-82d7-fb1e2548d2a7","name":"PAST_BALANCE_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"PASTDUEFN\",\r\n    \"lastName\": \"PASTDUELN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"GRHW5U2-7210\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"03\",\r\n        \"day\": \"12\",\r\n        \"year\": \"1976\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 21:39:15 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"746"},{"key":"x-amzn-RequestId","value":"0044b2fa-f5e0-4663-b5b0-13af04c2aebd"},{"key":"x-amz-apigw-id","value":"XMb4EFG9oAMEN7Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69680d00-4f290945599980022328d975"},{"key":"x-envoy-upstream-service-time","value":"3211"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\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\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": \"BPSD\",\n    \"retryCount\": \"2\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": \"593.26\",\n    \"bpMatchScenarioId\": \"1\",\n    \"existingServiceAddress\": {\n        \"street\": \"VILLAGE WAY CIR\",\n        \"aptUnit\": \"\",\n        \"aptDesignator\": null,\n        \"city\": \"CROCKETT\",\n        \"state\": \"TX\",\n        \"zipCode\": \"75835-2300\",\n        \"esiId\": null\n    },\n    \"remainingAttempts\": \"1\"\n}"},{"id":"06b2c27f-233e-4ec3-95a8-936b1d1f4032","name":"CURRENT_CUSTOMER_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"CURRENTCUSTFN\",\r\n    \"lastName\": \"CURRENTCUSTLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"U91XF13-4566\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"11\",\r\n        \"day\": \"02\",\r\n        \"year\": \"1990\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 21:40:47 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"703"},{"key":"x-amzn-RequestId","value":"b0a7084e-125b-4f78-8300-bb9e10468545"},{"key":"x-amz-apigw-id","value":"XMcGfH9AoAMEgOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69680d5c-23302ae664c500c211cd030b"},{"key":"x-envoy-upstream-service-time","value":"2995"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\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.JONQUIL ST, #1706, FORT WORTH, TX, *********\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"3\",\n    \"existingServiceAddress\": {\n        \"street\": \"JONQUIL ST\",\n        \"aptUnit\": \"1706\",\n        \"aptDesignator\": null,\n        \"city\": \"FORT WORTH\",\n        \"state\": \"TX\",\n        \"zipCode\": \"*********\",\n        \"esiId\": null\n    },\n    \"remainingAttempts\": \"2\"\n}"},{"id":"4d99ea97-8b50-481b-a324-c60c22105488","name":"EXACT_MATCH_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"EXACTMATCHFN\",\r\n    \"lastName\": \"EXACTMATCHLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"Z48PSRL-7301\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"12\",\r\n        \"day\": \"03\",\r\n        \"year\": \"1956\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 21:44:39 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"314"},{"key":"x-amzn-RequestId","value":"2dc34588-9847-40db-9c9f-103f1fe8881d"},{"key":"x-amz-apigw-id","value":"XMcqqETioAMES6g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69680e43-039fe50070e618087cc24f6b"},{"key":"x-envoy-upstream-service-time","value":"4038"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"4\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"295566f2-5f78-4b49-b5e3-ea1c61bb8f4d","name":"BP_RESTRICTION_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"RESTRICTEDBPFN\",\r\n    \"lastName\": \"RESTRICTEDBPLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"UF1AA2I-0166\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"04\",\r\n        \"day\": \"10\",\r\n        \"year\": \"1996\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 21:46:01 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"448"},{"key":"x-amzn-RequestId","value":"2394f245-b119-44b8-a7c2-b25cc0dfbe57"},{"key":"x-amz-apigw-id","value":"XMc3OEDYIAMEaig="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69680e94-3b256b54317d2b0a2b00efed"},{"key":"x-envoy-upstream-service-time","value":"5001"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"BP_RESTRICTION\",\n    \"messageText\": \"Reliant is unable to process your enrollment at this time. To set up service with Reliant please call %%agentContactno%%\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"1\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"6\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"6d644359-427b-47e3-863c-36ee190ab306","name":"POSID_PASS_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"POSIDPASSFN\",\r\n    \"lastName\": \"POSIDPASSLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"237LTS4-1130\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"11\",\r\n        \"day\": \"08\",\r\n        \"year\": \"1981\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"YES\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 21:48:48 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"314"},{"key":"x-amzn-RequestId","value":"f5dc9ca2-7b01-4a66-8fdc-65b11a316945"},{"key":"x-amz-apigw-id","value":"XMdRhGwQIAMEEtg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69680f3c-40a809de4cf542ea65aca617"},{"key":"x-envoy-upstream-service-time","value":"4113"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"109096db-2026-4c27-a6c0-1aa0b7cc3692","name":"ZERO_DEPOSIT_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"ZERODEPOSITFN\",\r\n    \"lastName\": \"ZERODEPOSITLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"MD2H98I-1780\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"04\",\r\n        \"day\": \"01\",\r\n        \"year\": \"1950\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 21:52:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"314"},{"key":"x-amzn-RequestId","value":"ef89b485-cf15-4bfa-a348-b9279a3a7cb1"},{"key":"x-amz-apigw-id","value":"XMdzhETBIAMEpkw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69681016-032700d9396e7d7965100240"},{"key":"x-envoy-upstream-service-time","value":"4050"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"1\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"9fe4970a-b8e9-447b-bf17-9d62f7748fc2","name":"DEPOSITHOLD_ACCESSHOLD_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"DEPOSITSURETYFN\",\r\n    \"lastName\": \"DEPOSITSURETYLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"G77XYRS-1990\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"11\",\r\n        \"day\": \"09\",\r\n        \"year\": \"1967\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 21:54:57 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"314"},{"key":"x-amzn-RequestId","value":"56d1c3ab-d442-4c71-bac7-cd122f86a953"},{"key":"x-amz-apigw-id","value":"XMeLJEOSIAMEqEw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-696810ad-056618533c5c6d363d66faf2"},{"key":"x-envoy-upstream-service-time","value":"4098"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"2\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"1\"\n}"},{"id":"17cbbe38-1cbd-4e9f-b2e6-b319b2987096","name":"DEPOSITHOLD_ONLY_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"DEPOSITONLYFN\",\r\n    \"lastName\": \"DEPOSITONLYLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"DI3X4L8-1976\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"08\",\r\n        \"day\": \"04\",\r\n        \"year\": \"1989\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 22:43:59 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"314"},{"key":"x-amzn-RequestId","value":"4855be13-f97c-459a-8a2e-bd82a3d31d79"},{"key":"x-amz-apigw-id","value":"XMlWaGBEoAMEvUw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69681c28-39140e8e1947321a7fb75f62"},{"key":"x-envoy-upstream-service-time","value":"7395"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"3e4c3c2e-d7eb-4f80-a282-651df8753784","name":"CREDIT_FREEZE_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"CREDITFREEZEFN\",\r\n    \"lastName\": \"CREDITFREEZELN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"BQ8RSNE-4006\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"06\",\r\n        \"day\": \"08\",\r\n        \"year\": \"1982\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 22:45:50 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"314"},{"key":"x-amzn-RequestId","value":"bff7a7c6-efae-4824-ad1b-e9f7728fa34a"},{"key":"x-amz-apigw-id","value":"XMloPG2OoAMEXEw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69681c9a-58455ce2005966cb11665bf5"},{"key":"x-envoy-upstream-service-time","value":"3891"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"1\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"},{"id":"59a83f2e-dae3-4ad9-8660-f75ff8599cc9","name":"CREDIT_FRAUD_MOCK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"CREDITFRAUDFN\",\r\n    \"lastName\": \"CREDITFRAUDLN\",\r\n    \"middleName\": \"\",\r\n    \"maidenName\": \"\",\r\n    \"tokenizedSSN\": \"R24DI7W-1866\",\r\n    \"tokenizedTDL\": \"\",\r\n    \"email\": \"vinay.kooduvalli@nrg.com\",\r\n    \"phoneNum\": \"9876543210\",\r\n    \"dateOfBirth\": {\r\n        \"month\": \"04\",\r\n        \"day\": \"10\",\r\n        \"year\": \"1975\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"street_line\": \"2525 old farm road\",\r\n        \"secondary\": \"2536\",\r\n        \"city\": \"Houston\",\r\n        \"state\": \"TX\",\r\n        \"zipcode\": \"77063\"\r\n    },\r\n    \"prospectId\": \"\",\r\n    \"noid\": \"\",\r\n    \"mktPref\": \"Y\",\r\n    \"preferredLanguage\": \"E\",\r\n    \"soPreference\": \"Y\",\r\n    \"isMobile\": \"Y\",\r\n    \"eDisconnectFlag\": true,\r\n    \"eCENFlag\": true,\r\n    \"ebillFlag\": \"Y\",\r\n    \"eTFFlag\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/identity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Jan 2026 22:47:39 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"314"},{"key":"x-amzn-RequestId","value":"04c97e50-2a67-4acd-a7a5-e0957d383502"},{"key":"x-amz-apigw-id","value":"XMl4_GT9oAMESMg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69681d05-11421cf5179757dc6de434c8"},{"key":"x-envoy-upstream-service-time","value":"5297"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"bpMatchFlag\": null,\n    \"retryCount\": \"0\",\n    \"kbaSuggestionFlag\": null,\n    \"pendingBalanceAmount\": null,\n    \"bpMatchScenarioId\": \"5\",\n    \"existingServiceAddress\": null,\n    \"remainingAttempts\": \"2\"\n}"}],"_postman_id":"6972b459-3fd3-4fa7-958e-e75bcd0fd2ed"},{"name":"available-dates","id":"5eb270f9-5807-4446-93cb-dfba666646f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/available-dates","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint retrieves the available enrollment dates for a specified affiliate.</p>\n<ul>\n<li><p><strong>Method:</strong> GET</p>\n</li>\n<li><p><strong>URL:</strong> <code>{{url}}/oa/enroll/{{Affiliate_eid}}/available-dates</code></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>Affiliate_eid</code>: The unique identifier for the affiliate whose available dates are being requested.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain the following fields:</p>\n<ul>\n<li><p><strong>errorCode</strong>: A code representing any error that may have occurred.</p>\n</li>\n<li><p><strong>errorDescription</strong>: A description of the error, if applicable.</p>\n</li>\n<li><p><strong>messageCode</strong>: A code for the message status.</p>\n</li>\n<li><p><strong>messageText</strong>: A text message providing additional information.</p>\n</li>\n<li><p><strong>statusCode</strong>: The status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong>: The HTTP status of the response.</p>\n</li>\n<li><p><strong>availableDates</strong>: An array of available dates for the affiliate, where each date object contains:</p>\n<ul>\n<li><p><strong>date</strong>: The specific date available for enrollment.</p>\n</li>\n<li><p><strong>priority</strong>: Indicates if the date is available for a Proiority movein for a fee.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>If there are no available dates, the <code>availableDates</code> array may be empty.</li>\n</ul>\n","urlObject":{"path":["oa","enroll","{{customer_enrollment_id}}","available-dates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c05c6eb4-18a1-45f0-bec1-17be334f3924","name":"priority-move-in-false","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:55:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2054"},{"key":"x-amzn-RequestId","value":"db0c7333-ddc7-485a-9cd6-57c0b7564a47"},{"key":"x-amz-apigw-id","value":"QvHLZGyJIAMEvzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2b8ae-6ff424aa518a0b7167e03e9d"},{"key":"x-envoy-upstream-service-time","value":"1144"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=Wzgi2x837Rh5aOtdT6EdZW1fK1pU5UHUb7w56oYV0w+wyHnCHuchs+hE3UNm2hTGNTc9/kOQ/ezHCaU2dfNztQ9yGonN8Z+hYNEFTOd9NOavq52ebIvnXOqbqhIF7xGlL+0xlcq6sLKphTvfW1NmkGBlzmWndBPns7Vz6Ln+ZnPajGjQ; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"availableDates\": [\n        {\n            \"date\": \"2025-09-16\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-17\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-18\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-19\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-20\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-22\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-23\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-24\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-25\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-26\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-27\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-29\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-09-30\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-01\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-02\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-03\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-04\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-06\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-07\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-08\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-09\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-10\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-11\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-13\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-14\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-15\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-16\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-17\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-18\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-20\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-21\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-22\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-23\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-24\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-25\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-27\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-28\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-29\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-30\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-10-31\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-11-01\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-11-03\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-11-04\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-11-05\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-11-06\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-11-07\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2025-11-08\",\n            \"priority\": \"false\"\n        }\n    ]\n}"},{"id":"3bdfdda0-77f9-4c41-a21e-0881c75893b6","name":"priority-move-in-true-AMSM","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/available-dates"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Feb 2026 16:40:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1847"},{"key":"x-amzn-RequestId","value":"871c38e5-b5e1-4d1b-a1e8-68ccad365056"},{"key":"x-amz-apigw-id","value":"ZWLb1FdaoAMEcFQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699f25e4-67f97645499f438414159ff8"},{"key":"x-envoy-upstream-service-time","value":"2096"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"availableDates\": [\n        {\n            \"date\": \"2026-02-25\",\n            \"priority\": \"true\"\n        },\n        {\n            \"date\": \"2026-02-26\",\n            \"priority\": \"true\"\n        },\n        {\n            \"date\": \"2026-02-27\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-02\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-03\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-04\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-05\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-06\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-09\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-10\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-11\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-12\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-13\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-16\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-17\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-18\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-19\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-20\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-23\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-24\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-25\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-26\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-27\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-30\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-03-31\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-01\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-02\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-06\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-07\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-08\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-09\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-10\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-13\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-14\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-15\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-16\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-17\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-20\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-21\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-22\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-23\",\n            \"priority\": \"false\"\n        },\n        {\n            \"date\": \"2026-04-24\",\n            \"priority\": \"false\"\n        }\n    ]\n}"}],"_postman_id":"5eb270f9-5807-4446-93cb-dfba666646f6"},{"name":"credit-check","id":"9728348d-3eea-4b04-ae69-1caec93d9b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2026-04-14\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit","description":"<h2 id=\"endpoint-overview\">Endpoint Overview</h2>\n<p>This endpoint allows the client to run a credit check on the customer using previously provided information.</p>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>{{url}}/oa/enroll/{{Affiliate_eid}}/check-credit</code></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>Affiliate_eid</code>: The unique identifier for the affiliate whose available dates are being requested.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request requires a JSON payload with the following parameters:</p>\n<ul>\n<li><strong>mviDate</strong> (string,mandatory): The requested service start date, formatted as YYYY-MM-DD. This input is mandatory for a MOVE-IN transaction. Service start date is optional for SWITCH trasactions. If the mviDate is not passed in the request for SWITCH transaction then it is considered as STANDARD SWITCH transaction.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response to this request will be a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>errorCode</strong> (string): Code representing any error that occurred during the request.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): Description of the error, if applicable.</p>\n</li>\n<li><p><strong>messageCode</strong> (string): Code for the message returned.</p>\n</li>\n<li><p><strong>messageText</strong> (string): Text of the message returned.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): Status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): HTTP status of the response.</p>\n</li>\n<li><p><strong>depositDueDate</strong> (string or null): The due date for any required deposits, if applicable.</p>\n</li>\n<li><p><strong>depositAmount</strong> (string or null): The amount of deposit required, if applicable.</p>\n</li>\n<li><p><strong>depositOptionsText</strong> (string or null): Text describing deposit options available.</p>\n</li>\n<li><p><strong>activationFee</strong> (string or null): Any activation fee associated with the credit check.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","enroll","{{customer_enrollment_id}}","check-credit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6bd5537c-3c5e-4d81-8ad8-6f0af6fd34a2","name":"ZERO DEPOSIT","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2025-09-11\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 05 Aug 2025 05:36:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c3c98cd8-23fc-4106-8da7-ad56122528ff"},{"key":"x-amz-apigw-id","value":"O0S7nEsSIAMEL8A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68919849-416e927167ddcce61b82f0ae"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"depositDueDate\": null,\n    \"depositAmount\": \"0\",\n    \"depositOptionsText\": \"\",\n    \"activationFee\": \"null\",\n    \"reassessAttemptsRemaining\": 0\n}"},{"id":"d7796683-49ad-4aca-9e9d-ea1671669009","name":"BAD MVI DATE","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2025-07-11\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 05 Aug 2025 05:39:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"99ed37c3-36b9-49c7-8a27-6fb76bfc450a"},{"key":"x-amz-apigw-id","value":"O0TW_Eo_IAMEclQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-689198f9-3624519a52dd56534139b0d4"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"Requested date not available for enrollment\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"d124234e-a00c-4612-9e0a-227ec89ad09b","name":"DEPOSITHOLD_ACCESSHOLD","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2025-09-11\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 05 Aug 2025 07:36:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"440"},{"key":"x-amzn-RequestId","value":"39fe1f55-e91a-4b87-aca0-3ff5381e7a9f"},{"key":"x-amz-apigw-id","value":"O0klnFGCIAMEdrg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6891b489-4403c09e7e45073c012d0f2d"},{"key":"x-envoy-upstream-service-time","value":"5067"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"240703=AxRKMdLKk3akq5oDp22eHJCIx3vwjOG0WA8TbijdIMooIjZYmLUg/AZ3rF4lNKDegeaL/Fqd9v9VN3bNcOZT19okQD0I34n6AIr+7/gfbW7xGOrdsHXRsyOPAHxmtfa6o8q8zsSYY+TCbDBjVs5f5Mv0x3YdwJ+gfSrohAJ1izVEoFPW; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"DEPOSITHOLD_ACCESSHOLD\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"depositDueDate\": \"2025-09-09\",\n    \"depositAmount\": \"250\",\n    \"depositOptionsText\": \"Instead of paying a deposit, you may be able to submit one of the following:\\n\\nProof that you are a senior citizen (at least 65 years old) (A Valid ID may be used)\\nLetter of Credit from most recent electricity provider (within the last 2 years)\\nProof of Medical Indigency\\nValid Documentation of active military in the form of military orders\\nLetter of Guarantee from a current customer (Guarantor/Co-signer)\\nProof that you are a victim of family violence\\nProof that you are a victim of identity theft (Within the past 12 month)\\nDocumentation of low income in your name (Medicaid award letter or proof of food stamp eligibility)\\nOne-Time, non-refundable surety bond (if eligible)\\n\\n\",\n    \"activationFee\": \"150.0\",\n    \"reassessAttemptsRemaining\": 0\n}"},{"id":"41524f0d-bc09-4093-8642-a93bac8d4840","name":"DEPOSITHOLD","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2025-09-11\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:56:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"458"},{"key":"x-amzn-RequestId","value":"7dbf8c5f-df15-4ab1-939f-fcad14a3fbc7"},{"key":"x-amz-apigw-id","value":"QvHWqG6rIAMEMxg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2b8f7-136a137727c8b57321ed2954"},{"key":"x-envoy-upstream-service-time","value":"15320"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=dz/oXqXJH7PLrGlMWP0VdpIyvasMN5poLUUPHF4B7nW3y+t5aOLpNRUXUd0KUz+P5vc6n9zvKJAyOVvRKvMYl5dn5hU5zJqrFk5B8Fzco36+ddAMrWsOgW3dE9bb88q+fzHGHGtUHJBvF034kGlKD+cB0p7bzqiJtlgw6/JT96vLq677; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"DEPOSITHOLD\",\n    \"messageText\": \"To begin electricity service on 2025-12-15, your deposit must be received and processed by 2025-12-11. Please note that your enrollment will be held until deposit requirements are satisfied.\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"depositDueDate\": \"2025-12-11\",\n    \"depositAmount\": \"240\",\n    \"depositOptionsText\": \"Instead of paying a deposit, you may be able to submit one of the following:\\n\\nProof that you are a senior citizen (at least 65 years old) (A Valid ID may be used)\\nLetter of Credit from most recent electricity provider (within the last 2 years)\\nProof of Medical Indigency\\nValid Documentation of active military in the form of military orders\\nLetter of Guarantee from a current customer (Guarantor/Co-signer)\\nProof that you are a victim of family violence\\nProof that you are a victim of identity theft (Within the past 12 month)\\nDocumentation of low income in your name (Medicaid award letter or proof of food stamp eligibility)\\nOne-Time, non-refundable surety bond (if eligible)\\n\\n\",\n    \"activationFee\": \"null\",\n    \"reassessAttemptsRemaining\": 0\n}"},{"id":"4a8c4f8c-fd16-43ea-975d-ba536bbb4481","name":"CREDIT_FREEZE","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}"},{"key":"Affiliate-Id","value":"{{affiliateId}}"},{"key":"Company-Cd","value":"{{companyCd}}"},{"key":"Brand-Id","value":"{{brandId}}"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2025-09-16\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 28 Aug 2025 09:16:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"566"},{"key":"x-amzn-RequestId","value":"66c19633-c6ef-4dce-95e9-63ea1bdcbd50"},{"key":"x-amz-apigw-id","value":"QAmyxGmNIAMELfg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68b01e77-784dc785455d0c9e401615ef"},{"key":"x-envoy-upstream-service-time","value":"6184"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=uFtWEiD+Q22K+H0OupoROiXr3ef5y10TVWu/h1R/GTAknudHzTTckTc9ZYuHY1ofoFWqJYgBLItuxrLWAZbQVLZZ+jnHef0X0wymoc3jV4mzia3uC00+ioBk4iwvJ5PaEpsk6lYbRStw9ZnH/hJ62AGWHNo/xfef60aLRxdkJgZbBlRr; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"CREDIT_FREEZE\",\n    \"messageText\": \"We have been notified of a credit freeze by Equifax credit agency and are unable to process your service request online. Please contact Equifax at 866-349-5191 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\": \"OK\",\n    \"depositDueDate\": null,\n    \"depositAmount\": null,\n    \"depositDueText\": null,\n    \"depositOptionsText\": null,\n    \"activationFee\": null\n}"},{"id":"1bb627eb-5e19-4c54-8545-6e07812d7490","name":"CREDIT_FRAUD","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2025-09-16\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 28 Aug 2025 09:25:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"556"},{"key":"x-amzn-RequestId","value":"2650d04b-f705-448f-9d25-f3c1b8e217d5"},{"key":"x-amz-apigw-id","value":"QAoFwGnUoAMEHeA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68b0208a-70dbe0f856f887952e984e5a"},{"key":"x-envoy-upstream-service-time","value":"13127"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=YJX3o1E+ebDPDbr/Zy+iuO6AI+OTTqcnXOpvsFsIf8EkObjKs7tM9daw3m77LOQZnUG8wgGLQDplLUHeFCAFQVYpmAnCKO1WjtUrgNSSd9C7YPZru4fqDCQNBdqyCZdP6X/6wBrV5ygta91iemaaJEjClYtZ2oHb1IaU9IkPL08Pgm4R; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"CREDIT_FRAUD\",\n    \"messageText\": \"We have been notified of a security alert by the Equifax credit agency and are unable to process your service request online. Please contact Equifax at 866-349-5191 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    \"httpStatus\": \"OK\",\n    \"depositDueDate\": null,\n    \"depositAmount\": null,\n    \"depositDueText\": null,\n    \"depositOptionsText\": null,\n    \"activationFee\": null\n}"},{"id":"5da1ac0e-24bc-4b2b-a0e6-9be81ee8c685","name":"MVI with mviDate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2026-03-09\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Mar 2026 22:04:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"227"},{"key":"x-amzn-RequestId","value":"684300fc-bd81-4463-a8a8-4888b5043058"},{"key":"x-amz-apigw-id","value":"ZxSWtHfGoAMEGzQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69a9fdc4-39a0de98050e1a7119ad7cc1"},{"key":"x-envoy-upstream-service-time","value":"13141"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"depositDueDate\": null,\n    \"depositAmount\": \"0\",\n    \"depositOptionsText\": \"\",\n    \"activationFee\": \"null\",\n    \"reassessAttemptsRemaining\": 0\n}"},{"id":"4f386c59-98f4-49da-9c5a-464c6cf05b26","name":"SWI with mviDate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"2026-03-09\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Mar 2026 22:06:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"227"},{"key":"x-amzn-RequestId","value":"6a27324d-c717-452a-8c3c-1280538ce2db"},{"key":"x-amz-apigw-id","value":"ZxSxMHPmoAMEkSw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69a9fe6d-1df1ce7e36cd52920ad4e701"},{"key":"x-envoy-upstream-service-time","value":"6923"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"depositDueDate\": null,\n    \"depositAmount\": \"0\",\n    \"depositOptionsText\": \"\",\n    \"activationFee\": \"null\",\n    \"reassessAttemptsRemaining\": 0\n}"},{"id":"cac53d60-3578-437c-8422-59d9d853eed6","name":"SWI without mviDate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mviDate\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/check-credit"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 05 Mar 2026 22:09:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"227"},{"key":"x-amzn-RequestId","value":"93e257e3-e984-4a3b-929f-570f2bc6904f"},{"key":"x-amz-apigw-id","value":"ZxTJMENPIAMEVvQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69a9ff07-3db063e8084f13e75ea2b15e"},{"key":"x-envoy-upstream-service-time","value":"8121"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"depositDueDate\": null,\n    \"depositAmount\": \"0\",\n    \"depositOptionsText\": \"\",\n    \"activationFee\": \"null\",\n    \"reassessAttemptsRemaining\": 0\n}"}],"_postman_id":"9728348d-3eea-4b04-ae69-1caec93d9b14"},{"name":"recheck-credit","id":"611739bf-1646-46f0-9e2e-7c28bcda6c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"<p>Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>Affiliate Id issued by NRG to the client</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"<p>The code representing NRG's REP brand, the electricity service is being requested for.</p>\n","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"<p>Brand code associated with the Company code</p>\n","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tokenizedSSN\": \"NBBZO6P-1947\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/recheck-credit","description":"<h2 id=\"endpoint-overview\">Endpoint Overview</h2>\n<p>This endpoint allows the customer to reassess their creditworthiness using the SSN. Only 1 reattempt is allowed.</p>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>{{url}}/oa/enroll/{{Affiliate_eid}}/recheck-credit</code></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>Affiliate_eid</code>: The unique identifier for the affiliate</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><strong>tokenizedSSN</strong> (string,mandatory): The tokenized Social Security Number of the customer. Example value: \"NBBZO6P-1947\".</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the response will be in JSON format and may include the following fields:</p>\n<ul>\n<li><p><strong>errorCode</strong> (string): A code representing any error that occurred during processing.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): A description of the error, if applicable.</p>\n</li>\n<li><p><strong>messageCode</strong> (string): A code for the message returned.</p>\n</li>\n<li><p><strong>messageText</strong> (string): A text message providing additional information.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): The status code of the request.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): The HTTP status of the response.</p>\n</li>\n<li><p><strong>depositDueDate</strong> (null or string): The date when a deposit is due, if applicable.</p>\n</li>\n<li><p><strong>depositAmount</strong> (string): The amount of deposit required, if applicable.</p>\n</li>\n<li><p><strong>depositOptionsText</strong> (string): Text providing options related to the deposit.</p>\n</li>\n<li><p><strong>activationFee</strong> (string): The fee required for activation, if applicable.</p>\n</li>\n</ul>\n<p>This structure allows clients to understand the outcome of their request and take necessary actions based on the information provided.</p>\n","urlObject":{"path":["oa","enroll","{{customer_enrollment_id}}","recheck-credit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"497ad6ef-f802-40a2-8046-162f0aff5241","name":"recheck-credit","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tokenizedSSN\": \"NBBZO6P-1947\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/recheck-credit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 12 Jul 2025 17:09:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"344"},{"key":"x-amzn-RequestId","value":"05ca6b2b-4d39-49fb-876d-b87c1bf710c1"},{"key":"x-amz-apigw-id","value":"Nmx_dF8ToAMEciA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-687296c8-423cb2e46ac0959f31c16b08"},{"key":"x-envoy-upstream-service-time","value":"18892"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=+Y5puqdZWl2dpEZd0f3uxGgFlOXTxlvzKDryPpu8T3/jCzqInTzGA+Rjq+2uF4t7sENtybQBH0UBobFEW/BRhSUoiKkBSvij5o7b2AdrdYF6RfdQxAkVPH++oaWx9RtlhgYcYaHBGFZYpkh+NqDtiKdhIebaG+4GwTAXlhO1tKDeK0gk; path=/"},{"key":"x-volterra-location","value":"ny8-nyc"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"depositDueDate\": null,\n    \"depositAmount\": \"129\",\n    \"depositOptionsText\": \"Instead of paying a deposit, you may be able to submit one of the following:\\n\\nProof that you are a senior citizen (at least 65 years old) (A Valid ID may be used)\\nLetter of Credit from most recent electricity provider (within the last 2 years)\\nProof of Medical Indigency\\nValid Documentation of active military in the form of military orders\\nLetter of Guarantee from a current customer (Guarantor/Co-signer)\\nProof that you are a victim of family violence\\nProof that you are a victim of identity theft (Within the past 12 month)\\nDocumentation of low income in your name (Medicaid award letter or proof of food stamp eligibility)\\nOne-Time, non-refundable surety bond (if eligible)\\n\\n\",\n    \"activationFee\": \"null\",\n    \"reassessAttemptsRemaining\": 0\n}"}],"_postman_id":"611739bf-1646-46f0-9e2e-7c28bcda6c56"},{"name":"submit-ucc","id":"5ca840bd-9d40-46bd-b7df-31d00d4ad679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"<p>Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>Affiliate Id issued by NRG to the client</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"<p>The code representing NRG's REP brand, the electricity service is being requested for.</p>\n","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"<p>Brand code associated with the Company code</p>\n","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"XHAQKM\",\r\n    \"lastName\": \"HVYQXQBHL\",\r\n    \"depositAmount\": 50,\r\n    \"creditScore\": 10,\r\n    \"creditSource\": \"TU\",\r\n    \"mviDate\": \"2026-04-14\",\r\n    \"tokenizedSSN\": \"NAN9HHQC-0164\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/ucc-data","description":"<h2 id=\"endpoint-overview\">Endpoint Overview</h2>\n<p>This call can only be used by <strong>Affiliates authorized to perform their own credit check</strong>, where the affiliate contract explicitly includes details regarding <strong>credit-based deposit assessment</strong>.</p>\n<ul>\n<li><p>If the affiliate is authorized to use <strong>UCC</strong>, they must pass the <strong>UCC data</strong> to NRG</p>\n</li>\n<li><p>Affiliates performing UCC <strong>do not need to use the</strong> <strong><code>Credit-check</code></strong> <strong>API</strong>.</p>\n</li>\n<li><p>Instead, they will exclusively use the <strong><code>submitUCCData</code></strong> API.</p>\n</li>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>{{url}}/oa/enroll/{{customer_enrollment_id}}/ucc-data</code></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>Affiliate_eid</code>: The unique identifier for the affiliate whose available dates are being requested.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>firstName</strong> (string,mandetory): The first name of the individual.</p>\n</li>\n<li><p><strong>lastName</strong> (string,mandatory): The last name of the individual.</p>\n</li>\n<li><p><strong>depositAmount</strong> (number,mandatory): The amount of deposit being submitted.</p>\n</li>\n<li><p><strong>creditScore</strong> (number,mandatory): The credit score of the individual.</p>\n</li>\n<li><p><strong>creditSource</strong> (string,mandatory): The source of the credit report (e.g., \"TU\" for TransUnion).</p>\n</li>\n<li><p><strong>mviDate</strong> (string, optional ): The requested service start date, formatted as YYYY-MM-DD. This input is mandatory for a MOVE-IN transaction. Service start date is optional for SWITCH trasactions. If the mviDate is not passed in the request for SWITCH transaction then it is considered as STANDARD SWITCH transaction.</p>\n</li>\n<li><p><strong>tokenizedSSN</strong>(string,mandatory) : tokenizedSSN will be matched with the previously submitted ssn if available.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will return a JSON object with the following fields:</p>\n<ul>\n<li><p><strong>errorCode</strong> (string): Code representing the error (if any).</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): Description of the error.</p>\n</li>\n<li><p><strong>messageCode</strong> (string): Code for the message.</p>\n</li>\n<li><p><strong>messageText</strong> (string): Text of the message.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): Status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): HTTP status description.</p>\n</li>\n</ul>\n<h4 id=\"notes\">Notes</h4>\n<ul>\n<li>It is crucial to validate the input data before sending the request to avoid errors.</li>\n</ul>\n","urlObject":{"path":["oa","enroll","{{customer_enrollment_id}}","ucc-data"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"28ddcc1e-6ced-49fc-aa55-2258873c68ff","name":"BAD REQUEST","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"XHAQKM\",\r\n    \"lastName\": \"HVYQXQBHL\",\r\n    \"depositAmount\": 50,\r\n    \"creditScore\": 10,\r\n    \"creditSource\": \"TU\",\r\n    \"mviDate\": \"2025-08-16\",\r\n    \"tokenizedSSN\": \"NAN9HHQC-0164\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/ucc-data"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Tue, 05 Aug 2025 05:44:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"167"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8a710f00-2842-4edb-95c3-1a05427ab483"},{"key":"x-amz-apigw-id","value":"O0UM-H6QIAMEgQA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68919a52-4f16104175c5c6ed593b4f00"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"You are not authorized to call this API\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"cd559ac2-9628-4a4d-bd62-fdc48ab4021f","name":"UCC Data creditScore below threshHold","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"ALLOW\",\r\n    \"lastName\": \"NOCHANNELUAT\",\r\n    \"depositAmount\": 50,\r\n    \"creditScore\": 500,\r\n    \"creditSource\": \"TU\",\r\n    \"tokenizedSSN\": \"NAN9HHQC-0164\",\r\n    \"mviDate\": \"2025-12-20\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/ucc-data"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 26 Sep 2025 13:55:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"171"},{"key":"x-amzn-RequestId","value":"1c873f54-f64c-47fc-9feb-9ccbf39b65d7"},{"key":"x-amz-apigw-id","value":"Rg04SGoNIAMERfw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68d69b67-554d88735f6b841146cde2a5"},{"key":"x-envoy-upstream-service-time","value":"3916"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=vVWnASimRdKNg7HBKtMQH0zrLE+CoQ5ZvKHStX8adSLKiJL5SpuDj5S6XuPOPoFv/hsdpBY8Sit5xpVSzAI5OrOb5UGUG9R56o1+4p01qPBHtGIbdgbkV0J5+HbTr6sQcNiDcIra4HyZ+aI+Y6KYEPRmcBO9kRj+M/gwM0vOOcEiQob+; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"Credit score is below eligibility threshold\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"7cf40a1c-690b-4d41-8dac-08915c18d545","name":"MVI with mviDate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"PASTHISTORYFN\",\r\n    \"lastName\": \"PASTHISTORYLN\",\r\n    \"depositAmount\": 50,\r\n    \"creditScore\": 700,\r\n    \"creditSource\": \"TU\",\r\n    \"mviDate\": \"2026-04-14\",\r\n    \"tokenizedSSN\": \"ALGP622-8122\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/ucc-data"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 11 Mar 2026 00:59:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"x-amzn-RequestId","value":"a103f173-4433-499b-9033-c0fc05b21c1c"},{"key":"x-amz-apigw-id","value":"aCKx_Ff0oAMEpRA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b0be72-17748ad01746bc0b42b61660"},{"key":"x-envoy-upstream-service-time","value":"3030"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"1731d781-f6e8-4161-b1c8-eaf45040c27d","name":"SWI with mviDate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"PASTHISTORYFN\",\r\n    \"lastName\": \"PASTHISTORYLN\",\r\n    \"depositAmount\": 50,\r\n    \"creditScore\": 700,\r\n    \"creditSource\": \"TU\",\r\n    \"mviDate\": \"2026-04-14\",\r\n    \"tokenizedSSN\": \"ALGP622-8122\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/ucc-data"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 11 Mar 2026 01:00:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"x-amzn-RequestId","value":"7228c075-16ae-4a59-baa6-7280628e3938"},{"key":"x-amz-apigw-id","value":"aCK9uHEJIAMEtYQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b0bebd-7ceb98fc17617ce74b8c2575"},{"key":"x-envoy-upstream-service-time","value":"3312"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"2a1a25f7-f123-4bd6-aa89-676eb4c0c66e","name":"SWI without mviDate","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"PASTHISTORYFN\",\r\n    \"lastName\": \"PASTHISTORYLN\",\r\n    \"depositAmount\": 50,\r\n    \"creditScore\": 700,\r\n    \"creditSource\": \"TU\",\r\n    \"mviDate\": \"\",\r\n    \"tokenizedSSN\": \"ALGP622-8122\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/ucc-data"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 11 Mar 2026 01:02:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"x-amzn-RequestId","value":"9e44b733-0b2a-4679-84d4-57787671150c"},{"key":"x-amz-apigw-id","value":"aCLJmHImIAMECEg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b0bf09-0eeb9d87132d07eb3c9a210f"},{"key":"x-envoy-upstream-service-time","value":"1964"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"}],"_postman_id":"5ca840bd-9d40-46bd-b7df-31d00d4ad679"},{"name":"non commodity","id":"a8a608e6-8c8e-4c23-b526-48117e5af443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/non-commodity","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint retrieves non-commodity product information associated with a specific customer enrollment ID basd on the ESID of the customer. It is useful for obtaining details about products that are classified as non- commodities for a given customer.</p>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{url}}/oa/enroll/{{customer_enrollment_id}}/non-commodity</code></p>\n</li>\n<li><p><code>customer_enrollment_id</code> (string): The unique identifier for the customer enrollment. This ID is required to fetch the relevant non-commodity products.</p>\n</li>\n</ul>\n<h3 id=\"request-headers\">Request Headers</h3>\n<ul>\n<li><p>Request HeadersThe request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><strong>productList</strong> (array): A list of non-commodity products associated with the customer enrollment. Each product object may contain:</p>\n<ul>\n<li><p><strong>termsAndCondition</strong> (string): The terms and conditions applicable to the product.</p>\n</li>\n<li><p><strong>mpn</strong> (string): Manufacturer Part Number for the product.</p>\n</li>\n<li><p><strong>price</strong> (string): The price of the product.</p>\n</li>\n<li><p><strong>productName</strong> (string): The name of the product.</p>\n</li>\n<li><p><strong>productDescription</strong> (string): A description of the product.</p>\n</li>\n<li><p><strong>productTagLine</strong> (string): A tagline for the product.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>errorCode</strong> (string or null): Code indicating any error that occurred during the request.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string or null): A description of the error, if applicable.</p>\n</li>\n<li><p><strong>messageCode</strong> (string or null): A code for the message returned.</p>\n</li>\n<li><p><strong>messageText</strong> (string or null): A human-readable message related to the response.</p>\n</li>\n<li><p><strong>statusCode</strong> (integer or null): The HTTP status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string or null): The HTTP status message.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","enroll","{{customer_enrollment_id}}","non-commodity"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"67d1b9b5-490e-4946-bcec-c269b1b4fb28","name":"non-commodity VHE","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/non-commodity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 08 Oct 2025 07:50:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6779"},{"key":"x-amzn-RequestId","value":"4968be8c-6b78-41ec-8d9a-024ca0fb7fee"},{"key":"x-amz-apigw-id","value":"SHipmHcCoAMENzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68e617d6-2609f3f76ecea53359f06554"},{"key":"x-envoy-upstream-service-time","value":"7954"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=vOTNNBuUhHAxbyx/BQVI+y3zdLcTRa4ReBLpQ/PYJ4G0XXW8U7B6eJqtqBkA7UNDftPOZUY1oJJh/P+kNLsqIJOz/KkjFlQJ0rJj4/PjJYbcmnRzlgEx0SWFtggYvkU+i30YU3x3kokdrkRqdDJL8tXGWZPgf57EGJOBXs6UrV36r4+l; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"productList\": [\n        {\n            \"termsAndCondition\": \"\",\n            \"mpn\": \"V001\",\n            \"price\": \"$0.00\",\n            \"productName\": \"Vivint Home Essentials\",\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. Vivint Doorbell Camera Pro - Monitor your home from your phone and answer the door from anywhere with two-way talk and one-way video. Vivint Smart Thermostat - Easily adjust your home?s temperature from the Vivint app to balance comfort and energy savings. 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. 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            \"productTagLine\": \"\"\n        },\n        {\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            \"mpn\": \"E004\",\n            \"price\": \"$9.99\",\n            \"productName\": \"Make It 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            \"productTagLine\": \"The easy, affordable way to go solar\"\n        },\n        {\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            \"mpn\": \"A013\",\n            \"price\": \"$9.99\",\n            \"productName\": \"Surge Protect\",\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            \"productTagLine\": \"Avoid damage costs from a power surge\"\n        }\n    ],\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"224b8f78-427c-44e7-8385-d2d5ae27c118","name":"non commodity","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/non-commodity"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 26 Sep 2025 07:47:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6311"},{"key":"x-amzn-RequestId","value":"7f7a43b6-f295-42af-8a07-7cdb21d4770d"},{"key":"x-amz-apigw-id","value":"Rf-9zGiBoAMEegw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68d64524-6a09e00c3e23fa261cf800f0"},{"key":"x-envoy-upstream-service-time","value":"9803"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=p7DVqRb5CmIYr33ga+yzAUpeRi+Ee8/IHkGArO8jEYRmsg0TZ5G6ABG4pcgo+SQ9rQkCC2QW24x+yb0AaShTNhY2fXAZz3ak6SwmhMZ+NF4mkMAF4SsFjKOSd0CjOrT73d80//dB4ZygBlTpYgEEkbhYlTJ5Nu5vNLzWeNTZdgH1Er+w; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"productList\": [\n        {\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            \"mpn\": \"E004\",\n            \"price\": \"$9.99\",\n            \"productName\": \"Make It 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            \"productTagLine\": \"The easy, affordable way to go solar\"\n        },\n        {\n            \"termsAndCondition\": \"\",\n            \"mpn\": \"R001\",\n            \"price\": \"$3.95\",\n            \"productName\": \"EcoShare\",\n            \"productDescription\": \"Doing your part to better the environment doesn’t have to be expensive. With Reliant’s EcoShareSM\\u202fprogram, it’s easy to help fund carbon offsets and contribute to clean energy initiatives in Texas. When you sign up, a small charge will be added to your electricity bill each month. A portion of that charge will go to EarthShare of Texas, an environmental nonprofit, and a portion will go toward purchasing carbon offsets.* $3.95/month $1 donated to EarthShare of Texas Also purchases 500 pounds of carbon offsets\",\n            \"productTagLine\": \"Reduce your carbon footprint with EcoShareSM\\u202fSilver\"\n        },\n        {\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            \"mpn\": \"A013\",\n            \"price\": \"$9.99\",\n            \"productName\": \"Surge Protect\",\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            \"productTagLine\": \"Avoid damage costs from a power surge\"\n        }\n    ],\n    \"errorCode\": null,\n    \"errorDescription\": null,\n    \"messageCode\": null,\n    \"messageText\": null,\n    \"statusCode\": null,\n    \"httpStatus\": null\n}"},{"id":"56307f73-3968-4047-a683-5402abf6a2d6","name":"non-commodity-BAD REQUEST","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/non-commodity"},"status":"OK","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 08 Oct 2025 07:50:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6779"},{"key":"x-amzn-RequestId","value":"4968be8c-6b78-41ec-8d9a-024ca0fb7fee"},{"key":"x-amz-apigw-id","value":"SHipmHcCoAMENzg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68e617d6-2609f3f76ecea53359f06554"},{"key":"x-envoy-upstream-service-time","value":"7954"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=vOTNNBuUhHAxbyx/BQVI+y3zdLcTRa4ReBLpQ/PYJ4G0XXW8U7B6eJqtqBkA7UNDftPOZUY1oJJh/P+kNLsqIJOz/KkjFlQJ0rJj4/PjJYbcmnRzlgEx0SWFtggYvkU+i30YU3x3kokdrkRqdDJL8tXGWZPgf57EGJOBXs6UrV36r4+l; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n  \"errorCode\": \"BAD_REQUEST\",\n  \"errorDescription\": \"Need to complete previous route- check-credit|recheck-credit|ucc-data\",\n  \"messageCode\": \"\",\n  \"messageText\": \"\",\n  \"statusCode\": \"01\",\n  \"httpStatus\": \"BAD_REQUEST\"\n}"}],"_postman_id":"a8a608e6-8c8e-4c23-b526-48117e5af443"},{"name":"change-plan","id":"cd4dbc56-2339-4f66-bf65-7cc1cc5e25ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"<p>Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.</p>\n","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"<p>Affiliate Id issued by NRG to the client</p>\n","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"<p>The code representing NRG's REP brand, the electricity service is being requested for.</p>\n","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"<p>Brand code associated with the Company code</p>\n","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"<p>Language Code</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/change-plan","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint enable the functionality to change the selected plan in the enrollment flow. It accepts the promo, offercode and campaign code as input and save the this new offer to be referered in the remaining enrollment flow.</p>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{url}}/oa/enroll/{{Affiliate_eid}}/change-plan</code></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>Affiliate_eid</code>: The unique identifier for the affiliate</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"request-headers\">Request Headers</h3>\n<ul>\n<li><p>Request HeadersThe request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request requires a JSON payload with the following parameters:</p>\n<ul>\n<li><p>offerCode(string,mandatory): The selected offer code</p>\n</li>\n<li><p>promoCode(string,mandatory): The promo code associated with the offer</p>\n</li>\n<li><p>campaignCode(string,mandatory): The campaign code associated with the offer</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><strong>errorCode</strong> (string or null): Code indicating any error that occurred during the request.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string or null): A description of the error, if applicable.</p>\n</li>\n<li><p><strong>messageCode</strong> (string or null): A code for the message returned.</p>\n</li>\n<li><p><strong>messageText</strong> (string or null): A human-readable message related to the response.</p>\n</li>\n<li><p><strong>statusCode</strong> (integer or null): The HTTP status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string or null): The HTTP status message.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","enroll","{{customer_enrollment_id}}","change-plan"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"52e7645b-1fae-451a-87c1-de45cf8b50f4","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56085831\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/change-plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2026 02:17:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"x-amzn-RequestId","value":"34ff346f-62e1-4f5b-a964-b98aadde3391"},{"key":"x-amz-apigw-id","value":"aWHzsHC9oAMEH5g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b8b9b0-3b1f7bce71fe6a83385ab390"},{"key":"x-envoy-upstream-service-time","value":"1672"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"0eaadf3a-49e8-4945-a384-42cd669b67dd","name":"missing-payload","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/change-plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2026 02:17:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"x-amzn-RequestId","value":"1ec92d4a-315a-4451-8670-2ea1156efe0e"},{"key":"x-amz-apigw-id","value":"aWH3RGKboAMEifA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b8b9c7-59549a4c0427b0537c7f6e89"},{"key":"x-envoy-upstream-service-time","value":"480"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"Promo, Offer and Campaign codes are required\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"70a1adde-dc19-46d6-83c4-051d0e1d27df","name":"offer-not-found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"5608583111111\",\r\n    \"promoCode\": \"WB3677\",\r\n    \"campaignCode\": \"25A1AR00V0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/change-plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2026 02:18:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"139"},{"key":"x-amzn-RequestId","value":"9af525ac-7832-46c1-9379-badb18b5c08b"},{"key":"x-amz-apigw-id","value":"aWH66GbXoAMER0g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b8b9df-48c298602b45a62d17835607"},{"key":"x-envoy-upstream-service-time","value":"830"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"OFFER_NOT_FOUND\",\n    \"messageText\": \"Offer not found.\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"17ca333b-6e05-4a6b-aede-b541d445d4c0","name":"tdsp-mismatch","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","description":"Token generated from the auth api. Note: The Token is unique to the customer's enrollment transaction. Do not use same token across multiple customers.","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","description":"Affiliate Id issued by NRG to the client","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","description":"The code representing NRG's REP brand, the electricity service is being requested for.","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","description":"Brand code associated with the Company code","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","description":"Language Code","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"offerCode\": \"56809020\",\r\n    \"promoCode\": \"WA09SW\",\r\n    \"campaignCode\": \"25A1AR00V0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/change-plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2026 02:18:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"204"},{"key":"x-amzn-RequestId","value":"e45d063a-98ec-47b9-96f6-959c929ba60a"},{"key":"x-amz-apigw-id","value":"aWIAsGuPIAMEBLg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-69b8ba04-138e127563119a1333eaf7ee"},{"key":"x-envoy-upstream-service-time","value":"1763"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"x-volterra-location","value":"dal3-dal"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"ADDRESS_OFFER_TDSP_MISMATCH\",\n    \"messageText\": \"TDSP of the selected address and TDSP of selected offer are different\",\n    \"statusCode\": \"02\",\n    \"httpStatus\": \"OK\"\n}"}],"_postman_id":"cd4dbc56-2339-4f66-bf65-7cc1cc5e25ce"},{"name":"submit enrollment","id":"1b597b99-9b6e-458b-a40c-d345db36d5c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"securityMethod\": \"DEPOSIT\",\r\n    \"mpn\": [\r\n        \"E004\",\r\n        \"A013\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/submit","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This endpoint is designed to submit an enrollment request for a customer identified by their enrollment ID (eid). It processes the enrollment request and returns the result of the operation</p>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>{{url}}/oa/enroll/{{Affiliate_eid}}/submit</code></p>\n</li>\n<li><p><strong>Path Parameter:</strong></p>\n<ul>\n<li><code>Affiliate_eid</code>: The unique identifier for the affiliate</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be sent in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>securityMethod</strong> (string,optional): Specifies the method of security for the enrollment transaction. In this case, the values should be \"DEPOSIT\" or \"BOND\".</p>\n</li>\n<li><p><strong>mpn</strong> (Array,optional): non commodity product seleted by the customer. Expected values like V001,E004,A011 etc</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response from this endpoint will also be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><strong>errorCode</strong> (string): A code indicating if there was an error with the request.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): A description of any error that occurred.</p>\n</li>\n<li><p><strong>messageCode</strong> (string): A code representing the message status.</p>\n</li>\n<li><p><strong>messageText</strong> (string): A text message providing additional details about the response.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): The status code of the request processing.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): The HTTP status of the response.</p>\n</li>\n<li><p><strong>idocNumber</strong> (string): An identifier for the document processed.</p>\n</li>\n<li><p><strong>caNumber</strong> (string): A number related to the customer account.</p>\n</li>\n<li><p><strong>checkDigit</strong> (string): A check digit for verification purposes.</p>\n</li>\n<li><p><strong>bpid</strong> (string): An identifier for the business partner involved.</p>\n</li>\n<li><p><strong>packageId</strong> (string): Package ID is created after order is created with Vivint for Vivint HomeEssential product</p>\n</li>\n<li><p><strong>holdStatus</strong> (string): Indicator suggesting the hold on the enrollment, expected values True or empty string</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","enroll","{{customer_enrollment_id}}","submit"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ca25287a-6d68-4052-86d2-29a00187de5a","name":"Package ID created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mpn\": [\r\n        \"V001\",\r\n        \"E004\",\r\n        \"A013\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Sep 2025 11:59:38 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"238"},{"key":"x-amzn-RequestId","value":"c88b033f-3ebe-4327-9366-7f0b9748ec4b"},{"key":"x-amz-apigw-id","value":"QvHwPE6zIAMEUIw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c2b99a-1d36985d10ec17114b270851"},{"key":"x-envoy-upstream-service-time","value":"15949"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=hSQEBln9uP5LtCXRRLWYPRDpl0Bwpwf/8ombGX2uWvL8KlMHAwRiB9PQzG/r9dTIi0GAyqf5aoFe+9jDdOuuhwvam/WfqmPG/NRqlbh8KvXK72he0/PGr5JiCGdV9IzKQSxjwy5azZdy6/dVR80ZUZ26ILOOywr5f1X23dGrsRrGyZ4R; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"errorCode\":\"\",\r\n    \"errorDescription\":\"\",\r\n    \"messageCode\":\"\",\r\n    \"messageText\":\"\",\r\n    \"statusCode\":\"00\",\r\n    \"httpStatus\":\"OK\",\r\n    \"idocNumber\":\"5000007347444453\",\r\n    \"caNumber\":\"000047343184\",\r\n    \"checkDigit\":\"9\",\r\n    \"bpid\":\"3008383709\",\r\n    \"packageId\":\"PKG-Partner-5805065c2b3b4dbe99951e6ab221e0fa\",\r\n    \"holdStatus\":\"False\",\r\n    \"nonCommodityResult\":\r\n    {\r\n        \"V001\":\r\n        {\r\n            \"status\":\"success\",\r\n            \"reason\":\"\"\r\n        },\r\n        \"A013\":\r\n        {\r\n            \"status\":\"success\",\r\n            \"reason\":\"\"\r\n        },\r\n        \"E004\":\r\n        {\r\n            \"status\":\"success\",\r\n            \"reason\":\"\"\r\n        }\r\n    }\r\n}"},{"id":"966481a0-aa80-4a63-85a0-252da1fa2965","name":"Invalid/not offered MPN","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mpn\": [\r\n        \"V001\",\r\n        \"E004\",\r\n        \"A013\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/enroll/{{customer_enrollment_id}}/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Oct 2025 20:04:27 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"247"},{"key":"x-amzn-RequestId","value":"33c850fc-4df2-4f8f-8f2a-e286b09d20d0"},{"key":"x-amz-apigw-id","value":"SJOHTHrZoAMEhIg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68e6c3c7-763c745a5e973d6e36f0d560"},{"key":"x-envoy-upstream-service-time","value":"3203"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=saS+4N0PSwcM2Wiz0L+3PCj7UonbBMTMjjmkyscoTNgPD9CB/pKTLLV7YuNuj45GhUrM4mZ4X4yqwkqgHqpe7hIgEktI1fG1sPqKB6LF/tf8qu6607eo11IP2sSa7OAYIaJzKGdmCiUpejdeMuFmfniazb7ody1JJLFO7Z5Og9sIZQel; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\",\n    \"idocNumber\": \"5000007347343709\",\n    \"caNumber\": \"000047343032\",\n    \"checkDigit\": \"0\",\n    \"bpid\": \"3008383517\",\n    \"packageId\": null,\n    \"holdStatus\": null,\n    \"nonCommodityResult\": {\n        \"V0012\": {\n            \"status\": \"failure\",\n            \"reason\": \"Invalid/not offered MPN\"\n        },\n        \"A028\": {\n            \"status\": \"success\",\n            \"reason\": \"\"\n        },\n        \"E004\": {\n            \"status\": \"success\",\n            \"reason\": \"\"\n        }\n    }\n}"}],"_postman_id":"1b597b99-9b6e-458b-a40c-d345db36d5c2"},{"name":"vivint-available-dates","id":"da10202c-8f69-41f8-b5f7-76fa7162d24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-available-dates","description":"<h3 id=\"get-vivint-available-dates\">Get Vivint Available Dates</h3>\n<p>This endpoint retrieves available scheduling windows for Vivint home based Essential product installation.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p><strong>Method</strong>: <code>GET</code></p>\n</li>\n<li><p><strong>Endpoint</strong>: <code>{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-available-dates</code></p>\n</li>\n<li><p><strong>customer_enrollment_id</strong> (string): The unique identifier for the customer enrollment whose available dates are being requested.</p>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>: JWT token</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p><strong>orderId</strong> (string): The ID of the order associated with the available dates. It may be an empty string if no order is found.</p>\n</li>\n<li><p><strong>availableWindows</strong> (array): A list of available scheduling windows, where each window includes:</p>\n<ul>\n<li><p><strong>windowStart</strong> (string): The start time of the available window.</p>\n</li>\n<li><p><strong>windowEnd</strong> (string): The end time of the available window.</p>\n</li>\n<li><p><strong>parsedWindowStart</strong> (string): A parsed representation of the start time for easier processing.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["oa","hbe","{{customer_enrollment_id}}","vivint-available-dates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9871f6e3-9d08-404d-9899-18bd46d95ee5","name":"vivint-available-dates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-available-dates"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 09:45:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9769"},{"key":"x-amzn-RequestId","value":"8b88d8e8-80e8-40d8-8415-f3b4d327cfb7"},{"key":"x-amz-apigw-id","value":"Qu0HOGe7oAMEmZA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c29a2d-6e6696cb34c4c7ae555abd52"},{"key":"x-envoy-upstream-service-time","value":"15788"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=TdJcebU9Q1b7AloH/EU3SAb8RyUntqb7QviQObCkS2uDzOd3LNmgiGNzP6K0zplszGKhdVXBc9z3MtL0eCqe91ABSo8Sw9E/7thf9EvaD3F2si7yZGcY3cIrJ9C0EQ89Xp9113IElUImNcm3CuMT53rS5L9o4tonBo0TrfWTJKN359av; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"PKG-Partner-3144c405120e4aa79ce791d4913d67e8\",\n    \"availableWindows\": [\n        {\n            \"windowStart\": \"2025-09-27T08:00:00\",\n            \"windowEnd\": \"2025-09-27T12:00:00\",\n            \"parsedWindowStart\": \"2025-09-27 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-09-27T12:00:00\",\n            \"windowEnd\": \"2025-09-27T16:00:00\",\n            \"parsedWindowStart\": \"2025-09-27 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-09-27T16:00:00\",\n            \"windowEnd\": \"2025-09-27T20:00:00\",\n            \"parsedWindowStart\": \"2025-09-27 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-09-29T08:00:00\",\n            \"windowEnd\": \"2025-09-29T12:00:00\",\n            \"parsedWindowStart\": \"2025-09-29 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-09-29T12:00:00\",\n            \"windowEnd\": \"2025-09-29T16:00:00\",\n            \"parsedWindowStart\": \"2025-09-29 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-09-29T16:00:00\",\n            \"windowEnd\": \"2025-09-29T20:00:00\",\n            \"parsedWindowStart\": \"2025-09-29 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-09-30T08:00:00\",\n            \"windowEnd\": \"2025-09-30T12:00:00\",\n            \"parsedWindowStart\": \"2025-09-30 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-09-30T12:00:00\",\n            \"windowEnd\": \"2025-09-30T16:00:00\",\n            \"parsedWindowStart\": \"2025-09-30 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-09-30T16:00:00\",\n            \"windowEnd\": \"2025-09-30T20:00:00\",\n            \"parsedWindowStart\": \"2025-09-30 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-01T08:00:00\",\n            \"windowEnd\": \"2025-10-01T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-01 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-01T12:00:00\",\n            \"windowEnd\": \"2025-10-01T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-01 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-01T16:00:00\",\n            \"windowEnd\": \"2025-10-01T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-01 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-02T08:00:00\",\n            \"windowEnd\": \"2025-10-02T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-02 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-02T12:00:00\",\n            \"windowEnd\": \"2025-10-02T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-02 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-02T16:00:00\",\n            \"windowEnd\": \"2025-10-02T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-02 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-03T08:00:00\",\n            \"windowEnd\": \"2025-10-03T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-03 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-03T12:00:00\",\n            \"windowEnd\": \"2025-10-03T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-03 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-04T08:00:00\",\n            \"windowEnd\": \"2025-10-04T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-04 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-04T12:00:00\",\n            \"windowEnd\": \"2025-10-04T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-04 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-04T16:00:00\",\n            \"windowEnd\": \"2025-10-04T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-04 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-06T08:00:00\",\n            \"windowEnd\": \"2025-10-06T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-06 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-06T12:00:00\",\n            \"windowEnd\": \"2025-10-06T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-06 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-06T16:00:00\",\n            \"windowEnd\": \"2025-10-06T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-06 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-07T08:00:00\",\n            \"windowEnd\": \"2025-10-07T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-07 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-07T12:00:00\",\n            \"windowEnd\": \"2025-10-07T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-07 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-07T16:00:00\",\n            \"windowEnd\": \"2025-10-07T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-07 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-08T08:00:00\",\n            \"windowEnd\": \"2025-10-08T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-08 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-08T12:00:00\",\n            \"windowEnd\": \"2025-10-08T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-08 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-08T16:00:00\",\n            \"windowEnd\": \"2025-10-08T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-08 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-09T08:00:00\",\n            \"windowEnd\": \"2025-10-09T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-09 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-09T12:00:00\",\n            \"windowEnd\": \"2025-10-09T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-09 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-09T16:00:00\",\n            \"windowEnd\": \"2025-10-09T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-09 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-10T08:00:00\",\n            \"windowEnd\": \"2025-10-10T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-10 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-10T12:00:00\",\n            \"windowEnd\": \"2025-10-10T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-10 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-11T08:00:00\",\n            \"windowEnd\": \"2025-10-11T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-11 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-11T12:00:00\",\n            \"windowEnd\": \"2025-10-11T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-11 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-11T16:00:00\",\n            \"windowEnd\": \"2025-10-11T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-11 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-13T08:00:00\",\n            \"windowEnd\": \"2025-10-13T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-13 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-13T12:00:00\",\n            \"windowEnd\": \"2025-10-13T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-13 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-13T16:00:00\",\n            \"windowEnd\": \"2025-10-13T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-13 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-14T08:00:00\",\n            \"windowEnd\": \"2025-10-14T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-14 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-14T12:00:00\",\n            \"windowEnd\": \"2025-10-14T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-14 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-14T16:00:00\",\n            \"windowEnd\": \"2025-10-14T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-14 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-15T08:00:00\",\n            \"windowEnd\": \"2025-10-15T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-15 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-15T12:00:00\",\n            \"windowEnd\": \"2025-10-15T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-15 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-15T16:00:00\",\n            \"windowEnd\": \"2025-10-15T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-15 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-16T08:00:00\",\n            \"windowEnd\": \"2025-10-16T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-16 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-16T12:00:00\",\n            \"windowEnd\": \"2025-10-16T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-16 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-16T16:00:00\",\n            \"windowEnd\": \"2025-10-16T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-16 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-17T08:00:00\",\n            \"windowEnd\": \"2025-10-17T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-17 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-17T12:00:00\",\n            \"windowEnd\": \"2025-10-17T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-17 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-18T08:00:00\",\n            \"windowEnd\": \"2025-10-18T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-18 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-18T12:00:00\",\n            \"windowEnd\": \"2025-10-18T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-18 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-18T16:00:00\",\n            \"windowEnd\": \"2025-10-18T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-18 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-20T08:00:00\",\n            \"windowEnd\": \"2025-10-20T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-20 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-20T12:00:00\",\n            \"windowEnd\": \"2025-10-20T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-20 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-20T16:00:00\",\n            \"windowEnd\": \"2025-10-20T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-20 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-21T08:00:00\",\n            \"windowEnd\": \"2025-10-21T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-21 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-21T12:00:00\",\n            \"windowEnd\": \"2025-10-21T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-21 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-21T16:00:00\",\n            \"windowEnd\": \"2025-10-21T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-21 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-22T08:00:00\",\n            \"windowEnd\": \"2025-10-22T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-22 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-22T12:00:00\",\n            \"windowEnd\": \"2025-10-22T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-22 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-22T16:00:00\",\n            \"windowEnd\": \"2025-10-22T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-22 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-23T08:00:00\",\n            \"windowEnd\": \"2025-10-23T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-23 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-23T12:00:00\",\n            \"windowEnd\": \"2025-10-23T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-23 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-23T16:00:00\",\n            \"windowEnd\": \"2025-10-23T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-23 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-24T08:00:00\",\n            \"windowEnd\": \"2025-10-24T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-24 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-24T12:00:00\",\n            \"windowEnd\": \"2025-10-24T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-24 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-25T08:00:00\",\n            \"windowEnd\": \"2025-10-25T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-25 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-25T12:00:00\",\n            \"windowEnd\": \"2025-10-25T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-25 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-25T16:00:00\",\n            \"windowEnd\": \"2025-10-25T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-25 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-27T08:00:00\",\n            \"windowEnd\": \"2025-10-27T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-27 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-27T12:00:00\",\n            \"windowEnd\": \"2025-10-27T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-27 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-27T16:00:00\",\n            \"windowEnd\": \"2025-10-27T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-27 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-28T08:00:00\",\n            \"windowEnd\": \"2025-10-28T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-28 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-28T12:00:00\",\n            \"windowEnd\": \"2025-10-28T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-28 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-28T16:00:00\",\n            \"windowEnd\": \"2025-10-28T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-28 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-29T08:00:00\",\n            \"windowEnd\": \"2025-10-29T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-29 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-29T12:00:00\",\n            \"windowEnd\": \"2025-10-29T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-29 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-29T16:00:00\",\n            \"windowEnd\": \"2025-10-29T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-29 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-30T08:00:00\",\n            \"windowEnd\": \"2025-10-30T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-30 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-30T12:00:00\",\n            \"windowEnd\": \"2025-10-30T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-30 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-30T16:00:00\",\n            \"windowEnd\": \"2025-10-30T20:00:00\",\n            \"parsedWindowStart\": \"2025-10-30 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-31T08:00:00\",\n            \"windowEnd\": \"2025-10-31T12:00:00\",\n            \"parsedWindowStart\": \"2025-10-31 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-10-31T12:00:00\",\n            \"windowEnd\": \"2025-10-31T16:00:00\",\n            \"parsedWindowStart\": \"2025-10-31 12:00:00\"\n        }\n    ],\n    \"errorCode\":null,\n    \"errorDescription\":\"\",\n    \"messageCode\":\"\",\n    \"messageText\":\"\",\n    \"statusCode\":\"00\",\n    \"httpStatus\":\"OK\"\n}"},{"id":"07db34b8-7776-4e92-a50f-d704b8e414e3","name":"availableWindows blank","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-available-dates"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 08 Oct 2025 20:24:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80"},{"key":"x-amzn-RequestId","value":"8697cd4a-50a9-4259-9033-9857e7dfd5db"},{"key":"x-amz-apigw-id","value":"SJRClGkyoAMER5A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68e6c876-6436cb6e0e651b790c4dcca5"},{"key":"x-envoy-upstream-service-time","value":"10791"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=whMK8wuK4WRIb3RtTFGq3spxhsDpW6B3IzVx//r3x5LUw/fxO+JQYmm+LI0fAoeN2iFluvmz0BEbVn4ptpBpYSw2gOquhFFzPTPHy9wzCWgfebVRHebBfC37HHkoXpT9ueK4iyUwTcyrCPJVgEP2xIp690H+sRQXb7HtVEWM5AE/h5rS; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"PKG-Partner-930ecbdbee544ce18214b4aedec0b5f6\",\n    \"availableWindows\": []\n}"},{"id":"0ea298e7-9fad-44ee-863f-d28b2682f7b6","name":"Package id not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-available-dates"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 08 Oct 2025 20:24:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80"},{"key":"x-amzn-RequestId","value":"8697cd4a-50a9-4259-9033-9857e7dfd5db"},{"key":"x-amz-apigw-id","value":"SJRClGkyoAMER5A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68e6c876-6436cb6e0e651b790c4dcca5"},{"key":"x-envoy-upstream-service-time","value":"10791"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=whMK8wuK4WRIb3RtTFGq3spxhsDpW6B3IzVx//r3x5LUw/fxO+JQYmm+LI0fAoeN2iFluvmz0BEbVn4ptpBpYSw2gOquhFFzPTPHy9wzCWgfebVRHebBfC37HHkoXpT9ueK4iyUwTcyrCPJVgEP2xIp690H+sRQXb7HtVEWM5AE/h5rS; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\":\"BAD_REQUEST\",\n    \"errorDescription\":\"Package id is not found.\",\n    \"messageCode\":\"\",\n    \"messageText\":\"\",\n    \"statusCode\":\"01\",\n    \"httpStatus\":\"BAD_REQUEST\"\n    \n}"},{"id":"b10c1488-3198-4cc8-8dd4-6e08bc34c3ee","name":"Previous route not completed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-available-dates"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 08 Oct 2025 20:24:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80"},{"key":"x-amzn-RequestId","value":"8697cd4a-50a9-4259-9033-9857e7dfd5db"},{"key":"x-amz-apigw-id","value":"SJRClGkyoAMER5A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68e6c876-6436cb6e0e651b790c4dcca5"},{"key":"x-envoy-upstream-service-time","value":"10791"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=whMK8wuK4WRIb3RtTFGq3spxhsDpW6B3IzVx//r3x5LUw/fxO+JQYmm+LI0fAoeN2iFluvmz0BEbVn4ptpBpYSw2gOquhFFzPTPHy9wzCWgfebVRHebBfC37HHkoXpT9ueK4iyUwTcyrCPJVgEP2xIp690H+sRQXb7HtVEWM5AE/h5rS; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\":\"BAD_REQUEST\",\n    \"errorDescription\":\"Need to complete previous route- submit\",\n    \"messageCode\":\"\",\"messageText\":\"\",\n    \"statusCode\":\"01\",\n    \"httpStatus\":\"BAD_REQUEST\"\n}"}],"_postman_id":"da10202c-8f69-41f8-b5f7-76fa7162d24b"},{"name":"vivint-schedule-appointment","id":"d28a3e96-c1c4-443a-a4cd-af2e5565f28c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"windowStart\": \"2025-08-22T12:00:00\",\r\n    \"windowEnd\": \"2025-08-22T16:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-schedule-appointment","description":"<p>This endpoint allows users to schedule an appointment for a Vivint Home Based Essenstial product installation. The appointment is defined by a time window specified in the request body.</p>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-schedule-appointment</code></p>\n</li>\n<li><p><strong>customer_enrollment_id</strong> (string): The unique identifier for the customer enrollment whose available dates are being requested.</p>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the following necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>: JWT token</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>windowStart</strong> (string,mandetory): The start time of the appointment window in ISO 8601 format (e.g., \"2025-08-22T12:00:00\").</p>\n</li>\n<li><p><strong>windowEnd</strong> (string,mandetory): The end time of the appointment window in ISO 8601 format (e.g., \"2025-08-22T16:00:00\").</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and may contain the following fields:</p>\n<ul>\n<li><p><strong>errorCode</strong> (string): A code representing any error that occurred during the request.</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): A description of the error, if applicable.</p>\n</li>\n<li><p><strong>messageCode</strong> (string): A code representing the message status.</p>\n</li>\n<li><p><strong>messageText</strong> (string): A text description of the message status.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): The HTTP status code returned by the server.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): The HTTP status message corresponding to the status code.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","hbe","{{customer_enrollment_id}}","vivint-schedule-appointment"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fe59ddba-1f3e-4060-9ee0-6c10bdce2d16","name":"vivint-schedule-appointment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"windowStart\": \"2025-09-27T16:00:00\",\r\n    \"windowEnd\": \"2025-09-27T20:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-schedule-appointment"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 11 Sep 2025 09:48:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"x-amzn-RequestId","value":"7e8d661e-5224-4ef8-8991-441a3e4a95ba"},{"key":"x-amz-apigw-id","value":"Qu0faFtqIAMEvTA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c29ac8-095e80d90eb8f64b4e4cbb4c"},{"key":"x-envoy-upstream-service-time","value":"21655"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=ngUeKZIKgHv92ThRQ+BlbQO/q2XsnowLZrBoK4062/M7OwicM+s35/9YJ0NV/ytx0G0uUDZ4SeVXgSFmF9YXWFz+/h1I0PgHixl8cM5gfPMsftPNpP3LNWanpvtvo3Z6z/3ZnOhRAoWUpV9V2d92t4jQ+luMjlNw9ykTaQgvM0Nm7Gju; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"8f80c8a5-a607-4e72-bb94-3e37195930e4","name":"Previous route not completed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"windowStart\": \"2025-09-27T16:00:00\",\r\n    \"windowEnd\": \"2025-09-27T20:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-schedule-appointment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Sep 2025 09:48:14 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"108"},{"key":"x-amzn-RequestId","value":"7e8d661e-5224-4ef8-8991-441a3e4a95ba"},{"key":"x-amz-apigw-id","value":"Qu0faFtqIAMEvTA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c29ac8-095e80d90eb8f64b4e4cbb4c"},{"key":"x-envoy-upstream-service-time","value":"21655"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=ngUeKZIKgHv92ThRQ+BlbQO/q2XsnowLZrBoK4062/M7OwicM+s35/9YJ0NV/ytx0G0uUDZ4SeVXgSFmF9YXWFz+/h1I0PgHixl8cM5gfPMsftPNpP3LNWanpvtvo3Z6z/3ZnOhRAoWUpV9V2d92t4jQ+luMjlNw9ykTaQgvM0Nm7Gju; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"Need to complete previous route- vivint-available-dates\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"930cc6e1-74de-4bce-96ef-444825e18186","name":"Selected appointment window unavailable","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"windowStart\": \"2025-09-27T16:00:00\",\r\n    \"windowEnd\": \"2025-09-27T20:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/oa/hbe/{{customer_enrollment_id}}/vivint-schedule-appointment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Sep 2025 09:48:14 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"108"},{"key":"x-amzn-RequestId","value":"7e8d661e-5224-4ef8-8991-441a3e4a95ba"},{"key":"x-amz-apigw-id","value":"Qu0faFtqIAMEvTA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c29ac8-095e80d90eb8f64b4e4cbb4c"},{"key":"x-envoy-upstream-service-time","value":"21655"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"set-cookie","value":"c23503=ngUeKZIKgHv92ThRQ+BlbQO/q2XsnowLZrBoK4062/M7OwicM+s35/9YJ0NV/ytx0G0uUDZ4SeVXgSFmF9YXWFz+/h1I0PgHixl8cM5gfPMsftPNpP3LNWanpvtvo3Z6z/3ZnOhRAoWUpV9V2d92t4jQ+luMjlNw9ykTaQgvM0Nm7Gju; path=/"},{"key":"x-volterra-location","value":"tr2-tor"},{"key":"server","value":"volt-adc"}],"cookie":[],"responseTime":null,"body":"{\n    \"orderId\": \"PKG-Partner-6391775be43d45a8be46e2282771cbd4\",\n    \"availableWindows\": [\n        {\n            \"windowStart\": \"2025-12-03T08:00:00\",\n            \"windowEnd\": \"2025-12-03T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-03 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-03T12:00:00\",\n            \"windowEnd\": \"2025-12-03T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-03 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-03T16:00:00\",\n            \"windowEnd\": \"2025-12-03T20:00:00\",\n            \"parsedWindowStart\": \"2025-12-03 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-04T08:00:00\",\n            \"windowEnd\": \"2025-12-04T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-04 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-04T12:00:00\",\n            \"windowEnd\": \"2025-12-04T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-04 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-04T16:00:00\",\n            \"windowEnd\": \"2025-12-04T20:00:00\",\n            \"parsedWindowStart\": \"2025-12-04 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-05T08:00:00\",\n            \"windowEnd\": \"2025-12-05T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-05 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-05T12:00:00\",\n            \"windowEnd\": \"2025-12-05T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-05 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-06T08:00:00\",\n            \"windowEnd\": \"2025-12-06T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-06 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-06T12:00:00\",\n            \"windowEnd\": \"2025-12-06T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-06 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-06T16:00:00\",\n            \"windowEnd\": \"2025-12-06T20:00:00\",\n            \"parsedWindowStart\": \"2025-12-06 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-08T08:00:00\",\n            \"windowEnd\": \"2025-12-08T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-08 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-08T12:00:00\",\n            \"windowEnd\": \"2025-12-08T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-08 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-08T16:00:00\",\n            \"windowEnd\": \"2025-12-08T20:00:00\",\n            \"parsedWindowStart\": \"2025-12-08 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-09T08:00:00\",\n            \"windowEnd\": \"2025-12-09T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-09 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-09T12:00:00\",\n            \"windowEnd\": \"2025-12-09T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-09 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-09T16:00:00\",\n            \"windowEnd\": \"2025-12-09T20:00:00\",\n            \"parsedWindowStart\": \"2025-12-09 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-10T08:00:00\",\n            \"windowEnd\": \"2025-12-10T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-10 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-10T12:00:00\",\n            \"windowEnd\": \"2025-12-10T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-10 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-10T16:00:00\",\n            \"windowEnd\": \"2025-12-10T20:00:00\",\n            \"parsedWindowStart\": \"2025-12-10 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-11T08:00:00\",\n            \"windowEnd\": \"2025-12-11T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-11 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-11T12:00:00\",\n            \"windowEnd\": \"2025-12-11T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-11 12:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-11T16:00:00\",\n            \"windowEnd\": \"2025-12-11T20:00:00\",\n            \"parsedWindowStart\": \"2025-12-11 16:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-12T08:00:00\",\n            \"windowEnd\": \"2025-12-12T12:00:00\",\n            \"parsedWindowStart\": \"2025-12-12 08:00:00\"\n        },\n        {\n            \"windowStart\": \"2025-12-12T12:00:00\",\n            \"windowEnd\": \"2025-12-12T16:00:00\",\n            \"parsedWindowStart\": \"2025-12-12 12:00:00\"\n        }\n    ],\n    \"windowStart\": null,\n    \"windowEnd\": null,\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"SELECTED_APPOINTMENT_WINDOW_UNAVAILABLE\",\n    \"messageText\": \"Selected appointment window unavailable\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"}],"_postman_id":"d28a3e96-c1c4-443a-a4cd-af2e5565f28c"},{"name":"prospect","id":"6e815ba2-987b-4414-b52d-2eb986399e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":"{{url}}/oa/prospect?prospectId=10000082&last4SSN=9733","description":"<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<p>This API will return Preapproval Status for the given prospectID</p>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://stg-partners-api.nrg.com/api/v1/oa/prospect?prospectId=10000082&amp;last4SSN=9733\">https://stg-partners-api.nrg.com/api/v1/oa/prospect?prospectId=10000082&amp;last4SSN=9733</a></p>\n<p>  <strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><strong>prospectId</strong> (string, required): Field to define unique Id of the Prospect.</p>\n</li>\n<li><p><strong>last4SSN</strong>(string, required): Mandatory Field to define last four digits of prospect's Social Security Number (SSN)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<p>The request must include the below necessary headers for proper authentication and content handling.</p>\n<ul>\n<li><p><strong>affiliate-id</strong>: The identifier for the affiliate associated with the request.</p>\n</li>\n<li><p><strong>company-code</strong>: The code representing the company making the request.</p>\n</li>\n<li><p><strong>brand-id</strong>: The identifier for the brand associated with the request.</p>\n</li>\n<li><p><strong>accept-language</strong>: The language preference for the response.</p>\n</li>\n<li><p><strong>Authorization</strong>:JWT token</p>\n</li>\n</ul>\n<p>Please refer to the Headers tab in the request for detailed information on each header's name, purpose, and expected values.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and will include various details about the offers. The structure of the response is as follows:</p>\n<ul>\n<li><p><strong>prospectPreApprovalFlag</strong> (String): Flag to indicate if the prospect id is preapproved or not. Expected return values are Y or N</p>\n</li>\n<li><p><strong>errorCode</strong> (string): Code representing any error that occurred (if applicable).</p>\n</li>\n<li><p><strong>errorDescription</strong> (string): Description of the error (if applicable).</p>\n</li>\n<li><p><strong>messageCode</strong> (string): Code for the message returned.</p>\n</li>\n<li><p><strong>messageText</strong> (string): Text of the message returned.</p>\n</li>\n<li><p><strong>statusCode</strong> (string): Status code of the response.</p>\n</li>\n<li><p><strong>httpStatus</strong> (string): HTTP status of the response.</p>\n</li>\n</ul>\n","urlObject":{"path":["oa","prospect"],"host":["{{url}}"],"query":[{"key":"prospectId","value":"10000082"},{"disabled":true,"key":"lastDigitSSN","value":"2928"},{"key":"last4SSN","value":"9733"}],"variable":[]}},"response":[{"id":"4a05e55c-130a-4096-9389-55c8ac375a7e","name":"prospectPreApprovalFlag - P","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":{"raw":"{{url}}/oa/prospect?prospectId=10000082&last4SSN=9733","host":["{{url}}"],"path":["oa","prospect"],"query":[{"key":"prospectId","value":"10000082"},{"key":"lastDigitSSN","value":"2928","disabled":true},{"key":"last4SSN","value":"9733"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"prospectPreApprovalFlag\": \"P\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"40a6c7e5-f523-46da-a1ec-ce5a0e86658c","name":"prospectPreApprovalFlag - F","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":{"raw":"{{url}}/oa/prospect?prospectId=522511434&last4SSN=2928","host":["{{url}}"],"path":["oa","prospect"],"query":[{"key":"prospectId","value":"522511434"},{"key":"lastDigitSSN","value":"2928","disabled":true},{"key":"last4SSN","value":"2928"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"prospectPreApprovalFlag\": \"F\",\n    \"errorCode\": \"\",\n    \"errorDescription\": \"\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"00\",\n    \"httpStatus\": \"OK\"\n}"},{"id":"13b88411-d082-48d0-8e60-e44adbd809be","name":"NO_PROSPECT_MATCH_FOUND","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":{"raw":"{{url}}/oa/prospect?prospectId=676019111&last4SSN=4063","host":["{{url}}"],"path":["oa","prospect"],"query":[{"key":"prospectId","value":"676019111"},{"key":"lastDigitSSN","value":"2928","disabled":true},{"key":"last4SSN","value":"4063"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\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":"88b8bba0-c419-4d1a-8ed9-6bfa35824a94","name":"BAD_REQUEST- SSN & Prospect id mismatch","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{affiliate_JWT}}","type":"text"},{"key":"Affiliate-Id","value":"{{affiliateId}}","type":"text"},{"key":"Company-Cd","value":"{{companyCd}}","type":"text"},{"key":"Brand-Id","value":"{{brandId}}","type":"text"},{"key":"Accept-Language","value":"{{langCode}}","type":"text"}],"url":{"raw":"{{url}}/oa/prospect?prospectId=10000082&last4SSN=973","host":["{{url}}"],"path":["oa","prospect"],"query":[{"key":"prospectId","value":"10000082"},{"key":"lastDigitSSN","value":"2928","disabled":true},{"key":"last4SSN","value":"973"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errorCode\": \"BAD_REQUEST\",\n    \"errorDescription\": \"SSN does not match Prospect id\",\n    \"messageCode\": \"\",\n    \"messageText\": \"\",\n    \"statusCode\": \"01\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"}],"_postman_id":"6e815ba2-987b-4414-b52d-2eb986399e27"}],"id":"4137f174-fa92-45c9-a5d2-26bf9b1e6ff5","description":"<h1 id=\"api-processing\">API Processing</h1>\n<p>Each API submission undergoes several validations before processing. The API will return a failure in any of the following scenarios:</p>\n<ul>\n<li><p>Required input variables are missing from the submission.</p>\n</li>\n<li><p>Submitted input variables do not meet the required format.</p>\n</li>\n<li><p>Internal system issues prevent the request from being processed.</p>\n</li>\n</ul>\n<p>The <strong><code>errorDescription</code></strong> field is provided for internal troubleshooting when an issue occurs during API processing.</p>\n<p>If the API call completes successfully, it will return a status code indicating one of the following outcomes:</p>\n<ul>\n<li><p>The prospect can proceed with the process.</p>\n</li>\n<li><p>The prospect must be stopped due to an exception; in such cases, the Affiliate may want to display a call center number if it is not already shown on the page.</p>\n</li>\n<li><p>The prospect can continue after verifying the necessary information.</p>\n</li>\n</ul>\n<p>The <strong><code>messageText</code></strong> field contains customer-facing message content. This message may include additional details determined by the Affiliate (e.g., an Affiliate-specific call center number). Message codes can also be returned even when the user does not need to be stopped—for example, to advise them about special handling required on the account (such as when a <strong>“Switch Hold Notify”</strong> response is received from the <strong><code>enroll-start</code></strong> API).</p>\n<h1 id=\"building-api-request\">Building API Request</h1>\n<h2 id=\"authorization\">Authorization</h2>\n<p>All <strong>NRG Sales APIs</strong> are available exclusively for <strong>B2B communication</strong> and are secured using a unique token generated by calling the <strong><code>/auth</code></strong> API with the API key issued to the Affiliate.</p>\n<p>To access these APIs in NRG’s <strong>QA</strong> or <strong>Production</strong> environments:</p>\n<ul>\n<li><p>Work with your NRG Business Contact to have your network IPs whitelisted.</p>\n</li>\n<li><p>Obtain your unique API keys for both <strong>Test</strong> and <strong>Live</strong> environments.</p>\n</li>\n</ul>\n<p>For any questions or issues accessing the APIs, please email <a href=\"https://mailto:NRGWebRetail@reliant.com\"><b>NRGWebRetail@reliant.com</b></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>Online Affiliate  <br />enrollments</td>\n</tr>\n<tr>\n<td>BRK</td>\n<td>Broker 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 <strong>NRG Sales API</strong>, upon successful execution, returns a <strong>JSON response</strong>. The response includes:</p>\n<ul>\n<li><p><strong>HTTP Status Code</strong> – Indicates the overall success or failure of the API call.</p>\n</li>\n<li><p><strong><code>statusCode</code></strong> (in the response payload) – Provides additional context about the result of the operation.</p>\n</li>\n</ul>\n<p>Refer to the chart below to understand how to interpret different <strong>HTTP Status Codes</strong> and <strong>response</strong> <strong><code>statusCode</code></strong> <strong>values</strong> 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 eid )</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 process and not continue.  <br />Re-attempts of the same API call will fail with the same statusCode, and attempts to execute subsequent calls will not be allowed.</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>","_postman_id":"4137f174-fa92-45c9-a5d2-26bf9b1e6ff5"}],"event":[{"listen":"prerequest","script":{"id":"d65bfb0a-d441-4902-bf4d-8030f627c8b5","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"c2f8685f-5ed9-4719-87e5-117703577d1f","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"agentId","value":"DL1000"}]}