{"info":{"_postman_id":"fafa09f7-8682-4cd9-8e9e-899fc169d2af","name":"Benekiva [API]","description":"<html><head></head><body><p><img src=\"https://res.cloudinary.com/benekiva/image/upload/v1585030655/benekiva/nova7_policy_wi2fqp.png\" alt=\"alt text\"></p>\n<p>Benekiva API provides robust ways of interacting with Benekiva Application. \nPrior to accessing this documentation, you will need to contact Benekiva team so that they can exclusively provision a client portal for you.</p>\n<p>Once you have your client portal with developer credentials, please login and obtain API Key and Client Secret along with other setups can be performed to meet your specific needs.</p>\n<p>Please reach out Benekiva technical support team (<a href=\"mailto:techsupport@benekiva.com\">techsupport@benekiva.com</a>) to obtain your API Key, Client Secret as well as API server information exclusively prepared for you.</p>\n<p>Once you have API key and Client Secret, run 'Get Auth Token' API to obtain AuthToken that needs to be put as part of Authorization header as Bearer Token for any further API calls. Please note - this does not apply to SSO Auth Token Request.</p>\n<p>For the illustration purpose, we will use api.benekiva.com as an example here.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5328875","collectionId":"fafa09f7-8682-4cd9-8e9e-899fc169d2af","publishedId":"77k5NCp","public":true,"customColor":{"top-bar":"10650F","right-sidebar":"063685","highlight":"69E867"},"publishDate":"2020-03-23T00:25:21.000Z"},"item":[{"name":"AUTHORIZATION","item":[{"name":"Get Auth Token","event":[{"listen":"test","script":{"id":"d7413703-efb4-446d-8319-b45de6ddc59c","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"TOKEN\", jsonData.AuthToken);"],"type":"text/javascript"}}],"id":"681b4861-3ab8-438d-ad80-6aba634e5566","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"{{API_KEY}}\",\n  \"clientSecret\": \"{{CLIENT_SECRET}}\"\n}"},"url":"{{DOMAIN}}/auth/authtoken","urlObject":{"path":["auth","authtoken"],"host":["{{DOMAIN}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"681b4861-3ab8-438d-ad80-6aba634e5566"},{"name":"Request SSO URI","id":"4d199574-c6f0-4554-8bf2-8ff52a3bcd7b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apiKey\": \"[apiKey]\",\n  \"clientSecret\": \"[clientSecret]\",\n  \"grantRole\": \"[FHD or CSR]\",\n  \"polNum\": \"[polNum]\",\n  \"fhNum\": \"[fhNum]\",\n  \"incUsers\":[\"Array of email addresses\"],\n  \"authorizedEmail\": \"[Email Address of Authorized Person To Be Granted]\"\n}"},"url":"https://api.benekiva.com/auth/generatessotoken","description":"<p>SSO handshake can be done between authorized client with valid apiKey and client Secret and Benekiva in the granted role of either FHD or CSR.</p>\n<p>This is preliminary release of SSO feature and subjected to change although not architecturally.</p>\n<p>\"apiKey\" and \"clientSecret\" can be obtained from Benekiva by login in as dev credential. Please reach out to Benekiva team if you do not have those credentials handy or needs tutorial to reset them.</p>\n<p>\"grant Role\" - This can either take \"CSR\" or \"FHD\" as values.</p>\n<p>If the supplied value is \"FHD\", \"fhNum\" becomes required field.</p>\n<p>\"incUsers\" - This accepts array of email addresses for which you need to see all the claims submitted and processed too. This comes handy if one employee needs to see and process claims started by another employee. It only works for the included users whose role is the same as \"grant role\" above.</p>\n<p>\"authorizedEmail\" is the person's email to whom authorization need to be granted. If email is not found in Benekiva, the user account will be created automatically.</p>\n<p>In the Response object, Sso_Uri can be directly called upon to connect to single sign on into Benekiva.</p>\n","urlObject":{"protocol":"https","path":["auth","generatessotoken"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d199574-c6f0-4554-8bf2-8ff52a3bcd7b"}],"id":"96ad4c26-9e59-4b93-9cdf-3106269c9332","description":"<p><img src=\"https://docsmore.com/developerguide/static/media/auth.6428203f.svg\" alt=\"alt text\" />\nBenekiva Authorization uses JWT token. Once the user is authenticated, each subsequent request will include the JWT, allowing the user to access routes, services, and resources that are permitted with that token. Single Sign On is a feature that widely uses JWT nowadays, because of its small overhead and its ability to be easily used across different domains. Benekiva is no different.</p>\n","_postman_id":"96ad4c26-9e59-4b93-9cdf-3106269c9332"},{"name":"AGENTS","item":[{"name":"GET SINGLE AGENT","id":"e9f6908b-17aa-4d46-b5a6-0d2ac0edc137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.benekiva.com/api/agents/{{agentId}}","description":"<p>Suitable For Single Query of a Agent with a given ID.</p>\n","urlObject":{"protocol":"https","path":["api","agents","{{agentId}}"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9f6908b-17aa-4d46-b5a6-0d2ac0edc137"},{"name":"UPDATE SINGLE AGENT","id":"7e284b13-20dc-41cb-a3c0-3de9354ed327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"424234243\",\n    \"routingNumber\": \"SFFAF\"\n}"},"url":"https://api.benekiva.com/api/agents/{{agentId}}","description":"<p>Update part of AGENT payload.</p>\n","urlObject":{"protocol":"https","path":["api","agents","{{agentId}}"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e284b13-20dc-41cb-a3c0-3de9354ed327"},{"name":"AGENT SEARCH","id":"e39ad1b7-f59e-4ee9-a795-c1e86340c57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"page\": 1,\n\t\"size\": 20,\n\t\"sort\": \"updatedAt\",\n\t\"order\": \"asc\",\n\t\"searchText\": \"{{searchText}}\"\n}"},"url":"https://api.benekiva.com/api/agents/search","description":"<p>Retrieve a list of agents by page number, size, sort, order and search text.</p>\n","urlObject":{"protocol":"https","path":["api","agents","search"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e39ad1b7-f59e-4ee9-a795-c1e86340c57f"},{"name":"Agents Batch Upload","id":"f038c64e-c297-4d2a-a101-02a96927feab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"isFresh\": true,\n  \"funeralHomes\": [\n  {\n    \"fhZip\": \"827110\",\n    \"fhState\": \"Hawaii\",\n    \"fhCity\": \"Newcastle\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"350 Dare Court\",\n    \"fhTaxID\": \"287476638\",\n    \"fhEmail\": \"Dana@company.com\",\n    \"mainfhNum\": \"LIQUICOM\",\n    \"fhNum\": \"ONTAGENE\",\n    \"fhName\": \"Leonard Murphy\"\n  },\n  {\n    \"fhZip\": \"461084\",\n    \"fhState\": \"Texas\",\n    \"fhCity\": \"Wildwood\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"275 Glen Street\",\n    \"fhTaxID\": \"198339074\",\n    \"fhEmail\": \"Gallegos@company.com\",\n    \"mainfhNum\": \"OPTIQUE\",\n    \"fhNum\": \"RODEOLOGY\",\n    \"fhName\": \"Roman Pena\"\n  },\n  {\n    \"fhZip\": \"167324\",\n    \"fhState\": \"Maryland\",\n    \"fhCity\": \"Tonopah\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"184 Fillmore Avenue\",\n    \"fhTaxID\": \"734071693\",\n    \"fhEmail\": \"Ewing@company.com\",\n    \"mainfhNum\": \"BOSTONIC\",\n    \"fhNum\": \"SOPRANO\",\n    \"fhName\": \"Chrystal Buckner\"\n  },\n  {\n    \"fhZip\": \"409148\",\n    \"fhState\": \"Wyoming\",\n    \"fhCity\": \"Orick\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"182 Baycliff Terrace\",\n    \"fhTaxID\": \"571950629\",\n    \"fhEmail\": \"Garrett@company.com\",\n    \"mainfhNum\": \"LUMBREX\",\n    \"fhNum\": \"COREPAN\",\n    \"fhName\": \"Whitney Cooley\"\n  },\n  {\n    \"fhZip\": \"318951\",\n    \"fhState\": \"Nebraska\",\n    \"fhCity\": \"Hillsboro\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"973 Stryker Court\",\n    \"fhTaxID\": \"404362529\",\n    \"fhEmail\": \"Dolly@company.com\",\n    \"mainfhNum\": \"ULTRIMAX\",\n    \"fhNum\": \"DYNO\",\n    \"fhName\": \"Dionne Hoffman\"\n  },\n  {\n    \"fhZip\": \"626505\",\n    \"fhState\": \"Missouri\",\n    \"fhCity\": \"Convent\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"273 Truxton Street\",\n    \"fhTaxID\": \"670298313\",\n    \"fhEmail\": \"Manuela@company.com\",\n    \"mainfhNum\": \"INVENTURE\",\n    \"fhNum\": \"GEEKOL\",\n    \"fhName\": \"Graciela Fisher\"\n  },\n  {\n    \"fhZip\": \"626189\",\n    \"fhState\": \"Utah\",\n    \"fhCity\": \"Courtland\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"149 Williams Place\",\n    \"fhTaxID\": \"535695628\",\n    \"fhEmail\": \"Mullen@company.com\",\n    \"mainfhNum\": \"DEEPENDS\",\n    \"fhNum\": \"MITROC\",\n    \"fhName\": \"Ingrid Aguilar\"\n  },\n  {\n    \"fhZip\": \"397650\",\n    \"fhState\": \"Puerto Rico\",\n    \"fhCity\": \"Knowlton\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"660 Baltic Street\",\n    \"fhTaxID\": \"829224322\",\n    \"fhEmail\": \"Figueroa@company.com\",\n    \"mainfhNum\": \"GLOBOIL\",\n    \"fhNum\": \"ISONUS\",\n    \"fhName\": \"Bartlett Hull\"\n  },\n  {\n    \"fhZip\": \"426132\",\n    \"fhState\": \"District Of Columbia\",\n    \"fhCity\": \"Cataract\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"133 Fountain Avenue\",\n    \"fhTaxID\": \"599008111\",\n    \"fhEmail\": \"Dickerson@company.com\",\n    \"mainfhNum\": \"ZILLA\",\n    \"fhNum\": \"TRI@TRIBALOG\",\n    \"fhName\": \"Holmes Gates\"\n  }\n]\n}"},"url":"https://api.benekiva.com/api/agents/batchupload","description":"<p>isFresh property is important as it determines whether the list needs to be inserted or simply updated.</p>\n<p>isFresh = true means list to be inserted.</p>\n<p>isFresh = false means list to be updated.</p>\n","urlObject":{"protocol":"https","path":["api","agents","batchupload"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f038c64e-c297-4d2a-a101-02a96927feab"},{"name":"Agents Delete ALL","id":"c064f9ef-6fb7-4ec4-950c-54f7bae86523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":""},"url":"https://api.benekiva.com/api/agents/deleteall","description":"<p>DELETE ALL</p>\n","urlObject":{"protocol":"https","path":["api","agents","deleteall"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c064f9ef-6fb7-4ec4-950c-54f7bae86523"},{"name":"Agent List","id":"0ba4132b-6ac6-4837-a4a2-8fc312663546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"url":"https://api.benekiva.com/api/agents/list","description":"<p>Retrieves list of all active agents</p>\n","urlObject":{"protocol":"https","path":["api","agents","list"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ba4132b-6ac6-4837-a4a2-8fc312663546"}],"id":"0d471d41-319f-4d59-8b7f-f17853abe29b","description":"<p>This is for dedicated agents who file and track claims on behalf of beneficiaries. Sometimes this could also be power of attorneys or beneficiaries themselves. </p>\n","_postman_id":"0d471d41-319f-4d59-8b7f-f17853abe29b"},{"name":"POLICIES","item":[{"name":"Get Policy List","id":"5979824e-b9ab-4d1e-a8f7-d3c4c9784c54","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"url":"https://api.benekiva.com/api/policies","urlObject":{"protocol":"https","path":["api","policies"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5979824e-b9ab-4d1e-a8f7-d3c4c9784c54"},{"name":"Remove All Policies","id":"eb766a8a-b614-4d2e-b497-fcd4a3ad498d","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":""},"url":"https://api.benekiva.com/api/policies/deleteall","urlObject":{"protocol":"https","path":["api","policies","deleteall"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb766a8a-b614-4d2e-b497-fcd4a3ad498d"},{"name":"Policies Batch Upload","id":"9bb4546b-b97e-4091-bac5-ce0c491cc2de","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"isFresh\": true,\n  \"policies\": [\n  {\n    \"claimQuote\": \"1463.96\",\n    \"FHMainNum\": \"543582\",\n    \"FHNum\": \"827344\",\n    \"insuredLName\": \"Osborn\",\n    \"insuredFName\": \"Dale\",\n    \"insuredDOB\": \"Mon Jul 24 1978 21:38:50 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Wed Nov 02 2005 04:24:04 GMT+0000 (UTC)\",\n    \"polProdCode\": \"741 AB262\",\n    \"polContractReason\": \"OH\",\n    \"polContractStatus\": \"F\",\n    \"polNum\": \"759064920\"\n  },\n  {\n    \"claimQuote\": \"2314.89\",\n    \"FHMainNum\": \"894591\",\n    \"FHNum\": \"777414\",\n    \"insuredLName\": \"Calderon\",\n    \"insuredFName\": \"Frank\",\n    \"insuredDOB\": \"Thu Jan 24 1946 03:10:52 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Tue May 17 2005 00:56:45 GMT+0000 (UTC)\",\n    \"polProdCode\": \"498 AB197\",\n    \"polContractReason\": \"VT\",\n    \"polContractStatus\": \"E\",\n    \"polNum\": \"127488742\"\n  },\n  {\n    \"claimQuote\": \"2982.11\",\n    \"FHMainNum\": \"769177\",\n    \"FHNum\": \"371874\",\n    \"insuredLName\": \"Burns\",\n    \"insuredFName\": \"Miranda\",\n    \"insuredDOB\": \"Wed Mar 30 1960 12:42:20 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Mon Nov 25 2002 14:06:40 GMT+0000 (UTC)\",\n    \"polProdCode\": \"955 YT297\",\n    \"polContractReason\": \"WY\",\n    \"polContractStatus\": \"B\",\n    \"polNum\": \"270618819\"\n  },\n  {\n    \"claimQuote\": \"1637.89\",\n    \"FHMainNum\": \"297940\",\n    \"FHNum\": \"340634\",\n    \"insuredLName\": \"Mcfarland\",\n    \"insuredFName\": \"Vickie\",\n    \"insuredDOB\": \"Wed Feb 05 1975 18:37:29 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Fri Apr 23 2004 04:25:19 GMT+0000 (UTC)\",\n    \"polProdCode\": \"992 DC177\",\n    \"polContractReason\": \"IL\",\n    \"polContractStatus\": \"B\",\n    \"polNum\": \"121771836\"\n  },\n  {\n    \"claimQuote\": \"1668.07\",\n    \"FHMainNum\": \"392247\",\n    \"FHNum\": \"615491\",\n    \"insuredLName\": \"Callahan\",\n    \"insuredFName\": \"Morrow\",\n    \"insuredDOB\": \"Sat Jun 28 1975 16:07:46 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Mon Nov 28 2016 17:48:48 GMT+0000 (UTC)\",\n    \"polProdCode\": \"822 GF238\",\n    \"polContractReason\": \"HI\",\n    \"polContractStatus\": \"D\",\n    \"polNum\": \"483496940\"\n  },\n  {\n    \"claimQuote\": \"1016.88\",\n    \"FHMainNum\": \"680215\",\n    \"FHNum\": \"757303\",\n    \"insuredLName\": \"Burnett\",\n    \"insuredFName\": \"Battle\",\n    \"insuredDOB\": \"Sat May 24 1975 21:57:51 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Tue Mar 08 2011 02:36:53 GMT+0000 (UTC)\",\n    \"polProdCode\": \"593 DC251\",\n    \"polContractReason\": \"CO\",\n    \"polContractStatus\": \"A\",\n    \"polNum\": \"305725865\"\n  },\n  {\n    \"claimQuote\": \"1185.18\",\n    \"FHMainNum\": \"606284\",\n    \"FHNum\": \"447954\",\n    \"insuredLName\": \"Brooks\",\n    \"insuredFName\": \"Caroline\",\n    \"insuredDOB\": \"Tue May 10 1966 04:14:11 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Wed Feb 07 2007 15:56:44 GMT+0000 (UTC)\",\n    \"polProdCode\": \"983 AB211\",\n    \"polContractReason\": \"SC\",\n    \"polContractStatus\": \"B\",\n    \"polNum\": \"747525404\"\n  },\n  {\n    \"claimQuote\": \"2814.76\",\n    \"FHMainNum\": \"530481\",\n    \"FHNum\": \"560727\",\n    \"insuredLName\": \"Baird\",\n    \"insuredFName\": \"Townsend\",\n    \"insuredDOB\": \"Thu Oct 02 1980 12:36:21 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Mon Jun 04 2001 16:33:30 GMT+0000 (UTC)\",\n    \"polProdCode\": \"313 YT247\",\n    \"polContractReason\": \"OK\",\n    \"polContractStatus\": \"A\",\n    \"polNum\": \"115153339\"\n  },\n  {\n    \"claimQuote\": \"2806.70\",\n    \"FHMainNum\": \"154309\",\n    \"FHNum\": \"429665\",\n    \"insuredLName\": \"Jenkins\",\n    \"insuredFName\": \"Gillespie\",\n    \"insuredDOB\": \"Thu Mar 08 1962 05:29:37 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Wed Jul 23 2014 14:35:04 GMT+0000 (UTC)\",\n    \"polProdCode\": \"443 GF214\",\n    \"polContractReason\": \"OR\",\n    \"polContractStatus\": \"C\",\n    \"polNum\": \"551210142\"\n  },\n  {\n    \"claimQuote\": \"2387.21\",\n    \"FHMainNum\": \"775469\",\n    \"FHNum\": \"167026\",\n    \"insuredLName\": \"Bennett\",\n    \"insuredFName\": \"Jenna\",\n    \"insuredDOB\": \"Sun Jul 21 1996 10:49:25 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Mon Jan 01 2001 17:55:46 GMT+0000 (UTC)\",\n    \"polProdCode\": \"828 AB287\",\n    \"polContractReason\": \"MD\",\n    \"polContractStatus\": \"E\",\n    \"polNum\": \"387930624\"\n  },\n  {\n    \"claimQuote\": \"2220.15\",\n    \"FHMainNum\": \"383622\",\n    \"FHNum\": \"712061\",\n    \"insuredLName\": \"Harvey\",\n    \"insuredFName\": \"Verna\",\n    \"insuredDOB\": \"Tue Dec 10 1935 15:03:55 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Wed Jan 17 2007 17:36:36 GMT+0000 (UTC)\",\n    \"polProdCode\": \"710 GF243\",\n    \"polContractReason\": \"DC\",\n    \"polContractStatus\": \"E\",\n    \"polNum\": \"670759805\"\n  },\n  {\n    \"claimQuote\": \"3666.54\",\n    \"FHMainNum\": \"824789\",\n    \"FHNum\": \"104109\",\n    \"insuredLName\": \"Alford\",\n    \"insuredFName\": \"Head\",\n    \"insuredDOB\": \"Thu Jul 04 1974 00:06:49 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Fri Nov 04 2011 20:35:33 GMT+0000 (UTC)\",\n    \"polProdCode\": \"654 AB110\",\n    \"polContractReason\": \"NY\",\n    \"polContractStatus\": \"B\",\n    \"polNum\": \"795855008\"\n  },\n  {\n    \"claimQuote\": \"166.60\",\n    \"FHMainNum\": \"410917\",\n    \"FHNum\": \"898618\",\n    \"insuredLName\": \"Pickett\",\n    \"insuredFName\": \"Graham\",\n    \"insuredDOB\": \"Sun Jan 10 1932 06:04:13 GMT+0000 (UTC)\",\n    \"datIssDate\": \"Tue Aug 17 1999 04:37:33 GMT+0000 (UTC)\",\n    \"polProdCode\": \"43 GF278\",\n    \"polContractReason\": \"AL\",\n    \"polContractStatus\": \"F\",\n    \"polNum\": \"116674209\"\n  }\n]\n}"},"url":"https://api.benekiva.com/api/policies/batchupload","description":"<p>This end point is used for uploading batch of policy holder information. Please use maximum of 1000 records for each call. Indicate \"isFresh\" as true if the intention is to create records from scratch.</p>\n","urlObject":{"protocol":"https","path":["api","policies","batchupload"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bb4546b-b97e-4091-bac5-ce0c491cc2de"},{"name":"Beneficiary Batch Upload","id":"22c96969-395b-4be4-8811-5737519ed307","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"url":"https://api.benekiva.com/api/policyholders/beneficiarybatchupload","urlObject":{"protocol":"https","path":["api","policyholders","beneficiarybatchupload"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22c96969-395b-4be4-8811-5737519ed307"},{"name":"Financial Info","id":"adf60da3-716c-41bd-b5d5-06533347faa0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n\t\"beginDate\": \"05/21/2018\",\n\t\"endDate\" : \"05/22/2018\"\n}"},"url":"https://api.benekiva.com/api/caseloads/financialinfo","description":"<p>This endpoint is used for obtaining all terminated policies with the payouts information for given begin date and end date.</p>\n","urlObject":{"protocol":"https","path":["api","caseloads","financialinfo"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"adf60da3-716c-41bd-b5d5-06533347faa0"},{"name":"Stream file","id":"9aeafbdf-cca3-4693-a6ef-261231d4d4a9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"fileId\": \"[FILE ID]\"\n}"},"url":"https://api.benekiva.com/api/caseloads/streamfile","description":"<p>This end point is called to fetch the document (currently in PDF format). In order to do so, you will need to have pdfFileId property handy and pass it as body request.</p>\n","urlObject":{"protocol":"https","path":["api","caseloads","streamfile"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9aeafbdf-cca3-4693-a6ef-261231d4d4a9"},{"name":"Payout Details By Transaction ID","id":"9891bbd3-d9ea-4489-95d8-50fcb15e0eb1","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"transactionId\": \"{{transactionId}}\"\n}"},"url":"https://api.benekiva.com/api/pay/getStatusDetails","description":"<p>Get Payout details by providing transaction Id.</p>\n","urlObject":{"protocol":"https","path":["api","pay","getStatusDetails"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9891bbd3-d9ea-4489-95d8-50fcb15e0eb1"},{"name":"Upload a Single File for Caseload","id":"76b65de9-f5a7-404c-b946-37651a2898cc","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/javascript"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"description":"<p>This is required field. A single source file is expected.</p>\n","type":"file"}]},"url":"https://api.benekiva.com/api/caseloads/uploadDocument/{{caseloadID}}","description":"<p>This end point is used to uploading document for a given caseload. This end point requires caseload id as part of the URL.</p>\n","urlObject":{"protocol":"https","path":["api","caseloads","uploadDocument","{{caseloadID}}"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"76b65de9-f5a7-404c-b946-37651a2898cc"}],"id":"03876b00-4910-4dd0-8c55-bbeaa3d34b42","_postman_id":"03876b00-4910-4dd0-8c55-bbeaa3d34b42","description":""},{"name":"BATCH RUN","item":[{"name":"POST RUN BATCH JOB","id":"c612e60a-1e3a-416c-a77e-2f19e65040d2","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"restoreId\": \"Sep25th-0105\"\n}"},"url":"https://api.benekiva.com/batchprocess/postrun","urlObject":{"protocol":"https","path":["batchprocess","postrun"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c612e60a-1e3a-416c-a77e-2f19e65040d2"},{"name":"PRE RUN BATCH JOB","id":"1f24ada5-6d68-44e0-b90b-8c70df704859","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"restoreId\": \"Sep25th-0105\"\n}"},"url":"https://api.benekiva.com/batchprocess/prerun","urlObject":{"protocol":"https","path":["batchprocess","prerun"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f24ada5-6d68-44e0-b90b-8c70df704859"}],"id":"92998cb1-16ad-4126-b7c3-5d0ef380f9fa","_postman_id":"92998cb1-16ad-4126-b7c3-5d0ef380f9fa","description":""},{"name":"BENEFICIARIES","item":[{"name":"Beneficiary Batch Upload","id":"fcca6316-7290-48ba-948e-8dd5e07f0cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"policies\": [\n{\n    \"polNum\": \"0003021194\",\n    \"Beneficiaries\": [\n        {\n            \"FirstName\": \"VANESSA\",\n            \"LastName\": \"SMITH\",\n            \"MiddleName\": \"\",\n            \"SuffixName\": \"\",\n            \"AddressLine1\": \"322 E SOUTHWINDS DR\",\n            \"AddressLine2\": \"\",\n            \"City\": \"NEWPORT\",\n            \"PostalCode\": \"28570\",\n            \"State\": \"NC\",\n            \"PhoneNumber\": \"2528085413\"\n        },\n        {\n            \"FirstName\": \"CHELSEA\",\n            \"LastName\": \"HILSINGER\",\n            \"MiddleName\": \"A\",\n            \"SuffixName\": \"\",\n            \"AddressLine1\": \"202 ANITA FORTE DR\",\n            \"AddressLine2\": \"\",\n            \"City\": \"CAPE CARTERET\",\n            \"PostalCode\": \"28584\",\n            \"State\": \"NC\",\n            \"PhoneNumber\": \"2527257972\"\n        }\n    ]\n}\n]\n\n}"},"url":"https://api.benekiva.com/api/policyholders/beneficiarybatchupload","urlObject":{"protocol":"https","path":["api","policyholders","beneficiarybatchupload"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcca6316-7290-48ba-948e-8dd5e07f0cfe"}],"id":"a4105feb-5e4d-47b3-bb61-643085444c96","description":"<p><img src=\"https://res.cloudinary.com/benekiva/image/upload/v1584927253/benekiva/2_viaPhone_yaiw0w.png\" alt=\"alt text\" />\nPlease follow the sample payload data and create your payload accordingly. The only mapper in this case is by policy number. So make sure you provide that correctly</p>\n","event":[{"listen":"prerequest","script":{"id":"7f1df3c9-3a18-4cd1-afeb-24c1cc7dd89e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"034282cf-3c17-497f-8cc3-de0af12df0e6","type":"text/javascript","exec":[""]}}],"_postman_id":"a4105feb-5e4d-47b3-bb61-643085444c96"},{"name":"DEDICATED BENEFICIARIES","item":[{"name":"GET SINGLE DEDICATED BENE","id":"f520e70b-1f29-4904-bb0b-412ab56a5a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.benekiva.com/api/dedicatedbenes/{{dedicatedBeneID}}","description":"<p>Suitable For Single Query of a DEDICATED BENE with a given ID.</p>\n","urlObject":{"protocol":"https","path":["api","dedicatedbenes","{{dedicatedBeneID}}"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f520e70b-1f29-4904-bb0b-412ab56a5a51"},{"name":"UPDATE SINGLE DEDICATED BENE","id":"eece0918-f3c3-4cc5-8f83-9ab369934f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"424234243\",\n    \"routingNumber\": \"SFFAF\"\n}"},"url":"https://api.benekiva.com/api/dedicatedbenes/{{dedicatedBeneID}}","description":"<p>Update part of DEDICATED BENE payload.</p>\n","urlObject":{"protocol":"https","path":["api","dedicatedbenes","{{dedicatedBeneID}}"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eece0918-f3c3-4cc5-8f83-9ab369934f57"},{"name":"DEDICATED BENE SEARCH","id":"efb09d68-0216-45d3-8a20-6d277aa2814f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"page\": 1,\n\t\"size\": 20,\n\t\"sort\": \"updatedAt\",\n\t\"order\": \"asc\",\n\t\"searchText\": \"{{searchText}}\"\n}"},"url":"https://api.benekiva.com/api/dedicatedbenes/search","description":"<p>Retrieve a list of dedicated beneficiaries by page number, size, sort, order and search text.</p>\n","urlObject":{"protocol":"https","path":["api","dedicatedbenes","search"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"efb09d68-0216-45d3-8a20-6d277aa2814f"},{"name":"DEDICATED BENE BATCH UPLOAD","id":"b0974ad0-559b-4250-b1c3-f849737048b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"isFresh\": true,\n  \"funeralHomes\": [\n  {\n    \"fhZip\": \"827110\",\n    \"fhState\": \"Hawaii\",\n    \"fhCity\": \"Newcastle\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"350 Dare Court\",\n    \"fhTaxID\": \"287476638\",\n    \"fhEmail\": \"Dana@company.com\",\n    \"mainfhNum\": \"LIQUICOM\",\n    \"fhNum\": \"ONTAGENE\",\n    \"fhName\": \"Leonard Murphy\"\n  },\n  {\n    \"fhZip\": \"461084\",\n    \"fhState\": \"Texas\",\n    \"fhCity\": \"Wildwood\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"275 Glen Street\",\n    \"fhTaxID\": \"198339074\",\n    \"fhEmail\": \"Gallegos@company.com\",\n    \"mainfhNum\": \"OPTIQUE\",\n    \"fhNum\": \"RODEOLOGY\",\n    \"fhName\": \"Roman Pena\"\n  },\n  {\n    \"fhZip\": \"167324\",\n    \"fhState\": \"Maryland\",\n    \"fhCity\": \"Tonopah\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"184 Fillmore Avenue\",\n    \"fhTaxID\": \"734071693\",\n    \"fhEmail\": \"Ewing@company.com\",\n    \"mainfhNum\": \"BOSTONIC\",\n    \"fhNum\": \"SOPRANO\",\n    \"fhName\": \"Chrystal Buckner\"\n  },\n  {\n    \"fhZip\": \"409148\",\n    \"fhState\": \"Wyoming\",\n    \"fhCity\": \"Orick\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"182 Baycliff Terrace\",\n    \"fhTaxID\": \"571950629\",\n    \"fhEmail\": \"Garrett@company.com\",\n    \"mainfhNum\": \"LUMBREX\",\n    \"fhNum\": \"COREPAN\",\n    \"fhName\": \"Whitney Cooley\"\n  },\n  {\n    \"fhZip\": \"318951\",\n    \"fhState\": \"Nebraska\",\n    \"fhCity\": \"Hillsboro\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"973 Stryker Court\",\n    \"fhTaxID\": \"404362529\",\n    \"fhEmail\": \"Dolly@company.com\",\n    \"mainfhNum\": \"ULTRIMAX\",\n    \"fhNum\": \"DYNO\",\n    \"fhName\": \"Dionne Hoffman\"\n  },\n  {\n    \"fhZip\": \"626505\",\n    \"fhState\": \"Missouri\",\n    \"fhCity\": \"Convent\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"273 Truxton Street\",\n    \"fhTaxID\": \"670298313\",\n    \"fhEmail\": \"Manuela@company.com\",\n    \"mainfhNum\": \"INVENTURE\",\n    \"fhNum\": \"GEEKOL\",\n    \"fhName\": \"Graciela Fisher\"\n  },\n  {\n    \"fhZip\": \"626189\",\n    \"fhState\": \"Utah\",\n    \"fhCity\": \"Courtland\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"149 Williams Place\",\n    \"fhTaxID\": \"535695628\",\n    \"fhEmail\": \"Mullen@company.com\",\n    \"mainfhNum\": \"DEEPENDS\",\n    \"fhNum\": \"MITROC\",\n    \"fhName\": \"Ingrid Aguilar\"\n  },\n  {\n    \"fhZip\": \"397650\",\n    \"fhState\": \"Puerto Rico\",\n    \"fhCity\": \"Knowlton\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"660 Baltic Street\",\n    \"fhTaxID\": \"829224322\",\n    \"fhEmail\": \"Figueroa@company.com\",\n    \"mainfhNum\": \"GLOBOIL\",\n    \"fhNum\": \"ISONUS\",\n    \"fhName\": \"Bartlett Hull\"\n  },\n  {\n    \"fhZip\": \"426132\",\n    \"fhState\": \"District Of Columbia\",\n    \"fhCity\": \"Cataract\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"133 Fountain Avenue\",\n    \"fhTaxID\": \"599008111\",\n    \"fhEmail\": \"Dickerson@company.com\",\n    \"mainfhNum\": \"ZILLA\",\n    \"fhNum\": \"TRI@TRIBALOG\",\n    \"fhName\": \"Holmes Gates\"\n  }\n]\n}"},"url":"https://api.benekiva.com/api/dedicatedbenes/batchupload","description":"<p>isFresh property is important as it determines whether the list needs to be inserted or simply updated.</p>\n<p>isFresh = true means list to be inserted.</p>\n<p>isFresh = false means list to be updated.</p>\n","urlObject":{"protocol":"https","path":["api","dedicatedbenes","batchupload"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0974ad0-559b-4250-b1c3-f849737048b1"},{"name":"DEDICATED BENE DELETE ALL","id":"28ff6f42-88af-446c-b864-66cc539442de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":""},"url":"https://api.benekiva.com/api/dedicatedbenes/deleteall","description":"<p>DELETE ALL</p>\n","urlObject":{"protocol":"https","path":["api","dedicatedbenes","deleteall"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"28ff6f42-88af-446c-b864-66cc539442de"},{"name":"DEDICATED BENE LIST","id":"9fd1a4cf-64ab-4558-89bb-4688f5c69928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"url":"https://api.benekiva.com/api/dedicatedbenes/list","description":"<p>Retrieves list of all active DEDICATED BENEFICIARIES</p>\n","urlObject":{"protocol":"https","path":["api","dedicatedbenes","list"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fd1a4cf-64ab-4558-89bb-4688f5c69928"}],"id":"1db58c76-7a6d-423b-b9d2-fab43d46d450","description":"<p><img src=\"https://res.cloudinary.com/benekiva/image/upload/v1584927254/benekiva/1_viaPortalBG_elf3zb.png\" alt=\"alt text\" /></p>\n<p>These are dedicated beneficiaries who process claims on behalf of an organization on regular basis. These can be a estate or an agent or both.</p>\n","event":[{"listen":"prerequest","script":{"id":"183e32c8-5c2c-4261-a18a-f4523ff9a5d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4b23385-5df1-4935-a00c-1d2440c1b86c","type":"text/javascript","exec":[""]}}],"_postman_id":"1db58c76-7a6d-423b-b9d2-fab43d46d450"},{"name":"FUNERAL HOMES","item":[{"name":"GET SINGLE FH","id":"18aae7f4-c3ab-4698-b665-0e5cb708bdfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.benekiva.com/api/funeralhomes/{{funeralHomeID}}","description":"<p>Suitable For Single Query of a Funeral Home With a given ID.</p>\n","urlObject":{"protocol":"https","path":["api","funeralhomes","{{funeralHomeID}}"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"18aae7f4-c3ab-4698-b665-0e5cb708bdfb"},{"name":"UPDATE SINGLE FH","id":"a85f683d-1813-4665-8e00-2a333fefd4ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\": \"424234243\",\n    \"routingNumber\": \"SFFAF\"\n}"},"url":"https://api.benekiva.com/api/funeralhomes/{{funeralHomeID}}","description":"<p>Update part of Funeral home payload.</p>\n","urlObject":{"protocol":"https","path":["api","funeralhomes","{{funeralHomeID}}"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a85f683d-1813-4665-8e00-2a333fefd4ad"},{"name":"FH SEARCH","id":"afe60b1d-d853-43ff-98d1-8a457ffd95c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"page\": 1,\n\t\"size\": 20,\n\t\"sort\": \"updatedAt\",\n\t\"order\": \"asc\",\n\t\"searchText\": \"{{searchText}}\"\n}"},"url":"https://api.benekiva.com/api/funeralhomes/search","description":"<p>Retrieve a list of funeral homes by page number, size, sort, order and search text.</p>\n","urlObject":{"protocol":"https","path":["api","funeralhomes","search"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"afe60b1d-d853-43ff-98d1-8a457ffd95c3"},{"name":"Funeral Homes Batch Upload","id":"5f4cb2c9-aa8c-449e-9a19-605a27eca169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":"{\n  \"isFresh\": true,\n  \"funeralHomes\": [\n  {\n    \"fhZip\": \"827110\",\n    \"fhState\": \"Hawaii\",\n    \"fhCity\": \"Newcastle\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"350 Dare Court\",\n    \"fhTaxID\": \"287476638\",\n    \"fhEmail\": \"Dana@company.com\",\n    \"mainfhNum\": \"LIQUICOM\",\n    \"fhNum\": \"ONTAGENE\",\n    \"fhName\": \"Leonard Murphy\"\n  },\n  {\n    \"fhZip\": \"461084\",\n    \"fhState\": \"Texas\",\n    \"fhCity\": \"Wildwood\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"275 Glen Street\",\n    \"fhTaxID\": \"198339074\",\n    \"fhEmail\": \"Gallegos@company.com\",\n    \"mainfhNum\": \"OPTIQUE\",\n    \"fhNum\": \"RODEOLOGY\",\n    \"fhName\": \"Roman Pena\"\n  },\n  {\n    \"fhZip\": \"167324\",\n    \"fhState\": \"Maryland\",\n    \"fhCity\": \"Tonopah\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"184 Fillmore Avenue\",\n    \"fhTaxID\": \"734071693\",\n    \"fhEmail\": \"Ewing@company.com\",\n    \"mainfhNum\": \"BOSTONIC\",\n    \"fhNum\": \"SOPRANO\",\n    \"fhName\": \"Chrystal Buckner\"\n  },\n  {\n    \"fhZip\": \"409148\",\n    \"fhState\": \"Wyoming\",\n    \"fhCity\": \"Orick\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"182 Baycliff Terrace\",\n    \"fhTaxID\": \"571950629\",\n    \"fhEmail\": \"Garrett@company.com\",\n    \"mainfhNum\": \"LUMBREX\",\n    \"fhNum\": \"COREPAN\",\n    \"fhName\": \"Whitney Cooley\"\n  },\n  {\n    \"fhZip\": \"318951\",\n    \"fhState\": \"Nebraska\",\n    \"fhCity\": \"Hillsboro\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"973 Stryker Court\",\n    \"fhTaxID\": \"404362529\",\n    \"fhEmail\": \"Dolly@company.com\",\n    \"mainfhNum\": \"ULTRIMAX\",\n    \"fhNum\": \"DYNO\",\n    \"fhName\": \"Dionne Hoffman\"\n  },\n  {\n    \"fhZip\": \"626505\",\n    \"fhState\": \"Missouri\",\n    \"fhCity\": \"Convent\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"273 Truxton Street\",\n    \"fhTaxID\": \"670298313\",\n    \"fhEmail\": \"Manuela@company.com\",\n    \"mainfhNum\": \"INVENTURE\",\n    \"fhNum\": \"GEEKOL\",\n    \"fhName\": \"Graciela Fisher\"\n  },\n  {\n    \"fhZip\": \"626189\",\n    \"fhState\": \"Utah\",\n    \"fhCity\": \"Courtland\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"149 Williams Place\",\n    \"fhTaxID\": \"535695628\",\n    \"fhEmail\": \"Mullen@company.com\",\n    \"mainfhNum\": \"DEEPENDS\",\n    \"fhNum\": \"MITROC\",\n    \"fhName\": \"Ingrid Aguilar\"\n  },\n  {\n    \"fhZip\": \"397650\",\n    \"fhState\": \"Puerto Rico\",\n    \"fhCity\": \"Knowlton\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"660 Baltic Street\",\n    \"fhTaxID\": \"829224322\",\n    \"fhEmail\": \"Figueroa@company.com\",\n    \"mainfhNum\": \"GLOBOIL\",\n    \"fhNum\": \"ISONUS\",\n    \"fhName\": \"Bartlett Hull\"\n  },\n  {\n    \"fhZip\": \"426132\",\n    \"fhState\": \"District Of Columbia\",\n    \"fhCity\": \"Cataract\",\n    \"fhAddr2\": \"\",\n    \"fhAddr1\": \"133 Fountain Avenue\",\n    \"fhTaxID\": \"599008111\",\n    \"fhEmail\": \"Dickerson@company.com\",\n    \"mainfhNum\": \"ZILLA\",\n    \"fhNum\": \"TRI@TRIBALOG\",\n    \"fhName\": \"Holmes Gates\"\n  }\n]\n}"},"url":"https://api.benekiva.com/api/funeralhomes/batchupload","description":"<p>isFresh property is important as it determines whether the list needs to be inserted or simply updated.</p>\n<p>isFresh = true means list to be inserted.</p>\n<p>isFresh = false means list to be updated.</p>\n","urlObject":{"protocol":"https","path":["api","funeralhomes","batchupload"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f4cb2c9-aa8c-449e-9a19-605a27eca169"},{"name":"Funeral Homes Delete ALL","id":"3c7d0339-cb82-49dd-96e5-08870721e11d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"body":{"mode":"raw","raw":""},"url":"https://api.benekiva.com/api/funeralhomes/deleteall","description":"<p>DELETE ALL</p>\n","urlObject":{"protocol":"https","path":["api","funeralhomes","deleteall"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c7d0339-cb82-49dd-96e5-08870721e11d"},{"name":"Funeral Homes List","id":"e7163c46-bab6-4f34-b1e6-11041c8fcc28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer [AUTH TOKEN]"}],"url":"https://api.benekiva.com/api/funeralhomes/list","urlObject":{"protocol":"https","path":["api","funeralhomes","list"],"host":["api","benekiva","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7163c46-bab6-4f34-b1e6-11041c8fcc28"}],"id":"20057300-1e6c-45ff-8827-61ee2f97f3ec","_postman_id":"20057300-1e6c-45ff-8827-61ee2f97f3ec","description":""}],"event":[{"listen":"prerequest","script":{"id":"7229a9fa-5f05-497e-8827-2f65d68766d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e964725e-832e-4585-89a7-fa964157ce40","type":"text/javascript","exec":[""]}}]}