{"info":{"_postman_id":"dbf40628-5f37-4966-8330-0a3ae2088464","name":"AgenciesHQ","description":"<html><head></head><body><blockquote>\n<p>Notes</p>\n</blockquote>\n<ul>\n<li><p>Replace header's <code>&lt;ApiKey&gt;</code> parameter with yours.</p>\n</li>\n<li><p>GraphQL Variables starting with <code>unique-</code> must be replaced to avoid unique restriction.</p>\n</li>\n<li><p>UUID parameters are displayed as examples. Replace them with a correct resource association UUID.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13260626","collectionId":"dbf40628-5f37-4966-8330-0a3ae2088464","publishedId":"TVmHFLg8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-11-27T14:28:37.000Z"},"item":[{"name":"Create Activity List","id":"30fafe98-e799-4212-bef4-551e81b989c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateActivityList($attributes: ActivityListInput!){\n    createActivityList(attributes: $attributes) {\n        resource {\n            id\n            name\n            viewType\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"name\": \"unique-name\",\n        \"viewType\": \"day\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/activitylistinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"30fafe98-e799-4212-bef4-551e81b989c1"},{"name":"Update Activity List","id":"ce26fe40-b807-4ac3-8a35-3c39ea596ca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateActivityList($attributes: ActivityListInput!, $id: ID!){\n    updateActivityList(attributes: $attributes, id: $id) {\n        resource {\n            id\n            name\n            viewType\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<activityListId>\",\n    \"attributes\": {\n        \"name\": \"unique-name\",\n        \"viewType\": \"day\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/activitylistinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce26fe40-b807-4ac3-8a35-3c39ea596ca5"},{"name":"Create Activity List Filter","id":"d405007f-1887-47bb-816e-4a74c9306c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateActivityListFilter($attributes: ActivityListFilterInput!){\n  createActivityListFilter(attributes: $attributes) {\n    resource {\n      id\n      activityListId\n      activityList {\n        id\n        name\n      }\n      carrierName\n    }\n    errors\n  }\n}","variables":"{\n    \"attributes\": {\n        \"activityListId\": \"<activityListId>\",\n        \"carrierName\": \"carrier-name-test\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/activitylistfilterinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d405007f-1887-47bb-816e-4a74c9306c47"},{"name":"Update Activity List Filter","id":"0b30752b-173d-43dc-afe6-d35a51b295d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation updateActivityListFilter($attributes: ActivityListFilterInput!, $id: ID!){\n  updateActivityListFilter(attributes: $attributes, id: $id) {\n    resource {\n      id\n      activityListId\n      activityList {\n        id\n        name\n      }\n      carrierName\n    }\n    errors\n  }\n}","variables":"{\n    \"id\": \"<activityListFilterId>\",\n    \"attributes\": {\n        \"activityListId\": \"<activityListId>\",\n        \"carrierName\": \"carrier-name-test\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/activitylistfilterinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b30752b-173d-43dc-afe6-d35a51b295d9"},{"name":"Create Activity List Share","id":"388cf6a1-f794-46cb-8ac8-5832b0486ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateActivityListShare($attributes: ActivityListShareInput!){\n    createActivityListShare(attributes: $attributes) {\n        resource {\n            id\n            activityListId\n            activityList {\n                id\n                name\n            }\n            userId\n            user {\n                id\n                name\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"activityListId\": \"<activityListId>\",\n        \"userId\": \"<userId>\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/activitylistshareinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"388cf6a1-f794-46cb-8ac8-5832b0486ae5"},{"name":"Update Activity List Share","id":"52960053-388f-481e-bd26-8141d942ba03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateActivityListShare($attributes: ActivityListShareInput!, $id: ID!){\n    updateActivityListShare(attributes: $attributes, id: $id) {\n        resource {\n            id\n            activityListId\n            activityList {\n                id\n                name\n            }\n            userId\n            user {\n                id\n                name\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<activityListShareId>\",\n    \"attributes\": {\n        \"activityListId\": \"<activityListId>\",\n        \"userId\": \"<userId>\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/activitylistshareinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"52960053-388f-481e-bd26-8141d942ba03"},{"name":"Get Advisors","id":"544592e1-a381-4e05-913f-19e4d1836804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetAdvisors($filters: [AdvisorQueryFilterInput!]) {\n  advisors(filters: $filters) {\n    nodes {\n      id\n      name\n      startDate\n      demographic {\n        id\n        firstName\n        lastName\n        ssn\n      }\n      firms {\n        id\n        name\n      }\n      policies {\n        id\n        name\n      }\n    }\n  }\n}","variables":"{\n  \"filters\": [\n    {\n      \"field\": \"name\",\n      \"operation\": \"LIKE\",\n      \"value\": \"Peter\"\n    }\n  ]\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"544592e1-a381-4e05-913f-19e4d1836804"},{"name":"Get Advisor","id":"cd684015-1ccd-4767-ae7e-e62c2b19651b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetAdvisor($id: ID!) {\n  advisor(id: $id) {\n    id\n    name\n    startDate\n    demographic {\n      id\n      firstName\n      lastName\n      ssn\n    }\n    firms {\n      id\n      name\n    }\n    policies {\n      id\n      name\n    }\n    writingAdvisors {\n      policy {\n        clients {\n          id\n          name\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"id\": \"b0c72b53-e0bd-4295-2da6-e5b6520bf8g5\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd684015-1ccd-4767-ae7e-e62c2b19651b"},{"name":"Search Advisors","id":"8c49c0d4-d2cd-4937-8d35-6775d7db29d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query SearchAdvisors($limit: Int, $filters: [AdvisorQueryFilterInput!]) {\n  advisors(limit: $limit, filters: $filters) {\n    nodes {\n      id\n      name\n    }\n  }\n}\n","variables":"{\n  \"limit\": 1,\n  \"filters\": [\n    {\n      \"operation\": \"LIKE\",\n      \"field\": \"name\",\n      \"value\": \"joe\"\n    }\n  ]\n}"}},"url":"https://agencieshq.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c49c0d4-d2cd-4937-8d35-6775d7db29d0"},{"name":"Create Advisor","id":"353fcbcf-5ddb-4394-9eb6-9a45171af15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateAdvisor($attributes: AdvisorInput!) {\n  createAdvisor(attributes: $attributes) {\n    errors\n    resource {\n      id\n      npn\n      demographic {\n        firstName\n        lastName\n      }\n      addresses {\n        lineOne\n        lineTwo\n        city\n        state {\n          name\n        }\n        zipcode\n      }\n      emails {\n        address\n      }\n      phones {\n        number\n      }\n      fieldAttributes {\n        fieldId\n        booleanValue\n        decimalValue\n        stringValue\n        field {\n          name\n        }\n      }\n    }\n  }\n}\n","variables":"{\n    \"attributes\": {\n        \"npn\": 123123123,\n        \"demographic\": { \n            \"firstName\": \"Joe\", \n            \"lastName\": \"Montana\" \n        },\n        \"addresses\": [{\n            \"lineOne\": \"123 Main St\",\n            \"city\": \"Kansas City\",\n            \"state\": \"Missouri\",\n            \"zipcode\": \"64108\"\n        }],\n        \"emails\": [{ \n            \"address\": \"safemoney@onehq.com\"\n        }],\n        \"phones\": [{ \n            \"number\": \"(123) 456-7890\" \n        }]\n    }\n}\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/advisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"353fcbcf-5ddb-4394-9eb6-9a45171af15e"},{"name":"Update Advisor","id":"97b3a5b9-c4c4-4934-8386-5aca819d146f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateAdvisor($attributes: AdvisorInput!, $id: ID!) {\n  updateAdvisor(id: $id, attributes: $attributes) {\n    errors\n    resource {\n      id\n      npn\n      demographic {\n        firstName\n        lastName\n      }\n      addresses {\n        lineOne\n        lineTwo\n        city\n        state {\n          name\n        }\n        zipcode\n      }\n      emails {\n        address\n      }\n      phones {\n        number\n      }\n      fieldAttributes {\n        fieldId\n        booleanValue\n        decimalValue\n        stringValue\n        field {\n          name\n        }\n      }\n    }\n  }\n}\n","variables":"{\n    \"id\": \"<advisorId>\",\n    \"attributes\": {\n        \"npn\": 123123123,\n        \"demographic\": { \n            \"id\": \"<demographicId>\",\n            \"firstName\": \"Joe\", \n            \"lastName\": \"Montana\" \n        },\n        \"addresses\": [{\n            \"id\": \"<addressId>\",\n            \"lineOne\": \"123 Main St\",\n            \"city\": \"Kansas City\",\n            \"state\": \"Missouri\",\n            \"zipcode\": \"64108\"\n        }],\n        \"emails\": [{ \n            \"id\": \"<emailId>\",\n            \"address\": \"safemoney@onehq.com\" \n        }],\n        \"phones\": [{ \n            \"id\": \"<phoneId>\",\n            \"number\": \"(123) 456-7890\" \n        }]\n    }\n}\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/advisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"97b3a5b9-c4c4-4934-8386-5aca819d146f"},{"name":"Create Attachment","id":"9dbb2e0c-859f-4d77-b273-89fe74dc1434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateAttachment($attributes: AttachmentInput!){\n    createAttachment(attributes: $attributes) {\n        resource {\n            id\n            category\n            name\n            resourceFileName\n            resourceContentType\n            resourceFileSize\n            carrierId\n            owner {\n                ...on Carrier {\n                    id\n                    name\n                }\n            }\n        \n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"category\": \"General\",\n        \"name\": \"test-name\",\n        \"resourceFileName\": \"test-name\",\n        \"resourceContentType\": \"jpg\",\n        \"resourceFileSize\": 1,\n        \"carrierId\": \"<carrierId>\",\n        \"resourceUpdatedAt\": \"2022-01-01\",\n        \"resourceFingerprint\": \"<unique-name>\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/attachmentinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dbb2e0c-859f-4d77-b273-89fe74dc1434"},{"name":"Update Attachment","id":"b752352a-cf4d-42fe-9687-6b45b50244c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateAttachment($attributes: AttachmentInput!, $id: ID!){\n    updateAttachment(attributes: $attributes, id: $id) {\n        resource {\n            id\n            category\n            name\n            resourceFileName\n            resourceContentType\n            resourceFileSize\n            carrierId\n            owner {\n                ...on Carrier {\n                    id\n                    name\n                }\n            }\n        \n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<attachmentId>\",\n    \"attributes\": {\n        \"category\": \"General\",\n        \"name\": \"test-name\",\n        \"resourceFileName\": \"test-name\",\n        \"resourceContentType\": \"jpg\",\n        \"resourceFileSize\": 1,\n        \"carrierId\": \"<carrierId>\",\n        \"resourceUpdatedAt\": \"2022-01-01\",\n        \"resourceFingerprint\": \"<unique-name>\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/attachmentinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b752352a-cf4d-42fe-9687-6b45b50244c1"},{"name":"Create Campaign","id":"9a6e1c19-5429-4200-8cee-93f3573df91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateCampaign($attributes: CampaignInput!){\n    createCampaign(attributes: $attributes) {\n        resource {\n            id\n            name\n            campaignTypeId\n            campaignType\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"campaignType\": \"Event\",\n        \"name\": \"test-name\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/campaigninput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a6e1c19-5429-4200-8cee-93f3573df91f"},{"name":"Update Campaign","id":"a7583066-e52b-4396-9cce-62d7ec9af9af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCampaign($attributes: CampaignInput!, $id: ID!){\n    updateCampaign(attributes: $attributes, id: $id) {\n        resource {\n            id\n            name\n            campaignTypeId\n            campaignType\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<campaignId>\",\n    \"attributes\": {\n        \"campaignType\": \"Event\",\n        \"name\": \"test-name\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/campaigninput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7583066-e52b-4396-9cce-62d7ec9af9af"},{"name":"Get Badges","id":"ef489c93-0743-4a74-bc6e-122b87bd4cdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetBadges($filters: [BadgeQueryFilterInput!]) {\n  badges(filters: $filters) {\n    nodes{\n      id\n      advisorId\n      startDate\n      endDate\n      color\n      isPopUp\n      updatedAt\n    }\n  }\n}\n","variables":"{\n    \"filters\": [\n        {\n            \"field\": \"updatedAt\",\n            \"operation\": \"LESS_THAN\",\n            \"value\": \"2025-03-12\"\n        }, \n        {\n            \"field\": \"updatedAt\",\n            \"operation\": \"GREATER_THAN\",\n            \"value\": \"2025-02-26\"\n        }\n    ]\n}"}},"url":"https://agencieshq.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef489c93-0743-4a74-bc6e-122b87bd4cdc"},{"name":"Get Badge","id":"263f7ce9-c13d-46e1-8ade-2b45c581ee05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetBadge($id: ID!) {\n  Badge(id: $id) {\n    id\n    advisorId\n    startDate\n    endDate\n    color\n    isPopUp\n    updatedAt\n  }\n}\n","variables":"{\n  \"id\": \"ddea8f1a-3f02-40f0-8fe3-ce651b0fa4a3\"\n}"}},"url":"https://agencieshq.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"263f7ce9-c13d-46e1-8ade-2b45c581ee05"},{"name":"Get Carriers","id":"6c8517f7-2d1b-45ab-af49-5891c7048cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetCarriers {\n  carriers {\n    nodes {\n      id\n      name\n      codeName\n      naicCode\n      startDate\n      policies {\n        id\n        name\n      }\n    }\n  }\n}\n","variables":""}},"url":"https://agencieshq.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c8517f7-2d1b-45ab-af49-5891c7048cc9"},{"name":"Get Carrier","id":"fa15943e-f285-4532-9c75-128ea769452d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetCarrier($id: ID!) {\n  carrier(id: $id) {\n    id\n    name\n    codeName\n    naicCode\n    startDate\n    policies {\n      id\n      name\n    }\n  }\n}\n","variables":"{\n  \"id\": \"ddea8f1a-3f02-40f0-8fe3-ce651b0fa4a3\"\n}"}},"url":"https://agencieshq.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa15943e-f285-4532-9c75-128ea769452d"},{"name":"Create Carrier","id":"f6e6d8d4-5fff-4b29-bd86-518f125f611a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateCarrier($attributes: CarrierInput!){\n    createCarrier(attributes: $attributes) {\n        resource {\n            id\n            name\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"name\": \"unique-name\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/carrierinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6e6d8d4-5fff-4b29-bd86-518f125f611a"},{"name":"Update Carrier","id":"15db81c3-e568-42e7-b15f-fd08d208e7f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCarrier($attributes: CarrierInput!, $id: ID!){\n    updateCarrier(attributes: $attributes, id: $id) {\n        resource {\n            id\n            name\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<carrierId>\",\n    \"attributes\": {\n        \"name\": \"unique-name\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/carrierinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15db81c3-e568-42e7-b15f-fd08d208e7f3"},{"name":"List Carriers","id":"c75f67ea-bd80-46db-834d-86fe702b6ea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query ListCarriers($limit: Int, $first: Int, $after: String, $filters: [CarrierQueryFilterInput!], $sortBy: SortBy, $sortOrder: SortOrder) {\n  carriers(limit: $limit, first: $first, after: $after, filters: $filters, sortBy: $sortBy, sortOrder: $sortOrder) {\n      cursors\n      nodes {\n          id\n          name\n      }\n  }\n}\n","variables":"{\n  \"first\": 20,\n  \"after\": \"MjA\"\n}"}},"url":"https://agencieshq.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c75f67ea-bd80-46db-834d-86fe702b6ea9"},{"name":"Create Carrier Schedule","id":"563cf600-8871-4d60-b350-7cdb6e8387b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateCarrierSchedule($attributes: CarrierScheduleInput!){\n    createCarrierSchedule(attributes: $attributes) {\n        resource {\n            id\n            account {\n                id\n                name\n            }\n            carrierId\n            level {\n                id\n            }\n            payeeType\n            payeeTypeId\n            startDate\n            productType {\n                id\n                name\n            }\n            calculationType\n            receivableType\n            alternativeDate\n            carrierScheduleProducts {\n                id\n                product {\n                id\n                name\n                }\n            }\n            carrierScheduleRates {\n                id\n                proRate\n                productOption {\n                id\n                name\n                }\n            }\n        }\n\n        errors\n    }\n}","variables":"{\n  \"attributes\": {\n    \"accountId\": \"<accountId>\",\n    \"carrierId\": \"<carrierId>\",\n    \"newLevelId\": \"<levelId>\",\n    \"calculationType\": \"ofPremium\",\n    \"receivableType\": \"Commission\",\n    \"payeeType\": \"Advisor\",\n    \"alternativeDate\": \"Submitted\",\n    \"scheduleType\": \"MultiLevel\",\n    \"startDate\": \"2022-01-01\",\n    \"productTypeId\": 1,\n    \"carrierScheduleProducts\": [{\n      \"productId\": \"<productId>\"\n    }],\n    \"carrierScheduleRates\": [{\n      \"proRate\": \"Full\",\n      \"ratePercent\": 20,\n      \"productOptionId\": 1\n    }]\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/carrierinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"563cf600-8871-4d60-b350-7cdb6e8387b4"},{"name":"Update Carrier Schedule","id":"cd8fa4bc-7cd1-4301-9a39-6f72179a3336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCarrierSchedule($attributes: CarrierScheduleInput!, $id: ID!){\n    updateCarrierSchedule(attributes: $attributes, id: $id) {\n        resource {\n            id\n            account {\n                id\n                name\n            }\n            carrierId\n            level {\n                id\n            }\n            payeeType\n            payeeTypeId\n            startDate\n            productType {\n                id\n                name\n            }\n            calculationType\n            receivableType\n            alternativeDate\n            carrierScheduleProducts {\n                id\n                product {\n                id\n                name\n                }\n            }\n            carrierScheduleRates {\n                id\n                proRate\n                productOption {\n                id\n                name\n                }\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<carrierScheduleId>\",\n    \"attributes\": {\n        \"accountId\": \"<accountId>\",\n        \"carrierId\": \"<carrierId>\",\n        \"newLevelId\": \"<levelId>\",\n        \"calculationType\": \"ofPremium\",\n        \"receivableType\": \"Commission\",\n        \"payeeType\": \"Advisor\",\n        \"alternativeDate\": \"Submitted\",\n        \"scheduleType\": \"MultiLevel\",\n        \"startDate\": \"2022-01-01\",\n        \"productTypeId\": 1,\n        \"carrierScheduleProducts\": [{\n            \"id\": \"<carrierScheduleProductId>\",\n            \"productId\": \"<productId>\"\n        }],\n        \"carrierScheduleRates\": [{\n            \"id\": \"<carrierScheduleRateId>\",\n            \"proRate\": \"Full\",\n            \"ratePercent\": 20,\n            \"productOptionId\": 1\n        }]\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/carrierinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd8fa4bc-7cd1-4301-9a39-6f72179a3336"},{"name":"Create Carrier Schedule Rate","id":"3b608dcf-f7d6-4bda-ac3b-40237af3af99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateCarrierScheduleRate($attributes: CarrierScheduleRateInput!){\n    createCarrierScheduleRate(attributes: $attributes) {\n        resource {\n            id\n            carrierScheduleId\n            carrierSchedule {\n                id\n                scheduleType\n            }\n            productOptionId\n            productOption {\n                id\n                name\n            }\n            ratePercent\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"carrierScheduleId\": \"<carrierScheduleId>\",\n        \"ratePercent\": 100,\n        \"productOptionId\": 3\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/carrierschedulerateinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b608dcf-f7d6-4bda-ac3b-40237af3af99"},{"name":"Update Carrier Schedule Rate","id":"02a90f79-25e9-468a-87e9-cd4e76ef1950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCarrierScheduleRate($attributes: CarrierScheduleRateInput!, $id: ID!){\n    updateCarrierScheduleRate(attributes: $attributes, id: $id) {\n        resource {\n            id\n            carrierScheduleId\n            carrierSchedule {\n                id\n                scheduleType\n            }\n            productOptionId\n            productOption {\n                id\n                name\n            }\n            ratePercent\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<carrierScheduleRateId>\",\n    \"attributes\": {\n        \"carrierScheduleId\": \"<carrierScheduleId>\",\n        \"ratePercent\": 100,\n        \"productOptionId\": 3\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/carrierschedulerateinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"02a90f79-25e9-468a-87e9-cd4e76ef1950"},{"name":"Create Certification","id":"b44eea3f-fbca-4114-bf5e-8c1b8d4f5ffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateCertification($attributes: CertificationInput!){\n    createCertification(attributes: $attributes) {\n        resource {\n            id\n            advisorId\n            advisor{\n                id\n                name\n            }\n            carrierId\n            carrier {\n                id\n                name\n            }\n            owner {\n                ... on Carrier {\n                    id\n                    name\n                }\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"advisorId\": \"<advisorId>\",\n        \"carrierId\": \"<carrierId>\",\n        \"type\": \"AML\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/carrierinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b44eea3f-fbca-4114-bf5e-8c1b8d4f5ffc"},{"name":"Update Certification","id":"f5904e72-87d0-4a04-bf02-0047441e5c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCertification($attributes: CertificationInput!, $id: ID!){\n    updateCertification(attributes: $attributes, id: $id) {\n        resource {\n            id\n            advisorId\n            advisor{\n                id\n                name\n            }\n            carrierId\n            carrier {\n                id\n                name\n            }\n            owner {\n                ... on Carrier {\n                    id\n                    name\n                }\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<certificationId>\",\n    \"attributes\": {\n        \"advisorId\": \"<advisorId>\",\n        \"carrierId\": \"<carrierId>\",\n        \"type\": \"AML\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/certificationinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5904e72-87d0-4a04-bf02-0047441e5c47"},{"name":"Get Clients","id":"43f7f2b7-5cc1-4059-8a70-0a138e25acbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetClients($filters: [ClientQueryFilterInput!], $ssnArray: [String!]) {\n  clients(filters: $filters, ssnArray: $ssnArray) {\n    nodes {\n      id\n      name\n      clientStatus\n      createdAt\n      startDate\n      occupation\n      demographic {\n        firstName\n        lastName\n        ssn\n      }\n      writingAdvisors {\n        id\n        name\n      }\n      createdBy {\n        id\n        name\n      }\n      addresses {\n        id\n        lineOne\n        city\n      }\n      emails {\n        id\n        address\n      }\n    }\n  }\n}\n","variables":"{\n  \"ssnArray\": [\"123456\"],\n  \"filters\": [\n    {\n      \"field\": \"name\",\n      \"operation\": \"LIKE\",\n      \"value\": \"Peter\"\n    },\n    {\n      \"field\": \"clientStatusId\",\n      \"operation\": \"EQUAL\",\n      \"value\": \"ClientStatus::::Active\"\n    }\n  ]\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"43f7f2b7-5cc1-4059-8a70-0a138e25acbc"},{"name":"Get Client","id":"9ec3ca12-577d-4e43-8551-fca22e8dae26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetClient($id: ID!) {\n  client(id: $id) {\n    id\n    name\n    clientStatus\n    createdAt\n    startDate\n    occupation\n    demographic {\n      firstName\n      lastName\n    }\n    writingAdvisors {\n      id\n      name\n    }\n    createdBy {\n      id\n      name\n    }\n    addresses {\n      id\n      lineOne\n      city\n    }\n    emails {\n      id\n      address\n    }\n  }\n}","variables":"{\n    \"id\": \"b0c72b53-e0bd-4295-2da6-e5b6520bf8g5\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ec3ca12-577d-4e43-8551-fca22e8dae26"},{"name":"Create Client","id":"63152955-b721-41ed-a420-2fe819ea8a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateClient($attributes: ClientInput!) {\n  createClient(attributes: $attributes) {\n    errors\n    resource {\n      id\n      demographic {\n        firstName\n        lastName\n      }\n      addresses {\n        lineOne\n        lineTwo\n        city\n        state {\n          name\n        }\n        zipcode\n      }\n      emails {\n        address\n      }\n      phones {\n        number\n      }\n      fieldAttributes {\n        fieldId\n        dateValue\n        integerValue\n        stringValue\n        field {\n          name\n        }\n      }\n    }\n  }\n}\n","variables":"{\n    \"attributes\": {\n        \"demographic\": { \n            \"firstName\": \"Joe\", \n            \"lastName\": \"Montana\" },\n        \"addresses\": [{\n            \"lineOne\": \"123 Main St\",\n            \"city\": \"Kansas City\",\n            \"state\": \"Missouri\",\n            \"zipcode\": \"64108\"\n        }],\n        \"emails\": [{ \n            \"address\": \"safemoney@onehq.com\" \n        }],\n        \"phones\": [{ \n            \"number\": \"(123) 456-7890\" \n        }]\n    }\n}\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/clientinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"63152955-b721-41ed-a420-2fe819ea8a18"},{"name":"Update Client","id":"01874978-5cf8-4ac5-b015-d972779a7e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateClient($attributes: ClientInput!, $id: ID!) {\n  updateClient(attributes: $attributes, id: $id) {\n    errors\n    resource {\n      id\n      demographic {\n        firstName\n        lastName\n      }\n      addresses {\n        lineOne\n        lineTwo\n        city\n        state {\n          name\n        }\n        zipcode\n      }\n      emails {\n        address\n      }\n      phones {\n        number\n      }\n      fieldAttributes {\n        fieldId\n        dateValue\n        integerValue\n        stringValue\n        field {\n          name\n        }\n      }\n    }\n  }\n}\n","variables":"{\n    \"id\": \"<clientId>\",\n    \"attributes\": {\n        \"demographic\": { \n            \"id\": \"<demographicId>\",\n            \"firstName\": \"Joe\",\n            \"lastName\": \"Montana\"\n        },\n        \"addresses\": [\n        {\n            \"id\": \"<addressId>\",   \n            \"lineOne\": \"123 Main St\",\n            \"city\": \"Kansas City\",\n            \"state\": \"Missouri\",\n            \"zipcode\": \"64108\"\n        }\n        ],\n        \"emails\": [{ \n            \"id\": \"<emailId>\",\n            \"address\": \"safemoney@onehq.com\" \n        }],\n        \"phones\": [{\n            \"id\": \"<phoneId>\",\n            \"number\": \"(123) 456-7890\" \n        }]\n    }\n}\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/certificationinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"01874978-5cf8-4ac5-b015-d972779a7e01"},{"name":"Create Company","id":"27e74f99-b2b7-4631-bd59-cc79533658c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateCompany($attributes: CompanyInput!){\n    createCompany(attributes: $attributes) {\n        resource {\n            id\n            name\n            type\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"name\": \"unique-name\",\n        \"type\": \"test-type\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/companyinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"27e74f99-b2b7-4631-bd59-cc79533658c6"},{"name":"Update Company","id":"2fb9058c-a4ec-4858-9fc1-c9c11ceddc68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCompany($attributes: CompanyInput!, $id: ID!){\n    updateCompany(attributes: $attributes, id: $id) {\n        resource {\n            id\n            name\n            type\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<companyId>\",\n    \"attributes\": {\n        \"name\": \"unique-name\",\n        \"type\": \"test-type\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/companyinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fb9058c-a4ec-4858-9fc1-c9c11ceddc68"},{"name":"Create Commission Statement","id":"f153285f-979b-4951-9bd0-6037887e0089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateCommissionStatement($attributes: CommissionStatementInput!){\n    createCommissionStatement(attributes: $attributes) {\n        resource {\n            id\n            carrierId\n            carrier {\n                id\n                name\n            }\n            statementDate\n            uploadType\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"uploadType\": \"Entry\",\n        \"carrierId\": \"<carrierId>\",\n        \"statementDate\": \"2022-01-01\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/commissionstatementinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f153285f-979b-4951-9bd0-6037887e0089"},{"name":"Update Commission Statement","id":"8af6aba1-fb28-4dd4-acd1-5b010e92d6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateCommissionStatement($attributes: CommissionStatementInput!, $id: ID!){\n    updateCommissionStatement(attributes: $attributes, id: $id) {\n        resource {\n            id\n            carrierId\n            carrier {\n                id\n                name\n            }\n            statementDate\n            uploadType\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"uploadType\": \"Entry\",\n        \"carrierId\": \"<carrierId>\",\n        \"statementDate\": \"2022-01-01\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/commissionstatementinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8af6aba1-fb28-4dd4-acd1-5b010e92d6ab"},{"name":"Create Contact","id":"af505a5f-0b66-42ff-be3d-4837d0fa1021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateContact($attributes: ContactInput!) {\n  createContact(attributes: $attributes) {\n    errors\n    resource {\n      id\n      demographic {\n        firstName\n        lastName\n      }\n      addresses {\n        lineOne\n        lineTwo\n        city\n        state {\n          name\n        }\n        zipcode\n      }\n      emails {\n        address\n      }\n      phones {\n        number\n      }\n    }\n  }\n}\n","variables":"{\n  \"attributes\": {\n    \"demographic\": { \n        \"firstName\": \"Joe\",\n        \"lastName\": \"Montana\" },\n    \"addresses\": [\n      {\n        \"lineOne\": \"123 Main St\",\n        \"city\": \"Kansas City\",\n        \"state\": \"Missouri\",\n        \"zipcode\": \"64108\"\n      }\n    ],\n    \"emails\": [{ \"address\": \"safemoney@onehq.com\" }],\n    \"phones\": [{ \"number\": \"(123) 456-7890\" }]\n  }\n}\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/contactinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af505a5f-0b66-42ff-be3d-4837d0fa1021"},{"name":"Update Contact","id":"58db5185-6766-4a2a-b588-48ea293889ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateContact($attributes: ContactInput!, $id: ID!) {\n  updateContact(attributes: $attributes, id: $id) {\n    errors\n    resource {\n      id\n      demographic {\n        firstName\n        lastName\n      }\n      addresses {\n        lineOne\n        lineTwo\n        city\n        state {\n          name\n        }\n        zipcode\n      }\n      emails {\n        address\n      }\n      phones {\n        number\n      }\n    }\n  }\n}\n","variables":"{\n    \"id\": \"<contactId>\",\n    \"attributes\": {\n        \"demographic\": {\n            \"id\": \"<demographicId>\",\n            \"firstName\": \"Joe\", \n            \"lastName\": \"Montana\" \n        },\n        \"addresses\": [{\n            \"id\": \"<addressId>\",\n            \"lineOne\": \"123 Main St\",\n            \"city\": \"Kansas City\",\n            \"state\": \"Missouri\",\n            \"zipcode\": \"64108\"\n        }],\n        \"emails\": [{\n            \"id\": \"<addressId>\",\n            \"address\": \"safemoney@onehq.com\" \n        }],\n        \"phones\": [{\n            \"id\": \"<phoneId>\",\n            \"number\": \"(123) 456-7890\" \n        }]\n    }\n}\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/contactinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"58db5185-6766-4a2a-b588-48ea293889ae"},{"name":"Get Contracts","id":"65513c7c-dcf2-40bc-8f15-6b74a1e5559e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetContracts($filters: [ContractQueryFilterInput!]) {\n  contracts(filters: $filters) {\n    nodes {\n      id\n      name\n      advisor {\n        id\n        name\n      }\n      carrier {\n        id\n        name\n      }\n      firm {\n        id\n        name\n      }\n    }\n  }\n}","variables":"{\n  \"filters\": [\n    {\n      \"field\": \"advisorId\",\n      \"operation\": \"EQUAL\",\n      \"value\": \"86e2bfa9-173f-544e-97b6-315e721af103\"\n    },\n    {\n      \"field\": \"carrierId\",\n      \"operation\": \"EQUAL\",\n      \"value\": \"7ba8db15-91e9-5c7d-8329-ee180b76720b\"\n    }\n  ]\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"65513c7c-dcf2-40bc-8f15-6b74a1e5559e"},{"name":"Get Contract","id":"e9800fbd-d3de-4ac7-8c00-4a58dd0c1241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetContract($id: ID!) {\n  contract(id: $id) {\n    id\n    name\n    advisor {\n      id\n      name\n    }\n    carrier {\n      id\n      name\n    }\n    firm {\n      id\n      name\n    }\n  }\n}","variables":"{\n    \"id\": \"b0c72b53-e0bd-4295-2da6-e5b6520bf8g5\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9800fbd-d3de-4ac7-8c00-4a58dd0c1241"},{"name":"Create Contract","id":"a7c8bd1e-99e5-411e-83f0-06c482d1ec45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateContract($attributes: ContractInput!) {\n  createContract(attributes: $attributes) {\n    errors\n    resource {\n      id\n      productClass\n      advisor {\n        id\n        name\n      }\n      contractType\n      corporateNumber\n      individualNumber\n      carrier {\n        id\n        name\n      }\n      receivedDate\n      approvedDate\n      commissionPreference {\n        id\n        paymentMethod\n      }\n      carrierLevels {\n        id\n        name\n      }\n      contractLevels {\n        id\n        productType {\n          id\n          name\n        }\n        carrierLevel {\n          id\n          name\n        }\n        contractStatus\n        productCategory {\n          id\n          name\n        }\n        product {\n          id\n          name\n        }\n        startDate\n      }\n    }\n  }\n}\n","variables":"{\n  \"attributes\": {\n    \"productClass\": \"Insurance\",\n    \"advisorId\": \"<advisorId>\",\n    \"contractType\": \"Corporate\",\n    \"corporateNumber\": \"123ABC\",\n    \"carrierId\": \"<carrierId>\",\n    \"receivedDate\": \"2022-01-01\",\n    \"approvedDate\": \"2022-01-01\",\n    \"commissionPreference\": {\n      \"paymentMethod\": \"AllPaymentMethods\"\n    },\n    \"contractLevels\": [{\n      \"productTypeId\": 1,\n      \"newCarrierLevelId\": \"<levelId>\",\n      \"contractStatus\": \"Approved\",\n      \"productCategoryId\": 6,\n      \"productId\": \"<productId>\"\n    }]\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/contractinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7c8bd1e-99e5-411e-83f0-06c482d1ec45"},{"name":"Update Contract","id":"49f12f00-9b59-470b-8584-a7fd03e69ac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateContract($attributes: ContractInput!, $id: ID!) {\n  updateContract(attributes: $attributes, id: $id) {\n    errors\n    resource {\n      id\n      productClass\n      advisor {\n        id\n        name\n      }\n      contractType\n      corporateNumber\n      carrier {\n        id\n        name\n      }\n      receivedDate\n      approvedDate\n      commissionPreference {\n        id\n        paymentMethod\n      }\n      carrierLevels {\n        id\n        name\n      }\n      contractLevels {\n        id\n        productType {\n          id\n          name\n        }\n        carrierLevel {\n          id\n          name\n        }\n        contractStatus\n        productCategory {\n          id\n          name\n        }\n        product {\n          id\n          name\n        }\n        startDate\n      }\n    }\n  }\n}\n","variables":"{\n  \"id\": \"<contractId>\",\n  \"attributes\": {\n    \"productClass\": \"Insurance\",\n    \"advisorId\": \"<advisorId>\",\n    \"contractType\": \"Corporate\",\n    \"corporateNumber\": \"123ABC\",\n    \"carrierId\": \"<carrierId>\",\n    \"receivedDate\": \"2022-01-01\",\n    \"approvedDate\": \"2022-01-01\",\n    \"commissionPreference\": {\n      \"id\": \"<commissionPreferenceId>\",\n      \"paymentMethod\": \"AllPaymentMethods\"\n    },\n    \"contractLevels\": [\n      {\n        \"id\": \"<contractLevelId>\",\n        \"productTypeId\": 1,\n        \"newCarrierLevelId\": \"<levelId>\",\n        \"contractStatus\": \"Approved\",\n        \"productCategoryId\": 6,\n        \"productId\": \"<productId>\"\n      }\n    ]\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/contractinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49f12f00-9b59-470b-8584-a7fd03e69ac1"},{"name":"Create Contract Level","id":"2526153e-9af8-4efe-a2ea-e1274dbfe8b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateContractLevel($attributes: ContractLevelInput!){\n    createContractLevel(attributes: $attributes) {\n        resource {\n            id\n            contractId\n            contract {\n                id\n                name\n            }\n            owner {\n                ...on Contract {\n                    id\n                    name\n                }\n            }\n            contractStatus\n            productOptionId\n            productOption {\n                id\n                name\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"contractId\": \"<contractId>\",\n        \"contractStatus\": \"Pending\",\n        \"productOptionId\": 1\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/contractlevelinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2526153e-9af8-4efe-a2ea-e1274dbfe8b9"},{"name":"Update Contract Level","id":"a7dd326e-cf04-4969-8cbe-e3041ab6aec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateContractLevel($attributes: ContractLevelInput!, $id: ID!){\n    updateContractLevel(attributes: $attributes, id: $id) {\n        resource {\n            id\n            contractId\n            contract {\n                id\n                name\n            }\n            owner {\n                ...on Contract {\n                    id\n                    name\n                }\n            }\n            contractStatus\n            productOptionId\n            productOption {\n                id\n                name\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<contractLevelId>\",\n    \"attributes\": {\n        \"contractId\": \"<contractId>\",\n        \"contractStatus\": \"Pending\",\n        \"productOptionId\": 1\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/contractlevelinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7dd326e-cf04-4969-8cbe-e3041ab6aec8"},{"name":"Create Discussion","id":"56eb5c39-ace0-46eb-8123-fce9edd50524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateDiscussion($attributes: DiscussionInput!){\n  createDiscussion(attributes: $attributes) {\n    resource {\n        id\n        clientId\n        client {\n            id\n            name\n        }\n        owner {\n            ...on Client {\n            id\n            name\n            }\n        }\n        comments {\n            id\n            authorClientId\n            author {\n            ...on Client {\n                id\n                name\n            }\n            }\n            note\n        }\n    }\n    errors\n  }\n}","variables":"{\n    \"attributes\": {\n        \"clientId\": \"<clientId>\",\n        \"comments\": [{\n        \"authorClientId\": \"<authorId>\",\n        \"note\": \"comment-test\"\n        }]\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/discussioninput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"56eb5c39-ace0-46eb-8123-fce9edd50524"},{"name":"Update Discussion","id":"595a9410-92da-42d1-88a8-2cc0906a6911","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateDiscussion($attributes: DiscussionInput!, $id: ID!){\n  updateDiscussion(attributes: $attributes, id: $id) {\n    resource {\n        id\n        clientId\n        client {\n            id\n            name\n        }\n        owner {\n            ...on Client {\n            id\n            name\n            }\n        }\n        comments {\n            id\n            authorClientId\n            author {\n            ...on Client {\n                id\n                name\n            }\n            }\n            note\n        }\n    }\n    errors\n  }\n}","variables":"{\n    \"id\": \"<discussionId>\",\n    \"attributes\": {\n        \"clientId\": \"<clientId>\",\n        \"comments\": [{\n        \"authorClientId\": \"<authorId>\",\n        \"note\": \"comment-test\"\n        }]\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/discussioninput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"595a9410-92da-42d1-88a8-2cc0906a6911"},{"name":"Get Firms","id":"8e64dfca-73d2-4078-b859-f54e631dec3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetFirms {\n  firms {\n    nodes {\n      id\n      name\n      codeName\n      startDate\n      policies {\n        id\n        name\n      }\n    }\n  }\n}","variables":""}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e64dfca-73d2-4078-b859-f54e631dec3f"},{"name":"Get Firm","id":"9cb967f6-b39a-4c89-9744-73d9454024b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetFirm($id: ID!) {\n  firm(id: $id) {\n    id\n    name\n    codeName\n    startDate\n    policies {\n      id\n      name\n    }\n  }\n}","variables":"{\n    \"id\": \"b0c72b53-e0bd-4295-2da6-e5b6520bf8g5\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cb967f6-b39a-4c89-9744-73d9454024b7"},{"name":"Create Firm","id":"8c3502cb-0d6d-4d9f-8461-50c90b0be4d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateFirm($attributes: FirmInput!) {\n    createFirm(attributes: $attributes) {\n      errors\n      resource {\n        id\n        name\n        type\n        addresses {\n          lineOne\n          lineTwo\n          city\n          state {\n            id\n            name\n          }\n          zipcode\n        }\n        emails {\n          address\n        }\n        phones {\n          number\n        }\n      }\n    }\n  }","variables":"{\n  \"attributes\": {\n    \"name\": \"unique-name\",\n    \"type\": \"Agency\",\n    \"addresses\": [\n      {\n        \"lineOne\": \"123 Main St\",\n        \"city\": \"Kansas City\",\n        \"state\": \"Missouri\",\n        \"zipcode\": \"64108\"\n      }\n    ],\n    \"emails\": [{ \"address\": \"safemoney@onehq.com\" }],\n    \"phones\": [{ \"number\": \"(123) 456-7890\" }]\n  }\n}\n\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/firminput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c3502cb-0d6d-4d9f-8461-50c90b0be4d4"},{"name":"Update Firm","id":"3452997f-6b5e-4db1-beb7-50c4d29aba3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateFirm($attributes: FirmInput!, $id: ID!) {\n    updateFirm(attributes: $attributes, id: $id) {\n      errors\n      resource {\n        id\n        name\n        type\n        addresses {\n          lineOne\n          lineTwo\n          city\n          state {\n            id\n            name\n          }\n          zipcode\n        }\n        emails {\n          address\n        }\n        phones {\n          number\n        }\n      }\n    }\n  }","variables":"{\n    \"id\": \"<firmId>\",\n    \"attributes\": {\n        \"name\": \"unique-name\",\n        \"type\": \"Agency\",\n        \"addresses\": [{\n            \"id\": \"<adressId>\",\n            \"lineOne\": \"123 Main St\",\n            \"city\": \"Kansas City\",\n            \"state\": \"Missouri\",\n            \"zipcode\": \"64108\"\n        }],\n        \"emails\": [{\n            \"id\": \"<emailId>\",\n            \"address\": \"safemoney@onehq.com\" \n        }],\n        \"phones\": [{ \n            \"id\": \"<phoneId>\",\n            \"number\": \"(123) 456-7890\" \n        }]\n    }\n}\n\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/firminput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3452997f-6b5e-4db1-beb7-50c4d29aba3b"},{"name":"Create Field","id":"9c533c69-b661-498a-b04f-f28d56eb5501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateField($attributes: FieldInput!){\n  createField(attributes: $attributes){\n    errors\n    resource {\n      id\n      fieldGroup {\n        id\n        name\n      }\n      inOrder\n      kind\n      label\n      name\n      set\n      style\n    }\n  }\n}","variables":"{\n  \"attributes\": {\n    \"fieldGroupId\": \"<fieldGroupId>\",\n    \"name\": \"test-name\",\n    \"kind\": \"Policy\",\n    \"style\": \"number\"\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/fieldinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c533c69-b661-498a-b04f-f28d56eb5501"},{"name":"Update Field","id":"4008c99d-76a4-4dd2-889a-030606bd9d7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateField($attributes: FieldInput!, $id: ID!){\n  createField(attributes: $attributes, id: $id){\n    errors\n    resource {\n      id\n      fieldGroup {\n        id\n        name\n      }\n      inOrder\n      kind\n      label\n      name\n      set\n      style\n    }\n  }\n}","variables":"{\n  \"id\": \"<fieldId\",\n  \"attributes\": {\n    \"fieldGroupId\": \"<fieldGroupId>\",\n    \"name\": \"test-name\",\n    \"kind\": \"Policy\",\n    \"style\": \"number\"\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/fieldinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4008c99d-76a4-4dd2-889a-030606bd9d7d"},{"name":"Create Field Group","id":"96dae195-af44-43f1-af48-2cf7996fdeb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateFieldGroup($attributes: FieldGroupInput!){\n  createFieldGroup(attributes: $attributes){\n    errors\n    resource {\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"attributes\": {\n    \"name\": \"name test\"\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/fieldgroupinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"96dae195-af44-43f1-af48-2cf7996fdeb7"},{"name":"Edit Field Group","id":"d590204f-2a5c-4252-b9ec-1676353cffea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateFieldGroup($attributes: FieldGroupInput!, $id: ID!){\n  createFieldGroup(attributes: $attributes, id: $id){\n    errors\n    resource {\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"attributes\": {\n    \"id\": \"fieldGroupId\",\n    \"name\": \"name test\"\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/fieldgroupinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d590204f-2a5c-4252-b9ec-1676353cffea"},{"name":"Get Levels","id":"9e7f928a-d79e-42ab-b0fb-a78aadafbe10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetLevels {\n  levels {\n    nodes {\n      id\n      name\n      levelType\n      startDate\n      carrier {\n        id\n        name\n      }\n    }\n  }\n}\n","variables":""}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e7f928a-d79e-42ab-b0fb-a78aadafbe10"},{"name":"Get Level","id":"ae6cc6b9-5772-44ad-ba11-16bbba3ba336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetLevel($id: ID!) {\n  level(id: $id) {\n    id\n    name\n    levelType\n    startDate\n    carrier {\n      id\n      name\n    }\n  }\n}","variables":"{\n    \"id\": \"b0c72b53-e0bd-4295-2da6-e5b6520bf8g5\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae6cc6b9-5772-44ad-ba11-16bbba3ba336"},{"name":"Create Level","id":"5d20c1d6-1c52-4e6e-a6a5-10138a57dd13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateLevel($attributes: LevelInput!) {\n    createLevel(attributes: $attributes) {\n        errors\n        resource {\n            id\n            productType {\n                id\n                name\n            }\n            carrier {\n                id\n                name\n            }\n            levelType\n            startDate\n        }\n    }\n}","variables":"{\n    \"attributes\": {\n        \"name\": \"test name\",\n        \"carrierId\": \"<carrierId>\",\n        \"carrierLevelType\": \"Commission\",\n        \"startDate\": \"2022-01-01\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/levelinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d20c1d6-1c52-4e6e-a6a5-10138a57dd13"},{"name":"Update Level","id":"410da430-78ba-4352-ab79-2f6c46848887","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateLevel($attributes: LevelInput!, $id: ID!) {\n    updateLevel(attributes: $attributes, id: $id) {\n        errors\n        resource {\n            id\n            productType {\n                id\n                name\n            }\n            carrier {\n                id\n                name\n            }\n            levelType\n            startDate\n        }\n    }\n}   ","variables":"{\n    \"id\": \"<levelId>\",\n    \"attributes\": {\n        \"name\": \"test name\",\n        \"carrierId\": \"<carrierId>\",\n        \"carrierLevelType\": \"Commission\",\n        \"startDate\": \"2022-01-01\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/levelinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"410da430-78ba-4352-ab79-2f6c46848887"},{"name":"Create License","id":"45786bd7-ccaf-4c06-87ed-b295c6139474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateLicense($attributes: LicenseInput!){\n    createLicense(attributes: $attributes) {\n        resource {\n            id\n            advisorId\n            advisor {\n                id\n                name\n            }\n            stateId\n            state {\n                id\n                name\n            }\n            licenseStatus\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"advisorId\": \"<advisorId>\",\n        \"stateId\": 1,\n        \"licenseStatus\": \"Pending\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/licenseinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"45786bd7-ccaf-4c06-87ed-b295c6139474"},{"name":"Update License","id":"b7947a19-6413-40c1-bff9-7610ac9e3484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateLicense($attributes: LicenseInput!, $id: ID!){\n    updateLicense(attributes: $attributes, id: $id) {\n        resource {\n            id\n            advisorId\n            advisor {\n                id\n                name\n            }\n            stateId\n            state {\n                id\n                name\n            }\n            licenseStatus\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<licenseId>\",\n    \"attributes\": {\n        \"advisorId\": \"<advisorId>\",\n        \"stateId\": 1,\n        \"licenseStatus\": \"Pending\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/licenseinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7947a19-6413-40c1-bff9-7610ac9e3484"},{"name":"Create Marketing Service","id":"82ebddc7-f02d-42c5-a258-7cecb863b790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateMarketingService($attributes: MarketingServiceInput!){\n    createMarketingService(attributes: $attributes) {\n        resource {\n            id\n            marketingServiceType\n            repeatType\n            name\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"marketingServiceType\": \"Advertising\",\n        \"repeatType\": \"ModeDaily\",\n        \"name\": \"test-name\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/marketingserviceinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"82ebddc7-f02d-42c5-a258-7cecb863b790"},{"name":"Update Marketing Service","id":"e656c8a6-9cac-46b3-bc45-487a414fc099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateMarketingService($attributes: MarketingServiceInput!, $id: ID!){\n    updateMarketingService(attributes: $attributes, id: $id) {\n        resource {\n            id\n            marketingServiceType\n            repeatType\n            name\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<marketingServiceId>\",\n    \"attributes\": {\n        \"marketingServiceType\": \"Advertising\",\n        \"repeatType\": \"ModeDaily\",\n        \"name\": \"test-name\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/marketingserviceinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e656c8a6-9cac-46b3-bc45-487a414fc099"},{"name":"Create Opportunity","id":"f951a447-1c4f-424c-8294-4b571293ef36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateOpportunity($attributes: OpportunityInput!) {\n  createOpportunity(attributes: $attributes) {\n    errors\n    resource {\n      id\n      name\n      amount\n      opportunityStatus\n      productType {\n        id\n        name\n      }\n      opportunityType\n      policyHolders {\n        id\n        client {\n          id\n          name\n        }\n        company {\n          id\n          name\n        }\n      }\n      writingAdvisors {\n        id\n        advisor {\n          id\n          name\n        }\n      }\n      recommendations {\n        id\n        amount\n        modalFactorPercent\n        modalPremium\n        scenarioCount\n        number\n        owner {\n          ... on Carrier {\n            id\n            name\n          }\n          ... on Vendor {\n            id\n            name\n          }\n        }\n      }\n    }\n  }\n}","variables":"{\n  \"attributes\": {\n    \"name\": \"opportunity test\",\n    \"amount\": 10000,\n    \"opportunityStatus\": \"Open\",\n    \"productTypeId\": 5,\n    \"opportunityType\": \"Quote\",\n    \"policyHolders\": [\n      {\n        \"policyHolderType\": \"Annuitant\",\n        \"clientId\": \"<clientId>\",\n        \"isPrimary\": true,\n        \"isPayor\": true\n      }\n    ],\n    \"writingAdvisors\": [\n      {\n        \"advisorId\": \"<advisorId>\",\n        \"isPrimary\": true\n      }\n    ],\n    \"recommendations\": [\n      {\n        \"isPrimary\": true,\n        \"amount\": 10000,\n        \"modalFactorPercent\": 20,\n        \"modalPremium\": 30,\n        \"scenarioCount\": 10,\n        \"number\": \"1\",\n        \"carrierId\": \"<carrierId>\"\n      }\n    ]\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/opportunityinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f951a447-1c4f-424c-8294-4b571293ef36"},{"name":"Update Opportunity","id":"7b0c0888-9705-410a-9a25-7b85687294e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateOpportunity($attributes: OpportunityInput!, $id: ID!) {\n  updateOpportunity(attributes: $attributes, id: $id) {\n    errors\n    resource {\n      id\n      name\n      amount\n      opportunityStatus\n      productType {\n        id\n        name\n      }\n      opportunityType\n      policyHolders {\n        id\n        client {\n          id\n          name\n        }\n        company {\n          id\n          name\n        }\n      }\n      writingAdvisors {\n        id\n        advisor {\n          id\n          name\n        }\n      }\n      recommendations {\n        id\n        amount\n        modalFactorPercent\n        modalPremium\n        scenarioCount\n        number\n        owner {\n          ... on Carrier {\n            id\n            name\n          }\n          ... on Vendor {\n            id\n            name\n          }\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"id\": \"<opportunityId>\",\n    \"attributes\": {\n        \"name\": \"opportunity test\",\n        \"amount\": 10000,\n        \"opportunityStatus\": \"Open\",\n        \"productTypeId\": 5,\n        \"opportunityType\": \"Quote\",\n        \"policyHolders\": [{\n            \"id\": \"<policyHolderId>\",\n            \"policyHolderType\": \"Annuitant\",\n            \"clientId\": \"<clientId>\",\n            \"isPrimary\": true,\n            \"isPayor\": true\n        }],\n        \"writingAdvisors\": [{\n            \"id\": \"<writingAdvisorId>\",\n            \"advisorId\": \"<advisorId>\",\n            \"isPrimary\": true\n        }],\n        \"recommendations\": [{\n            \"id\": \"<recommendationId>\",\n            \"isPrimary\": true,\n            \"amount\": 10000,\n            \"modalFactorPercent\": 20,\n            \"modalPremium\": 30,\n            \"scenarioCount\": 10,\n            \"number\": \"1\",\n            \"carrierId\": \"<carrierId>\"\n        }]\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/opportunityinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b0c0888-9705-410a-9a25-7b85687294e5"},{"name":"Create Paid Business","id":"c715f047-9bd1-46d5-8c30-eec00883443d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreatePaidBusiness($attributes: PaidBusinessInput!) {\n  createPaidBusiness(attributes: $attributes) {\n    errors\n    resource {\n      amount\n      commissionStatementId\n      dueDate\n      externalNote\n      generateIncomingPayouts\n      generatePayouts\n      id\n      importKey\n      internalNote\n      isAdjustment\n      isGenerated\n      isProjected\n      isReconciled\n      lives\n      payouts {\n        accountOwnerAdvisorId\n        accountOwnerCompanyId\n        accountOwnerFirmId\n        accountOwnerUserId\n        advanceValue\n        amount\n        amountPercent\n        anticipatedBusinessId\n        calculatedAmount\n        calculationType\n        calculationTypeId\n        commissionBatchId\n        commissionRate\n        entryType\n        entryTypeId\n        externalNote\n        generalLedgerAccountId\n        id\n        importKey\n        internalNote\n        isGenerated\n        isSplitPremium\n        name\n        paidBusinessId\n        paymentId\n        payoutDate\n        payoutOption\n        payoutOptionId\n        payoutType\n        payoutTypeId\n        policyId\n        receivableType\n        receivableTypeId\n        scheduleId\n        scheduleRate\n        tradeId\n        transactorCarrierId\n        transactorFirmId\n        transactorVendorId\n        writingAdvisorId\n      }\n      policyId\n      productId\n      productOptionId\n      statementDate\n      tradeId\n      transactionDate\n      year\n    }\n  }\n}\n","variables":"{\n  \"attributes\": {\n    \"amount\": 2500,\n    \"commission\": 250,\n    \"commissionPercent\": 10,\n    \"dueDate\": \"2022-01-01\",\n    \"externalNote\": \"external note test\",\n    \"internalNote\": \"internal note test\",\n    \"override\": 125,\n    \"overridePercent\": 5,\n    \"policyId\": \"<policyId>\",\n    \"productId\": \"<productId>\",\n    \"productOptionId\": 4,\n    \"statementDate\": \"2022-01-01\",\n    \"writingAdvisorId\": \"<writingAdvisorId>\",\n    \"year\": 2\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/paidbusinessinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c715f047-9bd1-46d5-8c30-eec00883443d"},{"name":"Update Paid Business","id":"a8141a48-aa59-456e-9f8a-630ee610f334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdatePaidBusiness($attributes: PaidBusinessInput!, $id: ID!) {\n  updatePaidBusiness(attributes: $attributes, id: $id) {\n    errors\n    resource {\n    \tid\n      amount\n      commission\n      commissionPercent\n      commissionStatementId\n      dueDate\n      externalNote\n      importKey\n      internalNote\n      isAdjustment\n      isProjected\n      isReconciled\n      lives\n      override\n    \toverridePercent\n      owner {\n        ...on Policy {\n          id\n          name\n        }\n        ...on Trade {\n          id\n          name\n        }\n        __typename\n      }\n      product {\n        id\n        name\n      }\n      productOption {\n        id\n        name\n      }\n    \tstatementDate\n      transactionDate\n      writingAdvisorId\n      year\n    }\n  }\n}","variables":"{\n    \"id\": \"<paidBusinessId>\",\n    \"attributes\": {\n        \"amount\": 2500,\n        \"commission\": 250,\n        \"commissionPercent\": 10,\n        \"dueDate\": \"2022-01-01\",\n        \"externalNote\": \"external note test\",\n        \"internalNote\": \"internal note test\",\n        \"override\": 125,\n        \"overridePercent\": 5,\n        \"policyId\": \"<policyId>\",\n        \"productId\": \"<productId>\",\n        \"productOptionId\": 4,\n        \"statementDate\": \"2022-01-01\",\n        \"writingAdvisorId\": \"<writingAdvisorId>\",\n        \"year\": 2\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/paidbusinessinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8141a48-aa59-456e-9f8a-630ee610f334"},{"name":"Create Payout Schedule","id":"183b403b-4f0c-49ac-9f9f-fd3b694ba32c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreatePayoutSchedule($attributes: PayoutScheduleInput!) {\n  createPayoutSchedule(attributes: $attributes) {\n    errors\n    resource {\n      id\n      account {\n        id\n        name\n      }\n      calculationType\n      scheduleType\n      ratePercent\n      name\n      entryType\n      payoutScheduleFilters{\n        id\n      }\n    }\n  }\n}","variables":"{\n    \"attributes\": {\n        \"accountId\": \"<accountId>\",\n        \"calculationType\": \"ofPremium\",\n        \"scheduleType\": \"Direct\",\n        \"ratePercent\": 20,\n        \"name\": \"name-test\",\n        \"entryType\": \"Incoming\",\n        \"payoutScheduleFilters\": [{\n        \"productTypeId\": 1\n        }]\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/payoutscheduleinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"183b403b-4f0c-49ac-9f9f-fd3b694ba32c"},{"name":"Update Payout Schedule","id":"3412680f-5bff-4db0-a967-6015c915b440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdatePayoutSchedule($attributes: PayoutScheduleInput!, $id: ID!) {\n  updatePayoutSchedule(attributes: $attributes, id: $id) {\n    errors\n    resource {\n      id\n      account {\n        id\n        name\n      }\n      calculationType\n      scheduleType\n      ratePercent\n      name\n      entryType\n      payoutScheduleFilters{\n        id\n      }\n    }\n  }\n}","variables":"{\n    \"id\": \"<payoutScheduleId>\",\n    \"attributes\": {\n        \"accountId\": \"<accountId>\",\n        \"calculationType\": \"ofPremium\",\n        \"scheduleType\": \"Direct\",\n        \"ratePercent\": 20,\n        \"name\": \"name-test\",\n        \"entryType\": \"Incoming\",\n        \"payoutScheduleFilters\": [{\n            \"id\": \"<payoutScheduleFilterId>\",\n            \"productTypeId\": 1\n        }]\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/payoutscheduleinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3412680f-5bff-4db0-a967-6015c915b440"},{"name":"Get Policies","id":"e5e328ac-cbdd-4e30-b33b-cb3ee43c0a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetPolicies($filters: [PolicyQueryFilterInput!]) {\n  policies(filters: $filters) {\n    nodes {\n      id\n      name\n      policyStatus\n      createdAt\n      sentDate\n      writingAdvisors {\n        id\n        commissionPercent\n        startDate\n        endDate\n        advisor {\n          name\n        }\n      }\n      product {\n        id\n        name\n      }\n      carrier {\n        id\n        name\n      }\n      firm {\n        id\n        name\n      }\n      createdBy {\n        id\n        name\n      }\n    }\n  }\n}\n","variables":"{\n  \"filters\": [\n    {\n      \"field\": \"productId\",\n      \"operation\": \"EQUAL\",\n      \"value\": \"3e473ac8-eec0-41dc-bae6-b6dff8675gt6\"\n    },\n    {\n      \"field\": \"policyStatusId\",\n      \"operation\": \"NOT_EQUAL\",\n      \"value\": \"PolicyStatus::::Paid\"\n    }\n  ]\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5e328ac-cbdd-4e30-b33b-cb3ee43c0a45"},{"name":"Get Policy","id":"acc40b5b-7885-4327-b38b-55854fad64b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetPolicy($id: ID!) {\n  policy(id: $id) {\n    id\n    name\n    policyStatus\n    createdAt\n    sentDate\n    writingAdvisors {\n      id\n      commissionPercent\n      startDate\n      endDate\n      advisor { \n        name\n      }\n    }\n    product {\n      id\n      name\n    }\n    carrier {\n      id\n      name\n    }\n    firm {\n      id\n      name\n    }\n    createdBy {\n      id\n      name\n    }\n  }\n}\n","variables":"{\n    \"id\": \"b0c72b53-e0bd-4295-2da6-e5b6520bf8g5\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"acc40b5b-7885-4327-b38b-55854fad64b4"},{"name":"Get Appointments","id":"ff286a1c-1b07-4455-956f-aa95961727f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetAppointments($filters: [AppointmentQueryFilterInput!]) {\n  appointments(filters: $filters) {\n    nodes {\n      id\n      appointmentStatus\n      effectiveDate\n      license {\n        id\n        name\n        number\n      }\n      contract {\n        id\n        name\n      }\n    }\n  }\n}","variables":"{\n  \"filters\": [\n    {\n      \"field\": \"contractId\",\n      \"operation\": \"EQUAL\",\n      \"value\": \"5000ce9f-27ed-43a4-b0ea-e23c729dae3a\"\n    }\n  ]\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff286a1c-1b07-4455-956f-aa95961727f2"},{"name":"Get Appointment","id":"4063666f-8846-4201-9170-ea6fac4e984f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetAppointment($id: ID!) {\n  appointment(id: $id) {\n    id\n    appointmentStatus\n    effectiveDate\n    license {\n      id\n      name\n      number\n    }\n    contract {\n      id\n      name\n    }\n  }\n}","variables":"{\n    \"id\": \"b0c72b53-e0bd-4295-2da6-e5b6520bf8g5\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4063666f-8846-4201-9170-ea6fac4e984f"},{"name":"Create Policy","id":"56f28771-5aeb-44df-b280-45cc6d30a070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreatePolicy($attributes: PolicyInput!) {\n    createPolicy(attributes: $attributes) {\n      errors\n      resource {\n        id\n        name\n        type\n        policyNumber\n        policyStatus\n        signedDate\n        advisors {\n          id\n          name\n        }\n        clients {\n          id\n          name\n        }\n        carrier {\n          id\n          name\n        }\n        productType {\n          id\n          name\n        }\n        product {\n          id\n          name\n        }\n        state {\n          id\n          name\n          abbreviation\n        }\n        fieldAttributes {\n          id\n          field {\n            id\n            name\n          }\n          integerValue\n        }\n      }\n    }\n  }","variables":"{\n  \"attributes\": {\n    \"name\": \"Pending - AL\",\n    \"type\": \"Application\",\n    \"policyStatus\": \"PolicySubmitted\",\n    \"signedDate\": \"2020-11-20\",\n    \"writingAdvisors\": [\n      {\n        \"advisorId\": \"<advisorId>\"\n      }\n    ],\n    \"policyHolders\": [\n      {\n        \"clientId\": \"<clientId>\",\n        \"policyHolderType\": \"Individual\"\n      }\n    ],\n    \"carrierId\": \"<carrierId>\",\n    \"productTypeId\": 1,\n    \"productTypeName\": \"Senior\",\n    \"productId\": \"<productId>\",\n    \"stateId\": 1,\n    \"StateAbbreviation\": \"KS\",\n    \"fieldAttributes\": [{\n      \"fieldId\": \"<fieldId>\",\n      \"integerValue\": 123\n    }]\n  }\n}\n\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/policyinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"56f28771-5aeb-44df-b280-45cc6d30a070"},{"name":"Update Policy","id":"ca687bc8-3eff-492d-916a-ac64e8fb91d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdatePolicy($attributes: PolicyInput!, $id: ID!) {\n    updatePolicy(attributes: $attributes, id: $id) {\n      errors\n      resource {\n        id\n        name\n        type\n        policyNumber\n        policyStatus\n        signedDate\n        advisors {\n          id\n          name\n        }\n        clients {\n          id\n          name\n        }\n        carrier {\n          id\n          name\n        }\n        productType {\n          id\n          name\n        }\n        product {\n          id\n          name\n        }\n        state {\n          id\n          name\n          abbreviation\n        }\n        fieldAttributes {\n          id\n          field {\n            id\n            name\n          }\n          integerValue\n        }\n      }\n    }\n  }","variables":"{\n    \"id\": \"<policyId>\",\n    \"attributes\": {\n        \"name\": \"Pending - AL\",\n        \"type\": \"Application\",\n        \"policyStatus\": \"PolicySubmitted\",\n        \"signedDate\": \"2020-11-20\",\n        \"writingAdvisors\": [{\n            \"id\": \"<writingAdvisorId>\",\n            \"advisorId\": \"<advisorId>\"\n        }],\n        \"policyHolders\": [{\n            \"id\": \"<policyHolderId>\",\n            \"clientId\": \"<clientId>\",\n            \"policyHolderType\": \"Individual\"\n        }],\n        \"carrierId\": \"<carrierId>\",\n        \"productTypeId\": 1,\n        \"productId\": \"<productId>\",\n        \"stateId\": 1,\n        \"fieldAttributes\": [{\n            \"id\": \"<fieldAttributeId>\",\n            \"fieldId\": \"<fieldId>\",\n            \"integerValue\": 123\n        }]\n    }\n}\n\n"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/policyinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca687bc8-3eff-492d-916a-ac64e8fb91d0"},{"name":"Create Policy Holder","id":"78f5ea90-9970-454e-9fc4-aa37387dca26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreatePolicyHolder($attributes: PolicyHolderInput!){\n  createPolicyHolder(attributes: $attributes) {\n    resource {\n      id\n      policyId\n      policy {\n        id\n        name\n      }\n      owner {\n        ...on Policy {\n          id\n          name\n        }\n      }\n      clientId\n      client {\n        id\n        name\n      }\n      connection {\n        ...on Client {\n          id\n          name\n        }\n      }\n      policyHolderType\n    }\n    errors\n  }\n}","variables":"{\n    \"attributes\": {\n        \"policyId\": \"<policyId>\",\n        \"clientId\": \"<clientId>\",\n        \"policyHolderType\": \"Individual\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/policyholderinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"78f5ea90-9970-454e-9fc4-aa37387dca26"},{"name":"Update Policy Holder","id":"05a78400-7891-4beb-886a-17f825981d9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdatePolicyHolder($attributes: PolicyHolderInput!, $id: ID!){\n  updatePolicyHolder(attributes: $attributes, id: $id) {\n    resource {\n      id\n      policyId\n      policy {\n        id\n        name\n      }\n      owner {\n        ...on Policy {\n          id\n          name\n        }\n      }\n      clientId\n      client {\n        id\n        name\n      }\n      connection {\n        ...on Client {\n          id\n          name\n        }\n      }\n      policyHolderType\n    }\n    errors\n  }\n}","variables":"{\n    \"id\": \"<policyHolderId>\",\n    \"attributes\": {\n        \"policyId\": \"<policyId>\",\n        \"clientId\": \"<clientId>\",\n        \"policyHolderType\": \"Individual\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/policyholderinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"05a78400-7891-4beb-886a-17f825981d9a"},{"name":"Create Product","id":"53656247-beac-4b69-abca-1f297ef2400c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateProduct($attributes: ProductInput!) {\n  createProduct(attributes: $attributes) {\n    errors \n    resource {\n      id \n      name\n      productClass\n      productCategory {\n        id\n        name\n      }\n      productType {\n        id\n        name\n      }\n      carrier {\n        id\n        name\n      }\n    }\n  }\n}","variables":"{\n  \"attributes\":{\n    \"name\": \"product test\",\n    \"carrierId\":\"<carrierId>\",\n    \"productCategoryId\": 129,\n    \"productClassId\": 1,\n    \"productTypeId\": 5\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/productinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"53656247-beac-4b69-abca-1f297ef2400c"},{"name":"Update Product","id":"c32de04b-eafc-4e03-8cb4-a243cb488f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateProduct($attributes: ProductInput!, $id: ID!) {\n  updateProduct(attributes: $attributes, id: $id) {\n    errors \n    resource {\n      id \n      name\n      productClass\n      productCategory {\n        id\n        name\n      }\n      productType {\n        id\n        name\n      }\n      carrier {\n        id\n        name\n      }\n    }\n  }\n}","variables":"{\n  \"attributes\":{\n    \"name\": \"product test\",\n    \"carrierId\":\"<carrierId>\",\n    \"productCategoryId\": 129,\n    \"productClassId\": 1,\n    \"productTypeId\": 5\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/productinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c32de04b-eafc-4e03-8cb4-a243cb488f87"},{"name":"Create Recommendation","id":"88d0304c-0688-4743-bfbb-046e7038a7a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateRecommendation($attributes: RecommendationInput!){\n    createRecommendation(attributes: $attributes) {\n        resource {\n            id\n            carrierId\n            carrier {\n                id\n                name\n            }\n            owner {\n                ...on Carrier {\n                id\n                name\n                }\n            }\n            opportunityId\n            opportunity {\n                id\n                name\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"carrierId\": \"<carrierId>\",\n        \"opportunityId\": \"<opportunityId>\",\n        \"scenarioCount\": 1\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/productinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"88d0304c-0688-4743-bfbb-046e7038a7a8"},{"name":"Update Recommendation","id":"2d021b7b-0571-44f7-8ea6-9c397901ee34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateRecommendation($attributes: RecommendationInput!, $id: ID!){\n    updateRecommendation(attributes: $attributes, id: $id) {\n        resource {\n            id\n            carrierId\n            carrier {\n                id\n                name\n            }\n            owner {\n                ...on Carrier {\n                id\n                name\n                }\n            }\n            opportunityId\n            opportunity {\n                id\n                name\n            }\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<recommendationId>\",\n    \"attributes\": {\n        \"carrierId\": \"<carrierId>\",\n        \"opportunityId\": \"<opportunityId>\",\n        \"scenarioCount\": 1\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/productinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d021b7b-0571-44f7-8ea6-9c397901ee34"},{"name":"Create Scratchpad","id":"70042f7b-9ea1-4cb0-bc7d-c68d538ad4c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateScratchpad($attributes: ScratchpadInput!){\n  createScratchpad(attributes: $attributes) {\n    resource {\n      id\n      userId\n      user {\n        id\n        name\n      }\n      note\n    }\n    errors\n  }\n}","variables":"{\n  \"attributes\": {\n    \"userId\": \"<userId>\",\n    \"note\": \"note-test\"\n  }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/scratchpadinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"70042f7b-9ea1-4cb0-bc7d-c68d538ad4c7"},{"name":"Update Scratchpad","id":"b814ebd8-1a56-4136-b573-568f76991ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateScratchpad($attributes: ScratchpadInput!, $id: ID!){\n  updateScratchpad(attributes: $attributes, id: $id) {\n    resource {\n      id\n      userId\n      user {\n        id\n        name\n      }\n      note\n    }\n    errors\n  }\n}","variables":"{\n    \"id\": \"<scratchpadId>\",\n    \"attributes\": {\n        \"userId\": \"<userId>\",\n        \"note\": \"note-test\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/scratchpadinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b814ebd8-1a56-4136-b573-568f76991ee6"},{"name":"Create Trade","id":"23c602f2-0abc-4d73-8962-25aea36c4b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateTrade($attributes: TradeInput!){\n    createTrade(attributes: $attributes) {\n        resource {\n        id\n        carrierId\n        carrier {\n            id\n            name\n        }\n        productTypeId\n        productType {\n            id\n            name\n        }\n        tradeStateId\n        tradeState {\n            id\n            name\n        }\n        tradeStatusId\n        tradeStatus\n        transactionTypeId\n        transactionType\n        tradeDate\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"carrierId\": \"<carrierId>\",\n        \"productTypeId\": 1,\n        \"tradeStateId\": 1,\n        \"tradeStatus\": \"AwaitingRequirements\",\n        \"transactionType\": \"DirectBuy\",\n        \"tradeDate\": \"2022-01-01\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/tradeinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"23c602f2-0abc-4d73-8962-25aea36c4b62"},{"name":"Update Trade","id":"4b040052-0333-451e-b4ba-d1afa26b7441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateTrade($attributes: TradeInput!, $id: ID!){\n    updateTrade(attributes: $attributes, id: $id) {\n        resource {\n        id\n        carrierId\n        carrier {\n            id\n            name\n        }\n        productTypeId\n        productType {\n            id\n            name\n        }\n        tradeStateId\n        tradeState {\n            id\n            name\n        }\n        tradeStatusId\n        tradeStatus\n        transactionTypeId\n        transactionType\n        tradeDate\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<tradeId>\",\n    \"attributes\": {\n        \"carrierId\": \"<carrierId>\",\n        \"productTypeId\": 1,\n        \"tradeStateId\": 1,\n        \"tradeStatus\": \"AwaitingRequirements\",\n        \"transactionType\": \"DirectBuy\",\n        \"tradeDate\": \"2022-01-01\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/tradeinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b040052-0333-451e-b4ba-d1afa26b7441"},{"name":"Create Vendor","id":"0b540c7c-2825-4a06-8292-31a1c0a9f814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateVendor($attributes: VendorInput!){\n    createVendor(attributes: $attributes) {\n        resource {\n            id\n            name\n        }\n        errors\n    }\n}","variables":"{\n    \"attributes\": {\n        \"name\": \"unique-name\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/vendorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b540c7c-2825-4a06-8292-31a1c0a9f814"},{"name":"Update Vendor","id":"da80c522-af5e-4345-a275-08aa71659076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateVendor($attributes: VendorInput!, $id: ID!){\n    createVendor(attributes: $attributes, id: $id) {\n        resource {\n            id\n            name\n        }\n        errors\n    }\n}","variables":"{\n    \"id\": \"<vendorId>\",\n    \"attributes\": {\n        \"name\": \"unique-name\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/vendorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"da80c522-af5e-4345-a275-08aa71659076"},{"name":"Create Writing Advisor","id":"9dd598a7-246b-4a43-b74e-89e0f4ea3a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CreateWritingAdvisor($attributes: WritingAdvisorInput!) {\n  createWritingAdvisor(attributes: $attributes) {\n    errors\n    resource {\n      id\n      policyId\n      policy {\n        id\n        name\n      }\n      owner {\n        ...on Policy {\n          id\n          name\n        }\n      }\n      advisorId\n      advisor {\n        id\n        name\n      }\n    }\n  }\n}","variables":"{\n    \"attributes\": {\n        \"policyId\": \"<policyId>\",\n        \"advisorId\": \"<advisorId>\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dd598a7-246b-4a43-b74e-89e0f4ea3a7c"},{"name":"Update Writing Advisor","id":"16633e96-0e0e-4204-b607-7758867bce84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation UpdateWritingAdvisor($id: ID!, $attributes: WritingAdvisorInput!) {\n  updateWritingAdvisor(attributes: $attributes, id: $id) {\n    errors\n    resource {\n      id\n      policyId\n      policy {\n        id\n        name\n      }\n      owner {\n        ...on Policy {\n          id\n          name\n        }\n      }\n      advisorId\n      advisor {\n        id\n        name\n      }\n    }\n  }\n}","variables":"{\n    \"id\": \"<writingAdvisorId>\",\n    \"attributes\": {\n        \"policyId\": \"<policyId>\",\n        \"advisorId\": \"<advisorId>\"\n    }\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"16633e96-0e0e-4204-b607-7758867bce84"},{"name":"Get Report","id":"49625b8a-77a2-4581-9594-0954f97dd2a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetReport($id: ID!, $filters: [ReportFilter!]) {\n  report(id: $id, filters: $filters) {\n    id\n    downloadLink\n    exportOnPublish\n    expressStep\n    fileContentType\n    fileFileName\n    fileFileSize\n    filters {\n      id\n      name\n      operation\n      filterOptionId\n    }\n    firmId\n    reportId\n    report {\n      id\n      name\n    }\n    reportCategoryId\n    results {\n      data\n      summary\n    }\n  }\n}\n","variables":"{\n  \"id\": \"<reportId>\",\n  \"filters\": [\n    {\n      \"operation\": \"Like\",\n      \"field\": \"Advisor Name\",\n      \"value\": \"Rob\"\n    },\n    {\n      \"operation\": \"Is\",\n      \"field\": \"Advisor Contracts All Carrier\",\n      \"arrayValues\": [\"<carrierId>\", \"<carrierId>\"]\n    },\n    {\n      \"operation\": \"Between\",\n      \"field\": \"Split Amount Range\",\n      \"fromValue\": \"10000\",\n      \"toValue\": \"20000\"\n    }\n  ]\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49625b8a-77a2-4581-9594-0954f97dd2a9"},{"name":"List Reports","id":"f9bfccc9-b318-4253-abd4-721a8e3918f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query ListReports($reportId: ID) {\n  reports(reportId: $reportId) {\n    id\n    exportOnPublish\n    expressStep\n    fileContentType\n    fileFileName\n    fileFileSize\n    firmId\n    reportId\n    report {\n      id\n      name\n    }\n    reportCategoryId\n    results {\n      data\n    }\n  }\n}\n","variables":"{\n  \"reportId\": \"<reportId>\"\n}"}},"url":"https://agencieshq.com/graphql","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9bfccc9-b318-4253-abd4-721a8e3918f8"},{"name":"Get Users","id":"512640ec-5ad5-42e5-a338-995053c34d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetUsers {\n  users {\n    nodes {\n      id\n      name\n      username\n      emails {\n        id\n        address\n      }\n      phones {\n        id\n        number\n      }\n    }\n  }\n}","variables":""}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"512640ec-5ad5-42e5-a338-995053c34d42"},{"name":"Get User","id":"62d31cd3-3fac-4df2-8cbe-324c62b2f61a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetUser($id: ID!) {\n  user(id: $id) {\n    id\n    name\n    username\n    emails {\n      id\n      address\n    }\n    phones {\n      id\n      number\n    }\n  }\n}","variables":"{\n    \"id\": \"b0c72b53-e0bd-4295-2da6-e5b6520bf8g5\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"62d31cd3-3fac-4df2-8cbe-324c62b2f61a"},{"name":"Get Policy Status","id":"44ccecca-0069-4f2b-9166-646fe754d1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetPolicyStatus($type: String!) {\n  options(type: $type) {\n    nodes {\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"type\": \"PolicyStatus\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"44ccecca-0069-4f2b-9166-646fe754d1ed"},{"name":"Get Modes","id":"39b19f96-4144-4fbe-8452-01c90da78bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetModes($type: String!) {\n  options(type: $type) {\n    nodes {\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"type\": \"Mode\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"39b19f96-4144-4fbe-8452-01c90da78bfc"},{"name":"Get Requirement Type","id":"d9d4886b-c72b-4fb3-a5be-cf1b51edb8fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetRequirementType($type: String!) {\n  options(type: $type) {\n    nodes {\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"type\": \"RequirementType\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d4886b-c72b-4fb3-a5be-cf1b51edb8fc"},{"name":"Get Required Of","id":"b0fdf05a-c6a8-4209-a3f5-711fb70430b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetRequiredOf($type: String!) {\n  options(type: $type) {\n    nodes {\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"type\": \"RequiredOf\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0fdf05a-c6a8-4209-a3f5-711fb70430b2"},{"name":"Get Manager Type","id":"5cd1ee45-e3da-4f7c-87f8-6220eb897b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetManagerType($type: String!) {\n  options(type: $type) {\n    nodes {\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"type\": \"ManagerType\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cd1ee45-e3da-4f7c-87f8-6220eb897b8b"},{"name":"Get Annualization","id":"4244c23e-d8a7-4109-8bf8-24df800db0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetAnnualization($type: String!) {\n  options(type: $type) {\n    nodes {\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"type\": \"Annualization\"\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4244c23e-d8a7-4109-8bf8-24df800db0fc"},{"name":"Get Filter Fields","id":"ea62950a-2fbf-4e8c-8ebb-6b9ea4e4ddbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <apiKey>","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetFilterFields($filterOptionId: ID!) {\n  filterFields(filterOptionId: filterOptionId){\n    fieldName\n    partialType\n    searchClass\n    operations\n    options{\n      id\n      name\n    }\n  }\n}","variables":"{\n  \"filterOptionId\": <filter-option-id>\n}"}},"url":"https://agencieshq.com/graphql","description":"<h3 id=\"for-input-specifications-visit-this-link\"><em>For input specifications, visit this</em> <a href=\"https://agencieshq.com/docs/graphql/writingadvisorinput.doc.html\">Link</a></h3>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["agencieshq","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea62950a-2fbf-4e8c-8ebb-6b9ea4e4ddbf"}]}