{"info":{"_postman_id":"2a509378-e2e6-4bbc-8fc7-717903fcbf6c","name":"PhRMA API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7027894","collectionId":"2a509378-e2e6-4bbc-8fc7-717903fcbf6c","publishedId":"S17rvoAQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-03-22T22:12:30.000Z"},"item":[{"name":"DEV","item":[{"name":"All Programs - DEV","event":[{"listen":"test","script":{"id":"b794f1c9-55d2-4dcb-b177-f956e644a189","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"JSON Check\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.resourceTypes.length > 0).to.eql(true);","    pm.expect(jsonData.resource.all.length > 0).to.eql(true);","});"],"type":"text/javascript"}}],"id":"f8ca8328-bd43-4adb-b3bc-db8476e62dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server}}/allprograms","urlObject":{"path":["allprograms"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8ca8328-bd43-4adb-b3bc-db8476e62dbe"},{"name":"Program Search - DEV","event":[{"listen":"prerequest","script":{"id":"9e6a3f7e-aa32-4bd1-97b8-b48955b29b2c","exec":[";"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"780bd467-8659-461b-b662-fc9468ca15a8","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.resourceTypes.length > 0).to.eql(true);","    pm.expect(jsonData.resource.eligible.length > 0).to.eql(true);","});"],"type":"text/javascript","packages":{}}}],"id":"19545cc5-e17c-4efc-8ed4-48cb61d5559b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"age\":18,\n    \"state\": \"AL\",\n    \"livingInHousehold\":1,\n    \"householdIncome\":1,\n    \"residencyStatus\":true,\n    \"hasInsurance\":false,\n    \"privateInsurance\":false,\n    \"medicare\":false,\n    \"medicaid\":false,\n    \"vaMilitary\":false,\n    \"naturalDisaster\":false,\n    \"prescriptions\":[\n        {\n            \"id\": 1448,\n            \"name\":\"Latuda\",\n            \"generics\": null,\n            \"disclaimer\": false\n        }\n    ]\n}\n "},"url":"https://phrmaapi.azurewebsites.net/api/programsearch","urlObject":{"protocol":"https","path":["api","programsearch"],"host":["phrmaapi","azurewebsites","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"19545cc5-e17c-4efc-8ed4-48cb61d5559b"},{"name":"Send Email Copy - DEV","id":"3ae0049f-d97e-4b3e-a460-7731d54b0197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Recipient\": {\n\t\t\"email\": \"test@mail.com\",\n\t\t\"name\": \"Test Sender\"\n\t},\n\t\"Subject\": \"This is a test email\",\n\t\"Content\": \"Here's some plain text content\"\n}"},"url":"https://pharma-dev-api.azurewebsites/api/emailservice","urlObject":{"protocol":"https","path":["api","emailservice"],"host":["pharma-dev-api","azurewebsites"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ae0049f-d97e-4b3e-a460-7731d54b0197"},{"name":"Email Service - Dev","event":[{"listen":"prerequest","script":{"id":"9e6a3f7e-aa32-4bd1-97b8-b48955b29b2c","exec":[";"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"780bd467-8659-461b-b662-fc9468ca15a8","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.resourceTypes.length > 0).to.eql(true);","    pm.expect(jsonData.resource.eligible.length > 0).to.eql(true);","});"],"type":"text/javascript","packages":{}}}],"id":"b831e022-8c46-48db-90d5-bafd8d97683f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Recipient\": \"bien.relucano@mrm.com\",\n    \"Subject\": \"Test Subject\",\n    \"Content\": \"Sample email content.\"\n}"},"url":"https://pharma-dev-api.azurewebsites.net/api/emailservice","urlObject":{"protocol":"https","path":["api","emailservice"],"host":["pharma-dev-api","azurewebsites","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"b831e022-8c46-48db-90d5-bafd8d97683f"}],"id":"5a23a614-ac3c-47e9-ab56-4780526995ab","_postman_id":"5a23a614-ac3c-47e9-ab56-4780526995ab","description":""},{"name":"Therapy Search","event":[{"listen":"test","script":{"id":"55f6b0e3-c694-4a9d-ab9e-c54cd097bcb6","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"JSON check\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.possible.length > 0).to.eql(true);","});"],"type":"text/javascript"}}],"id":"ebfc5117-52ff-44da-8e46-46be9de6dab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server}}/api/therapysearch/lat","urlObject":{"path":["api","therapysearch","lat"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebfc5117-52ff-44da-8e46-46be9de6dab7"},{"name":"All Programs","event":[{"listen":"test","script":{"id":"b794f1c9-55d2-4dcb-b177-f956e644a189","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"JSON Check\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.resourceTypes.length > 0).to.eql(true);","    pm.expect(jsonData.resource.all.length > 0).to.eql(true);","});"],"type":"text/javascript"}}],"id":"46e14a31-f2c9-48d7-9ab2-991e15827959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server}}/allprograms","urlObject":{"path":["allprograms"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"46e14a31-f2c9-48d7-9ab2-991e15827959"},{"name":"Program Search","event":[{"listen":"prerequest","script":{"id":"9e6a3f7e-aa32-4bd1-97b8-b48955b29b2c","exec":[";"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"780bd467-8659-461b-b662-fc9468ca15a8","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.resourceTypes.length > 0).to.eql(true);","    pm.expect(jsonData.resource.eligible.length > 0).to.eql(true);","});"],"type":"text/javascript","packages":{}}}],"id":"8e52650c-2594-42b9-af5c-08a5280d1f24","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"age\":18,\n    \"state\": \"AL\",\n    \"livingInHousehold\":1,\n    \"householdIncome\":1,\n    \"residencyStatus\":true,\n    \"hasInsurance\":false,\n    \"privateInsurance\":false,\n    \"medicare\":false,\n    \"medicaid\":false,\n    \"vaMilitary\":false,\n    \"naturalDisaster\":false,\n    \"prescriptions\":[\n        {\n            \"id\": 1448,\n            \"name\":\"Latuda\",\n            \"generics\": null,\n            \"disclaimer\": false\n        }\n    ]\n}\n "},"url":"https://phrmaapi.azurewebsites.net/api/programsearch","urlObject":{"protocol":"https","path":["api","programsearch"],"host":["phrmaapi","azurewebsites","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e52650c-2594-42b9-af5c-08a5280d1f24"},{"name":"Send Email","id":"d123a335-7f60-408f-875b-157b2588ad6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"from\": {\n\t\t\"email\": \"test@mail.com\",\n\t\t\"name\": \"Test Sender\"\n\t},\n\t\"subject\": \"This is a test email\",\n\t\"plainTextContent\": \"Here's some plain text content\"\n}"},"url":"{{server}}/sendemail","urlObject":{"path":["sendemail"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d123a335-7f60-408f-875b-157b2588ad6a"},{"name":"ActivityTracker","id":"68ee824f-3a59-43db-bd17-dcbf79ef4671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{server}}/ActivityTracker","urlObject":{"path":["ActivityTracker"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"68ee824f-3a59-43db-bd17-dcbf79ef4671"},{"name":"Ring Central Search","event":[{"listen":"prerequest","script":{"id":"9e6a3f7e-aa32-4bd1-97b8-b48955b29b2c","exec":[";"],"type":"text/javascript"}},{"listen":"test","script":{"id":"780bd467-8659-461b-b662-fc9468ca15a8","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2150b8c3-cf26-49a3-8d1e-e6774fe1fd33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"age\":19,\n    \"hasInsurance\":false,\n    \"privateInsurance\":false,\n    \"medicare\":false,\n    \"medicaid\":false,\n    \"vaMilitary\":false,\n    \"prescriptions\":[\n        {\n            \"id\": 3850,\n            \"name\":\"GARDASIL9\",\n            \"generics\": null,\n            \"disclaimer\": false\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{server}}/rcsearch","urlObject":{"path":["rcsearch"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2150b8c3-cf26-49a3-8d1e-e6774fe1fd33"}]}