{"info":{"_postman_id":"58599baa-a184-452e-97aa-95045c142234","name":"Intercard API - Profile Management","description":"<html><head></head><body><p><strong>This API handles retrieval of customer information, creating/registering new customer profile, and other card-related information and operations.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28526051","collectionId":"58599baa-a184-452e-97aa-95045c142234","publishedId":"2s9YsM9WH2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"cc272b"},"publishDate":"2026-01-29T18:24:59.000Z"},"item":[{"name":"Cards","item":[{"name":"Balance (get all data from a card)","id":"9c1ebc67-e27b-4824-879c-08fcfbcd5223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Card/:corpid/:accountnumber/:CardName","description":"<p>This endpoint retrieves the information for a specific card based on the provided corporate ID, account number, and card name.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><code>Name</code> (string): The name of the card.</li>\n<li><code>FirstName</code> (string): The first name associated with the card.</li>\n<li><code>LastName</code> (string): The last name associated with the card.</li>\n<li><code>AccountNumber</code> (integer): The account number associated with the card.</li>\n<li><code>Cash</code> (integer): The cash balance on the card.</li>\n<li><code>BonusCash</code> (integer): The bonus cash balance on the card.</li>\n<li><code>Tokens</code> (integer): The token balance on the card.</li>\n<li><code>BonusTokens</code> (integer): The bonus token balance on the card.</li>\n<li><code>Points</code> (integer): The points balance on the card.</li>\n<li><code>TpActive</code> (boolean): Indicates whether the card's time period is active.</li>\n<li><code>TpStartOnSwipe</code> (string): Indicates the start time of the time period on card swipe.</li>\n<li><code>TpStartTime</code> (string): The start time of the time period.</li>\n<li><code>TpEndTime</code> (string): The end time of the time period.</li>\n<li><code>TpDuration</code> (integer): The duration of the time period.</li>\n<li><code>CardImage</code> (string): The image associated with the card.</li>\n<li><code>AvatarId</code> (integer): The ID of the avatar associated with the card.</li>\n<li><code>CorpId</code> (integer): The corporate ID of the card.</li>\n<li><code>Products</code> (array): An array of products associated with the card.</li>\n<li><code>Gates</code> (array): An array of gates associated with the card.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Card",":corpid",":accountnumber",":CardName"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"description":{"content":"<p>The corporate ID of the card.</p>\n","type":"text/plain"},"type":"any","value":"{{corpid}}","key":"corpid"},{"description":{"content":"<p>The account number associated with the card.</p>\n","type":"text/plain"},"type":"any","value":"{{accountnumber}}","key":"accountnumber"},{"description":{"content":"<p>The name of the card.</p>\n","type":"text/plain"},"type":"any","value":"Test","key":"CardName"}]}},"response":[{"id":"18d4fcc1-f5be-4d27-ba77-5e29c0eaa8fb","name":"Ok Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Card/:corpid/:accountnumber/:CardName","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Card",":corpid",":accountnumber",":CardName"],"variable":[{"key":"corpid","value":"6000"},{"key":"accountnumber","value":"55"},{"key":"CardName","value":"Test"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"333"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 10 Jan 2024 07:45:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Name\": \"Test\",\n    \"FirstName\": null,\n    \"LastName\": null,\n    \"AccountNumber\": 55,\n    \"Cash\": 300,\n    \"BonusCash\": 0,\n    \"Tokens\": 1,\n    \"BonusTokens\": 0,\n    \"Points\": 0,\n    \"TpActive\": false,\n    \"TpStartOnSwipe\": null,\n    \"TpStartTime\": \"2023-02-03T10:00:00\",\n    \"TpEndTime\": \"2023-02-03T10:00:00\",\n    \"TpDuration\": 0,\n    \"CardImage\": null,\n    \"AvatarId\": 5,\n    \"CorpId\": 6000,\n    \"Products\": [],\n    \"Gates\": []\n}"},{"id":"2935e827-125d-4ac6-9449-0cf30ba16c75","name":"Error 500","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Card/:corpid/:accountnumber/:CardName","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Card",":corpid",":accountnumber",":CardName"],"variable":[{"key":"corpid","value":"6001"},{"key":"accountnumber","value":"55"},{"key":"CardName","value":"Test"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 06:13:51 GMT"},{"key":"Content-Length","value":"55"}],"cookie":[],"responseTime":null,"body":"\"No connection string found for (6001, DebitCard_Data)\""}],"_postman_id":"9c1ebc67-e27b-4824-879c-08fcfbcd5223"},{"name":"Balance with CVV","id":"b1359b30-4e5f-412e-841a-cf3667607302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Card/:corpid/:accountnumber/:cvv/:cardname","description":"<p>This endpoint retrieves the information for a specific card with CVV security.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>Name</code> (string): The name of the card.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name associated with the card.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name associated with the card.</p>\n</li>\n<li><p><code>AccountNumber</code> (integer): The account number associated with the card.</p>\n</li>\n<li><p><code>Cash</code> (integer): The cash balance on the card.</p>\n</li>\n<li><p><code>BonusCash</code> (integer): The bonus cash balance on the card.</p>\n</li>\n<li><p><code>Tokens</code> (integer): The token balance on the card.</p>\n</li>\n<li><p><code>BonusTokens</code> (integer): The bonus token balance on the card.</p>\n</li>\n<li><p><code>Points</code> (integer): The points balance on the card.</p>\n</li>\n<li><p><code>TpActive</code> (boolean): Indicates whether the card's time period is active.</p>\n</li>\n<li><p><code>TpStartOnSwipe</code> (string): Indicates the start time of the time period on card swipe.</p>\n</li>\n<li><p><code>TpStartTime</code> (string): The start time of the time period.</p>\n</li>\n<li><p><code>TpEndTime</code> (string): The end time of the time period.</p>\n</li>\n<li><p><code>TpDuration</code> (integer): The duration of the time period.</p>\n</li>\n<li><p><code>CardImage</code> (string): The image associated with the card.</p>\n</li>\n<li><p><code>AvatarId</code> (integer): The ID of the avatar associated with the card.</p>\n</li>\n<li><p><code>CorpId</code> (integer): The corporate ID of the card.</p>\n</li>\n<li><p><code>Products</code> (array): An array of products associated with the card.</p>\n</li>\n<li><p><code>Gates</code> (array): An array of gates associated with the card.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Card",":corpid",":accountnumber",":cvv",":cardname"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"description":{"content":"<p>The corporate ID of the card.</p>\n","type":"text/plain"},"type":"any","value":"{{corpid}}","key":"corpid"},{"description":{"content":"<p>The account number associated with the card with cvv security</p>\n","type":"text/plain"},"type":"any","value":"{{accountCvv}}","key":"accountnumber"},{"description":{"content":"<p>The 4 digit security number of the card</p>\n","type":"text/plain"},"type":"any","value":"{{cvv}}","key":"cvv"},{"description":{"content":"<p>The name of the card.</p>\n","type":"text/plain"},"type":"any","value":"Test","key":"cardname"}]}},"response":[{"id":"f59b04e3-4afc-41ed-a13d-557af11d0e3e","name":"Error Incorrect validation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Card/:corpid/:accountnumber/:cvv/:cardname","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Card",":corpid",":accountnumber",":cvv",":cardname"],"variable":[{"key":"corpid","value":"{{corpid}}"},{"key":"accountnumber","value":"{{accountnumber}}"},{"key":"cvv","value":"{{cvv}}"},{"key":"cardname","value":"Test"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"89"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 17 Jan 2024 02:13:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Incorrect validation code.\",\n    \"HardFailure\": false\n}"},{"id":"5e8fd5e3-4785-4879-8c83-51f04d8898dc","name":"Ok Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Card/:corpid/:accountnumber/:cvv/:cardname","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Card",":corpid",":accountnumber",":cvv",":cardname"],"variable":[{"key":"corpid","value":"{{corpid}}"},{"key":"accountnumber","value":"10006"},{"key":"cvv","value":"{{cvv}}"},{"key":"cardname","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"340"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 23 Jan 2024 02:06:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Name\": \"null\",\n    \"FirstName\": null,\n    \"LastName\": null,\n    \"AccountNumber\": 10006,\n    \"Cash\": 500,\n    \"BonusCash\": 28,\n    \"Tokens\": 0,\n    \"BonusTokens\": 0,\n    \"Points\": 0,\n    \"TpActive\": false,\n    \"TpStartOnSwipe\": null,\n    \"TpStartTime\": \"2022-02-21T03:02:00\",\n    \"TpEndTime\": \"2022-02-21T03:02:00\",\n    \"TpDuration\": -120,\n    \"CardImage\": null,\n    \"AvatarId\": 5,\n    \"CorpId\": 6000,\n    \"Products\": [],\n    \"Gates\": []\n}"}],"_postman_id":"b1359b30-4e5f-412e-841a-cf3667607302"}],"id":"d944a036-4baf-4632-9a25-bca4c5a28dfc","_postman_id":"d944a036-4baf-4632-9a25-bca4c5a28dfc","description":""},{"name":"Customer","item":[{"name":"Get Member by Account Number","id":"9c0bd3f1-9c04-4441-9dd7-a11568275e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Account/:accountnumber","description":"<p>This endpoint retrieves the profile information for a specific customer by their corporate ID and Account number.The response includes details such as email, name, phone number, address, date of birth, and a list of associated cards.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Path parameter:</p>\n<ul>\n<li><p><code>corpid</code> (required, integer): The corporate ID of the customer.</p>\n</li>\n<li><p><code>accountnumber</code> (required, integer): The account number of the customer.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>QrCode</code> (string, nullable): The QR code associated with the customer.</p>\n</li>\n<li><p><code>Id</code> (integer): The ID of the customer.</p>\n</li>\n<li><p><code>Email</code> (string): The email address of the customer.</p>\n</li>\n<li><p><code>Password</code> (string, nullable): The password of the customer.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name of the customer.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name of the customer.</p>\n</li>\n<li><p><code>PhoneNumber</code> (string): The phone number of the customer.</p>\n</li>\n<li><p><code>Gender</code> (integer): The gender of the customer.</p>\n</li>\n<li><p><code>StreetAdd1</code> (string, nullable): The first line of the customer's address.</p>\n</li>\n<li><p><code>StreetAdd2</code> (string, nullable): The second line of the customer's address.</p>\n</li>\n<li><p><code>StreetAdd3</code> (string, nullable): The third line of the customer's address.</p>\n</li>\n<li><p><code>City</code> (string): The city of the customer's address.</p>\n</li>\n<li><p><code>StateProvince</code> (string): The state or province of the customer's address.</p>\n</li>\n<li><p><code>PostalCode</code> (string): The postal code of the customer's address.</p>\n</li>\n<li><p><code>Country</code> (string): The country of the customer's address.</p>\n</li>\n<li><p><code>DateOfBirth</code> (string): The date of birth of the customer.</p>\n</li>\n<li><p><code>AllowEmail</code> (boolean, nullable): Indicates if the customer allows receiving emails.</p>\n</li>\n<li><p><code>AllowText</code> (boolean, nullable): Indicates if the customer allows receiving text messages.</p>\n</li>\n<li><p><code>CreationSource</code> (integer): The source of the customer's profile creation.</p>\n</li>\n<li><p><code>CustomerPIC</code> (string, nullable): The customer's profile picture.</p>\n</li>\n<li><p><code>cards</code> (array): An array of associated cards with details such as:</p>\n<ul>\n<li><p><code>Name</code> (string): The name associated with the card.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name of the cardholder.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name of the cardholder.</p>\n</li>\n<li><p><code>AccountNumber</code> (integer): The account number linked to the card.</p>\n</li>\n<li><p><code>Cash</code> (integer): The cash balance on the card.</p>\n</li>\n<li><p><code>BonusCash</code> (integer): The bonus cash available on the card.</p>\n</li>\n<li><p><code>Tokens</code> (integer): The token balance on the card.</p>\n</li>\n<li><p><code>BonusTokens</code> (integer): The bonus tokens available on the card.</p>\n</li>\n<li><p><code>Points</code> (integer): The points accumulated on the card.</p>\n</li>\n<li><p><code>TpActive</code> (boolean): Indicates if the transaction processing is active.</p>\n</li>\n<li><p><code>TpStartOnSwipe</code> (string, nullable): The date/time when transaction processing starts on swipe.</p>\n</li>\n<li><p><code>TpStartTime</code> (string): The start time for transaction processing.</p>\n</li>\n<li><p><code>TpEndTime</code> (string): The end time for transaction processing.</p>\n</li>\n<li><p><code>TpDuration</code> (integer): The duration for transaction processing.</p>\n</li>\n<li><p><code>CardImage</code> (string, nullable): The image associated with the card.</p>\n</li>\n<li><p><code>AvatarId</code> (integer): The ID of the avatar linked to the card.</p>\n</li>\n<li><p><code>CorpId</code> (integer): The corporate ID linked to the card.</p>\n</li>\n<li><p><code>Products</code> (array): A list of products associated with the card.</p>\n</li>\n<li><p><code>Gates</code> (array): A list of gates associated with the card.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>In case of a failure, the response may also include the following fields:</p>\n<ul>\n<li><p><code>Token</code> (string) - The token associated with the request.</p>\n</li>\n<li><p><code>Success</code> (boolean) - Indicates the success status of the request.</p>\n</li>\n<li><p><code>Message</code> (string) - A message describing the reason for failure.</p>\n</li>\n<li><p><code>HardFailure</code> (boolean) - Indicates whether the failure is a hard failure.</p>\n</li>\n</ul>\n<h3 id=\"response-1\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Token\": (text) The token generated for the customer profile.,\n    \"Success\": (boolean) Indicates if the operation was successful.,\n    \"Message\": (text) Additional information or error message.,\n    \"HardFailure\": (boolean)  Indicates if the operation resulted in a hard failure.\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Customer",":corpid","Account",":accountnumber"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"description":{"content":"<p>The corporate ID of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{corpid}}","key":"corpid"},{"description":{"content":"<p>The account number of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{accountnumber}}","key":"accountnumber"}]}},"response":[{"id":"83369b2e-7b6d-42b2-81c5-ddfb23d330ab","name":"Ok Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Account/:accountnumber","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Account",":accountnumber"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"accountnumber","value":"{{accountnumber}}","description":"The account number of the customer."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1425"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 20 Oct 2025 06:29:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"QrCode\": null,\n    \"Id\": 5,\n    \"Email\": \"shouse1@emailtest.com\",\n    \"Password\": null,\n    \"FirstName\": \"Sherlock\",\n    \"LastName\": \"House\",\n    \"PhoneNumber\": \"1156901281\",\n    \"Gender\": 0,\n    \"StreetAdd1\": null,\n    \"StreetAdd2\": null,\n    \"StreetAdd3\": null,\n    \"City\": \"Newcity\",\n    \"StateProvince\": \"VA\",\n    \"PostalCode\": \"77233\",\n    \"Country\": \"USA\",\n    \"DateOfBirth\": \"12/2/1971 12:00:00 AM\",\n    \"AllowEmail\": null,\n    \"AllowText\": null,\n    \"CreationSource\": 1,\n    \"CustomerPIC\": null,\n    \"cards\": [\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 1,\n            \"Cash\": 8358.22,\n            \"BonusCash\": 1.23,\n            \"Tokens\": 3,\n            \"BonusTokens\": 2,\n            \"Points\": 14,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2025-06-26T16:24:00\",\n            \"TpEndTime\": \"2025-06-26T16:24:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        },\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 3,\n            \"Cash\": 11954,\n            \"BonusCash\": 0,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": -550,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2024-10-02T10:31:00\",\n            \"TpEndTime\": \"2024-10-02T10:31:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        },\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 302,\n            \"Cash\": 13838,\n            \"BonusCash\": 0,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": 0,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2024-12-10T11:06:00\",\n            \"TpEndTime\": \"2024-12-10T11:06:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        }\n    ]\n}"},{"id":"8ba74127-aff1-488b-85ca-a9cd48cb2134","name":"Error Active record with account ## not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Account/:accountnumber","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Account",":accountnumber"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"accountnumber","value":"{{accountnumber}}","description":"The account number of the customer."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"103"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 20 Oct 2025 06:35:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Active record with account 10 not found.\",\n    \"HardFailure\": false\n}"},{"id":"622305a6-eb36-41d5-b0ef-980eeafee884","name":"Error 500","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Account/:accountnumber","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Account",":accountnumber"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"accountnumber","value":"{{accountnumber}}","description":"The account number of the customer."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 20 Oct 2025 06:35:28 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"No connection string found for (6001, Customer Info)\",\n    \"HardFailure\": false\n}"}],"_postman_id":"9c0bd3f1-9c04-4441-9dd7-a11568275e41"},{"name":"Get Member by Email","event":[{"listen":"test","script":{"id":"b73accbd-3df0-4666-9b37-f7c6812818e4","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5b1329f9-8870-47dd-9133-c5a64a3d9620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Email/:email","description":"<p>This enpoint retreives the profile information for a specific Customer by their corporate ID and Email. The response includes details such as email, name, phone number, address, date of birth, and a list of associated cards.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Path parameters:</p>\n<ul>\n<li><p><code>corpid</code> (required, integer): The corporate ID of the customer.</p>\n</li>\n<li><p><code>email</code> (required, string): The email of the customer.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>QrCode</code> (string, nullable): The QR code associated with the customer.</p>\n</li>\n<li><p><code>Id</code> (integer): The ID of the customer.</p>\n</li>\n<li><p><code>Email</code> (string): The email address of the customer.</p>\n</li>\n<li><p><code>Password</code> (string, nullable): The password of the customer.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name of the customer.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name of the customer.</p>\n</li>\n<li><p><code>PhoneNumber</code> (string): The phone number of the customer.</p>\n</li>\n<li><p><code>Gender</code> (integer): The gender of the customer.</p>\n</li>\n<li><p><code>StreetAdd1</code> (string, nullable): The first line of the customer's address.</p>\n</li>\n<li><p><code>StreetAdd2</code> (string, nullable): The second line of the customer's address.</p>\n</li>\n<li><p><code>StreetAdd3</code> (string, nullable): The third line of the customer's address.</p>\n</li>\n<li><p><code>City</code> (string): The city of the customer's address.</p>\n</li>\n<li><p><code>StateProvince</code> (string): The state or province of the customer's address.</p>\n</li>\n<li><p><code>PostalCode</code> (string): The postal code of the customer's address.</p>\n</li>\n<li><p><code>Country</code> (string): The country of the customer's address.</p>\n</li>\n<li><p><code>DateOfBirth</code> (string): The date of birth of the customer.</p>\n</li>\n<li><p><code>AllowEmail</code> (boolean, nullable): Indicates if the customer allows receiving emails.</p>\n</li>\n<li><p><code>AllowText</code> (boolean, nullable): Indicates if the customer allows receiving text messages.</p>\n</li>\n<li><p><code>CreationSource</code> (integer): The source of the customer's profile creation.</p>\n</li>\n<li><p><code>cards</code> (array): An array of associated cards with details such as:</p>\n<ul>\n<li><p><code>Name</code> (string): The name of the card.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name associated with the card.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name associated with the card.</p>\n</li>\n<li><p><code>AccountNumber</code> (integer): The account number of the card.</p>\n</li>\n<li><p><code>Cash</code> (integer): The cash balance on the card.</p>\n</li>\n<li><p><code>BonusCash</code> (integer): The bonus cash balance on the card.</p>\n</li>\n<li><p><code>Tokens</code> (integer): The number of tokens available on the card.</p>\n</li>\n<li><p><code>BonusTokens</code> (integer): The number of bonus tokens available on the card.</p>\n</li>\n<li><p><code>Points</code> (integer): The points accumulated on the card.</p>\n</li>\n<li><p><code>TpActive</code> (boolean): Indicates whether the transaction points are active.</p>\n</li>\n<li><p><code>TpStartTime</code> (string): The start time for transaction points.</p>\n</li>\n<li><p><code>TpEndTime</code> (string): The end time for transaction points.</p>\n</li>\n<li><p><code>TpDuration</code> (integer): The duration for transaction points.</p>\n</li>\n<li><p><code>CardImage</code> (string, nullable): The image associated with the card.</p>\n</li>\n<li><p><code>AvatarId</code> (integer): The ID of the avatar associated with the card.</p>\n</li>\n<li><p><code>CorpId</code> (integer): The corporate ID associated with the card.</p>\n</li>\n<li><p><code>Products</code> (array): A list of products associated with the card.</p>\n</li>\n<li><p><code>Gates</code> (array): A list of gates associated with the card.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>In case of a failure, the response may also include the following fields:</p>\n<ul>\n<li><p><code>Token</code> (string) - The token associated with the request.</p>\n</li>\n<li><p><code>Success</code> (boolean) - Indicates the success status of the request.</p>\n</li>\n<li><p><code>Message</code> (string) - A message describing the reason for failure.</p>\n</li>\n<li><p><code>HardFailure</code> (boolean) - Indicates whether the failure is a hard failure.</p>\n</li>\n</ul>\n<h3 id=\"response-1\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Token\": (text) The token generated for the customer profile.,\n    \"Success\": (boolean) Indicates if the operation was successful.,\n    \"Message\": (text) Additional information or error message.,\n    \"HardFailure\": (boolean)  Indicates if the operation resulted in a hard failure.\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Customer",":corpid","Email",":email"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"description":{"content":"<p>The corporate ID of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{corpid}}","key":"corpid"},{"description":{"content":"<p>The email of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{email}}","key":"email"}]}},"response":[{"id":"b36f4e18-0db4-4b0b-a6df-4e6f69f2a5a5","name":"Ok Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Email/:email","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Email",":email"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"email","value":"{{email}}","description":"The email of the customer."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1406"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 02:37:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"QrCode\": null,\n    \"Id\": 5,\n    \"Email\": \"shouse1@emailtest.com\",\n    \"Password\": null,\n    \"FirstName\": \"Sherlock\",\n    \"LastName\": \"House\",\n    \"PhoneNumber\": \"1156901281\",\n    \"Gender\": 0,\n    \"StreetAdd1\": null,\n    \"StreetAdd2\": null,\n    \"StreetAdd3\": null,\n    \"City\": \"Newcity\",\n    \"StateProvince\": \"VA\",\n    \"PostalCode\": \"77233\",\n    \"Country\": \"USA\",\n    \"DateOfBirth\": \"12/2/1971 12:00:00 AM\",\n    \"AllowEmail\": null,\n    \"AllowText\": null,\n    \"CreationSource\": 1,\n    \"cards\": [\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 1,\n            \"Cash\": 8358.22,\n            \"BonusCash\": 1.23,\n            \"Tokens\": 3,\n            \"BonusTokens\": 2,\n            \"Points\": 14,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2025-06-26T16:24:00\",\n            \"TpEndTime\": \"2025-06-26T16:24:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        },\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 3,\n            \"Cash\": 11954,\n            \"BonusCash\": 0,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": -550,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2024-10-02T10:31:00\",\n            \"TpEndTime\": \"2024-10-02T10:31:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        },\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 302,\n            \"Cash\": 13838,\n            \"BonusCash\": 0,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": 0,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2024-12-10T11:06:00\",\n            \"TpEndTime\": \"2024-12-10T11:06:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        }\n    ]\n}"},{"id":"44ceada3-c82d-4114-a59a-96bb01ad5361","name":"Error Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Email/:email","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Email",":email"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"email","value":"{{email}}","description":"The email of the customer."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"121"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 02:38:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Active member with email shouse1@emailtestt.com not found.\",\n    \"HardFailure\": false\n}"},{"id":"eb44de70-06ad-455f-b977-c1d9dc228346","name":"Error 500","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Email/:email","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Email",":email"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"email","value":"{{email}}","description":"The email of the customer."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 02:38:29 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"No connection string found for (6001, Customer Info)\",\n    \"HardFailure\": false\n}"}],"_postman_id":"5b1329f9-8870-47dd-9133-c5a64a3d9620"},{"name":"Get Member by Email","event":[{"listen":"test","script":{"id":"b73accbd-3df0-4666-9b37-f7c6812818e4","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c0f02c2e-c0d8-4c06-a2cd-dc87c443b90f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"{{email}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/Email","description":"<p>This enpoint retreives the profile information for a specific Customer by their corporate ID and Email. The response includes details such as email, name, phone number, address, date of birth, and a list of associated cards.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Path parameters:</p>\n<ul>\n<li><p><code>corpid</code> (required, integer): The corporate ID of the customer.</p>\n</li>\n<li><p><code>email</code> (required, string): The email of the customer.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>QrCode</code> (string, nullable): The QR code associated with the customer.</p>\n</li>\n<li><p><code>Id</code> (integer): The ID of the customer.</p>\n</li>\n<li><p><code>Email</code> (string): The email address of the customer.</p>\n</li>\n<li><p><code>Password</code> (string, nullable): The password of the customer.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name of the customer.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name of the customer.</p>\n</li>\n<li><p><code>PhoneNumber</code> (string): The phone number of the customer.</p>\n</li>\n<li><p><code>Gender</code> (integer): The gender of the customer.</p>\n</li>\n<li><p><code>StreetAdd1</code> (string, nullable): The first line of the customer's address.</p>\n</li>\n<li><p><code>StreetAdd2</code> (string, nullable): The second line of the customer's address.</p>\n</li>\n<li><p><code>StreetAdd3</code> (string, nullable): The third line of the customer's address.</p>\n</li>\n<li><p><code>City</code> (string): The city of the customer's address.</p>\n</li>\n<li><p><code>StateProvince</code> (string): The state or province of the customer's address.</p>\n</li>\n<li><p><code>PostalCode</code> (string): The postal code of the customer's address.</p>\n</li>\n<li><p><code>Country</code> (string): The country of the customer's address.</p>\n</li>\n<li><p><code>DateOfBirth</code> (string): The date of birth of the customer.</p>\n</li>\n<li><p><code>AllowEmail</code> (boolean, nullable): Indicates if the customer allows receiving emails.</p>\n</li>\n<li><p><code>AllowText</code> (boolean, nullable): Indicates if the customer allows receiving text messages.</p>\n</li>\n<li><p><code>CreationSource</code> (integer): The source of the customer's profile creation.</p>\n</li>\n<li><p><code>CustomerPIC</code> (string, nullable): The customer's profile picture.</p>\n</li>\n<li><p><code>cards</code> (array): An array of associated cards with details such as:</p>\n<ul>\n<li><p><code>Name</code> (string): The name associated with the card.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name of the cardholder.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name of the cardholder.</p>\n</li>\n<li><p><code>AccountNumber</code> (integer): The account number linked to the card.</p>\n</li>\n<li><p><code>Cash</code> (integer): The cash balance on the card.</p>\n</li>\n<li><p><code>BonusCash</code> (integer): The bonus cash available on the card.</p>\n</li>\n<li><p><code>Tokens</code> (integer): The token balance on the card.</p>\n</li>\n<li><p><code>BonusTokens</code> (integer): The bonus tokens available on the card.</p>\n</li>\n<li><p><code>Points</code> (integer): The points accumulated on the card.</p>\n</li>\n<li><p><code>TpActive</code> (boolean): Indicates if the transaction processing is active.</p>\n</li>\n<li><p><code>TpStartOnSwipe</code> (string, nullable): The date/time when transaction processing starts on swipe.</p>\n</li>\n<li><p><code>TpStartTime</code> (string): The start time for transaction processing.</p>\n</li>\n<li><p><code>TpEndTime</code> (string): The end time for transaction processing.</p>\n</li>\n<li><p><code>TpDuration</code> (integer): The duration for transaction processing.</p>\n</li>\n<li><p><code>CardImage</code> (string, nullable): The image associated with the card.</p>\n</li>\n<li><p><code>AvatarId</code> (integer): The ID of the avatar linked to the card.</p>\n</li>\n<li><p><code>CorpId</code> (integer): The corporate ID linked to the card.</p>\n</li>\n<li><p><code>Products</code> (array): A list of products associated with the card.</p>\n</li>\n<li><p><code>Gates</code> (array): A list of gates associated with the card.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>In case of a failure, the response may also include the following fields:</p>\n<ul>\n<li><p><code>Token</code> (string) - The token associated with the request.</p>\n</li>\n<li><p><code>Success</code> (boolean) - Indicates the success status of the request.</p>\n</li>\n<li><p><code>Message</code> (string) - A message describing the reason for failure.</p>\n</li>\n<li><p><code>HardFailure</code> (boolean) - Indicates whether the failure is a hard failure.</p>\n</li>\n</ul>\n<h3 id=\"response-1\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Token\": (text) The token generated for the customer profile.,\n    \"Success\": (boolean) Indicates if the operation was successful.,\n    \"Message\": (text) Additional information or error message.,\n    \"HardFailure\": (boolean)  Indicates if the operation resulted in a hard failure.\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Customer","Email"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[]}},"response":[{"id":"c1e888ea-b544-4856-878a-2800357263ba","name":"Ok Result","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"{{email}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/Email"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1425"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 03:25:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"QrCode\": null,\n    \"Id\": 5,\n    \"Email\": \"shouse1@emailtest.com\",\n    \"Password\": null,\n    \"FirstName\": \"Sherlock\",\n    \"LastName\": \"House\",\n    \"PhoneNumber\": \"1156901281\",\n    \"Gender\": 0,\n    \"StreetAdd1\": null,\n    \"StreetAdd2\": null,\n    \"StreetAdd3\": null,\n    \"City\": \"Newcity\",\n    \"StateProvince\": \"VA\",\n    \"PostalCode\": \"77233\",\n    \"Country\": \"USA\",\n    \"DateOfBirth\": \"12/2/1971 12:00:00 AM\",\n    \"AllowEmail\": null,\n    \"AllowText\": null,\n    \"CreationSource\": 1,\n    \"CustomerPIC\": null,\n    \"cards\": [\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 1,\n            \"Cash\": 8358.22,\n            \"BonusCash\": 1.23,\n            \"Tokens\": 3,\n            \"BonusTokens\": 2,\n            \"Points\": 14,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2025-06-26T16:24:00\",\n            \"TpEndTime\": \"2025-06-26T16:24:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        },\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 3,\n            \"Cash\": 11954,\n            \"BonusCash\": 0,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": -550,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2024-10-02T10:31:00\",\n            \"TpEndTime\": \"2024-10-02T10:31:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        },\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"Sherlock\",\n            \"LastName\": \"House\",\n            \"AccountNumber\": 302,\n            \"Cash\": 13838,\n            \"BonusCash\": 0,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": 0,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2024-12-10T11:06:00\",\n            \"TpEndTime\": \"2024-12-10T11:06:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        }\n    ]\n}"},{"id":"b24328cc-aea0-451c-9b32-6b62e2f415f5","name":"Error not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"{{email}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/Email"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"121"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 03:26:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Active member with email shouse1@emailtestt.com not found.\",\n    \"HardFailure\": false\n}"},{"id":"38d699e0-9a50-44fe-afc8-096b68b21b10","name":"Error 500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"{{email}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/Email"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 03:26:00 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"No connection string found for (6001, Customer Info)\",\n    \"HardFailure\": false\n}"}],"_postman_id":"c0f02c2e-c0d8-4c06-a2cd-dc87c443b90f"},{"name":"Get Member by ID","id":"8df08cc1-1595-4d5d-819d-6cf5d8e87dd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/ID/:id","description":"<p>This endpoint retrieves the profile information for a specific customer by their corporate ID and customer ID. The response includes details such as email, name, phone number, address, date of birth, and a list of associated cards.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Path parameters:</p>\n<ul>\n<li><p><code>corpid</code> (required, integer): The corporate ID of the customer.</p>\n</li>\n<li><p><code>id</code> (required, integer): The ID of the customer.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>QrCode</code> (string, nullable): The QR code associated with the customer.</p>\n</li>\n<li><p><code>Id</code> (integer): The ID of the customer.</p>\n</li>\n<li><p><code>Email</code> (string): The email address of the customer.</p>\n</li>\n<li><p><code>Password</code> (string, nullable): The password of the customer.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name of the customer.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name of the customer.</p>\n</li>\n<li><p><code>PhoneNumber</code> (string): The phone number of the customer.</p>\n</li>\n<li><p><code>Gender</code> (integer): The gender of the customer.</p>\n</li>\n<li><p><code>StreetAdd1</code> (string, nullable): The first line of the customer's address.</p>\n</li>\n<li><p><code>StreetAdd2</code> (string, nullable): The second line of the customer's address.</p>\n</li>\n<li><p><code>StreetAdd3</code> (string, nullable): The third line of the customer's address.</p>\n</li>\n<li><p><code>City</code> (string): The city of the customer's address.</p>\n</li>\n<li><p><code>StateProvince</code> (string): The state or province of the customer's address.</p>\n</li>\n<li><p><code>PostalCode</code> (string): The postal code of the customer's address.</p>\n</li>\n<li><p><code>Country</code> (string): The country of the customer's address.</p>\n</li>\n<li><p><code>DateOfBirth</code> (string): The date of birth of the customer.</p>\n</li>\n<li><p><code>AllowEmail</code> (boolean, nullable): Indicates if the customer allows receiving emails.</p>\n</li>\n<li><p><code>AllowText</code> (boolean, nullable): Indicates if the customer allows receiving text messages.</p>\n</li>\n<li><p><code>CreationSource</code> (integer): The source of the customer's profile creation.</p>\n</li>\n<li><p><code>CustomerPIC</code> (string, nullable): The customer's profile picture.</p>\n</li>\n<li><p><code>cards</code> (array): An array of associated cards with details such as account number, cash balance, token balance, and transaction details:</p>\n<ul>\n<li><p><code>Name</code> (string): The name of the card.</p>\n</li>\n<li><p><code>FirstName</code> (string): The first name associated with the card.</p>\n</li>\n<li><p><code>LastName</code> (string): The last name associated with the card.</p>\n</li>\n<li><p><code>AccountNumber</code> (integer): The account number linked to the card.</p>\n</li>\n<li><p><code>Cash</code> (integer): The cash balance on the card.</p>\n</li>\n<li><p><code>BonusCash</code> (integer): The bonus cash balance on the card.</p>\n</li>\n<li><p><code>Tokens</code> (integer): The number of tokens available on the card.</p>\n</li>\n<li><p><code>BonusTokens</code> (integer): The number of bonus tokens available on the card.</p>\n</li>\n<li><p><code>Points</code> (integer): The points accumulated on the card.</p>\n</li>\n<li><p><code>TpActive</code> (boolean): Indicates if the transaction processing is active for the card.</p>\n</li>\n<li><p><code>TpStartOnSwipe</code> (nullable): Indicates if transaction processing starts on swipe.</p>\n</li>\n<li><p><code>TpStartTime</code> (string): The start time for transaction processing.</p>\n</li>\n<li><p><code>TpEndTime</code> (string): The end time for transaction processing.</p>\n</li>\n<li><p><code>TpDuration</code> (integer): The duration for transaction processing.</p>\n</li>\n<li><p><code>CardImage</code> (string, nullable): The URL or path to the card image, if available.</p>\n</li>\n<li><p><code>AvatarId</code> (integer): The ID of the avatar associated with the card.</p>\n</li>\n<li><p><code>CorpId</code> (integer): The corporate ID associated with the card.</p>\n</li>\n<li><p><code>Products</code> (array): A list of products associated with the card.</p>\n</li>\n<li><p><code>Gates</code> (array): A list of gates associated with the card.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>In case of a failure, the response may also include the following fields:</p>\n<ul>\n<li><p><code>Token</code> (string) - The token associated with the request.</p>\n</li>\n<li><p><code>Success</code> (boolean) - Indicates the success status of the request.</p>\n</li>\n<li><p><code>Message</code> (string) - A message describing the reason for failure.</p>\n</li>\n<li><p><code>HardFailure</code> (boolean) - Indicates whether the failure is a hard failure.</p>\n</li>\n</ul>\n<h3 id=\"response-1\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Token\": (text) The token generated for the customer profile.,\n    \"Success\": (boolean) Indicates if the operation was successful.,\n    \"Message\": (text) Additional information or error message.,\n    \"HardFailure\": (boolean)  Indicates if the operation resulted in a hard failure.\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Customer",":corpid","ID",":id"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"description":{"content":"<p>The corporate ID of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{corpid}}","key":"corpid"},{"description":{"content":"<p>The ID of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{custid}}","key":"id"}]}},"response":[{"id":"fb734382-d20d-4235-8ce1-ab21c996d356","name":"Ok Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/ID/:id","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","ID",":id"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"id","value":"{{custid}}","description":"The ID of the customer."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1207"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 02:48:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"QrCode\": null,\n    \"Id\": 1,\n    \"Email\": \"testmail123@test.com\",\n    \"Password\": null,\n    \"FirstName\": \"John\",\n    \"LastName\": \"Doe\",\n    \"PhoneNumber\": \"2568521456\",\n    \"Gender\": 0,\n    \"StreetAdd1\": \"Address 1\",\n    \"StreetAdd2\": \"Address 2\",\n    \"StreetAdd3\": null,\n    \"City\": \"New York\",\n    \"StateProvince\": \"Subic\",\n    \"PostalCode\": \"10001\",\n    \"Country\": \"US\",\n    \"DateOfBirth\": \"1/2/1988 12:00:00 AM\",\n    \"AllowEmail\": null,\n    \"AllowText\": null,\n    \"CreationSource\": 3,\n    \"CustomerPIC\": null,\n    \"cards\": [\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"John\",\n            \"LastName\": \"Doe\",\n            \"AccountNumber\": 4892,\n            \"Cash\": 85.35,\n            \"BonusCash\": 0,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": 0,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2020-11-04T23:50:00\",\n            \"TpEndTime\": \"2020-11-04T23:50:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        },\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"John\",\n            \"LastName\": \"Doe\",\n            \"AccountNumber\": 1234567,\n            \"Cash\": 5005.8,\n            \"BonusCash\": 1900.21,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": 0,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2025-06-20T12:36:00\",\n            \"TpEndTime\": \"2025-06-20T12:36:00\",\n            \"TpDuration\": -2,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": [\n                {\n                    \"Title\": \"Boomer's Boca Raton Elite All\",\n                    \"Description\": null,\n                    \"Quantity\": 3,\n                    \"GateReaders\": [\n                        {\n                            \"Name\": \"Game 1\",\n                            \"DeviceTag\": 7\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"632cd707-6ecd-4efb-a658-2edb9996e9cf","name":"Error not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/ID/:id","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","ID",":id"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"id","value":"{{custid}}","description":"The ID of the customer."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 02:48:52 GMT"},{"key":"Content-Length","value":"129"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"GetCustomer- Object reference not set to an instance of an object.\",\n    \"HardFailure\": false\n}"},{"id":"7186635f-130c-403f-a398-470f91dcd0dd","name":"Error 500","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/ID/:id","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","ID",":id"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"id","value":"{{custid}}","description":"The ID of the customer."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 02:49:17 GMT"},{"key":"Content-Length","value":"128"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"GetCustomer- No connection string found for (6001, Customer Info)\",\n    \"HardFailure\": false\n}"}],"_postman_id":"8df08cc1-1595-4d5d-819d-6cf5d8e87dd4"},{"name":"Get Member by Phone Number","id":"6be03414-52d8-49fa-9fc7-84b5ca33cd4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Phone/:phone","description":"<p>This endpoint makes an HTTP GET request to retrieve customer profile information based on the provided corporate ID and phone number. The response includes details such as the customer's email, name, phone number, address, date of birth, and a list of associated cards with their respective details.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><code>corpid</code> (path parameter) - The corporate ID of the customer.</p>\n</li>\n<li><p><code>phone</code> (path parameter) - The phone number of the customer.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response returns a JSON object with the following fields:</p>\n<ul>\n<li><p><strong>QrCode</strong>: The QR code associated with the customer.</p>\n</li>\n<li><p><strong>Id</strong>: The unique identifier for the customer.</p>\n</li>\n<li><p><strong>Email</strong>: The email address of the customer.</p>\n</li>\n<li><p><strong>Password</strong>: The customer's password (if applicable).</p>\n</li>\n<li><p><strong>FirstName</strong>: The first name of the customer.</p>\n</li>\n<li><p><strong>LastName</strong>: The last name of the customer.</p>\n</li>\n<li><p><strong>PhoneNumber</strong>: The phone number of the customer.</p>\n</li>\n<li><p><strong>Gender</strong>: The gender of the customer (represented as an integer).</p>\n</li>\n<li><p><strong>StreetAdd1</strong>: The first line of the street address.</p>\n</li>\n<li><p><strong>StreetAdd2</strong>: The second line of the street address.</p>\n</li>\n<li><p><strong>StreetAdd3</strong>: The third line of the street address (if applicable).</p>\n</li>\n<li><p><strong>City</strong>: The city of the customer's address.</p>\n</li>\n<li><p><strong>StateProvince</strong>: The state or province of the customer's address.</p>\n</li>\n<li><p><strong>PostalCode</strong>: The postal code of the customer's address.</p>\n</li>\n<li><p><strong>Country</strong>: The country of the customer's address.</p>\n</li>\n<li><p><strong>DateOfBirth</strong>: The date of birth of the customer.</p>\n</li>\n<li><p><strong>AllowEmail</strong>: Indicates if the customer allows email communication.</p>\n</li>\n<li><p><strong>AllowText</strong>: Indicates if the customer allows text communication.</p>\n</li>\n<li><p><strong>CreationSource</strong>: The source from which the customer profile was created.</p>\n</li>\n<li><p><strong>cards</strong>: An array containing card details associated with the customer, including:</p>\n<ul>\n<li><p><strong>Name</strong>: The name of the card.</p>\n</li>\n<li><p><strong>FirstName</strong>: The first name associated with the card.</p>\n</li>\n<li><p><strong>LastName</strong>: The last name associated with the card.</p>\n</li>\n<li><p><strong>AccountNumber</strong>: The account number linked to the card.</p>\n</li>\n<li><p><strong>Cash</strong>: The cash balance on the card.</p>\n</li>\n<li><p><strong>BonusCash</strong>: The bonus cash balance on the card.</p>\n</li>\n<li><p><strong>Tokens</strong>: The number of tokens available on the card.</p>\n</li>\n<li><p><strong>BonusTokens</strong>: The number of bonus tokens available on the card.</p>\n</li>\n<li><p><strong>Points</strong>: The points accumulated on the card.</p>\n</li>\n<li><p><strong>TpActive</strong>: Indicates if the card is active.</p>\n</li>\n<li><p><strong>TpStartTime</strong>: The start time for any time-based promotions.</p>\n</li>\n<li><p><strong>TpEndTime</strong>: The end time for any time-based promotions.</p>\n</li>\n<li><p><strong>TpDuration</strong>: The duration for which the card is valid.</p>\n</li>\n<li><p><strong>CardImage</strong>: An image associated with the card (if available).</p>\n</li>\n<li><p><strong>AvatarId</strong>: The ID for the avatar associated with the card.</p>\n</li>\n<li><p><strong>CorpId</strong>: The corporate ID linked to the card.</p>\n</li>\n<li><p><strong>Products</strong>: An array of products associated with the card.</p>\n</li>\n<li><p><strong>Gates</strong>: An array of gates associated with the card.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>In case of a failure, the response may also include the following fields:</p>\n<ul>\n<li><p><code>Token</code> (string) - The token associated with the request.</p>\n</li>\n<li><p><code>Success</code> (boolean) - Indicates the success status of the request.</p>\n</li>\n<li><p><code>Message</code> (string) - A message describing the reason for failure.</p>\n</li>\n<li><p><code>HardFailure</code> (boolean) - Indicates whether the failure is a hard failure.</p>\n</li>\n</ul>\n<h3 id=\"response-1\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Token\": (text) The token generated for the customer profile.,\n    \"Success\": (boolean) Indicates if the operation was successful.,\n    \"Message\": (text) Additional information or error message.,\n    \"HardFailure\": (boolean)  Indicates if the operation resulted in a hard failure.\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Customer",":corpid","Phone",":phone"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"description":{"content":"<p>The corporate ID of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{corpid}}","key":"corpid"},{"description":{"content":"<p>The phone number of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{phone}}","key":"phone"}]}},"response":[{"id":"47a2ece2-74b6-43c4-bea5-d2d985e1a57e","name":"Ok Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Phone/:phone","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Phone",":phone"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"phone","value":"{{phone}}","description":"The phone number of the customer."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1188"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 03:19:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"QrCode\": null,\n    \"Id\": 1,\n    \"Email\": \"testmail123@test.com\",\n    \"Password\": null,\n    \"FirstName\": \"John\",\n    \"LastName\": \"Doe\",\n    \"PhoneNumber\": \"2568521456\",\n    \"Gender\": 0,\n    \"StreetAdd1\": \"Address 1\",\n    \"StreetAdd2\": \"Address 2\",\n    \"StreetAdd3\": null,\n    \"City\": \"New York\",\n    \"StateProvince\": \"Subic\",\n    \"PostalCode\": \"10001\",\n    \"Country\": \"US\",\n    \"DateOfBirth\": \"1/2/1988 12:00:00 AM\",\n    \"AllowEmail\": null,\n    \"AllowText\": null,\n    \"CreationSource\": 3,\n    \"cards\": [\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"John\",\n            \"LastName\": \"Doe\",\n            \"AccountNumber\": 4892,\n            \"Cash\": 85.35,\n            \"BonusCash\": 0,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": 0,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2020-11-04T23:50:00\",\n            \"TpEndTime\": \"2020-11-04T23:50:00\",\n            \"TpDuration\": 0,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": []\n        },\n        {\n            \"Name\": \"\",\n            \"FirstName\": \"John\",\n            \"LastName\": \"Doe\",\n            \"AccountNumber\": 1234567,\n            \"Cash\": 5005.8,\n            \"BonusCash\": 1900.21,\n            \"Tokens\": 0,\n            \"BonusTokens\": 0,\n            \"Points\": 0,\n            \"TpActive\": false,\n            \"TpStartOnSwipe\": null,\n            \"TpStartTime\": \"2025-06-20T12:36:00\",\n            \"TpEndTime\": \"2025-06-20T12:36:00\",\n            \"TpDuration\": -2,\n            \"CardImage\": null,\n            \"AvatarId\": 0,\n            \"CorpId\": 6000,\n            \"Products\": [],\n            \"Gates\": [\n                {\n                    \"Title\": \"Boomer's Boca Raton Elite All\",\n                    \"Description\": null,\n                    \"Quantity\": 3,\n                    \"GateReaders\": [\n                        {\n                            \"Name\": \"Game 1\",\n                            \"DeviceTag\": 7\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"7a678313-f7fa-4ede-b6a8-ea19284c2479","name":"Error not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Phone/:phone","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Phone",":phone"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"phone","value":"{{phone}}","description":"The phone number of the customer."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"117"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 03:19:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Active member with phone number 25685214562 not found.\",\n    \"HardFailure\": false\n}"},{"id":"3be07274-638d-45c2-90bb-576f01c529f1","name":"Error 500","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:corpid/Phone/:phone","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":corpid","Phone",":phone"],"variable":[{"key":"corpid","value":"{{corpid}}","description":"The corporate ID of the customer."},{"key":"phone","value":"{{phone}}","description":"The phone number of the customer."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 21 Oct 2025 03:19:48 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"No connection string found for (6001, Customer Info)\",\n    \"HardFailure\": false\n}"}],"_postman_id":"6be03414-52d8-49fa-9fc7-84b5ca33cd4c"},{"name":"One Step New Member","id":"99daba92-017e-4352-8c97-c257bdff76d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"amielTest@gmail.com\",\r\n        \"FirstName\": \"Amiel\",\r\n        \"LastName\": \"Test\",\r\n        \"PhoneNumber\": \"123123123\",\r\n        \"Gender\": 0,\r\n        \"City\": \"Olongapo ctiy\",\r\n        \"StateProvince\": \"Zambales\",\r\n        \"PostalCode\": 12312,\r\n        \"Country\": \"USA\",\r\n        \"DateOfBirth\": \"1971/12/02\",\r\n        \"CreationSource\": 1\r\n    },\r\n    \"Account\": {{accountnumber}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer","description":"<h3 id=\"add-customer-profile\">Add Customer Profile</h3>\n<p>This endpoint allows the addition of a new customer profile.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>CorpID</code> (number): The corporate ID.</p>\n</li>\n<li><p><code>User</code> (object):</p>\n<ul>\n<li><p><code>Email</code> (string): The user's email address.</p>\n</li>\n<li><p><code>FirstName</code> (string): The user's first name.</p>\n</li>\n<li><p><code>LastName</code> (string): The user's last name.</p>\n</li>\n<li><p><code>PhoneNumber</code> (string): The user's phone number.</p>\n</li>\n<li><p><code>Gender</code> (number): The user's gender.</p>\n</li>\n<li><p><code>City</code> (string): The user's city.</p>\n</li>\n<li><p><code>StateProvince</code> (string): The user's state/province.</p>\n</li>\n<li><p><code>PostalCode</code> (number): The user's postal code.</p>\n</li>\n<li><p><code>Country</code> (string): The user's country.</p>\n</li>\n<li><p><code>DateOfBirth</code> (string): The user's date of birth.</p>\n</li>\n<li><p><code>CreationSource</code> (number): The source of creation. Set to 1 for Profile Management API.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Account</code> (number): The account number.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Token\": (text) The token generated for the customer profile.,\n    \"Success\": (boolean) Indicates if the operation was successful.,\n    \"Message\": (text) Additional information or error message.,\n    \"HardFailure\": (boolean)  Indicates if the operation resulted in a hard failure.\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Customer"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[]}},"response":[{"id":"5e49dbdb-1437-40a8-a494-72d6f5718d08","name":"Ok added customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"amielTest@gmail.com\",\r\n        \"FirstName\": \"Amiel\",\r\n        \"LastName\": \"Test\",\r\n        \"PhoneNumber\": \"123123123\",\r\n        \"Gender\": 0,\r\n        \"City\": \"Olongapo ctiy\",\r\n        \"StateProvince\": \"Zambales\",\r\n        \"PostalCode\": 12312,\r\n        \"Country\": \"USA\",\r\n        \"DateOfBirth\": \"1971/12/02\",\r\n        \"CreationSource\": 1\r\n    },\r\n    \"Account\": 55\r\n}","options":{"raw":{"language":"json"}}},"url":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"93"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 05:45:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": \"30412\",\n    \"Success\": true,\n    \"Message\": \"Success add customer 30412 .\",\n    \"HardFailure\": false\n}"},{"id":"b9ce79f6-1c88-42a0-a515-f15c3547ca65","name":"Error already registered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"amielTest@gmail.com\",\r\n        \"FirstName\": \"Amiel\",\r\n        \"LastName\": \"Test\",\r\n        \"PhoneNumber\": \"123123123\",\r\n        \"Gender\": 0,\r\n        \"City\": \"Olongapo ctiy\",\r\n        \"StateProvince\": \"Zambales\",\r\n        \"PostalCode\": 12312,\r\n        \"Country\": \"USA\",\r\n        \"DateOfBirth\": \"1971/12/02\",\r\n        \"CreationSource\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"116"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 03:27:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": \"-1\",\n    \"Success\": false,\n    \"Message\": \"Account -1 is already registered to another customer.\",\n    \"HardFailure\": false\n}"},{"id":"b3ff3658-f9d4-4376-9a51-41b3c19579ef","name":"Error 500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"amielTest@gmail.com\",\r\n        \"FirstName\": \"Amiel\",\r\n        \"LastName\": \"Test\",\r\n        \"PhoneNumber\": \"123123123\",\r\n        \"Gender\": 0,\r\n        \"City\": \"Olongapo ctiy\",\r\n        \"StateProvince\": \"Zambales\",\r\n        \"PostalCode\": 12312,\r\n        \"Country\": \"USA\",\r\n        \"DateOfBirth\": \"1971/12/02\",\r\n        \"CreationSource\": 1\r\n    },\r\n    \"Account\": 55\r\n}","options":{"raw":{"language":"json"}}},"url":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 05:38:28 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": \"-1\",\n    \"Success\": false,\n    \"Message\": \"No connection string found for (6001, Customer Info)\",\n    \"HardFailure\": false\n}"},{"id":"8c594618-2dca-42a8-9334-916da556b117","name":"Error already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"User\": {\r\n        \"Email\": \"amielTest@gmail.com\",\r\n        \"FirstName\": \"Amiel\",\r\n        \"LastName\": \"Test\",\r\n        \"PhoneNumber\": \"123123123\",\r\n        \"Gender\": 0,\r\n        \"City\": \"Olongapo ctiy\",\r\n        \"StateProvince\": \"Zambales\",\r\n        \"PostalCode\": 12312,\r\n        \"Country\": \"USA\",\r\n        \"DateOfBirth\": \"1971/12/02\",\r\n        \"CreationSource\": 1\r\n    },\r\n    \"Account\": 55\r\n}","options":{"raw":{"language":"json"}}},"url":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"125"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 05:46:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": \"-1\",\n    \"Success\": false,\n    \"Message\": \"Active customer with email amielTest@gmail.com already exists.\",\n    \"HardFailure\": false\n}"}],"_postman_id":"99daba92-017e-4352-8c97-c257bdff76d6"},{"name":"Add Card","id":"06ed1370-a164-4058-aa68-a5d4dfc35ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": {{accountnumber}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/AddCard","description":"<h3 id=\"add-card-for-customer\">Add Card for Customer</h3>\n<p>This endpoint allows you to add a card for a specific customer.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>CorpID</code> (number): The corporate ID.</li>\n<li><code>Account</code> (number): The account number.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><code>Token</code> (string, nullable): The token associated with the action.</li>\n<li><code>Success</code> (boolean): Indicates if the action was successful.</li>\n<li><code>Message</code> (string): Describes the result of the action.</li>\n<li><code>HardFailure</code> (boolean): Indicates if the failure is a hard failure.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Token\": (text) The token generated for the customer profile.,\n    \"Success\": (boolean) Indicates if the operation was successful.,\n    \"Message\": (text) Additional information or error message.,\n    \"HardFailure\": (boolean)  Indicates if the operation resulted in a hard failure.\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Customer",":customerid","AddCard"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"description":{"content":"<p>The ID of the customer.</p>\n","type":"text/plain"},"type":"any","value":"{{custid}}","key":"customerid"}]}},"response":[{"id":"a0089ba1-d79a-41a0-b343-43408f8f9d0c","name":"Ok Result","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": 99\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/RemoveCard","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":customerid","RemoveCard"],"variable":[{"key":"customerid","value":"30412"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"90"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 05:59:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": true,\n    \"Message\": \"Success associating card 99.\",\n    \"HardFailure\": false\n}"},{"id":"2af1c056-848f-4b42-aefd-d625c82c4646","name":"Error 500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": 55\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/AddCard","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":customerid","AddCard"],"variable":[{"key":"customerid","value":"30412"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 05:54:43 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"No connection string found for (6001, Customer Info)\",\n    \"HardFailure\": false\n}"},{"id":"f0da0905-65e7-4a60-9784-df64cfcad23c","name":"Error already exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpd}},\r\n    \"Account\": 55\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/AddCard","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":customerid","AddCard"],"variable":[{"key":"customerid","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"118"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 05:57:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Active card registration already exists for account 55.\",\n    \"HardFailure\": false\n}"},{"id":"2e04fde1-5771-40e6-8dd3-1136ca73d15c","name":"Error customer does not exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": 99\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/AddCard","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":customerid","AddCard"],"variable":[{"key":"customerid","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"101"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 05:57:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Customer 0 does not exist in database.\",\n    \"HardFailure\": false\n}"}],"_postman_id":"06ed1370-a164-4058-aa68-a5d4dfc35ed6"},{"name":"Remove Card","id":"cbf350b7-49b8-467d-9316-0fbaada0cc4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": {{accountnumber}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/RemoveCard","description":"<h3 id=\"remove-card-for-customer\">Remove Card for Customer</h3>\n<p>This endpoint allows the removal of a card associated with a specific customer.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><code>CorpID</code> (number): The corporate ID.</li>\n<li><code>Account</code> (number): The account number.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><code>Token</code> (string, nullable): The token associated with the action.</li>\n<li><code>Success</code> (boolean): Indicates if the action was successful.</li>\n<li><code>Message</code> (string): Describes the result of the action.</li>\n<li><code>HardFailure</code> (boolean): Indicates if the failure is a hard failure.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Token\": (text) The token generated for the customer profile.,\n    \"Success\": (boolean) Indicates if the operation was successful.,\n    \"Message\": (text) Additional information or error message.,\n    \"HardFailure\": (boolean)  Indicates if the operation resulted in a hard failure.\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Customer",":customerid","RemoveCard"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"type":"any","value":"{{custid}}","key":"customerid"}]}},"response":[{"id":"c53d2693-51e7-4b5c-9a19-5b9edea90a6e","name":"Ok Result","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": 99\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/RemoveCard","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":customerid","RemoveCard"],"variable":[{"key":"customerid","value":"30412"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 06:07:32 GMT"},{"key":"Content-Length","value":"111"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": true,\n    \"Message\": \"Success of card 99 delete from CustomerID: 30412.\",\n    \"HardFailure\": false\n}"},{"id":"0729425c-dccb-42a1-88aa-9fa8ee01615e","name":"Error 500","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": 99\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/RemoveCard","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":customerid","RemoveCard"],"variable":[{"key":"customerid","value":"30412"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 06:02:29 GMT"},{"key":"Content-Length","value":"115"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"No connection string found for (6001, Customer Info)\",\n    \"HardFailure\": false\n}"},{"id":"b7643c0d-2977-4fa6-800d-050321a4bbf3","name":"Error Could not find account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": 98\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/RemoveCard","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":customerid","RemoveCard"],"variable":[{"key":"customerid","value":"30412"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 06:02:49 GMT"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Could not find Account: 98 record in CM_RegisteredAccount.\",\n    \"HardFailure\": false\n}"},{"id":"ba79befd-418d-4441-b3c5-c6890083a5ce","name":"Error Could not find Customer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CorpID\": {{corpid}},\r\n    \"Account\": 98\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Customer/:customerid/RemoveCard","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Customer",":customerid","RemoveCard"],"variable":[{"key":"customerid","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 06:04:36 GMT"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"Could not find customer ID: 0 record in CM_RegisteredData.\",\n    \"HardFailure\": false\n}"}],"_postman_id":"cbf350b7-49b8-467d-9316-0fbaada0cc4a"}],"id":"29a0c0d8-c625-46be-892a-cdf254fb0ffa","_postman_id":"29a0c0d8-c625-46be-892a-cdf254fb0ffa","description":""},{"name":"Promotions","item":[{"name":"Get Promotions","id":"32fddef9-b6b6-4305-b6f0-26dceed05a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/Promo/CorpID/Promos?CorpID={{corpid}}","description":"<p>This endpoint retrieves a list of promos based on the provided CorpID.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>PromoID</code> (number): The ID of the promo.</p>\n</li>\n<li><p><code>LocID</code> (number): The Location ID.</p>\n</li>\n<li><p><code>CashValue</code> (number): The value cash of the promo.</p>\n</li>\n<li><p><code>BonusReward</code> (number): Number of bonus reward of the promo.</p>\n</li>\n</ul>\n<p>Version: 5.3, 5.4, 5.4.1</p>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","Promo","CorpID","Promos"],"host":["{{subdomain}}","intercardinc","com"],"query":[{"description":{"content":"<p>The corporate ID of the customer.</p>\n","type":"text/plain"},"key":"CorpID","value":"{{corpid}}"}],"variable":[]}},"response":[{"id":"30091230-9a48-4c0b-9099-766e2749a8bf","name":"OK Result","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Promo/CorpID/Promos?CorpID=6000","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Promo","CorpID","Promos"],"query":[{"key":"CorpID","value":"6000","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"197"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 06:18:55 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"PromoID\": 1,\n        \"LocID\": 5,\n        \"CashValue\": 10,\n        \"BonusReward\": 2\n    },\n    {\n        \"PromoID\": 2,\n        \"LocID\": 5,\n        \"CashValue\": 20,\n        \"BonusReward\": 5\n    },\n    {\n        \"PromoID\": 3,\n        \"LocID\": 5,\n        \"CashValue\": 50,\n        \"BonusReward\": 10\n    }\n]"},{"id":"560fcb19-c160-4cde-af57-d4b2e16e6708","name":"Error 500","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://development.intercardinc.com/WS_ProfileManagement/api/Promo/CorpID/Promos?CorpID=6001","protocol":"https","host":["development","intercardinc","com"],"path":["WS_ProfileManagement","api","Promo","CorpID","Promos"],"query":[{"key":"CorpID","value":"6001","type":"text"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Jan 2024 06:18:43 GMT"},{"key":"Content-Length","value":"116"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": null,\n    \"Success\": false,\n    \"Message\": \"No connection string found for (6001, DebitCard_Data)\",\n    \"HardFailure\": false\n}"}],"_postman_id":"32fddef9-b6b6-4305-b6f0-26dceed05a15"},{"name":"Get Promos","id":"712d390e-7910-492b-b6dd-b98ad91b3791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:cid/BarcodePromoID/:promoid/Barcodes/Qty/:qty","description":"<p>This endpoint retrieves the information for barcode promo.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>Barcode</code> (string): The promo barcode value in GUID format.</p>\n</li>\n<li><p><code>ID</code> (integer): The issued promo id for the generated barcode.</p>\n</li>\n</ul>\n<p>Version: 5.3, 5.4, 5.4.1</p>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","BarcodePromo",":cid","BarcodePromoID",":promoid","Barcodes","Qty",":qty"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"type":"any","value":"{{corpid}}","key":"cid"},{"type":"any","value":"1","key":"promoid"},{"type":"any","value":"1","key":"qty"}]}},"response":[{"id":"59b2e310-0e2a-4888-9228-d38d18260edb","name":"204 No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:macId/Validate/:barcode","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","BarcodePromo",":macId","Validate",":barcode"],"variable":[{"key":"macId","value":"{{macid}}"},{"key":"barcode","value":"{{barcode}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"162"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 24 Apr 2025 07:09:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Valid\": false,\n    \"Barcode\": \"2a9aca19-eed8-4b4e-bc35-0dcd3c4a6494\",\n    \"Claimed\": false,\n    \"Message\": \"Barcode does not exist.\",\n    \"HardFailure\": true\n}"}],"_postman_id":"712d390e-7910-492b-b6dd-b98ad91b3791"},{"name":"Get Validation of Barcode Promo","id":"c6efabb8-ea3d-4f07-8f43-54313723d16d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:macId/Validate/:barcode","description":"<p>This endpoint retrieves the information to validate barcode promo.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>Valid</code> (boolean): Check the validity of the barcode</p>\n</li>\n<li><p><code>Barcode</code> (string): The promo barcode value in GUID format.</p>\n</li>\n<li><p><code>PromoId</code> (integer): The issued promo id for the generated barcode.</p>\n</li>\n<li><p><code>Claimed</code> (boolean): The validator if the barcode is already claimed.</p>\n</li>\n<li><p><code>DeviceTag</code> (integer): The value for device tag.</p>\n</li>\n<li><p><code>LocationId</code> (integer): The value for location id.</p>\n</li>\n<li><p><code>Message</code> (string): The message response for the endpoint.</p>\n</li>\n<li><p><code>HardFailure</code> (boolean): The value indicator if the request is failed or not.</p>\n</li>\n</ul>\n<p>Version: 5.3, 5.4, 5.4.1</p>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","BarcodePromo",":macId","Validate",":barcode"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"type":"any","value":"{{macid}}","key":"macId"},{"type":"any","value":"{{barcode}}","key":"barcode"}]}},"response":[{"id":"4c29cb0a-7897-42d5-be68-c9583d1deb47","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:macId/Validate/:barcode","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","BarcodePromo",":macId","Validate",":barcode"],"variable":[{"key":"macId","value":"{{macid}}"},{"key":"barcode","value":"{{barcode}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"254"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 25 Apr 2025 05:32:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Valid\": true,\n    \"Barcode\": \"f9467707-2c18-4689-8384-096149e2c972\",\n    \"PromoId\": 1,\n    \"Claimed\": false,\n    \"DeviceTag\": 10081,\n    \"LocationId\": 5,\n    \"Message\": \"Unredeemed barcode f9467707-2c18-4689-8384-096149e2c972\",\n    \"HardFailure\": false\n}"},{"id":"24d19fd8-3a2a-48b8-b41d-b783714d523e","name":"204 No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:macId/Validate/:barcode","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","BarcodePromo",":macId","Validate",":barcode"],"variable":[{"key":"macId","value":"{{macid}}"},{"key":"barcode","value":"{{barcode}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"162"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 24 Apr 2025 07:09:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Valid\": false,\n    \"Barcode\": \"2a9aca19-eed8-4b4e-bc35-0dcd3c4a6494\",\n    \"Claimed\": false,\n    \"Message\": \"Barcode does not exist.\",\n    \"HardFailure\": true\n}"}],"_postman_id":"c6efabb8-ea3d-4f07-8f43-54313723d16d"},{"name":"Post Validation of Barcode Promo","id":"513eb8df-db81-47e1-a018-74832b3d7c25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"barcode\":\"f9467707-2c18-4689-8384-096149e2c972\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:macId/Validate","description":"<p>This endpoint retrieves the information to post validate barcode promo.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>Valid</code> (boolean): Check the validity of the barcode</p>\n</li>\n<li><p><code>Barcode</code> (string): The promo barcode value in GUID format.</p>\n</li>\n<li><p><code>PromoId</code> (integer): The issued promo id for the generated barcode.</p>\n</li>\n<li><p><code>Claimed</code> (boolean): The validator if the barcode is already claimed.</p>\n</li>\n<li><p><code>DeviceTag</code> (integer): The value for device tag.</p>\n</li>\n<li><p><code>LocationId</code> (integer): The value for location id.</p>\n</li>\n<li><p><code>Message</code> (string): The message response for the endpoint.</p>\n</li>\n<li><p><code>HardFailure</code> (boolean): The value indicator if the request is failed or not.</p>\n</li>\n</ul>\n<p>Version: 5.3, 5.4, 5.4.1</p>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","BarcodePromo",":macId","Validate"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"type":"any","value":"{{macid}}","key":"macId"}]}},"response":[{"id":"3dbbae52-5731-4cee-b8be-8d3864d0acef","name":"204 No Content","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"barcode\":\"E6F06832-0C66-406D-AF7F-09F7F804EAB6\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:macId/Validate","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","BarcodePromo",":macId","Validate"],"variable":[{"key":"macId","value":"{{macid}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"162"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 25 Apr 2025 00:53:13 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Valid\": false,\n    \"Barcode\": \"e6f06832-0c66-406d-af7f-09f7f804eab6\",\n    \"Claimed\": false,\n    \"Message\": \"Barcode does not exist.\",\n    \"HardFailure\": true\n}"},{"id":"1a4cee10-98d0-4605-807b-8f9b4a359379","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"barcode\":\"f9467707-2c18-4689-8384-096149e2c972\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:macId/Validate","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","BarcodePromo",":macId","Validate"],"variable":[{"key":"macId","value":"{{macid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"254"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 25 Apr 2025 05:33:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Valid\": true,\n    \"Barcode\": \"f9467707-2c18-4689-8384-096149e2c972\",\n    \"PromoId\": 1,\n    \"Claimed\": false,\n    \"DeviceTag\": 10081,\n    \"LocationId\": 5,\n    \"Message\": \"Unredeemed barcode f9467707-2c18-4689-8384-096149e2c972\",\n    \"HardFailure\": false\n}"}],"_postman_id":"513eb8df-db81-47e1-a018-74832b3d7c25"},{"name":"Redeem Promo","id":"4497f2d6-c8da-45ef-a51b-9a71e6471cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"barcode\": \"f9467707-2c18-4689-8384-096149e2c972\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:cid/Redeem","description":"<p>This endpoint retrieves the information for redeeming the promo.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>Success</code> (boolean): The response if redeeming of barcode is success or not.</p>\n</li>\n<li><p><code>Barcode</code> (string): The promo barcode value in GUID format.</p>\n</li>\n<li><p><code>Message</code> (string): The message response for the endpoint.</p>\n</li>\n<li><p><code>HardFailure</code> (boolean): The value indicator if the request is failed or not.</p>\n</li>\n</ul>\n<p>Version: 5.3, 5.4, 5.4.1</p>\n","urlObject":{"protocol":"https","path":["WS_ProfileManagement","api","BarcodePromo",":cid","Redeem"],"host":["{{subdomain}}","intercardinc","com"],"query":[],"variable":[{"type":"any","value":"{{corpid}}","key":"cid"}]}},"response":[{"id":"9691820d-05a8-40c9-aa93-13777783411e","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"barcode\": \"f9467707-2c18-4689-8384-096149e2c972\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{subdomain}}.intercardinc.com/WS_ProfileManagement/api/BarcodePromo/:cid/Redeem","protocol":"https","host":["{{subdomain}}","intercardinc","com"],"path":["WS_ProfileManagement","api","BarcodePromo",":cid","Redeem"],"variable":[{"key":"cid","value":"{{corpid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"180"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 25 Apr 2025 05:44:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"Barcode\": \"f9467707-2c18-4689-8384-096149e2c972\",\n    \"Message\": \"Success redeem barcode f9467707-2c18-4689-8384-096149e2c972.\",\n    \"HardFailure\": false\n}"}],"_postman_id":"4497f2d6-c8da-45ef-a51b-9a71e6471cd9"}],"id":"4fe647ba-6d15-44ab-b2e5-a3dfe9528715","_postman_id":"4fe647ba-6d15-44ab-b2e5-a3dfe9528715","description":""}],"event":[{"listen":"prerequest","script":{"id":"b5874a5b-c19a-4622-b166-5e380f0e06b7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4d35088c-73cd-4ff2-b6c5-5481859046e2","type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"]}}]}