{"info":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","description":"<html><head></head><body><p>The Novi API can be used to programatically access data from an association running on the Novi AMS platform.</p>\n<p>If you are new to the Novi API, be sure to check out <a href=\"http://help.noviams.com/developer-documentation/getting-started-developing-with-the-novi-api\">our getting started article</a> for the basics. Then come back to this reference for specifics on how to call our API.</p>\n<p>We also have a Novi SSO available if you wish to use Novi to authorize users to your application. Documentation on that implementation is available in <a href=\"http://help.noviams.com/developer-documentation/utilizing-novi-sso-for-authentication-to-non-novi-sites\">our article on Novi SSO</a>.</p>\n<p>Need help? Feel free to visit <a href=\"http://help.noviams.com/developer-documentation\">our developer documentation</a> and if the answers aren't there, click on the \"blue bubble\" in the lower right hand side of the documentation and send us a message in Intercom.</p>\n<p><strong>Note:</strong> All requests must be made over HTTPS, as HTTP connections will be refused.</p>\n<h3 id=\"base-url\">Base URL</h3>\n<p>For all API calls, the base URL for your call will be the URL for a customer's Novi website. For example, if their website is <a href=\"https://www.myassociation.org\">https://www.myassociation.org</a>, your API calls would go to <a href=\"https://www.myassociation.org/api/%7Baction%7D\">https://www.myassociation.org/api/{action}</a>.</p>\n<h3 id=\"authorization\">Authorization</h3>\n<p>For all API calls, you should specify an \"Authorization\" header value of \"Basic {apiKey}\". Novi will validate the API key against the access configured for that key within the Novi admin UI and grant you access accordingly.</p>\n<h3 id=\"put-requests-updates\">PUT Requests (Updates)</h3>\n<p>All PUT requests via the Novi API are \"full\" updates which means your best course of action is to use a GET to pull the current state of the object, modify the fields you need, the PUT the full object back. If you attempt to partially update an object by just providing an ID and a handful of fields, all fields you did not specify on the object will be cleared/nulled out.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1247282","collectionId":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","publishedId":"S11GQKak","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-04-27T12:59:52.000Z"},"item":[{"name":"Members","item":[{"name":"Member Types","item":[{"name":"Member Type List","id":"6b1178e6-2191-40fb-a46b-00defa9150a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/member-types?pageSize=100&offset=0","description":"<p>Returns a list of all available member types within the system.</p>\n","urlObject":{"path":["api","member-types"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"100"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"34343880-f7dc-4696-8ed4-ecc5987f7698","name":"200 OK - Member Type List","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/member-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ASP.NET_SessionId=pbcfcaghh00gaga2mzo4bts0; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0Q1XfYAAAAABYVGv8UC4yQIrLFjkz4/yWREZXMzBFREdFMDUxNgAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Fri, 02 Jul 2021 18:04:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 2,\n    \"Results\": [\n        {\n            \"UniqueID\": \"6e0a8758-c803-4aac-b2d1-a5af418d43f9\",\n            \"Name\": \"Company Type\",\n            \"Description\": \"<p>The Free Company Member Type is for <strong>Companies</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Not Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: N/A</em></p>\",\n            \"ForCompanies\": true\n        },\n        {\n            \"UniqueID\": \"2c84f787-dc9e-4386-8ad6-6a70fb502fcf\",\n            \"Name\": \"Consultant\",\n            \"Description\": \"<p>The Consultant Member Type is for <strong>Individuals</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Anniversary</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Not Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Multiple</em></p>\",\n            \"ForCompanies\": false\n        }\n    ]\n}"},{"id":"0edebd4b-33a3-4617-ab1d-ef9a71826958","name":"All Query Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/member-types?pageSize=1&offset=0","host":["{{url}}"],"path":["api","member-types"],"query":[{"key":"pageSize","value":"1"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:16:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240702T231603Z-1795856ccd46kk2b9pngnw6n1n00000009fg000000010w0n"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 2,\n    \"Results\": [\n        {\n            \"UniqueID\": \"6e0a8758-c803-4aac-b2d1-a5af418d43f9\",\n            \"Name\": \"Company Type\",\n            \"Description\": \"<p>The Free Company Member Type is for <strong>Companies</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Not Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: N/A</em></p>\",\n            \"ForCompanies\": true\n        }\n    ]\n}"}],"_postman_id":"6b1178e6-2191-40fb-a46b-00defa9150a9"}],"id":"f9217a48-ba97-4029-9073-c0b57370c6ac","description":"<h5 id=\"member-type-object\">Member Type Object</h5>\n<hr />\n<p><strong>UniqueID</strong><br />String<br /><em>Novi generated GUID for the member record.</em></p>\n<p><strong>Name</strong> - Read Only<br />String\\</p>\n<p><strong>Description</strong> - Read Only<br />String\\</p>\n<p><strong>ForCompanies</strong> - Read Only<br />Boolean<br /><em>Indicates whether this member type is for companies or for people.</em></p>\n","_postman_id":"f9217a48-ba97-4029-9073-c0b57370c6ac","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Member Records","item":[{"name":"Member List","id":"79dfbda7-4341-41c0-bdb0-8710143081c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/members?pageSize={{pageSize}}&offset={{offset}}&name={{fullName}}&partialSearch={{partialSearch}}&firstName={{firstName}}&lastName={{lastName}}&email={{email}}&accountEmail={{accountEmail}}&parentName={{parentName}}&allowPartialMatchForParentName={{allowPartialMatchForParentName}}&memberTypeIDs={{memberTypeUniqueID}}&effectiveMemberTypeIDs={{memberTypeUniqueID}}&sortById={{sortById}}&sortDirectionAscending={{sortDirectionAscending}}&lastModifiedDate={{lastModifiedDate}}&quickbooksID={{qb_id}}&activeOnly={{activeOnly}}","description":"<p>Retrieve a paged list of members that are accessible to your API Key.</p>\n<p>API security is controlled by groups within Novi AMS - your API key will only have access to the members that are in the group that is configured for the API key. If members drop out of the group, they will no longer be included in this list or accessible via the member details API. For now no webhook notification is available for members dropping out of a group, but you can always query this endpoint directly and compare the list to a previous version.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","members"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Specifies the number of records to return per page. Default: 100. Maximum: 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Specifies the starting position for the result set. Default: 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Optional. Filter by a member's full name. The match must be exact and is not case-sensitive. Default: null.</p>\n","type":"text/plain"},"key":"name","value":"{{fullName}}"},{"description":{"content":"<p>Optional. Accepts true or false. Enables partial matching for the name parameter. Default: false.</p>\n","type":"text/plain"},"key":"partialSearch","value":"{{partialSearch}}"},{"description":{"content":"<p>Optional. Filters by a member's first name. Matches are exact and not case-sensitive. Default: null.</p>\n","type":"text/plain"},"key":"firstName","value":"{{firstName}}"},{"description":{"content":"<p>Optional. Filters by a member's last name. Matches are exact and not case-sensitive. Default: null.</p>\n","type":"text/plain"},"key":"lastName","value":"{{lastName}}"},{"description":{"content":"<p>Optional. Searches for a member's email. The match must be exact and is not case-sensitive. Default: null.</p>\n","type":"text/plain"},"key":"email","value":"{{email}}"},{"description":{"content":"<p>Optional. Searches for a member's account email. The match must be exact and is not case-sensitive. Default: null.</p>\n","type":"text/plain"},"key":"accountEmail","value":"{{accountEmail}}"},{"description":{"content":"<p>Optional. Searches for members by their parent name. Matches are exact and not case-sensitive. Default: null.</p>\n","type":"text/plain"},"key":"parentName","value":"{{parentName}}"},{"description":{"content":"<p>Optional. Accepts true or false. Enables partial matching for the parentName parameter. Default: false.</p>\n","type":"text/plain"},"key":"allowPartialMatchForParentName","value":"{{allowPartialMatchForParentName}}"},{"description":{"content":"<p>Optional. Filters by the unique IDs of members' designated member types. Accepts multiple comma-separated values. Default: null.</p>\n","type":"text/plain"},"key":"memberTypeIDs","value":"{{memberTypeUniqueID}}"},{"description":{"content":"<p>Optional. Filters by the unique IDs of members' effective member types. Accepts multiple comma-separated values. Default: null.</p>\n","type":"text/plain"},"key":"effectiveMemberTypeIDs","value":"{{memberTypeUniqueID}}"},{"description":{"content":"<p>Optional. Accepts true or false. Sorts results by customer ID instead of the last modified date. Default: false.</p>\n","type":"text/plain"},"key":"sortById","value":"{{sortById}}"},{"description":{"content":"<p>Optional. Accepts true or false. Specifies ascending order for sorting. Default: false (descending order).</p>\n","type":"text/plain"},"key":"sortDirectionAscending","value":"{{sortDirectionAscending}}"},{"description":{"content":"<p>Optional. Filters for members modified after a specified date. Default: null.</p>\n","type":"text/plain"},"key":"lastModifiedDate","value":"{{lastModifiedDate}}"},{"description":{"content":"<p>Optional. Filters for members by QuickBooks ID. Default: null.</p>\n","type":"text/plain"},"key":"quickbooksID","value":"{{qb_id}}"},{"description":{"content":"<p>Optional. Accepts true or false. Specifies if system should only return active records.</p>\n","type":"text/plain"},"key":"activeOnly","value":"{{activeOnly}}"}],"variable":[]}},"response":[{"id":"b0b9867b-fca9-4e30-9e73-8a81a872ab7d","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic eWy76XNP3AQScxpVXp5IGA6XQa8y+5+xL18z2gLTafQ="}],"url":{"raw":"{{url}}/api/members?pageSize=3&offset=6","host":["{{url}}"],"path":["api","members"],"query":[{"key":"pageSize","value":"3"},{"key":"offset","value":"6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 21:59:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"77064"},{"key":"Connection","value":"keep-alive"},{"key":"x-azure-ref","value":"20250529T215954Z-r1fb6d7bb65nskdvhC1DFW0ytn0000000gm000000000ft0y"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 12871,\n    \"Results\": [\n        {\n            \"UniqueID\": \"b12395db-8b9c-4618-b2a1-1caeffedd9f4\",\n            \"ImportID\": \"b12395db-8b9c-4618-b2a1-1caeffedd9f4\",\n            \"InternalIdentifier\": 2386676,\n            \"ParentCustomerUniqueID\": \"e42838aa-1fe6-4257-b6ce-bea3d30add16\",\n            \"ParentMemberName\": \"TestMB22\",\n            \"Name\": \"Macbook Air222\",\n            \"FirstName\": \"Macbook\",\n            \"MiddleName\": null,\n            \"LastName\": \"Air222\",\n            \"Suffix\": null,\n            \"Active\": true,\n            \"Email\": \"macbookair@test222.com\",\n            \"AccountEmail\": \"macbookair@test222.com\",\n            \"Role\": \"Regular User\",\n            \"Phone\": null,\n            \"Mobile\": null,\n            \"Fax\": null,\n            \"Website\": null,\n            \"County\": null,\n            \"BillingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"ShippingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"PersonalEmail\": null,\n            \"PersonalPhone\": null,\n            \"PersonalMobile\": null,\n            \"PersonalAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"Notes\": null,\n            \"FacebookUrl\": null,\n            \"LinkedInUrl\": null,\n            \"InstagramHandle\": null,\n            \"TwitterHandle\": null,\n            \"MemberProfile\": null,\n            \"JobTitle\": \"\",\n            \"Image\": \"\",\n            \"OriginalJoinDate\": null,\n            \"MemberSince\": null,\n            \"MembershipExpires\": null,\n            \"MemberStatus\": \"non_member\",\n            \"MemberSubStatus\": null,\n            \"DuesPayerUniqueID\": \"e42838aa-1fe6-4257-b6ce-bea3d30add16\",\n            \"HideOnWebsite\": false,\n            \"HideContactInformation\": false,\n            \"UnsubscribeFromEmails\": false,\n            \"UnsubscribeFromSignupEmails\": false,\n            \"Approved\": true,\n            \"AutoRenew\": false,\n            \"AutoPay\": false,\n            \"MemberType\": null,\n            \"EffectiveMemberType\": {\n                \"UniqueID\": \"ce70e59c-9bfe-44cb-83ce-97e7e2d14e27\",\n                \"Name\": \"Company 2 - Anniversary\",\n                \"Description\": null,\n                \"ForCompanies\": true\n            },\n            \"CustomerType\": \"Person\",\n            \"CustomFields\": {\n                \"\\\"Checkbox\\\" Event Reg\": {\n                    \"CustomerUniqueID\": \"b12395db-8b9c-4618-b2a1-1caeffedd9f4\",\n                    \"CustomFieldUniqueID\": \"91fe93d5-7739-4e95-b3f0-7e38d8ae6847\",\n                    \"CustomFieldName\": \"\\\"Checkbox\\\" Event Reg\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"2023 Magazine Issues Field Name\": {\n                    \"CustomerUniqueID\": \"b12395db-8b9c-4618-b2a1-1caeffedd9f4\",\n                    \"CustomFieldUniqueID\": \"2f59d0dd-7173-42a6-9109-b733f5906b1f\",\n                    \"CustomFieldName\": \"2023 Magazine Issues Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"PB TEST\": {\n                    \"CustomerUniqueID\": \"b12395db-8b9c-4618-b2a1-1caeffedd9f4\",\n                    \"CustomFieldUniqueID\": \"2d7d4b2d-6d64-4603-95d4-6f1791d1019f\",\n                    \"CustomFieldName\": \"PB TEST\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                }\n            },\n            \"SpecifiedSystemFields\": [\n                \"AccountEmail\",\n                \"Active\",\n                \"Approved\",\n                \"AutoPay\",\n                \"AutoRenew\",\n                \"AverageNpsScore\",\n                \"Awards\",\n                \"BillingAddress\",\n                \"BillingContactUniqueId\",\n                \"Committees\",\n                \"County\",\n                \"CreatedDate\",\n                \"Credentials\",\n                \"CustomerType\",\n                \"CustomFields\",\n                \"DefaultDuesPayerOverride\",\n                \"DirectoryGallery\",\n                \"DuesPayerUniqueID\",\n                \"Education\",\n                \"EffectiveMemberType\",\n                \"Email\",\n                \"FacebookUrl\",\n                \"FamilyTreeUniqueID\",\n                \"Fax\",\n                \"FeaturedDirectoryListing\",\n                \"FirstName\",\n                \"Groups\",\n                \"HideContactInformation\",\n                \"HideOnWebsite\",\n                \"Image\",\n                \"ImportID\",\n                \"InstagramHandle\",\n                \"InternalIdentifier\",\n                \"IsInstructor\",\n                \"JobTitle\",\n                \"LastName\",\n                \"LastNpsFeedback\",\n                \"LastNpsScore\",\n                \"LastNpsScoreDate\",\n                \"LastUpdatedDate\",\n                \"LinkedInUrl\",\n                \"ManagementAccessForCompanies\",\n                \"MemberProfile\",\n                \"MembershipExpires\",\n                \"MemberSince\",\n                \"MemberStatus\",\n                \"MemberSubStatus\",\n                \"MemberType\",\n                \"MiddleName\",\n                \"Mobile\",\n                \"Name\",\n                \"Notes\",\n                \"OpenDuesBalance\",\n                \"OriginalJoinDate\",\n                \"ParentCustomerUniqueID\",\n                \"ParentMemberName\",\n                \"PersonalAddress\",\n                \"PersonalEmail\",\n                \"PersonalMobile\",\n                \"PersonalPhone\",\n                \"Phone\",\n                \"PrimaryContactUniqueId\",\n                \"ProhibitInvoicing\",\n                \"QuickBooksID\",\n                \"Role\",\n                \"ShippingAddress\",\n                \"SpecifiedSystemFields\",\n                \"Suffix\",\n                \"Taxable\",\n                \"TaxExemptionReason\",\n                \"Title\",\n                \"TwitterHandle\",\n                \"UniqueID\",\n                \"UnsubscribeFromEmails\",\n                \"UnsubscribeFromSignupEmails\",\n                \"UseParentBilling\",\n                \"UseParentShipping\",\n                \"VolunteerWorks\",\n                \"Website\"\n            ],\n            \"QuickBooksID\": \"11855\",\n            \"UseParentBilling\": false,\n            \"UseParentShipping\": false,\n            \"Credentials\": null,\n            \"Title\": null,\n            \"DirectoryGallery\": [],\n            \"Awards\": [],\n            \"VolunteerWorks\": [],\n            \"Education\": [],\n            \"Groups\": [\n                {\n                    \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n                    \"GroupName\": \"_All Records associated with current members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1b8b0b5e-e14e-4f9e-9a2c-fdd3db52fb1d\",\n                    \"GroupName\": \"_AllRecordsNoConditions\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e5434a2f-c258-43bc-8a2a-4d715e329f4d\",\n                    \"GroupName\": \"2M Group test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"955d423c-e943-48e7-9ffa-511b67e7e640\",\n                    \"GroupName\": \"Has User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5413b10e-e2a1-49ab-875e-5c5525131b33\",\n                    \"GroupName\": \"HL Community\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a2d85041-8937-4004-9ff1-b3bb03d6829d\",\n                    \"GroupName\": \"Membership Status is Non-Member\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ba2ad909-b15c-448a-a1f8-271ad1b34fb2\",\n                    \"GroupName\": \"People Only\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7bf9b1a8-0700-4e66-ab74-62dcc723eda5\",\n                    \"GroupName\": \"Persons\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n                    \"GroupName\": \"Who could sync to Higher Logic?\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ed0bfb49-9b28-41e0-83a4-c2e5b18b4a88\",\n                    \"GroupName\": \"ZM users only group\",\n                    \"InheritingMember\": false\n                }\n            ],\n            \"Committees\": [],\n            \"ManagementAccessForCompanies\": [],\n            \"CreatedDate\": \"2025-06-23T12:18:59.28-04:00\",\n            \"LastUpdatedDate\": \"2025-06-23T12:18:59.28-04:00\",\n            \"PrimaryContactUniqueId\": null,\n            \"BillingContactUniqueId\": null,\n            \"DefaultDuesPayerOverride\": null,\n            \"Taxable\": true,\n            \"TaxExemptionReason\": null,\n            \"IsInstructor\": false,\n            \"OpenDuesBalance\": 0.00,\n            \"AverageNpsScore\": null,\n            \"LastNpsScore\": null,\n            \"LastNpsScoreDate\": null,\n            \"LastNpsFeedback\": null,\n            \"ProhibitInvoicing\": false,\n            \"FamilyTreeUniqueID\": \"772b960e-1b0a-44cd-b722-fe38e7779f01\",\n            \"FeaturedDirectoryListing\": false\n        },\n        {\n            \"UniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n            \"ImportID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n            \"InternalIdentifier\": 129901,\n            \"ParentCustomerUniqueID\": \"8a04bc5c-1c96-4563-8a96-ce4608e13459\",\n            \"ParentMemberName\": \"Three's Company\",\n            \"Name\": \"A Proprietary Co.\",\n            \"FirstName\": null,\n            \"MiddleName\": null,\n            \"LastName\": null,\n            \"Suffix\": null,\n            \"Active\": true,\n            \"Email\": \"edbravo@comcast.net\",\n            \"AccountEmail\": null,\n            \"Role\": null,\n            \"Phone\": \"(777)777-7777\",\n            \"Mobile\": null,\n            \"Fax\": \"(333)332-2222\",\n            \"Website\": null,\n            \"County\": \"Texas\",\n            \"BillingAddress\": {\n                \"Address1\": \"8701 West Parmer Lane\",\n                \"Address2\": null,\n                \"City\": \"Austin\",\n                \"ZipCode\": \"78729\",\n                \"StateProvince\": \"Texas\",\n                \"Country\": \"United States\"\n            },\n            \"ShippingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"PersonalEmail\": null,\n            \"PersonalPhone\": null,\n            \"PersonalMobile\": null,\n            \"PersonalAddress\": null,\n            \"Notes\": null,\n            \"FacebookUrl\": null,\n            \"LinkedInUrl\": null,\n            \"InstagramHandle\": \"https://www.instagram.com/piedmonttaa/\",\n            \"TwitterHandle\": null,\n            \"MemberProfile\": null,\n            \"JobTitle\": null,\n            \"Image\": \"http://127.0.0.1:10000/devstoreaccount1/novi-file-uploads/azure/members/download-5.jpeg\",\n            \"OriginalJoinDate\": \"2018-10-26T00:00:00\",\n            \"MemberSince\": \"2025-06-23T00:00:00\",\n            \"MembershipExpires\": \"2025-12-31T00:00:00\",\n            \"MemberStatus\": \"pending\",\n            \"MemberSubStatus\": \"pending_approval\",\n            \"DuesPayerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n            \"HideOnWebsite\": false,\n            \"HideContactInformation\": false,\n            \"UnsubscribeFromEmails\": false,\n            \"UnsubscribeFromSignupEmails\": false,\n            \"Approved\": false,\n            \"AutoRenew\": true,\n            \"AutoPay\": false,\n            \"MemberType\": {\n                \"UniqueID\": \"2e6a8861-850b-4670-8090-fbe1a469a7bb\",\n                \"Name\": \"Company 1 - Calendar\",\n                \"Description\": \"<dl id=\\\"glossary\\\">\\r\\n<section id=\\\"A\\\">Company 1 - Calendar</section>\\r\\n</dl>\",\n                \"ForCompanies\": true\n            },\n            \"EffectiveMemberType\": {\n                \"UniqueID\": \"2e6a8861-850b-4670-8090-fbe1a469a7bb\",\n                \"Name\": \"Company 1 - Calendar\",\n                \"Description\": \"<dl id=\\\"glossary\\\">\\r\\n<section id=\\\"A\\\">Company 1 - Calendar</section>\\r\\n</dl>\",\n                \"ForCompanies\": true\n            },\n            \"CustomerType\": \"Company\",\n            \"CustomFields\": {\n                \"\\\"Checkbox\\\" Event Reg\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"91fe93d5-7739-4e95-b3f0-7e38d8ae6847\",\n                    \"CustomFieldName\": \"\\\"Checkbox\\\" Event Reg\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"2023 Magazine Issues Field Name\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"2f59d0dd-7173-42a6-9109-b733f5906b1f\",\n                    \"CustomFieldName\": \"2023 Magazine Issues Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ACKNOWLEDGE USE OF SEALS & STICKERS\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"db22616d-950d-4647-916e-2409e6243600\",\n                    \"CustomFieldName\": \"ACKNOWLEDGE USE OF SEALS & STICKERS\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AddressCustom\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"9a793a48-c307-4ffd-8ceb-3880bb22eac1\",\n                    \"CustomFieldName\": \"AddressCustom\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Aidens Dog Treats Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"a64a8abc-a3be-4507-9155-620864e886bf\",\n                    \"CustomFieldName\": \"Aidens Dog Treats Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AMS-14089\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"fc83c2cc-214b-410d-8de4-34664baea6f0\",\n                    \"CustomFieldName\": \"AMS-14089\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"0f6a866b-fb67-4d95-b007-8a2990feb45d\",\n                    \"CustomFieldName\": \"Annual Sales\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Apartment Custom Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"36a6c3f2-05e4-4f3e-89d1-061305b8c23e\",\n                    \"CustomFieldName\": \"Apartment Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Apostrophe test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"1cef6a61-8bf7-44cc-b3fc-92fe8178bf46\",\n                    \"CustomFieldName\": \"Apostrophe test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"APTA Specialty\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"78b23565-36e7-4ff0-8482-bcc907bf2204\",\n                    \"CustomFieldName\": \"APTA Specialty\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas of Expertise - Custom Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"079ebe02-f026-49c5-aa6d-b1f86749c6b5\",\n                    \"CustomFieldName\": \"Areas of Expertise - Custom Field\",\n                    \"Value\": \"AOE4 & 5\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas You Service\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"79625ae0-1940-4398-8776-15606157d084\",\n                    \"CustomFieldName\": \"Areas You Service\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Shirt Size\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"a7fe90ca-5d25-4816-9304-f3346af34aac\",\n                    \"CustomFieldName\": \"Attendee Shirt Size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Auction Engagement\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"d57cdba6-95fe-445d-87f2-626dd8c34405\",\n                    \"CustomFieldName\": \"Auction Engagement\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Benefits Test Custom Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"8d1e9d15-d133-4ed3-ac61-025f98e44a26\",\n                    \"CustomFieldName\": \"Benefits Test Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Birthday\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"cacaae65-c6fe-45c5-b38e-863e58acf3a7\",\n                    \"CustomFieldName\": \"Birthday\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Campaign\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"549f4399-1ebe-4313-8576-ade377cd0eb6\",\n                    \"CustomFieldName\": \"Campaign\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Chapter Affiliation\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"5f7cb996-6fed-4967-8915-84f4f171e8ef\",\n                    \"CustomFieldName\": \"Chapter Affiliation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Charity Test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"bbdf5603-cc13-42f1-9ea5-33b10a2bcc77\",\n                    \"CustomFieldName\": \"Charity Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"COAA Corporate Partner Dues Discount\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"66908d71-c748-4dd6-9603-91ad596f0aa8\",\n                    \"CustomFieldName\": \"COAA Corporate Partner Dues Discount\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Communication Opt Out\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n                    \"CustomFieldName\": \"Communication Opt Out\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Company Name1\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c5ccdd08-94e0-467c-bbd9-288b2eda7ea2\",\n                    \"CustomFieldName\": \"Company Name1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Contact Time of Day Preference\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"f6ea978d-ba47-46a1-a831-7ad613acbcde\",\n                    \"CustomFieldName\": \"Contact Time of Day Preference\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom Field - Member Visibility (Private)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"a94d41bc-9d01-4772-86e9-e692d6a3b1e4\",\n                    \"CustomFieldName\": \"Custom Field - Member Visibility (Private)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom Field with Space\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"14f849ae-aca4-4fc8-94ed-a122e5e479a0\",\n                    \"CustomFieldName\": \"Custom Field with Space\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Company\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"f8788ddc-b489-4a15-ad89-211328a9daef\",\n                    \"CustomFieldName\": \"Date & Time Company\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date/Time Ecommerce\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"f7ab508f-f5d3-48e6-a4d6-54c02bcb8b06\",\n                    \"CustomFieldName\": \"Date/Time Ecommerce\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date/Time Events (MND TEST)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                    \"CustomFieldName\": \"Date/Time Events (MND TEST)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Demo 0417 Custom Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"18569388-2d1a-428b-ac34-7e3807cfa401\",\n                    \"CustomFieldName\": \"Demo 0417 Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Do you want a bag of Skittles*? - FN\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n                    \"CustomFieldName\": \"Do you want a bag of Skittles*? - FN\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"EJ Test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"8ab37613-a9ea-4251-bd93-6d973f011948\",\n                    \"CustomFieldName\": \"EJ Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"EJ Test Unit Count\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"1c6f1522-8ec0-4b70-93cb-0923b03dcdab\",\n                    \"CustomFieldName\": \"EJ Test Unit Count\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Escape\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"e023d9ba-a599-44e4-a5e7-8431e84ea5a0\",\n                    \"CustomFieldName\": \"Escape\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Event Plain Text\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"0c6c91ad-7207-4544-ba7f-94c27c82871a\",\n                    \"CustomFieldName\": \"Event Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Favorite TV Character\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"14566742-c554-4c12-9819-132153c64f15\",\n                    \"CustomFieldName\": \"Favorite TV Character\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field - Non Directory Pages\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"001a551c-23e5-4dc4-aeb2-86b9d9206aff\",\n                    \"CustomFieldName\": \"Field - Non Directory Pages\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field on Admin Member List\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n                    \"CustomFieldName\": \"Field on Admin Member List\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Geographic Location\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n                    \"CustomFieldName\": \"Geographic Location\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GH Test - Plain Text\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"7d44b9fe-7b3f-4dc0-8fb8-474260b8e7af\",\n                    \"CustomFieldName\": \"GH Test - Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GRA Test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n                    \"CustomFieldName\": \"GRA Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Hat size\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n                    \"CustomFieldName\": \"Hat size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Industry Vertical\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"00423240-8d32-48bc-ae16-a04632f2b31e\",\n                    \"CustomFieldName\": \"Industry Vertical\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Integration Partners\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"28791cef-7d1f-48ae-85f0-60997eb300f0\",\n                    \"CustomFieldName\": \"Integration Partners\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"77a07fde-1382-40a4-94c4-612ddc90cf13\",\n                    \"CustomFieldName\": \"Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"0981350b-5ce9-48b6-bb8f-14feb62a3c47\",\n                    \"CustomFieldName\": \"Internal Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Invoice Comments\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n                    \"CustomFieldName\": \"Invoice Comments\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jessica Number Range\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n                    \"CustomFieldName\": \"Jessica Number Range\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon Date/Time\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n                    \"CustomFieldName\": \"Jon Date/Time\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Numbers\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"a2887d1f-5a62-4085-a2b7-ec3142dd1713\",\n                    \"CustomFieldName\": \"Jon's Numbers\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Set of Options\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n                    \"CustomFieldName\": \"Jon's Set of Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"July24 Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"954c775e-bbdc-4f01-bc07-d39d75e27676\",\n                    \"CustomFieldName\": \"July24 Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Just Checking Webhooks\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"32caeaf5-678b-4cdb-8e55-1a328af64c24\",\n                    \"CustomFieldName\": \"Just Checking Webhooks\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates Number\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"313172ca-3e42-48bd-80eb-8dcd8b8118ac\",\n                    \"CustomFieldName\": \"Kates Number\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates URL\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"98d982f8-d145-4078-9e0e-92642db6c51a\",\n                    \"CustomFieldName\": \"Kates URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"License #\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"67db98ed-32dc-4d0f-af94-06929dc8347d\",\n                    \"CustomFieldName\": \"License #\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Limit To 1 Selection on Frontend\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"ce3d776f-935a-4f03-b4e2-95284b6fa13e\",\n                    \"CustomFieldName\": \"Limit To 1 Selection on Frontend\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Local\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"404fc3ec-c310-434e-9812-8928a9ee039c\",\n                    \"CustomFieldName\": \"Local\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Company\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n                    \"CustomFieldName\": \"Member Custom Field: Company\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Member Status\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n                    \"CustomFieldName\": \"Member Custom Field: Member Status\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Number old\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"7f3e3dd2-5901-4231-99df-4bfdb30c886a\",\n                    \"CustomFieldName\": \"Member Number old\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"ad160c31-859a-40c2-9aa1-3899ee4cc4ea\",\n                    \"CustomFieldName\": \"Names & Stuff\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff Blank\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"9467ea5c-b2ea-47b4-91dd-128eb310d06d\",\n                    \"CustomFieldName\": \"Names & Stuff Blank\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Date Custom Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"3dad10d0-dcdb-475d-995d-ae0c2f200037\",\n                    \"CustomFieldName\": \"New Date Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Field with Instructions\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n                    \"CustomFieldName\": \"New Field with Instructions\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Numeric Custom Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"e6b24fdc-75aa-470b-a42e-381453d5e8b1\",\n                    \"CustomFieldName\": \"New Numeric Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Newnewss\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n                    \"CustomFieldName\": \"Newnewss\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non Sum Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n                    \"CustomFieldName\": \"Non Sum Field\",\n                    \"Value\": \"8\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non-Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"7e385020-06a6-4352-8449-b60c4086f335\",\n                    \"CustomFieldName\": \"Non-Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Notes Test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"b4c20d3e-89e8-4812-8fd6-3c52f2d9a104\",\n                    \"CustomFieldName\": \"Notes Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Companies\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n                    \"CustomFieldName\": \"Number Companies\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Individuals\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n                    \"CustomFieldName\": \"Number Individuals\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of Employees Ecosystem Partner\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c526699d-0a6b-4185-bcab-114c6f04aa8b\",\n                    \"CustomFieldName\": \"Number of Employees Ecosystem Partner\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of States\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n                    \"CustomFieldName\": \"Number of States\",\n                    \"Value\": \"5\",\n                    \"IsSumOfChildren\": false\n                },\n                \"numeric test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"8e1741e7-8a06-482d-9dd5-4a84e48d09b6\",\n                    \"CustomFieldName\": \"numeric test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Optional Donation\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n                    \"CustomFieldName\": \"Optional Donation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Paid for 2021-2022 CME audit in previous system\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n                    \"CustomFieldName\": \"Paid for 2021-2022 CME audit in previous system\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Partner Level\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"55e6aad8-e4c7-4784-9891-2cc480337122\",\n                    \"CustomFieldName\": \"Partner Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Pizza Toppings\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"5dafba88-b975-4ee1-8b90-413a6586bca9\",\n                    \"CustomFieldName\": \"Pizza Toppings\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text - Multi-line\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"b5ad2700-2d3f-4f20-a082-e0aaf51a6c9e\",\n                    \"CustomFieldName\": \"Plain Text - Multi-line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text - Single Line\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"06b04973-a0f9-4620-b228-08dc85d7f329\",\n                    \"CustomFieldName\": \"Plain Text - Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text Companies Single\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"84c7dca0-adc2-4576-b7bc-c210d6e6acc8\",\n                    \"CustomFieldName\": \"Plain Text Companies Single\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Practicing Since\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"ef0122cc-d5ff-4e02-b474-ff70d0ba76fd\",\n                    \"CustomFieldName\": \"Practicing Since\",\n                    \"Value\": \"1908\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Pregnancy & Postpartum Sub-Category\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"71feb5d7-9ce6-4a69-b1e3-f4683ba568e1\",\n                    \"CustomFieldName\": \"Pregnancy & Postpartum Sub-Category\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Problematic Characters\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c8bea434-8079-420f-8b49-114a03266037\",\n                    \"CustomFieldName\": \"Problematic Characters\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Product Number\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"4a5629f2-a262-4e2c-b93c-604f78fc6dcc\",\n                    \"CustomFieldName\": \"Product Number\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Prorated Dues (Supplier)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n                    \"CustomFieldName\": \"Prorated Dues (Supplier)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"ab4a55f9-787a-4b3b-aea4-4d3e08d9ed46\",\n                    \"CustomFieldName\": \"Proration\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration Dues (Owner)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n                    \"CustomFieldName\": \"Proration Dues (Owner)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Checkbox General\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n                    \"CustomFieldName\": \"QA: Checkbox General\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Company Only\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"8c47133e-ec58-4566-86d6-4df12f32a242\",\n                    \"CustomFieldName\": \"QA: Company Only\",\n                    \"Value\": \"B\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Company, Company 1 - Calendar\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"37fddae3-8ff6-481d-9559-ebd775c86e5e\",\n                    \"CustomFieldName\": \"QA: Company, Company 1 - Calendar\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Custom Website URL\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n                    \"CustomFieldName\": \"QA: Custom Website URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Date & Time)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Date & Time)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Date Only)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"4a5fc1fa-4cb2-44f7-871a-d87347e63431\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Date Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Time Only)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"9fed33f7-1b44-4445-b772-650d7b2a5fc7\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Time Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time Min/Max\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"83908d74-e888-44d8-9d5d-c67ce2f83bfa\",\n                    \"CustomFieldName\": \"QA: Date & Time Min/Max\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Internal Only\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"9597ee73-72bd-4585-83c3-9fdaa36a1ed2\",\n                    \"CustomFieldName\": \"QA: Internal Only\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Numbers - Whole Numbers, Show Summation\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"1c6487c4-fbc6-41e4-bcf9-e68893cb8b71\",\n                    \"CustomFieldName\": \"QA: Numbers - Whole Numbers, Show Summation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Character Limit (5)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c58530d9-42d0-403e-84e2-574083e339ba\",\n                    \"CustomFieldName\": \"QA: Plain Text Character Limit (5)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Multi-Line\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n                    \"CustomFieldName\": \"QA: Plain Text Multi-Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Single Line\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n                    \"CustomFieldName\": \"QA: Plain Text Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Read-only on Frontend After Initial Value\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n                    \"CustomFieldName\": \"QA: Read-only on Frontend After Initial Value\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Multi-Select\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n                    \"CustomFieldName\": \"QA: Set of Options Multi-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Multi-Select Limit 2\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"3f6ff24d-2790-48a5-828d-c365e36e5029\",\n                    \"CustomFieldName\": \"QA: Set of Options Multi-Select Limit 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Single-Select\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n                    \"CustomFieldName\": \"QA: Set of Options Single-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Sum Field Whole\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n                    \"CustomFieldName\": \"QA: Sum Field Whole\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Users Cannot Change on Frontend\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"6a007bd9-7bf9-495d-bd57-963af7697e0d\",\n                    \"CustomFieldName\": \"QA: Users Cannot Change on Frontend\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"13011325-8b57-49fe-b641-d5d93d04ea4a\",\n                    \"CustomFieldName\": \"Random\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random Sum Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n                    \"CustomFieldName\": \"Random Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Referred By\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"caffb65f-8a3e-428d-94d9-0f4603c568a1\",\n                    \"CustomFieldName\": \"Referred By\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Companies - Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n                    \"CustomFieldName\": \"Related Record Companies - Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertDateTest\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"8c3ece95-0182-4d38-b5e8-87589466777c\",\n                    \"CustomFieldName\": \"RobertDateTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertOptionsTest\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"7a607628-5521-4c01-be4f-fbd640b2cd82\",\n                    \"CustomFieldName\": \"RobertOptionsTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sales Region\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n                    \"CustomFieldName\": \"Sales Region\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sam's \\\"Special\\\" Options test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"c0c4907e-0f3f-4f5b-9f9a-280b6ff94759\",\n                    \"CustomFieldName\": \"Sam's \\\"Special\\\" Options test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"set of options ajdin test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"bc311768-4d5d-4291-bbe0-5e8414c79ebb\",\n                    \"CustomFieldName\": \"set of options ajdin test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Company &\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"42599f6e-3c2b-4846-80ef-9b8938bc2396\",\n                    \"CustomFieldName\": \"Set of Options Company &\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Company Multi\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"b1641105-fbea-4ec9-9edc-fef3f31add64\",\n                    \"CustomFieldName\": \"Set of Options Company Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Events Multi\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"5b343934-42ac-467d-95ce-41f3c8cd3213\",\n                    \"CustomFieldName\": \"Set of Options Events Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual Multi\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"48a53b78-e57f-4145-9703-52fc78d4ba56\",\n                    \"CustomFieldName\": \"Set of Options Individual Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n                    \"CustomFieldName\": \"Set of Options Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options TEST 1.3.23\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"e500e166-ed79-44f0-b93f-4910d7bf0e37\",\n                    \"CustomFieldName\": \"Set of Options TEST 1.3.23\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Show This on Profile Page\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n                    \"CustomFieldName\": \"Show This on Profile Page\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"SOO\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n                    \"CustomFieldName\": \"SOO\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Special Billing\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n                    \"CustomFieldName\": \"Special Billing\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Square Footage\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"57c6a95d-7fe4-46dc-afed-a41836da0a35\",\n                    \"CustomFieldName\": \"Square Footage\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Standards Communication\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n                    \"CustomFieldName\": \"Standards Communication\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"State Options\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"eb527752-9813-47dc-9b7c-38bbcc3fede8\",\n                    \"CustomFieldName\": \"State Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sum Field Min 20\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n                    \"CustomFieldName\": \"Sum Field Min 20\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Summation Checkbox\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"18f309f9-60ee-430d-9669-97e858fb3235\",\n                    \"CustomFieldName\": \"Summation Checkbox\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Summation Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"6d98b332-0664-4954-86b7-c5ae6974eb81\",\n                    \"CustomFieldName\": \"Summation Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"summation test osman\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"fa55ca98-a95c-4573-b904-881fb6be6e57\",\n                    \"CustomFieldName\": \"summation test osman\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Supplier Level\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n                    \"CustomFieldName\": \"Supplier Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Tell Me About Your Hobbies/Activities\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"b92db83e-c291-42a1-bb13-31049618ce3b\",\n                    \"CustomFieldName\": \"Tell Me About Your Hobbies/Activities\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"46cdf5c2-5d0c-42b7-883a-651541be2ff3\",\n                    \"CustomFieldName\": \"Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test add fields\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n                    \"CustomFieldName\": \"Test add fields\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"75262053-6358-411a-a911-d31ff900a44a\",\n                    \"CustomFieldName\": \"Test New Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field 2\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"e6179d1d-8a49-4e3d-8164-524fee88946f\",\n                    \"CustomFieldName\": \"Test New Field 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"test number\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n                    \"CustomFieldName\": \"test number\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testaaa\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"91e786ab-f3b5-451b-9241-b989a1ff2bd4\",\n                    \"CustomFieldName\": \"testaaa\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testfld1\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"555903d6-07d0-40d5-8456-c7bf36287b38\",\n                    \"CustomFieldName\": \"testfld1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Testing Field Name\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n                    \"CustomFieldName\": \"Testing Field Name\",\n                    \"Value\": \"ereterereter\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Trailing Field\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"01fbff67-4037-4d56-8ba5-5f6d731511f8\",\n                    \"CustomFieldName\": \"Trailing Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"3deb007c-2194-4ddd-8c6c-58bd175d29a5\",\n                    \"CustomFieldName\": \"Unit Count\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count - Sum\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n                    \"CustomFieldName\": \"Unit Count - Sum\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Read Only)\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n                    \"CustomFieldName\": \"Unit Count (Read Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count Testing\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"76401132-c2c1-4abd-b0c6-bc931e9418e0\",\n                    \"CustomFieldName\": \"Unit Count Testing\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Website URL Test\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n                    \"CustomFieldName\": \"Website URL Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"x\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n                    \"CustomFieldName\": \"x\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Year\": {\n                    \"CustomerUniqueID\": \"6a406614-0c24-452a-8323-8b933183eb79\",\n                    \"CustomFieldUniqueID\": \"5f8f7880-639c-4da0-baa2-eaeb7b759952\",\n                    \"CustomFieldName\": \"Year\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                }\n            },\n            \"SpecifiedSystemFields\": [\n                \"AccountEmail\",\n                \"Active\",\n                \"Approved\",\n                \"AutoPay\",\n                \"AutoRenew\",\n                \"AverageNpsScore\",\n                \"Awards\",\n                \"BillingAddress\",\n                \"BillingContactUniqueId\",\n                \"Committees\",\n                \"County\",\n                \"CreatedDate\",\n                \"Credentials\",\n                \"CustomerType\",\n                \"CustomFields\",\n                \"DefaultDuesPayerOverride\",\n                \"DirectoryGallery\",\n                \"DuesPayerUniqueID\",\n                \"Education\",\n                \"EffectiveMemberType\",\n                \"Email\",\n                \"FacebookUrl\",\n                \"FamilyTreeUniqueID\",\n                \"Fax\",\n                \"FeaturedDirectoryListing\",\n                \"FirstName\",\n                \"Groups\",\n                \"HideContactInformation\",\n                \"HideOnWebsite\",\n                \"Image\",\n                \"ImportID\",\n                \"InstagramHandle\",\n                \"InternalIdentifier\",\n                \"IsInstructor\",\n                \"JobTitle\",\n                \"LastName\",\n                \"LastNpsFeedback\",\n                \"LastNpsScore\",\n                \"LastNpsScoreDate\",\n                \"LastUpdatedDate\",\n                \"LinkedInUrl\",\n                \"ManagementAccessForCompanies\",\n                \"MemberProfile\",\n                \"MembershipExpires\",\n                \"MemberSince\",\n                \"MemberStatus\",\n                \"MemberSubStatus\",\n                \"MemberType\",\n                \"MiddleName\",\n                \"Mobile\",\n                \"Name\",\n                \"Notes\",\n                \"OpenDuesBalance\",\n                \"OriginalJoinDate\",\n                \"ParentCustomerUniqueID\",\n                \"ParentMemberName\",\n                \"PersonalAddress\",\n                \"PersonalEmail\",\n                \"PersonalMobile\",\n                \"PersonalPhone\",\n                \"Phone\",\n                \"PrimaryContactUniqueId\",\n                \"ProhibitInvoicing\",\n                \"QuickBooksID\",\n                \"Role\",\n                \"ShippingAddress\",\n                \"SpecifiedSystemFields\",\n                \"Suffix\",\n                \"Taxable\",\n                \"TaxExemptionReason\",\n                \"Title\",\n                \"TwitterHandle\",\n                \"UniqueID\",\n                \"UnsubscribeFromEmails\",\n                \"UnsubscribeFromSignupEmails\",\n                \"UseParentBilling\",\n                \"UseParentShipping\",\n                \"VolunteerWorks\",\n                \"Website\"\n            ],\n            \"QuickBooksID\": \"615\",\n            \"UseParentBilling\": false,\n            \"UseParentShipping\": false,\n            \"Credentials\": null,\n            \"Title\": null,\n            \"DirectoryGallery\": [],\n            \"Awards\": null,\n            \"VolunteerWorks\": null,\n            \"Education\": null,\n            \"Groups\": [\n                {\n                    \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n                    \"GroupName\": \"_All Records associated with current members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"8831e79f-b412-41f2-8508-4c24a0aea3b3\",\n                    \"GroupName\": \"_All Records associated with current members - COPY22\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1b8b0b5e-e14e-4f9e-9a2c-fdd3db52fb1d\",\n                    \"GroupName\": \"_AllRecordsNoConditions\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e5434a2f-c258-43bc-8a2a-4d715e329f4d\",\n                    \"GroupName\": \"2M Group test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f2ef5f9b-d113-4e94-b0e7-a4eb01cb376a\",\n                    \"GroupName\": \"A Subscription Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0221cb90-34a8-4b4c-bb0c-d3ddadafd83c\",\n                    \"GroupName\": \"Add Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6ca26f49-eb7f-4ebe-8c73-bac2b2bc6520\",\n                    \"GroupName\": \"Admin access group |& for Christmas\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e834eb2f-2394-44bc-8285-7cbc229d03df\",\n                    \"GroupName\": \"All Benes\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"76685d8b-4590-4f52-9a63-2e979f58c00b\",\n                    \"GroupName\": \"All Current + Staff  - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3ddcf5d5-0ba8-494c-991f-483413deb59d\",\n                    \"GroupName\": \"All East Coast Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"65587a31-a6b3-4a54-a70c-f1997f7d0d47\",\n                    \"GroupName\": \"All Records for Census\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4ee56294-2b4d-490e-9d3b-50e3274d5338\",\n                    \"GroupName\": \"AMS-14699 Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1508f3bc-9139-40ad-a9ba-694c9417582f\",\n                    \"GroupName\": \"Another Committee\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5848010e-0395-4fcb-ac55-8732fd822074\",\n                    \"GroupName\": \"App date 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n                    \"GroupName\": \"Blab blah\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f28e6377-ffcb-4ced-b736-0ce029d7b0d3\",\n                    \"GroupName\": \"Bulk Update Member Type\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f70df783-12a6-43dc-9850-e02cffb00012\",\n                    \"GroupName\": \"Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Soci\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"57830cd8-90e5-4f6b-b430-11fd0704f925\",\n                    \"GroupName\": \"Comp 1 Cal not 12/31\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"29e6ef70-60af-44b3-a27a-1a64899eb8c4\",\n                    \"GroupName\": \"Companies Only\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2ae04d2f-4d4d-4634-9146-479640b51ff1\",\n                    \"GroupName\": \"Current Members Missing Zip or County\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3aa1160a-1fbf-4956-8b31-2957bf6c602f\",\n                    \"GroupName\": \"Daniel Smith Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4755f2a7-fc6a-46a1-badd-be59ea88a514\",\n                    \"GroupName\": \"Do not send marketing emails = no\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b47ada3f-d739-4ad0-a50a-c97c7032e98f\",\n                    \"GroupName\": \"drip campaign\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"952e6d37-8bc3-4e9e-9f0d-73ed64edd819\",\n                    \"GroupName\": \"Empty Custom Field Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n                    \"GroupName\": \"escape 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ab266663-7e76-4d08-bc8b-56fb4da3721c\",\n                    \"GroupName\": \"Exp Date\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"019a0fa9-9c19-4504-8959-17002638c608\",\n                    \"GroupName\": \"first month group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2f2e234e-c03b-41a3-8ce1-b6d3f26781ac\",\n                    \"GroupName\": \"Group of Digital Standards Committee (DSC)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fd5cfef6-2ea1-4785-93d6-cf04cba1bfab\",\n                    \"GroupName\": \"GUEST GROUP\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"da575be8-0b4e-47fd-98a3-c98a39eb1aa2\",\n                    \"GroupName\": \"Has a Headshot or Logo\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e770ee92-7467-4b3d-9a6a-d10b06f33491\",\n                    \"GroupName\": \"Has Last Note\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fcec1287-ab9b-4b27-aa31-2b8fe17ef6e6\",\n                    \"GroupName\": \"Has NO User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"99b8f66e-69c7-4550-9597-5d9021309ddc\",\n                    \"GroupName\": \"July Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b1a07503-28e2-4e9d-936a-a08d064f4e3b\",\n                    \"GroupName\": \"L.A.D.\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e2741903-af7f-4362-b9b2-99d7f17e20c8\",\n                    \"GroupName\": \"Large Parent Condition Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"8bfd40b7-a6a5-44bb-8342-34a11b401ea0\",\n                    \"GroupName\": \"Large Parent Condition Group - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5ece6262-f90f-4d28-a0ec-b1e27b4b6675\",\n                    \"GroupName\": \"Last Login Not Null\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"ac467162-2cd0-4d41-b45c-3d5c695c6790\",\n                    \"GroupName\": \"Last Login Null\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n                    \"GroupName\": \"Matt test 11/23\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0a1c3b52-6d03-43fb-961d-8249309662f8\",\n                    \"GroupName\": \"MC Test Synced: Current members + inheriting 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"92c3a856-0ae2-4f9e-b6a7-6c71ca4d95f0\",\n                    \"GroupName\": \"MC Test Synced: Primary\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6921a28e-9aea-4baa-8495-bba38197a37d\",\n                    \"GroupName\": \"MC Test: Current members + inheriting\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59d3b505-5cc7-416d-954a-11784f5154f3\",\n                    \"GroupName\": \"MEMBER STATUS = CURRENT\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"26cb1fb3-3864-4aeb-bae3-ea5f75264a09\",\n                    \"GroupName\": \"Member Types Switch 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"9d8a0f6b-5e9c-4df5-b430-3b9c27652ef1\",\n                    \"GroupName\": \"Members with Zero Dues Balance (Renewals)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a32cba37-3477-43cb-a0a9-5be57bd0787e\",\n                    \"GroupName\": \"name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1907e311-134e-4a5e-9d03-2ca3f1ca2ac3\",\n                    \"GroupName\": \"New Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5cd40878-fb8a-41b9-b8c3-0980dafcdf7c\",\n                    \"GroupName\": \"No User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n                    \"GroupName\": \"Not Expired Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ece3b93a-17ad-45cc-99e9-11cbaf5774b7\",\n                    \"GroupName\": \"Numeric Custom Field NULL/ZERO\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"df67958d-63b3-4154-9f52-474ad4df3c9c\",\n                    \"GroupName\": \"Open Dues Balance\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"17106f05-af83-437a-acf0-601fc74df572\",\n                    \"GroupName\": \"Osman Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"296ab041-2b82-4284-886b-0fb972fd5ac0\",\n                    \"GroupName\": \"Owners & Apartments\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"97f7fc44-23a7-48d9-8c4f-c8ce978298c8\",\n                    \"GroupName\": \"Parent Fields\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"c67e11eb-4304-4f71-87a2-86b6af57a1bc\",\n                    \"GroupName\": \"person free\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7bf9b1a8-0700-4e66-ab74-62dcc723eda5\",\n                    \"GroupName\": \"Persons\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5e652cc8-e66b-42d9-90a5-c98349ad5a4a\",\n                    \"GroupName\": \"Plain text test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6926a02c-9eaf-48d8-b036-5dae98a7a50f\",\n                    \"GroupName\": \"Primary contact sync for companies\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a3bc2231-a8d7-492f-8d12-8c892db8d7bc\",\n                    \"GroupName\": \"Primary/Ben Member Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"160cb43d-d9ae-4949-8ea1-a85d59191fbe\",\n                    \"GroupName\": \"Sammi's Archive Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n                    \"GroupName\": \"Special Interest Groups (SIGs)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"bd5cc0a7-0e37-4d8f-9511-63ec1c12d0a4\",\n                    \"GroupName\": \"Special Offer Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e8e9dab6-b7dd-4bb9-832a-b06f847857aa\",\n                    \"GroupName\": \"Special Offers\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ce0c4a1f-2272-452b-aebf-baf3e659c698\",\n                    \"GroupName\": \"Support Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b08001d8-460b-4cbc-a31e-987c93f08c32\",\n                    \"GroupName\": \"test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6abf779b-b8d8-40aa-864c-2d6e691e9dd1\",\n                    \"GroupName\": \"Test display name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1f46a9c2-d2c9-40b8-a296-8c984ada1cb3\",\n                    \"GroupName\": \"Test G\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"519d22ea-dd55-4507-a06f-4cc2b7816eae\",\n                    \"GroupName\": \"Test Roles 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n                    \"GroupName\": \"URL Test (doesn't begin with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n                    \"GroupName\": \"URL Test (doesn't contain)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n                    \"GroupName\": \"URL Test (doesn't end with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n                    \"GroupName\": \"URL Test (is null)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n                    \"GroupName\": \"URL Test (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n                    \"GroupName\": \"URL Test 2 (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"13aa4fc2-d5fa-4bf5-8f4e-53002ea2484c\",\n                    \"GroupName\": \"Use this to test. Alter whenever.\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n                    \"GroupName\": \"Who could sync to Higher Logic?\",\n                    \"InheritingMember\": false\n                }\n            ],\n            \"Committees\": [\n                {\n                    \"CommitteeMemberUniqueID\": \"770727e0-0582-4e78-b7fb-750f097ef3c3\",\n                    \"CommitteeUniqueID\": \"720b1026-d504-41c7-b20e-8305954fd67e\",\n                    \"CommitteeRoleUniqueID\": \"1c5573db-80cc-4995-8942-a2e270763ed7\",\n                    \"CommitteeRoleName\": \"Director\",\n                    \"CommitteeName\": \"CA Regional Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2023-12-31T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"2ebbc36d-0c69-4484-ad2c-dee3a33512ba\",\n                    \"CommitteeUniqueID\": \"b31f67ea-984d-49f3-9938-1dd0e8c1c3e7\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"FL Regional Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2024-05-01T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"c5e2f70c-a4f6-4227-bd27-48f6d8b0cd94\",\n                    \"CommitteeUniqueID\": \"b5f46952-dc33-440c-8774-2b4ba26e3fa7\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Digital Standards Committee (DSC)\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Eligible\",\n                    \"TermStart\": \"2024-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2025-01-01T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"ffb38d4c-26fa-4b66-a82b-43ed19ad57c2\",\n                    \"CommitteeUniqueID\": \"b5f46952-dc33-440c-8774-2b4ba26e3fa7\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Digital Standards Committee (DSC)\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Eligible\",\n                    \"TermStart\": \"2024-02-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2025-12-19T00:00:00-05:00\"\n                }\n            ],\n            \"ManagementAccessForCompanies\": [],\n            \"CreatedDate\": \"2018-10-26T09:44:31-04:00\",\n            \"LastUpdatedDate\": \"2025-06-23T11:42:25.533-04:00\",\n            \"PrimaryContactUniqueId\": \"0479f901-8de0-4a41-94f7-38ad07b25587\",\n            \"BillingContactUniqueId\": null,\n            \"DefaultDuesPayerOverride\": null,\n            \"Taxable\": true,\n            \"TaxExemptionReason\": null,\n            \"IsInstructor\": false,\n            \"OpenDuesBalance\": 800.00,\n            \"AverageNpsScore\": null,\n            \"LastNpsScore\": null,\n            \"LastNpsScoreDate\": null,\n            \"LastNpsFeedback\": null,\n            \"ProhibitInvoicing\": false,\n            \"FamilyTreeUniqueID\": \"20a2b514-483f-41fb-a7be-466b8a638452\",\n            \"FeaturedDirectoryListing\": false\n        },\n        {\n            \"UniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n            \"ImportID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n            \"InternalIdentifier\": 18694,\n            \"ParentCustomerUniqueID\": null,\n            \"ParentMemberName\": null,\n            \"Name\": \"ABC Company\",\n            \"FirstName\": null,\n            \"MiddleName\": null,\n            \"LastName\": null,\n            \"Suffix\": null,\n            \"Active\": true,\n            \"Email\": \"info@abc222.com\",\n            \"AccountEmail\": null,\n            \"Role\": null,\n            \"Phone\": \"(555)566-8888x8\",\n            \"Mobile\": \"(242)343-2424\",\n            \"Fax\": \"(454)353-5345\",\n            \"Website\": \"https://www.novitesting.com/admin/customers/customer-edit?id=161636\",\n            \"County\": \"Williamson\",\n            \"BillingAddress\": {\n                \"Address1\": \"2348 Los Arboles Lane\",\n                \"Address2\": null,\n                \"City\": \"Waco\",\n                \"ZipCode\": \"76711\",\n                \"StateProvince\": \"Texas\",\n                \"Country\": \"United States\"\n            },\n            \"ShippingAddress\": {\n                \"Address1\": \"32100 Beaconsfield Street\",\n                \"Address2\": null,\n                \"City\": \"Roseville\",\n                \"ZipCode\": \"48066\",\n                \"StateProvince\": \"Michigan\",\n                \"Country\": \"United States\"\n            },\n            \"PersonalEmail\": null,\n            \"PersonalPhone\": null,\n            \"PersonalMobile\": null,\n            \"PersonalAddress\": null,\n            \"Notes\": \"Trigger fired.\",\n            \"FacebookUrl\": null,\n            \"LinkedInUrl\": null,\n            \"InstagramHandle\": null,\n            \"TwitterHandle\": null,\n            \"MemberProfile\": \"\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do \\r\\neiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim \\r\\nad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\r\\n\\r\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \\r\\n\\r\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \\r\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \\r\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \\r\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. \\r\\n\\r\\nExcepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum!!!\\\"\",\n            \"JobTitle\": null,\n            \"Image\": \"http://127.0.0.1:10000/devstoreaccount1/novi-file-uploads/azure/members/10x32d2-1.jpg\",\n            \"OriginalJoinDate\": \"2025-06-20T00:00:00\",\n            \"MemberSince\": \"2025-06-20T00:00:00\",\n            \"MembershipExpires\": \"2026-06-19T00:00:00\",\n            \"MemberStatus\": \"current\",\n            \"MemberSubStatus\": null,\n            \"DuesPayerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n            \"HideOnWebsite\": false,\n            \"HideContactInformation\": false,\n            \"UnsubscribeFromEmails\": false,\n            \"UnsubscribeFromSignupEmails\": false,\n            \"Approved\": true,\n            \"AutoRenew\": true,\n            \"AutoPay\": false,\n            \"MemberType\": {\n                \"UniqueID\": \"3008d974-848d-417a-bd24-3c3b72c198f1\",\n                \"Name\": \"Company 7 - Small Seats Test\",\n                \"Description\": null,\n                \"ForCompanies\": true\n            },\n            \"EffectiveMemberType\": {\n                \"UniqueID\": \"3008d974-848d-417a-bd24-3c3b72c198f1\",\n                \"Name\": \"Company 7 - Small Seats Test\",\n                \"Description\": null,\n                \"ForCompanies\": true\n            },\n            \"CustomerType\": \"Company\",\n            \"CustomFields\": {\n                \"\\\"Checkbox\\\" Event Reg\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"91fe93d5-7739-4e95-b3f0-7e38d8ae6847\",\n                    \"CustomFieldName\": \"\\\"Checkbox\\\" Event Reg\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"2023 Magazine Issues Field Name\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"2f59d0dd-7173-42a6-9109-b733f5906b1f\",\n                    \"CustomFieldName\": \"2023 Magazine Issues Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ACKNOWLEDGE USE OF SEALS & STICKERS\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"db22616d-950d-4647-916e-2409e6243600\",\n                    \"CustomFieldName\": \"ACKNOWLEDGE USE OF SEALS & STICKERS\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Aidens Dog Treats Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"a64a8abc-a3be-4507-9155-620864e886bf\",\n                    \"CustomFieldName\": \"Aidens Dog Treats Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Ajdin Multi Select Test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"40357254-1036-44f8-b73e-1aada7de53fb\",\n                    \"CustomFieldName\": \"Ajdin Multi Select Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AMS-14089\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"fc83c2cc-214b-410d-8de4-34664baea6f0\",\n                    \"CustomFieldName\": \"AMS-14089\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"0f6a866b-fb67-4d95-b007-8a2990feb45d\",\n                    \"CustomFieldName\": \"Annual Sales\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Apostrophe test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"1cef6a61-8bf7-44cc-b3fc-92fe8178bf46\",\n                    \"CustomFieldName\": \"Apostrophe test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"APTA Specialty\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"78b23565-36e7-4ff0-8482-bcc907bf2204\",\n                    \"CustomFieldName\": \"APTA Specialty\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas of Expertise - Custom Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"079ebe02-f026-49c5-aa6d-b1f86749c6b5\",\n                    \"CustomFieldName\": \"Areas of Expertise - Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas You Service\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"79625ae0-1940-4398-8776-15606157d084\",\n                    \"CustomFieldName\": \"Areas You Service\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Shirt Size\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"a7fe90ca-5d25-4816-9304-f3346af34aac\",\n                    \"CustomFieldName\": \"Attendee Shirt Size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Auction Engagement\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"d57cdba6-95fe-445d-87f2-626dd8c34405\",\n                    \"CustomFieldName\": \"Auction Engagement\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Benefits Test Custom Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8d1e9d15-d133-4ed3-ac61-025f98e44a26\",\n                    \"CustomFieldName\": \"Benefits Test Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Birthday\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"cacaae65-c6fe-45c5-b38e-863e58acf3a7\",\n                    \"CustomFieldName\": \"Birthday\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"brand new set of options\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8f41ddbb-8810-4bb4-b77e-9f009d128725\",\n                    \"CustomFieldName\": \"brand new set of options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Carbaugh CUSTOM FIELD\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"5d975abc-c1c3-453d-941f-817d0f970cc0\",\n                    \"CustomFieldName\": \"Carbaugh CUSTOM FIELD\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Carbaugh Multi Select\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"ebe8d256-fbac-4792-a67a-98f8b3dbe889\",\n                    \"CustomFieldName\": \"Carbaugh Multi Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Chapter Affiliation\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"5f7cb996-6fed-4967-8915-84f4f171e8ef\",\n                    \"CustomFieldName\": \"Chapter Affiliation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"COAA Corporate Partner Dues Discount\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"66908d71-c748-4dd6-9603-91ad596f0aa8\",\n                    \"CustomFieldName\": \"COAA Corporate Partner Dues Discount\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Communication Opt Out\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n                    \"CustomFieldName\": \"Communication Opt Out\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Company Name1\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c5ccdd08-94e0-467c-bbd9-288b2eda7ea2\",\n                    \"CustomFieldName\": \"Company Name1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Contact Time of Day Preference\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"f6ea978d-ba47-46a1-a831-7ad613acbcde\",\n                    \"CustomFieldName\": \"Contact Time of Day Preference\",\n                    \"Value\": \"Morning\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom Field - Member Visibility (Private)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"a94d41bc-9d01-4772-86e9-e692d6a3b1e4\",\n                    \"CustomFieldName\": \"Custom Field - Member Visibility (Private)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom Field with Space\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"14f849ae-aca4-4fc8-94ed-a122e5e479a0\",\n                    \"CustomFieldName\": \"Custom Field with Space\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Company\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"f8788ddc-b489-4a15-ad89-211328a9daef\",\n                    \"CustomFieldName\": \"Date & Time Company\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date/Time Ecommerce\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"f7ab508f-f5d3-48e6-a4d6-54c02bcb8b06\",\n                    \"CustomFieldName\": \"Date/Time Ecommerce\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date/Time Events (MND TEST)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                    \"CustomFieldName\": \"Date/Time Events (MND TEST)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Do you want a bag of Skittles*? - FN\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n                    \"CustomFieldName\": \"Do you want a bag of Skittles*? - FN\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"EJ Test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8ab37613-a9ea-4251-bd93-6d973f011948\",\n                    \"CustomFieldName\": \"EJ Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"EJ Test Unit Count\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"1c6f1522-8ec0-4b70-93cb-0923b03dcdab\",\n                    \"CustomFieldName\": \"EJ Test Unit Count\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Escape\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"e023d9ba-a599-44e4-a5e7-8431e84ea5a0\",\n                    \"CustomFieldName\": \"Escape\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Event Plain Text\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"0c6c91ad-7207-4544-ba7f-94c27c82871a\",\n                    \"CustomFieldName\": \"Event Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Favorite TV Character\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"14566742-c554-4c12-9819-132153c64f15\",\n                    \"CustomFieldName\": \"Favorite TV Character\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field - Non Directory Pages\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"001a551c-23e5-4dc4-aeb2-86b9d9206aff\",\n                    \"CustomFieldName\": \"Field - Non Directory Pages\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field on Admin Member List\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n                    \"CustomFieldName\": \"Field on Admin Member List\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"File Upload - Company Only\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"ffffbba2-09d0-4d59-ac20-459380f36faa\",\n                    \"CustomFieldName\": \"File Upload - Company Only\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Geographic Location\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n                    \"CustomFieldName\": \"Geographic Location\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GH Test - Checkbox\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"3dee4ec9-6a7e-4734-b670-44c8a97719fe\",\n                    \"CustomFieldName\": \"GH Test - Checkbox\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GH Test - Conditions 2\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"aebc1de3-e6f4-4b0e-82d0-ee28d0f91926\",\n                    \"CustomFieldName\": \"GH Test - Conditions 2\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GH Test - Maths\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"cd9e4da0-6676-47f8-bd92-fc2d8fff2df2\",\n                    \"CustomFieldName\": \"GH Test - Maths\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GH Test - Multi-option\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c67e7418-c3c0-4069-a31a-55ee2b09c56c\",\n                    \"CustomFieldName\": \"GH Test - Multi-option\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GH Test - Plain Text\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"7d44b9fe-7b3f-4dc0-8fb8-474260b8e7af\",\n                    \"CustomFieldName\": \"GH Test - Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GH Test - Plain Text Visibility\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"d18fd9f5-6f03-411c-b8c6-a13b4b08e0de\",\n                    \"CustomFieldName\": \"GH Test - Plain Text Visibility\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GH Test - Prepopulated Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"2b36f722-173f-42ce-a6e8-b9621a12dcc6\",\n                    \"CustomFieldName\": \"GH Test - Prepopulated Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GRA Test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n                    \"CustomFieldName\": \"GRA Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Hat size\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n                    \"CustomFieldName\": \"Hat size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Incrementing Number 1\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"4e00167f-fd32-4cec-a552-0d3da79dd6d5\",\n                    \"CustomFieldName\": \"Incrementing Number 1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Incrementing Number 2\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"b7cbf5bd-1f9e-4698-a549-98a2317b677d\",\n                    \"CustomFieldName\": \"Incrementing Number 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Incrementing Number 3\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"35c027d0-00d7-4859-8542-e9d49b95e485\",\n                    \"CustomFieldName\": \"Incrementing Number 3\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Industry Vertical\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"00423240-8d32-48bc-ae16-a04632f2b31e\",\n                    \"CustomFieldName\": \"Industry Vertical\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Integration Partners\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"28791cef-7d1f-48ae-85f0-60997eb300f0\",\n                    \"CustomFieldName\": \"Integration Partners\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"77a07fde-1382-40a4-94c4-612ddc90cf13\",\n                    \"CustomFieldName\": \"Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"0981350b-5ce9-48b6-bb8f-14feb62a3c47\",\n                    \"CustomFieldName\": \"Internal Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Test Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"f1c91f5e-1bb1-405e-ace5-685bae75b9eb\",\n                    \"CustomFieldName\": \"Internal Test Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Invoice Comments\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n                    \"CustomFieldName\": \"Invoice Comments\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jessica Number Range\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n                    \"CustomFieldName\": \"Jessica Number Range\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"JoHn's set of options\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"acffc176-4dd5-468a-abaa-c8a6752f375e\",\n                    \"CustomFieldName\": \"JoHn's set of options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon Date/Time\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n                    \"CustomFieldName\": \"Jon Date/Time\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Numbers\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"a2887d1f-5a62-4085-a2b7-ec3142dd1713\",\n                    \"CustomFieldName\": \"Jon's Numbers\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Set of Options\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n                    \"CustomFieldName\": \"Jon's Set of Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"July24 Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"954c775e-bbdc-4f01-bc07-d39d75e27676\",\n                    \"CustomFieldName\": \"July24 Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Just Checking Webhooks\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"32caeaf5-678b-4cdb-8e55-1a328af64c24\",\n                    \"CustomFieldName\": \"Just Checking Webhooks\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates URL\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"98d982f8-d145-4078-9e0e-92642db6c51a\",\n                    \"CustomFieldName\": \"Kates URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"License #\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"67db98ed-32dc-4d0f-af94-06929dc8347d\",\n                    \"CustomFieldName\": \"License #\",\n                    \"Value\": \"B9804221\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Limit To 1 Selection on Frontend\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"ce3d776f-935a-4f03-b4e2-95284b6fa13e\",\n                    \"CustomFieldName\": \"Limit To 1 Selection on Frontend\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Local\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"404fc3ec-c310-434e-9812-8928a9ee039c\",\n                    \"CustomFieldName\": \"Local\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"May Date\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"6c31a9d2-fefe-44b2-b596-1a0be6b57034\",\n                    \"CustomFieldName\": \"May Date\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Company\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n                    \"CustomFieldName\": \"Member Custom Field: Company\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Member Status\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n                    \"CustomFieldName\": \"Member Custom Field: Member Status\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Number old\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"7f3e3dd2-5901-4231-99df-4bfdb30c886a\",\n                    \"CustomFieldName\": \"Member Number old\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"ad160c31-859a-40c2-9aa1-3899ee4cc4ea\",\n                    \"CustomFieldName\": \"Names & Stuff\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff Blank\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"9467ea5c-b2ea-47b4-91dd-128eb310d06d\",\n                    \"CustomFieldName\": \"Names & Stuff Blank\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New 12.18\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"7b651a46-934e-46d2-9283-003ee96b3c15\",\n                    \"CustomFieldName\": \"New 12.18\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Checkbox 1\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"4b5a80da-13fa-4ed1-9c78-aa93bf33bc23\",\n                    \"CustomFieldName\": \"New Checkbox 1\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Date Custom Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"3dad10d0-dcdb-475d-995d-ae0c2f200037\",\n                    \"CustomFieldName\": \"New Date Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Field with Instructions\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n                    \"CustomFieldName\": \"New Field with Instructions\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Numeric Custom Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"e6b24fdc-75aa-470b-a42e-381453d5e8b1\",\n                    \"CustomFieldName\": \"New Numeric Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Newnewss\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n                    \"CustomFieldName\": \"Newnewss\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non Sum Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n                    \"CustomFieldName\": \"Non Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non-Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"7e385020-06a6-4352-8449-b60c4086f335\",\n                    \"CustomFieldName\": \"Non-Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Notes Test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"b4c20d3e-89e8-4812-8fd6-3c52f2d9a104\",\n                    \"CustomFieldName\": \"Notes Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Companies\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n                    \"CustomFieldName\": \"Number Companies\",\n                    \"Value\": \"4\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Individuals\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n                    \"CustomFieldName\": \"Number Individuals\",\n                    \"Value\": \"3\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of Employees Ecosystem Partner\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c526699d-0a6b-4185-bcab-114c6f04aa8b\",\n                    \"CustomFieldName\": \"Number of Employees Ecosystem Partner\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of States\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n                    \"CustomFieldName\": \"Number of States\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"numeric test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8e1741e7-8a06-482d-9dd5-4a84e48d09b6\",\n                    \"CustomFieldName\": \"numeric test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Optional Donation\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n                    \"CustomFieldName\": \"Optional Donation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Paid for 2021-2022 CME audit in previous system\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n                    \"CustomFieldName\": \"Paid for 2021-2022 CME audit in previous system\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Partner Level\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"55e6aad8-e4c7-4784-9891-2cc480337122\",\n                    \"CustomFieldName\": \"Partner Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"PB TEST\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"2d7d4b2d-6d64-4603-95d4-6f1791d1019f\",\n                    \"CustomFieldName\": \"PB TEST\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text - Multi-line\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"b5ad2700-2d3f-4f20-a082-e0aaf51a6c9e\",\n                    \"CustomFieldName\": \"Plain Text - Multi-line\",\n                    \"Value\": \"test company value\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text - Single Line\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"06b04973-a0f9-4620-b228-08dc85d7f329\",\n                    \"CustomFieldName\": \"Plain Text - Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text Companies Single\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"84c7dca0-adc2-4576-b7bc-c210d6e6acc8\",\n                    \"CustomFieldName\": \"Plain Text Companies Single\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Practicing Since\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"ef0122cc-d5ff-4e02-b474-ff70d0ba76fd\",\n                    \"CustomFieldName\": \"Practicing Since\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Pregnancy & Postpartum Sub-Category\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"71feb5d7-9ce6-4a69-b1e3-f4683ba568e1\",\n                    \"CustomFieldName\": \"Pregnancy & Postpartum Sub-Category\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Problematic Characters\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c8bea434-8079-420f-8b49-114a03266037\",\n                    \"CustomFieldName\": \"Problematic Characters\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Product Number\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"4a5629f2-a262-4e2c-b93c-604f78fc6dcc\",\n                    \"CustomFieldName\": \"Product Number\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Prorated Dues (Supplier)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n                    \"CustomFieldName\": \"Prorated Dues (Supplier)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"ab4a55f9-787a-4b3b-aea4-4d3e08d9ed46\",\n                    \"CustomFieldName\": \"Proration\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration Dues (Owner)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n                    \"CustomFieldName\": \"Proration Dues (Owner)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Checkbox General\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n                    \"CustomFieldName\": \"QA: Checkbox General\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Company Only\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8c47133e-ec58-4566-86d6-4df12f32a242\",\n                    \"CustomFieldName\": \"QA: Company Only\",\n                    \"Value\": \"A\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Custom Website URL\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n                    \"CustomFieldName\": \"QA: Custom Website URL\",\n                    \"Value\": \"https://www.google.com\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Date & Time)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Date & Time)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Date Only)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"4a5fc1fa-4cb2-44f7-871a-d87347e63431\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Date Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Time Only)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"9fed33f7-1b44-4445-b772-650d7b2a5fc7\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Time Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time Min/Max\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"83908d74-e888-44d8-9d5d-c67ce2f83bfa\",\n                    \"CustomFieldName\": \"QA: Date & Time Min/Max\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: File Upload - Multiple\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"0020ca20-8a7c-4200-981e-95470e9bebc5\",\n                    \"CustomFieldName\": \"QA: File Upload - Multiple\",\n                    \"Value\": \"[]\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: File Upload - Single\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"18e16940-a5fc-454a-8d87-5c94e0f60f76\",\n                    \"CustomFieldName\": \"QA: File Upload - Single\",\n                    \"Value\": \"[]\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Internal Only\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"9597ee73-72bd-4585-83c3-9fdaa36a1ed2\",\n                    \"CustomFieldName\": \"QA: Internal Only\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Numbers - Whole Numbers, Show Summation\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"1c6487c4-fbc6-41e4-bcf9-e68893cb8b71\",\n                    \"CustomFieldName\": \"QA: Numbers - Whole Numbers, Show Summation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Character Limit (5)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c58530d9-42d0-403e-84e2-574083e339ba\",\n                    \"CustomFieldName\": \"QA: Plain Text Character Limit (5)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Multi-Line\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n                    \"CustomFieldName\": \"QA: Plain Text Multi-Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Single Line\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n                    \"CustomFieldName\": \"QA: Plain Text Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Read-only on Frontend After Initial Value\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n                    \"CustomFieldName\": \"QA: Read-only on Frontend After Initial Value\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Multi-Select\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n                    \"CustomFieldName\": \"QA: Set of Options Multi-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Multi-Select Limit 2\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"3f6ff24d-2790-48a5-828d-c365e36e5029\",\n                    \"CustomFieldName\": \"QA: Set of Options Multi-Select Limit 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Single-Select\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n                    \"CustomFieldName\": \"QA: Set of Options Single-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Sum Field Whole\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n                    \"CustomFieldName\": \"QA: Sum Field Whole\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"13011325-8b57-49fe-b641-d5d93d04ea4a\",\n                    \"CustomFieldName\": \"Random\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random Sum Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n                    \"CustomFieldName\": \"Random Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Referred By\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"caffb65f-8a3e-428d-94d9-0f4603c568a1\",\n                    \"CustomFieldName\": \"Referred By\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Companies - Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n                    \"CustomFieldName\": \"Related Record Companies - Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Revenue 2025\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"3d23508d-9b41-4561-a115-46e63a817f12\",\n                    \"CustomFieldName\": \"Revenue 2025\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Ribbons\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"cc6689df-06b5-4150-af58-f0ecc9e15459\",\n                    \"CustomFieldName\": \"Ribbons\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertDateTest\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8c3ece95-0182-4d38-b5e8-87589466777c\",\n                    \"CustomFieldName\": \"RobertDateTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertOptionsTest\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"7a607628-5521-4c01-be4f-fbd640b2cd82\",\n                    \"CustomFieldName\": \"RobertOptionsTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sales Region\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n                    \"CustomFieldName\": \"Sales Region\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sam's \\\"Special\\\" Options test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"c0c4907e-0f3f-4f5b-9f9a-280b6ff94759\",\n                    \"CustomFieldName\": \"Sam's \\\"Special\\\" Options test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"set of options ajdin test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"bc311768-4d5d-4291-bbe0-5e8414c79ebb\",\n                    \"CustomFieldName\": \"set of options ajdin test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Company &\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"42599f6e-3c2b-4846-80ef-9b8938bc2396\",\n                    \"CustomFieldName\": \"Set of Options Company &\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Company Multi\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"b1641105-fbea-4ec9-9edc-fef3f31add64\",\n                    \"CustomFieldName\": \"Set of Options Company Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Events Multi\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"5b343934-42ac-467d-95ce-41f3c8cd3213\",\n                    \"CustomFieldName\": \"Set of Options Events Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual Multi\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"48a53b78-e57f-4145-9703-52fc78d4ba56\",\n                    \"CustomFieldName\": \"Set of Options Individual Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n                    \"CustomFieldName\": \"Set of Options Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options TEST 1.3.23\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"e500e166-ed79-44f0-b93f-4910d7bf0e37\",\n                    \"CustomFieldName\": \"Set of Options TEST 1.3.23\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Show This on Profile Page\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n                    \"CustomFieldName\": \"Show This on Profile Page\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"SOO\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n                    \"CustomFieldName\": \"SOO\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Special Billing\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n                    \"CustomFieldName\": \"Special Billing\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Square Footage\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"57c6a95d-7fe4-46dc-afed-a41836da0a35\",\n                    \"CustomFieldName\": \"Square Footage\",\n                    \"Value\": \"4090\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Standards Communication\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n                    \"CustomFieldName\": \"Standards Communication\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"State Options\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"eb527752-9813-47dc-9b7c-38bbcc3fede8\",\n                    \"CustomFieldName\": \"State Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sum Field Min 20\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n                    \"CustomFieldName\": \"Sum Field Min 20\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Summation Checkbox\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"18f309f9-60ee-430d-9669-97e858fb3235\",\n                    \"CustomFieldName\": \"Summation Checkbox\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Summation Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"6d98b332-0664-4954-86b7-c5ae6974eb81\",\n                    \"CustomFieldName\": \"Summation Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"summation test osman\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"fa55ca98-a95c-4573-b904-881fb6be6e57\",\n                    \"CustomFieldName\": \"summation test osman\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Supplier Level\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n                    \"CustomFieldName\": \"Supplier Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Tell Me About Your Hobbies/Activities\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"b92db83e-c291-42a1-bb13-31049618ce3b\",\n                    \"CustomFieldName\": \"Tell Me About Your Hobbies/Activities\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"46cdf5c2-5d0c-42b7-883a-651541be2ff3\",\n                    \"CustomFieldName\": \"Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test add fields\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n                    \"CustomFieldName\": \"Test add fields\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"75262053-6358-411a-a911-d31ff900a44a\",\n                    \"CustomFieldName\": \"Test New Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field 2\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"e6179d1d-8a49-4e3d-8164-524fee88946f\",\n                    \"CustomFieldName\": \"Test New Field 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"test number\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n                    \"CustomFieldName\": \"test number\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test Plain text\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"8b73604d-b67a-4db1-808a-cc9d084efd4a\",\n                    \"CustomFieldName\": \"Test Plain text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testaaa\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"91e786ab-f3b5-451b-9241-b989a1ff2bd4\",\n                    \"CustomFieldName\": \"testaaa\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Testing Field Name\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n                    \"CustomFieldName\": \"Testing Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Trailing Field\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"01fbff67-4037-4d56-8ba5-5f6d731511f8\",\n                    \"CustomFieldName\": \"Trailing Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"3deb007c-2194-4ddd-8c6c-58bd175d29a5\",\n                    \"CustomFieldName\": \"Unit Count\",\n                    \"Value\": \"0\",\n                    \"IsSumOfChildren\": true\n                },\n                \"Unit Count - Sum\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n                    \"CustomFieldName\": \"Unit Count - Sum\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Read Only)\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n                    \"CustomFieldName\": \"Unit Count (Read Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count Testing\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"76401132-c2c1-4abd-b0c6-bc931e9418e0\",\n                    \"CustomFieldName\": \"Unit Count Testing\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Website URL Test\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n                    \"CustomFieldName\": \"Website URL Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"x\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n                    \"CustomFieldName\": \"x\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Year\": {\n                    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n                    \"CustomFieldUniqueID\": \"5f8f7880-639c-4da0-baa2-eaeb7b759952\",\n                    \"CustomFieldName\": \"Year\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                }\n            },\n            \"SpecifiedSystemFields\": [\n                \"AccountEmail\",\n                \"Active\",\n                \"Approved\",\n                \"AutoPay\",\n                \"AutoRenew\",\n                \"AverageNpsScore\",\n                \"Awards\",\n                \"BillingAddress\",\n                \"BillingContactUniqueId\",\n                \"Committees\",\n                \"County\",\n                \"CreatedDate\",\n                \"Credentials\",\n                \"CustomerType\",\n                \"CustomFields\",\n                \"DefaultDuesPayerOverride\",\n                \"DirectoryGallery\",\n                \"DuesPayerUniqueID\",\n                \"Education\",\n                \"EffectiveMemberType\",\n                \"Email\",\n                \"FacebookUrl\",\n                \"FamilyTreeUniqueID\",\n                \"Fax\",\n                \"FeaturedDirectoryListing\",\n                \"FirstName\",\n                \"Groups\",\n                \"HideContactInformation\",\n                \"HideOnWebsite\",\n                \"Image\",\n                \"ImportID\",\n                \"InstagramHandle\",\n                \"InternalIdentifier\",\n                \"IsInstructor\",\n                \"JobTitle\",\n                \"LastName\",\n                \"LastNpsFeedback\",\n                \"LastNpsScore\",\n                \"LastNpsScoreDate\",\n                \"LastUpdatedDate\",\n                \"LinkedInUrl\",\n                \"ManagementAccessForCompanies\",\n                \"MemberProfile\",\n                \"MembershipExpires\",\n                \"MemberSince\",\n                \"MemberStatus\",\n                \"MemberSubStatus\",\n                \"MemberType\",\n                \"MiddleName\",\n                \"Mobile\",\n                \"Name\",\n                \"Notes\",\n                \"OpenDuesBalance\",\n                \"OriginalJoinDate\",\n                \"ParentCustomerUniqueID\",\n                \"ParentMemberName\",\n                \"PersonalAddress\",\n                \"PersonalEmail\",\n                \"PersonalMobile\",\n                \"PersonalPhone\",\n                \"Phone\",\n                \"PrimaryContactUniqueId\",\n                \"ProhibitInvoicing\",\n                \"QuickBooksID\",\n                \"Role\",\n                \"ShippingAddress\",\n                \"SpecifiedSystemFields\",\n                \"Suffix\",\n                \"Taxable\",\n                \"TaxExemptionReason\",\n                \"Title\",\n                \"TwitterHandle\",\n                \"UniqueID\",\n                \"UnsubscribeFromEmails\",\n                \"UnsubscribeFromSignupEmails\",\n                \"UseParentBilling\",\n                \"UseParentShipping\",\n                \"VolunteerWorks\",\n                \"Website\"\n            ],\n            \"QuickBooksID\": \"65\",\n            \"UseParentBilling\": false,\n            \"UseParentShipping\": false,\n            \"Credentials\": null,\n            \"Title\": null,\n            \"DirectoryGallery\": [\n                {\n                    \"Title\": \"\",\n                    \"Type\": \"Image\",\n                    \"Url\": \"http://127.0.0.1:10000/devstoreaccount1/novi-file-uploads/azure/customer-gallery/glo2b0iweaet_z1-1.jpg\"\n                }\n            ],\n            \"Awards\": null,\n            \"VolunteerWorks\": null,\n            \"Education\": null,\n            \"Groups\": [\n                {\n                    \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n                    \"GroupName\": \"_All Records associated with current members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"616ae8b9-0a4a-43aa-9767-bc6daa817fd7\",\n                    \"GroupName\": \"_All Records associated with current members - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"857f9dcd-9e57-4389-b8a5-d069d502fa20\",\n                    \"GroupName\": \"_All Records associated with current members - test name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1b8b0b5e-e14e-4f9e-9a2c-fdd3db52fb1d\",\n                    \"GroupName\": \"_AllRecordsNoConditions\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4166d5f5-e4b6-49ef-974e-22bb7a7ba816\",\n                    \"GroupName\": \"2026 dues\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e5434a2f-c258-43bc-8a2a-4d715e329f4d\",\n                    \"GroupName\": \"2M Group test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0221cb90-34a8-4b4c-bb0c-d3ddadafd83c\",\n                    \"GroupName\": \"Add Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"70d5d108-7cee-47d1-ad45-77ac80704009\",\n                    \"GroupName\": \"All Active Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e834eb2f-2394-44bc-8285-7cbc229d03df\",\n                    \"GroupName\": \"All Benes\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"26e1369c-2edc-47fc-9581-8cf50f1ea9e1\",\n                    \"GroupName\": \"All Current + Staff \",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"76685d8b-4590-4f52-9a63-2e979f58c00b\",\n                    \"GroupName\": \"All Current + Staff  - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3ddcf5d5-0ba8-494c-991f-483413deb59d\",\n                    \"GroupName\": \"All East Coast Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"bb8c028a-e9b4-4492-a9a0-ecfe1287cd24\",\n                    \"GroupName\": \"All Members + Staff\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"65587a31-a6b3-4a54-a70c-f1997f7d0d47\",\n                    \"GroupName\": \"All Records for Census\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4ee56294-2b4d-490e-9d3b-50e3274d5338\",\n                    \"GroupName\": \"AMS-14699 Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1508f3bc-9139-40ad-a9ba-694c9417582f\",\n                    \"GroupName\": \"Another Committee\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5848010e-0395-4fcb-ac55-8732fd822074\",\n                    \"GroupName\": \"App date 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"217fa34e-d021-45c2-b278-1d1afe0e9c1e\",\n                    \"GroupName\": \"Award Nominations\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n                    \"GroupName\": \"Blab blah\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1b53a6ed-5214-42b8-9e84-182b304fdb9c\",\n                    \"GroupName\": \"Committee: Diversity, Equity & Inclusion Task Committee\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f70df783-12a6-43dc-9850-e02cffb00012\",\n                    \"GroupName\": \"Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Soci\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"30c8e0ab-bccd-4214-bdd6-a8f31d6282ad\",\n                    \"GroupName\": \"Constant Contact Test Sync\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a068bebc-4f21-4d2c-896e-e2e8546e8ab1\",\n                    \"GroupName\": \"Controlled Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"593f9a6c-85a4-4744-af26-7031454e86c5\",\n                    \"GroupName\": \"Curent Status is current\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7288ddd0-5b2c-4732-907e-ee12eda41f4b\",\n                    \"GroupName\": \"Current Members + ALL CHILDREN 11.21\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"920abb24-44c7-4aec-8336-2829222f8404\",\n                    \"GroupName\": \"Current Members + ALL PEOPLE CHILDREN 11.21\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"854e888f-64de-4adf-a565-fcbf8aac2712\",\n                    \"GroupName\": \"Current Members + Inheriting Staff 11.21\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3aa1160a-1fbf-4956-8b31-2957bf6c602f\",\n                    \"GroupName\": \"Daniel Smith Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4755f2a7-fc6a-46a1-badd-be59ea88a514\",\n                    \"GroupName\": \"Do not send marketing emails = no\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b47ada3f-d739-4ad0-a50a-c97c7032e98f\",\n                    \"GroupName\": \"drip campaign\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"952e6d37-8bc3-4e9e-9f0d-73ed64edd819\",\n                    \"GroupName\": \"Empty Custom Field Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n                    \"GroupName\": \"escape 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2304aa2a-eb82-4da7-b068-d22e9c3f40fc\",\n                    \"GroupName\": \"File Upload Field\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"019a0fa9-9c19-4504-8959-17002638c608\",\n                    \"GroupName\": \"first month group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fd5cfef6-2ea1-4785-93d6-cf04cba1bfab\",\n                    \"GroupName\": \"GUEST GROUP\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"da575be8-0b4e-47fd-98a3-c98a39eb1aa2\",\n                    \"GroupName\": \"Has a Headshot or Logo\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e770ee92-7467-4b3d-9a6a-d10b06f33491\",\n                    \"GroupName\": \"Has Last Note\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a80c9266-7e0c-4e14-b034-34bd74161d66\",\n                    \"GroupName\": \"HAS MEMBER BENEFITS\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fcec1287-ab9b-4b27-aa31-2b8fe17ef6e6\",\n                    \"GroupName\": \"Has NO User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"509fad29-5693-45ec-a838-593e3de4c58b\",\n                    \"GroupName\": \"hello group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"c269659a-f5bd-48ff-b970-193055e66dc9\",\n                    \"GroupName\": \"Instructors\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"9e22b025-dc80-46be-8d6b-17e6f36f7dfc\",\n                    \"GroupName\": \"Joined 2022\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"99b8f66e-69c7-4550-9597-5d9021309ddc\",\n                    \"GroupName\": \"July Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b1a07503-28e2-4e9d-936a-a08d064f4e3b\",\n                    \"GroupName\": \"L.A.D.\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e2741903-af7f-4362-b9b2-99d7f17e20c8\",\n                    \"GroupName\": \"Large Parent Condition Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"8bfd40b7-a6a5-44bb-8342-34a11b401ea0\",\n                    \"GroupName\": \"Large Parent Condition Group - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5ece6262-f90f-4d28-a0ec-b1e27b4b6675\",\n                    \"GroupName\": \"Last Login Not Null\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"ac467162-2cd0-4d41-b45c-3d5c695c6790\",\n                    \"GroupName\": \"Last Login Null\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n                    \"GroupName\": \"Matt test 11/23\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0a1c3b52-6d03-43fb-961d-8249309662f8\",\n                    \"GroupName\": \"MC Test Synced: Current members + inheriting 2\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"6921a28e-9aea-4baa-8495-bba38197a37d\",\n                    \"GroupName\": \"MC Test: Current members + inheriting\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"363648ad-09f8-473b-9670-70f49aecdfba\",\n                    \"GroupName\": \"Meg's QA Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"de2ac27e-6f65-405e-944a-044f181e13da\",\n                    \"GroupName\": \"Member Health = New Member\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"26cb1fb3-3864-4aeb-bae3-ea5f75264a09\",\n                    \"GroupName\": \"Member Types Switch 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"9af9839b-44ef-4d25-aac0-44b693af24c9\",\n                    \"GroupName\": \"Members with Open Dues (Due in X Days)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a32cba37-3477-43cb-a0a9-5be57bd0787e\",\n                    \"GroupName\": \"name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1907e311-134e-4a5e-9d03-2ca3f1ca2ac3\",\n                    \"GroupName\": \"New Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ce86e046-69f8-4b55-9da8-234aaff8f751\",\n                    \"GroupName\": \"New Members This Week\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5cd40878-fb8a-41b9-b8c3-0980dafcdf7c\",\n                    \"GroupName\": \"No User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n                    \"GroupName\": \"Not Expired Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ece3b93a-17ad-45cc-99e9-11cbaf5774b7\",\n                    \"GroupName\": \"Numeric Custom Field NULL/ZERO\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"09727057-baf9-420d-8d95-2e1240022256\",\n                    \"GroupName\": \"OJD\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"df67958d-63b3-4154-9f52-474ad4df3c9c\",\n                    \"GroupName\": \"Open Dues Balance\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5f4b3129-7753-4959-a051-4a63d76bf7b5\",\n                    \"GroupName\": \"Open Dues Balance > 0\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b3576d54-2216-440b-a04d-7a5a2c4fe4c5\",\n                    \"GroupName\": \"Original Join Date - Specific Date\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7f233da5-9e4b-429f-99dc-b5a6ae6f0e42\",\n                    \"GroupName\": \"Original Join Date Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"17106f05-af83-437a-acf0-601fc74df572\",\n                    \"GroupName\": \"Osman Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2e32c8e4-5bee-4bd9-868e-5db9924c4840\",\n                    \"GroupName\": \"Overdues!\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"c67e11eb-4304-4f71-87a2-86b6af57a1bc\",\n                    \"GroupName\": \"person free\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"7bf9b1a8-0700-4e66-ab74-62dcc723eda5\",\n                    \"GroupName\": \"Persons\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5e652cc8-e66b-42d9-90a5-c98349ad5a4a\",\n                    \"GroupName\": \"Plain text test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"160cb43d-d9ae-4949-8ea1-a85d59191fbe\",\n                    \"GroupName\": \"Sammi's Archive Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7406616b-88db-4b2f-80e6-45c4366b3dbf\",\n                    \"GroupName\": \"Seats Companies\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7c593e18-1672-4552-8d16-6e5ef880e678\",\n                    \"GroupName\": \"Shipping State - Not Null or Texas\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n                    \"GroupName\": \"Special Interest Groups (SIGs)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1faffcfa-791f-45bb-bc85-d5486dcc0451\",\n                    \"GroupName\": \"Subscription\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"ce0c4a1f-2272-452b-aebf-baf3e659c698\",\n                    \"GroupName\": \"Support Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b08001d8-460b-4cbc-a31e-987c93f08c32\",\n                    \"GroupName\": \"test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6abf779b-b8d8-40aa-864c-2d6e691e9dd1\",\n                    \"GroupName\": \"Test display name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1f46a9c2-d2c9-40b8-a296-8c984ada1cb3\",\n                    \"GroupName\": \"Test G\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2f738b9d-a0d3-4df5-9ec1-fd6a30794da6\",\n                    \"GroupName\": \"Test Last Event\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"519d22ea-dd55-4507-a06f-4cc2b7816eae\",\n                    \"GroupName\": \"Test Roles 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"72a31e9b-c040-4f9c-a5e9-6de42c125b72\",\n                    \"GroupName\": \"Thousands of Specific Records\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n                    \"GroupName\": \"URL Test (doesn't begin with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n                    \"GroupName\": \"URL Test (doesn't contain)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n                    \"GroupName\": \"URL Test (doesn't end with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"99e67e99-1aae-461a-aa60-cf06fdd3193e\",\n                    \"GroupName\": \"URL Test (ends with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e7b91d47-c169-4a8e-a7d4-29d8c76048d7\",\n                    \"GroupName\": \"URL Test (is not null)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n                    \"GroupName\": \"URL Test (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n                    \"GroupName\": \"URL Test 2 (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"13aa4fc2-d5fa-4bf5-8f4e-53002ea2484c\",\n                    \"GroupName\": \"Use this to test. Alter whenever.\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n                    \"GroupName\": \"Who could sync to Higher Logic?\",\n                    \"InheritingMember\": false\n                }\n            ],\n            \"Committees\": [\n                {\n                    \"CommitteeMemberUniqueID\": \"bf010828-7f7f-4006-9b38-d2f45d15b894\",\n                    \"CommitteeUniqueID\": \"b31f67ea-984d-49f3-9938-1dd0e8c1c3e7\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"FL Regional Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2024-05-01T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"4eba19af-2e9d-4a78-91af-eb548db3a2a5\",\n                    \"CommitteeUniqueID\": \"096063aa-d29e-470d-8d6c-0a9753160d10\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Education Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-08-10T00:00:00-05:00\",\n                    \"TermEnd\": null\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"493dfc3e-3ee1-4e13-b08f-4f85fc43f1c2\",\n                    \"CommitteeUniqueID\": \"096063aa-d29e-470d-8d6c-0a9753160d10\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"Education Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-01-01T00:00:00-08:00\",\n                    \"TermEnd\": \"2024-03-18T00:00:00-08:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"9ac5041f-a7af-405b-93a2-8d73f0e98000\",\n                    \"CommitteeUniqueID\": \"096063aa-d29e-470d-8d6c-0a9753160d10\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"Education Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-01-01T00:00:00-08:00\",\n                    \"TermEnd\": \"2024-03-18T00:00:00-08:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"63143362-97f6-4f4e-80e0-a2488083914e\",\n                    \"CommitteeUniqueID\": \"096063aa-d29e-470d-8d6c-0a9753160d10\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"Education Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-01-01T00:00:00-08:00\",\n                    \"TermEnd\": \"2024-03-18T00:00:00-08:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"2a30f4ec-9f7e-4c94-a87f-f30a2aa81a3b\",\n                    \"CommitteeUniqueID\": \"096063aa-d29e-470d-8d6c-0a9753160d10\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"Education Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-01-01T00:00:00-08:00\",\n                    \"TermEnd\": \"2024-03-18T00:00:00-08:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"b4ad6ac2-9cde-46c4-a3a2-7433339506ae\",\n                    \"CommitteeUniqueID\": \"096063aa-d29e-470d-8d6c-0a9753160d10\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"Education Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-01-01T00:00:00-08:00\",\n                    \"TermEnd\": \"2024-03-18T00:00:00-08:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"4e43f53b-76a6-4cc9-9055-b809d7eee627\",\n                    \"CommitteeUniqueID\": \"096063aa-d29e-470d-8d6c-0a9753160d10\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"Education Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-01-01T00:00:00-08:00\",\n                    \"TermEnd\": \"2024-03-18T00:00:00-08:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"58397514-0835-4c89-a116-d097e7145d49\",\n                    \"CommitteeUniqueID\": \"96ea44b1-1fe0-44bf-927f-0bf0153faf98\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Government Affairs Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-08-08T00:00:00-05:00\",\n                    \"TermEnd\": null\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"229943a1-c69a-4c69-8ca8-9d8eda466368\",\n                    \"CommitteeUniqueID\": \"720b1026-d504-41c7-b20e-8305954fd67e\",\n                    \"CommitteeRoleUniqueID\": \"1c5573db-80cc-4995-8942-a2e270763ed7\",\n                    \"CommitteeRoleName\": \"Director\",\n                    \"CommitteeName\": \"CA Regional Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2023-12-31T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"4a8df1fb-d411-4237-a39a-204e167dbbdc\",\n                    \"CommitteeUniqueID\": \"f6d58c46-c2f5-4392-b0cf-ac63d79ae000\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Holiday Planning Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Eligible\",\n                    \"TermStart\": \"2023-07-30T00:00:00-05:00\",\n                    \"TermEnd\": \"2023-09-09T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"bf1ecd59-cbf4-4e09-a19c-342d1acf8b01\",\n                    \"CommitteeUniqueID\": \"c21f3479-9a35-42fd-838a-4511019d140a\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Culinary Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-03-20T00:00:00-08:00\",\n                    \"TermEnd\": null\n                }\n            ],\n            \"ManagementAccessForCompanies\": [],\n            \"CreatedDate\": null,\n            \"LastUpdatedDate\": \"2025-06-23T11:32:35.497-04:00\",\n            \"PrimaryContactUniqueId\": \"fa91d596-f0a4-4a69-b265-9859f9c283f9\",\n            \"BillingContactUniqueId\": null,\n            \"DefaultDuesPayerOverride\": null,\n            \"Taxable\": true,\n            \"TaxExemptionReason\": null,\n            \"IsInstructor\": true,\n            \"OpenDuesBalance\": 4785.00,\n            \"AverageNpsScore\": null,\n            \"LastNpsScore\": null,\n            \"LastNpsScoreDate\": null,\n            \"LastNpsFeedback\": null,\n            \"ProhibitInvoicing\": false,\n            \"FamilyTreeUniqueID\": \"69a2fff0-264f-447f-9de7-99476c254b3a\",\n            \"FeaturedDirectoryListing\": false\n        }\n    ]\n}"},{"id":"d2d635af-fd07-4f75-8b1d-af7330a1a878","name":"200 OK - Partial Full Name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/members?name=John Smith&partialSearch=true&parentName=ABC Company","host":["{{url}}"],"path":["api","members"],"query":[{"key":"pageSize","value":"{{pageSize}}","description":"Optional. Specifies the number of records to return per page. Default: 100. Maximum: 1,000.","disabled":true},{"key":"offset","value":"{{offset}}","description":"Optional. Specifies the starting position for the result set. Default: 0.","disabled":true},{"key":"name","value":"John Smith","description":"Optional. Filter by a member's full name. The match must be exact and is not case-sensitive. Default: null."},{"key":"partialSearch","value":"true","description":"Optional. Accepts true or false. Enables partial matching for the name parameter. Default: false."},{"key":"firstName","value":"{{firstName}}","description":"Optional. Filters by a member's first name. Matches are exact and not case-sensitive. Default: null.","disabled":true},{"key":"lastName","value":"{{lastName}}","description":"Optional. Filters by a member's last name. Matches are exact and not case-sensitive. Default: null.","disabled":true},{"key":"email","value":"{{email}}","description":"Optional. Searches for a member's email. The match must be exact and is not case-sensitive. Default: null.","disabled":true},{"key":"accountEmail","value":"{{accountEmail}}","description":"Optional. Searches for a member's account email. The match must be exact and is not case-sensitive. Default: null.","disabled":true},{"key":"parentName","value":"ABC Company","description":"Optional. Searches for members by their parent name. Matches are exact and not case-sensitive. Default: null."},{"key":"allowPartialMatchForParentName","value":"{{allowPartialMatchForParentName}}","description":"Optional. Accepts true or false. Enables partial matching for the parentName parameter. Default: false.","disabled":true},{"key":"memberTypeIDs","value":"{{memberTypeUniqueID}}","description":"Optional. Filters by the unique IDs of members' designated member types. Accepts multiple comma-separated values. Default: null.","disabled":true},{"key":"effectiveMemberTypeIDs","value":"{{memberTypeUniqueID}}","description":"Optional. Filters by the unique IDs of members' effective member types. Accepts multiple comma-separated values. Default: null.","disabled":true},{"key":"sortById","value":"{{sortById}}","description":"Optional. Accepts true or false. Sorts results by customer ID instead of the last modified date. Default: false.","disabled":true},{"key":"sortDirectionAscending","value":"{{sortDirectionAscending}}","description":"Optional. Accepts true or false. Specifies ascending order for sorting. Default: false (descending order).","disabled":true},{"key":"lastModifiedDate","value":"{{lastModifiedDate}}","description":"Optional. Filters for members modified after a specified date. Default: null.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:01:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44154"},{"key":"Connection","value":"keep-alive"},{"key":"x-azure-ref","value":"20250529T220127Z-r1fb6d7bb65mj98lhC1DFWhv1n0000000k8g000000004udc"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"UniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n            \"ImportID\": \"tle2\",\n            \"InternalIdentifier\": 133826,\n            \"ParentCustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n            \"ParentMemberName\": \"ABC Company\",\n            \"Name\": \"John Smith\",\n            \"FirstName\": \"John\",\n            \"MiddleName\": null,\n            \"LastName\": \"Smith\",\n            \"Suffix\": null,\n            \"Active\": true,\n            \"Email\": \"john.smith@example.com\",\n            \"AccountEmail\": \"john.smith@example.com\",\n            \"Role\": \"Regular User\",\n            \"Phone\": null,\n            \"Mobile\": null,\n            \"Fax\": null,\n            \"Website\": null,\n            \"County\": null,\n            \"BillingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"ShippingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"PersonalEmail\": \"john.smith@example.com\",\n            \"PersonalPhone\": null,\n            \"PersonalMobile\": null,\n            \"PersonalAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"Notes\": null,\n            \"FacebookUrl\": null,\n            \"LinkedInUrl\": null,\n            \"InstagramHandle\": null,\n            \"TwitterHandle\": null,\n            \"MemberProfile\": null,\n            \"JobTitle\": null,\n            \"Image\": \"\",\n            \"OriginalJoinDate\": \"2024-07-03T00:00:00\",\n            \"MemberSince\": \"2024-07-03T00:00:00\",\n            \"MembershipExpires\": \"2024-12-31T00:00:00\",\n            \"MemberStatus\": \"expired\",\n            \"MemberSubStatus\": null,\n            \"DuesPayerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n            \"HideOnWebsite\": false,\n            \"HideContactInformation\": false,\n            \"UnsubscribeFromEmails\": false,\n            \"UnsubscribeFromSignupEmails\": false,\n            \"Approved\": true,\n            \"AutoRenew\": false,\n            \"AutoPay\": false,\n            \"MemberType\": {\n                \"UniqueID\": \"1d24a835-d3a8-4ac7-ac00-bef6f63eaf70\",\n                \"Name\": \"Person 1 - Calendar\",\n                \"Description\": null,\n                \"ForCompanies\": false\n            },\n            \"EffectiveMemberType\": {\n                \"UniqueID\": \"1d24a835-d3a8-4ac7-ac00-bef6f63eaf70\",\n                \"Name\": \"Person 1 - Calendar\",\n                \"Description\": null,\n                \"ForCompanies\": false\n            },\n            \"CustomerType\": \"Person\",\n            \"CustomFields\": {\n                \"\\\"ACKNOWLEDGE\\\" GUIDELINES\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"359a40d6-afae-47be-958d-dbee849f8735\",\n                    \"CustomFieldName\": \"\\\"ACKNOWLEDGE\\\" GUIDELINES\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ACKNOWLEDGE USE OF SEALS & STICKERS\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"db22616d-950d-4647-916e-2409e6243600\",\n                    \"CustomFieldName\": \"ACKNOWLEDGE USE OF SEALS & STICKERS\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Aidens Dog Treats Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"a64a8abc-a3be-4507-9155-620864e886bf\",\n                    \"CustomFieldName\": \"Aidens Dog Treats Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AMS-14089\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"fc83c2cc-214b-410d-8de4-34664baea6f0\",\n                    \"CustomFieldName\": \"AMS-14089\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0f6a866b-fb67-4d95-b007-8a2990feb45d\",\n                    \"CustomFieldName\": \"Annual Sales\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales Volume-Active\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1bba8d5b-5683-40eb-8bf4-2613f8eff784\",\n                    \"CustomFieldName\": \"Annual Sales Volume-Active\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Apostrophe test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1cef6a61-8bf7-44cc-b3fc-92fe8178bf46\",\n                    \"CustomFieldName\": \"Apostrophe test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"APTA Specialty\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"78b23565-36e7-4ff0-8482-bcc907bf2204\",\n                    \"CustomFieldName\": \"APTA Specialty\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Are you happy?\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"6cb03e76-b8ce-47dc-b1ea-7a737e8ecd3f\",\n                    \"CustomFieldName\": \"Are you happy?\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas of Expertise - Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"079ebe02-f026-49c5-aa6d-b1f86749c6b5\",\n                    \"CustomFieldName\": \"Areas of Expertise - Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas You Service\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"79625ae0-1940-4398-8776-15606157d084\",\n                    \"CustomFieldName\": \"Areas You Service\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Emergency Contact\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"a365211d-ca45-4c46-875e-e415768038f7\",\n                    \"CustomFieldName\": \"Attendee Emergency Contact\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Shirt Size\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"a7fe90ca-5d25-4816-9304-f3346af34aac\",\n                    \"CustomFieldName\": \"Attendee Shirt Size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Benefits Test Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"8d1e9d15-d133-4ed3-ac61-025f98e44a26\",\n                    \"CustomFieldName\": \"Benefits Test Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Birthday\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"cacaae65-c6fe-45c5-b38e-863e58acf3a7\",\n                    \"CustomFieldName\": \"Birthday\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Chapter Affiliation\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5f7cb996-6fed-4967-8915-84f4f171e8ef\",\n                    \"CustomFieldName\": \"Chapter Affiliation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Checkbox Individuals\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"aa94cba3-5616-4096-8bb7-f938667a6fa8\",\n                    \"CustomFieldName\": \"Checkbox Individuals\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"COAA Corporate Partner Dues Discount\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"66908d71-c748-4dd6-9603-91ad596f0aa8\",\n                    \"CustomFieldName\": \"COAA Corporate Partner Dues Discount\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Committee End Date\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"37afb4c3-f4bc-479b-bcfd-5b058480588b\",\n                    \"CustomFieldName\": \"Committee End Date\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Communication Opt Out\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n                    \"CustomFieldName\": \"Communication Opt Out\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Company Name (Individual)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"08636504-d743-4a68-8698-beeda492c645\",\n                    \"CustomFieldName\": \"Company Name (Individual)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Contact Time of Day Preference\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"f6ea978d-ba47-46a1-a831-7ad613acbcde\",\n                    \"CustomFieldName\": \"Contact Time of Day Preference\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom field name.\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0c4f22a6-cc59-4fcc-b256-ef6d7557e06e\",\n                    \"CustomFieldName\": \"Custom field name.\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom Field with Space\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"14f849ae-aca4-4fc8-94ed-a122e5e479a0\",\n                    \"CustomFieldName\": \"Custom Field with Space\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Individual\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"eb2e12dc-e0d3-4c28-ae37-efe3a84cd827\",\n                    \"CustomFieldName\": \"Date & Time Individual\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date Events\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b9c092e9-de80-4c36-8abe-1da729e42d2c\",\n                    \"CustomFieldName\": \"Date Events\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date/Time Events (MND TEST)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                    \"CustomFieldName\": \"Date/Time Events (MND TEST)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Do you want a bag of Skittles*? - FN\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n                    \"CustomFieldName\": \"Do you want a bag of Skittles*? - FN\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Escape\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e023d9ba-a599-44e4-a5e7-8431e84ea5a0\",\n                    \"CustomFieldName\": \"Escape\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ESSENTIAL FIELD\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"38684356-a67c-446b-ae1e-e1d31af8e6e6\",\n                    \"CustomFieldName\": \"ESSENTIAL FIELD\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Event Plain Text\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0c6c91ad-7207-4544-ba7f-94c27c82871a\",\n                    \"CustomFieldName\": \"Event Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Favorite TV Character\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"14566742-c554-4c12-9819-132153c64f15\",\n                    \"CustomFieldName\": \"Favorite TV Character\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field - Non Directory Pages\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"001a551c-23e5-4dc4-aeb2-86b9d9206aff\",\n                    \"CustomFieldName\": \"Field - Non Directory Pages\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field on Admin Member List\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n                    \"CustomFieldName\": \"Field on Admin Member List\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Geographic Location\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n                    \"CustomFieldName\": \"Geographic Location\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GRA Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n                    \"CustomFieldName\": \"GRA Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Hat size\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n                    \"CustomFieldName\": \"Hat size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Initials of Member\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1825c136-01a9-4ed3-b582-201200a22e80\",\n                    \"CustomFieldName\": \"Initials of Member\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"77a07fde-1382-40a4-94c4-612ddc90cf13\",\n                    \"CustomFieldName\": \"Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0981350b-5ce9-48b6-bb8f-14feb62a3c47\",\n                    \"CustomFieldName\": \"Internal Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Invoice Comments\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n                    \"CustomFieldName\": \"Invoice Comments\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jessica Number Range\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n                    \"CustomFieldName\": \"Jessica Number Range\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Job Role\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"7b4c8fff-c132-49c0-800c-ce29a414f262\",\n                    \"CustomFieldName\": \"Job Role\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon Date/Time\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n                    \"CustomFieldName\": \"Jon Date/Time\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Set of Options\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n                    \"CustomFieldName\": \"Jon's Set of Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"July24 Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"954c775e-bbdc-4f01-bc07-d39d75e27676\",\n                    \"CustomFieldName\": \"July24 Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Just Checking Webhooks\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"32caeaf5-678b-4cdb-8e55-1a328af64c24\",\n                    \"CustomFieldName\": \"Just Checking Webhooks\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates Date\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"53c683db-9fb7-49e5-a2a8-16611cd37b24\",\n                    \"CustomFieldName\": \"Kates Date\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates Plain Text\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"3ea852f3-c5ab-40c7-9ff7-7b7d9190386c\",\n                    \"CustomFieldName\": \"Kates Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates URL\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"98d982f8-d145-4078-9e0e-92642db6c51a\",\n                    \"CustomFieldName\": \"Kates URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"License #\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"67db98ed-32dc-4d0f-af94-06929dc8347d\",\n                    \"CustomFieldName\": \"License #\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Limit To 1 Selection on Frontend\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ce3d776f-935a-4f03-b4e2-95284b6fa13e\",\n                    \"CustomFieldName\": \"Limit To 1 Selection on Frontend\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Local\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"404fc3ec-c310-434e-9812-8928a9ee039c\",\n                    \"CustomFieldName\": \"Local\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Day\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"f33cfd0f-2784-43c4-98ee-eef003dee0ff\",\n                    \"CustomFieldName\": \"Meeting Day\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Time\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"91e8f13b-f75d-4a6f-b541-997836a6d99e\",\n                    \"CustomFieldName\": \"Meeting Time\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Type\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e577c1fd-2cbe-433a-b65b-83cfeee3930a\",\n                    \"CustomFieldName\": \"Meeting Type\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Age\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"bc14408e-6610-45ad-b539-490cebce8cf3\",\n                    \"CustomFieldName\": \"Member Age\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Company\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n                    \"CustomFieldName\": \"Member Custom Field: Company\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Member Status\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n                    \"CustomFieldName\": \"Member Custom Field: Member Status\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Mentor Area(s)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0ee43465-d7ac-4375-b125-65d3e7007774\",\n                    \"CustomFieldName\": \"Mentor Area(s)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ad160c31-859a-40c2-9aa1-3899ee4cc4ea\",\n                    \"CustomFieldName\": \"Names & Stuff\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff Blank\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"9467ea5c-b2ea-47b4-91dd-128eb310d06d\",\n                    \"CustomFieldName\": \"Names & Stuff Blank\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Date Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"3dad10d0-dcdb-475d-995d-ae0c2f200037\",\n                    \"CustomFieldName\": \"New Date Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Field with Instructions\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n                    \"CustomFieldName\": \"New Field with Instructions\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Numeric Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e6b24fdc-75aa-470b-a42e-381453d5e8b1\",\n                    \"CustomFieldName\": \"New Numeric Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Newnewss\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n                    \"CustomFieldName\": \"Newnewss\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non Sum Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n                    \"CustomFieldName\": \"Non Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non-Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"7e385020-06a6-4352-8449-b60c4086f335\",\n                    \"CustomFieldName\": \"Non-Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Notes Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b4c20d3e-89e8-4812-8fd6-3c52f2d9a104\",\n                    \"CustomFieldName\": \"Notes Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Individuals\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n                    \"CustomFieldName\": \"Number Individuals\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of Employees Ecosystem Partner\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c526699d-0a6b-4185-bcab-114c6f04aa8b\",\n                    \"CustomFieldName\": \"Number of Employees Ecosystem Partner\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of States\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n                    \"CustomFieldName\": \"Number of States\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Optional Donation\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n                    \"CustomFieldName\": \"Optional Donation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Paid for 2021-2022 CME audit in previous system\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n                    \"CustomFieldName\": \"Paid for 2021-2022 CME audit in previous system\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Partner Level\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"55e6aad8-e4c7-4784-9891-2cc480337122\",\n                    \"CustomFieldName\": \"Partner Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Peer Group\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e6816b5e-93cd-46f0-9a49-4e5629925f49\",\n                    \"CustomFieldName\": \"Peer Group\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Peer Group (internal)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2fe8c79c-1692-4c63-b0a8-fad23ccaa0aa\",\n                    \"CustomFieldName\": \"Peer Group (internal)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text - Single Line\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"06b04973-a0f9-4620-b228-08dc85d7f329\",\n                    \"CustomFieldName\": \"Plain Text - Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Practicing Since\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ef0122cc-d5ff-4e02-b474-ff70d0ba76fd\",\n                    \"CustomFieldName\": \"Practicing Since\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Pregnancy & Postpartum Sub-Category\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"71feb5d7-9ce6-4a69-b1e3-f4683ba568e1\",\n                    \"CustomFieldName\": \"Pregnancy & Postpartum Sub-Category\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Problematic Characters\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c8bea434-8079-420f-8b49-114a03266037\",\n                    \"CustomFieldName\": \"Problematic Characters\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Prorated Dues (Supplier)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n                    \"CustomFieldName\": \"Prorated Dues (Supplier)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration Dues (Owner)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n                    \"CustomFieldName\": \"Proration Dues (Owner)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Checkbox General\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n                    \"CustomFieldName\": \"QA: Checkbox General\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Custom Website URL\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n                    \"CustomFieldName\": \"QA: Custom Website URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Date & Time)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Date & Time)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Number General - Person 2\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ca9b6010-9db4-41da-b3d9-4729082886e6\",\n                    \"CustomFieldName\": \"QA: Number General - Person 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Multi-Line\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n                    \"CustomFieldName\": \"QA: Plain Text Multi-Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Single Line\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n                    \"CustomFieldName\": \"QA: Plain Text Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Read-only on Frontend After Initial Value\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n                    \"CustomFieldName\": \"QA: Read-only on Frontend After Initial Value\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Multi-Select\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n                    \"CustomFieldName\": \"QA: Set of Options Multi-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Single-Select\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n                    \"CustomFieldName\": \"QA: Set of Options Single-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Sum Field Whole\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n                    \"CustomFieldName\": \"QA: Sum Field Whole\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"13011325-8b57-49fe-b641-d5d93d04ea4a\",\n                    \"CustomFieldName\": \"Random\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random Sum Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n                    \"CustomFieldName\": \"Random Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Companies - Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n                    \"CustomFieldName\": \"Related Record Companies - Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Individuals\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"473c4acf-5111-4240-b8e3-d6dbb41fe985\",\n                    \"CustomFieldName\": \"Related Record Individuals\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertDateTest\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"8c3ece95-0182-4d38-b5e8-87589466777c\",\n                    \"CustomFieldName\": \"RobertDateTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertOptionsTest\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"7a607628-5521-4c01-be4f-fbd640b2cd82\",\n                    \"CustomFieldName\": \"RobertOptionsTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sales Region\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n                    \"CustomFieldName\": \"Sales Region\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sample Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"bb80756b-7de1-4798-88a7-5063eed49860\",\n                    \"CustomFieldName\": \"Sample Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sam's \\\"Special\\\" Options test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c0c4907e-0f3f-4f5b-9f9a-280b6ff94759\",\n                    \"CustomFieldName\": \"Sam's \\\"Special\\\" Options test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"set of options ajdin test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"bc311768-4d5d-4291-bbe0-5e8414c79ebb\",\n                    \"CustomFieldName\": \"set of options ajdin test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Events Multi\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5b343934-42ac-467d-95ce-41f3c8cd3213\",\n                    \"CustomFieldName\": \"Set of Options Events Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0a6662d9-d086-42fc-b834-3c2a8990aec7\",\n                    \"CustomFieldName\": \"Set of Options Individual\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual Multi\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"48a53b78-e57f-4145-9703-52fc78d4ba56\",\n                    \"CustomFieldName\": \"Set of Options Individual Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n                    \"CustomFieldName\": \"Set of Options Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options TEST 1.3.23\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e500e166-ed79-44f0-b93f-4910d7bf0e37\",\n                    \"CustomFieldName\": \"Set of Options TEST 1.3.23\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Show This on Profile Page\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n                    \"CustomFieldName\": \"Show This on Profile Page\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"SOO\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n                    \"CustomFieldName\": \"SOO\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Special Billing\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n                    \"CustomFieldName\": \"Special Billing\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Standards Communication\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n                    \"CustomFieldName\": \"Standards Communication\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"State Options\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"eb527752-9813-47dc-9b7c-38bbcc3fede8\",\n                    \"CustomFieldName\": \"State Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sum Field Min 20\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n                    \"CustomFieldName\": \"Sum Field Min 20\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Summation Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"6d98b332-0664-4954-86b7-c5ae6974eb81\",\n                    \"CustomFieldName\": \"Summation Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"summation test osman\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"fa55ca98-a95c-4573-b904-881fb6be6e57\",\n                    \"CustomFieldName\": \"summation test osman\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Supplier Level\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n                    \"CustomFieldName\": \"Supplier Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Tell Me About Your Hobbies/Activities\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b92db83e-c291-42a1-bb13-31049618ce3b\",\n                    \"CustomFieldName\": \"Tell Me About Your Hobbies/Activities\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"46cdf5c2-5d0c-42b7-883a-651541be2ff3\",\n                    \"CustomFieldName\": \"Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test add fields\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n                    \"CustomFieldName\": \"Test add fields\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"75262053-6358-411a-a911-d31ff900a44a\",\n                    \"CustomFieldName\": \"Test New Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field 2\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e6179d1d-8a49-4e3d-8164-524fee88946f\",\n                    \"CustomFieldName\": \"Test New Field 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"test number\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n                    \"CustomFieldName\": \"test number\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testaaa\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"91e786ab-f3b5-451b-9241-b989a1ff2bd4\",\n                    \"CustomFieldName\": \"testaaa\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testfld2\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"4514c1ee-319b-40d1-bf49-1088304b47f2\",\n                    \"CustomFieldName\": \"testfld2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Testing Field Name\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n                    \"CustomFieldName\": \"Testing Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Text Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5bc29868-addc-4d70-9eb2-a7be76ef3e4d\",\n                    \"CustomFieldName\": \"Text Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Text Multi-Line Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"fffe0fa5-78cf-4ecd-95d2-710fd22dae1e\",\n                    \"CustomFieldName\": \"Text Multi-Line Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Trailing Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"01fbff67-4037-4d56-8ba5-5f6d731511f8\",\n                    \"CustomFieldName\": \"Trailing Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"T-Shirt Size\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"CustomFieldName\": \"T-Shirt Size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count - Sum\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n                    \"CustomFieldName\": \"Unit Count - Sum\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Read Only)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n                    \"CustomFieldName\": \"Unit Count (Read Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Website URL Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n                    \"CustomFieldName\": \"Website URL Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"x\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n                    \"CustomFieldName\": \"x\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                }\n            },\n            \"SpecifiedSystemFields\": [\n                \"AccountEmail\",\n                \"Active\",\n                \"Approved\",\n                \"AutoPay\",\n                \"AutoRenew\",\n                \"AverageNpsScore\",\n                \"Awards\",\n                \"BillingAddress\",\n                \"BillingContactUniqueId\",\n                \"Committees\",\n                \"County\",\n                \"CreatedDate\",\n                \"Credentials\",\n                \"CustomerType\",\n                \"CustomFields\",\n                \"DefaultDuesPayerOverride\",\n                \"DirectoryGallery\",\n                \"DuesPayerUniqueID\",\n                \"Education\",\n                \"EffectiveMemberType\",\n                \"Email\",\n                \"FacebookUrl\",\n                \"FamilyTreeUniqueID\",\n                \"Fax\",\n                \"FirstName\",\n                \"Groups\",\n                \"HideContactInformation\",\n                \"HideOnWebsite\",\n                \"Image\",\n                \"ImportID\",\n                \"InstagramHandle\",\n                \"InternalIdentifier\",\n                \"IsInstructor\",\n                \"JobTitle\",\n                \"LastName\",\n                \"LastNpsFeedback\",\n                \"LastNpsScore\",\n                \"LastNpsScoreDate\",\n                \"LastUpdatedDate\",\n                \"LinkedInUrl\",\n                \"ManagementAccessForCompanies\",\n                \"MemberProfile\",\n                \"MembershipExpires\",\n                \"MemberSince\",\n                \"MemberStatus\",\n                \"MemberSubStatus\",\n                \"MemberType\",\n                \"MiddleName\",\n                \"Mobile\",\n                \"Name\",\n                \"Notes\",\n                \"OpenDuesBalance\",\n                \"OriginalJoinDate\",\n                \"ParentCustomerUniqueID\",\n                \"ParentMemberName\",\n                \"PersonalAddress\",\n                \"PersonalEmail\",\n                \"PersonalMobile\",\n                \"PersonalPhone\",\n                \"Phone\",\n                \"PrimaryContactUniqueId\",\n                \"ProhibitInvoicing\",\n                \"QuickBooksID\",\n                \"Role\",\n                \"ShippingAddress\",\n                \"SpecifiedSystemFields\",\n                \"Suffix\",\n                \"Taxable\",\n                \"TaxExemptionReason\",\n                \"Title\",\n                \"TwitterHandle\",\n                \"UniqueID\",\n                \"UnsubscribeFromEmails\",\n                \"UnsubscribeFromSignupEmails\",\n                \"UseParentBilling\",\n                \"UseParentShipping\",\n                \"VolunteerWorks\",\n                \"Website\"\n            ],\n            \"QuickBooksID\": \"631\",\n            \"UseParentBilling\": false,\n            \"UseParentShipping\": false,\n            \"Credentials\": null,\n            \"Title\": null,\n            \"DirectoryGallery\": [],\n            \"Awards\": [],\n            \"VolunteerWorks\": [],\n            \"Education\": [],\n            \"Groups\": [\n                {\n                    \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n                    \"GroupName\": \"_All Records associated with current members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1b8b0b5e-e14e-4f9e-9a2c-fdd3db52fb1d\",\n                    \"GroupName\": \"_AllRecordsNoConditions\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e5434a2f-c258-43bc-8a2a-4d715e329f4d\",\n                    \"GroupName\": \"2M Group test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0221cb90-34a8-4b4c-bb0c-d3ddadafd83c\",\n                    \"GroupName\": \"Add Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e834eb2f-2394-44bc-8285-7cbc229d03df\",\n                    \"GroupName\": \"All Benes\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"76685d8b-4590-4f52-9a63-2e979f58c00b\",\n                    \"GroupName\": \"All Current + Staff  - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"65587a31-a6b3-4a54-a70c-f1997f7d0d47\",\n                    \"GroupName\": \"All Records for Census\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4ee56294-2b4d-490e-9d3b-50e3274d5338\",\n                    \"GroupName\": \"AMS-14699 Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"627612f1-4039-4150-9557-bcd2775df69e\",\n                    \"GroupName\": \"Annual Or Monthly Subscription\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1508f3bc-9139-40ad-a9ba-694c9417582f\",\n                    \"GroupName\": \"Another Committee\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5848010e-0395-4fcb-ac55-8732fd822074\",\n                    \"GroupName\": \"App date 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ca64aea5-80f3-4590-aa03-e60f2d11eaa9\",\n                    \"GroupName\": \"Big Event Not Attended\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e28dc109-37a9-4493-8c69-722aae6424e4\",\n                    \"GroupName\": \"Big Event Not Registered (Could be cancelled)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n                    \"GroupName\": \"Blab blah\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f70df783-12a6-43dc-9850-e02cffb00012\",\n                    \"GroupName\": \"Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Soci\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"593f9a6c-85a4-4744-af26-7031454e86c5\",\n                    \"GroupName\": \"Curent Status is current\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"07ba0836-f35a-4264-9b7e-182215d197cf\",\n                    \"GroupName\": \"Current Individual Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7288ddd0-5b2c-4732-907e-ee12eda41f4b\",\n                    \"GroupName\": \"Current Members + ALL CHILDREN 11.21\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"920abb24-44c7-4aec-8336-2829222f8404\",\n                    \"GroupName\": \"Current Members + ALL PEOPLE CHILDREN 11.21\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"2ae04d2f-4d4d-4634-9146-479640b51ff1\",\n                    \"GroupName\": \"Current Members Missing Zip or County\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7024b6aa-e37d-40cc-9fff-2a2fee39f6e6\",\n                    \"GroupName\": \"Current members who joined within the week, expiring tomorrow\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3aa1160a-1fbf-4956-8b31-2957bf6c602f\",\n                    \"GroupName\": \"Daniel Smith Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4755f2a7-fc6a-46a1-badd-be59ea88a514\",\n                    \"GroupName\": \"Do not send marketing emails = no\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"952e6d37-8bc3-4e9e-9f0d-73ed64edd819\",\n                    \"GroupName\": \"Empty Custom Field Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n                    \"GroupName\": \"escape 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"dc191c85-3733-4643-8164-d1fb7c90a5a0\",\n                    \"GroupName\": \"Expiration Date - Days Ago (Less or Equal 7)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"019a0fa9-9c19-4504-8959-17002638c608\",\n                    \"GroupName\": \"first month group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fd5cfef6-2ea1-4785-93d6-cf04cba1bfab\",\n                    \"GroupName\": \"GUEST GROUP\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"955d423c-e943-48e7-9ffa-511b67e7e640\",\n                    \"GroupName\": \"Has User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5413b10e-e2a1-49ab-875e-5c5525131b33\",\n                    \"GroupName\": \"HL Community\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4272e3b8-66bf-41a2-afbb-f2193abc49de\",\n                    \"GroupName\": \"Individuals\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"34ca30e0-eec4-4666-9592-e1aca51ab143\",\n                    \"GroupName\": \"Jon's Birthday Attendees\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"99b8f66e-69c7-4550-9597-5d9021309ddc\",\n                    \"GroupName\": \"July Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"dd183893-583f-424e-ad43-ae572c179ea2\",\n                    \"GroupName\": \"Kate - Members this Year\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b1a07503-28e2-4e9d-936a-a08d064f4e3b\",\n                    \"GroupName\": \"L.A.D.\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e2741903-af7f-4362-b9b2-99d7f17e20c8\",\n                    \"GroupName\": \"Large Parent Condition Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"8bfd40b7-a6a5-44bb-8342-34a11b401ea0\",\n                    \"GroupName\": \"Large Parent Condition Group - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a4ba6129-3b74-4b9c-80c8-a639e2f9198f\",\n                    \"GroupName\": \"Last Event Date Osman\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ac467162-2cd0-4d41-b45c-3d5c695c6790\",\n                    \"GroupName\": \"Last Login Null\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n                    \"GroupName\": \"Matt test 11/23\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0a1c3b52-6d03-43fb-961d-8249309662f8\",\n                    \"GroupName\": \"MC Test Synced: Current members + inheriting 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6921a28e-9aea-4baa-8495-bba38197a37d\",\n                    \"GroupName\": \"MC Test: Current members + inheriting\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"df18628b-1fb8-44c0-8c57-e031e4805082\",\n                    \"GroupName\": \"Melissa's Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fcf4ea28-259d-48a7-8f54-fdade23e00d1\",\n                    \"GroupName\": \"Member Since Less Than 30 Days\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59d3b505-5cc7-416d-954a-11784f5154f3\",\n                    \"GroupName\": \"MEMBER STATUS = CURRENT\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"26cb1fb3-3864-4aeb-bae3-ea5f75264a09\",\n                    \"GroupName\": \"Member Types Switch 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f52ea844-ba1c-491a-bf6b-10627117e899\",\n                    \"GroupName\": \"Membership Since Date - Specific Date\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a32cba37-3477-43cb-a0a9-5be57bd0787e\",\n                    \"GroupName\": \"name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1907e311-134e-4a5e-9d03-2ca3f1ca2ac3\",\n                    \"GroupName\": \"New Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n                    \"GroupName\": \"Not Expired Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ece3b93a-17ad-45cc-99e9-11cbaf5774b7\",\n                    \"GroupName\": \"Numeric Custom Field NULL/ZERO\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"09727057-baf9-420d-8d95-2e1240022256\",\n                    \"GroupName\": \"OJD\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b3576d54-2216-440b-a04d-7a5a2c4fe4c5\",\n                    \"GroupName\": \"Original Join Date - Specific Date\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7f233da5-9e4b-429f-99dc-b5a6ae6f0e42\",\n                    \"GroupName\": \"Original Join Date Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"97f7fc44-23a7-48d9-8c4f-c8ce978298c8\",\n                    \"GroupName\": \"Parent Fields\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ba2ad909-b15c-448a-a1f8-271ad1b34fb2\",\n                    \"GroupName\": \"People Only\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"c67e11eb-4304-4f71-87a2-86b6af57a1bc\",\n                    \"GroupName\": \"person free\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"7bf9b1a8-0700-4e66-ab74-62dcc723eda5\",\n                    \"GroupName\": \"Persons\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5e652cc8-e66b-42d9-90a5-c98349ad5a4a\",\n                    \"GroupName\": \"Plain text test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a3bc2231-a8d7-492f-8d12-8c892db8d7bc\",\n                    \"GroupName\": \"Primary/Ben Member Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1e416eb1-41a6-4872-b7bf-13d276eb58e9\",\n                    \"GroupName\": \"Recently Joined\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"160cb43d-d9ae-4949-8ea1-a85d59191fbe\",\n                    \"GroupName\": \"Sammi's Archive Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n                    \"GroupName\": \"Special Interest Groups (SIGs)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"859658d2-763c-49ae-b128-d17d230c0416\",\n                    \"GroupName\": \"Suffix Testing\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ce0c4a1f-2272-452b-aebf-baf3e659c698\",\n                    \"GroupName\": \"Support Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b08001d8-460b-4cbc-a31e-987c93f08c32\",\n                    \"GroupName\": \"test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6abf779b-b8d8-40aa-864c-2d6e691e9dd1\",\n                    \"GroupName\": \"Test display name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1f46a9c2-d2c9-40b8-a296-8c984ada1cb3\",\n                    \"GroupName\": \"Test G\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ed3331cd-c579-4d36-8447-b8807aa32f6e\",\n                    \"GroupName\": \"Test Group - Archive\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2f738b9d-a0d3-4df5-9ec1-fd6a30794da6\",\n                    \"GroupName\": \"Test Last Event\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"519d22ea-dd55-4507-a06f-4cc2b7816eae\",\n                    \"GroupName\": \"Test Roles 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"72a31e9b-c040-4f9c-a5e9-6de42c125b72\",\n                    \"GroupName\": \"Thousands of Specific Records\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n                    \"GroupName\": \"URL Test (doesn't begin with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n                    \"GroupName\": \"URL Test (doesn't contain)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n                    \"GroupName\": \"URL Test (doesn't end with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n                    \"GroupName\": \"URL Test (is null)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n                    \"GroupName\": \"URL Test (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n                    \"GroupName\": \"URL Test 2 (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"13aa4fc2-d5fa-4bf5-8f4e-53002ea2484c\",\n                    \"GroupName\": \"Use this to test. Alter whenever.\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"bfe7f70b-0e37-46a8-b53f-cdb1028f34e6\",\n                    \"GroupName\": \"Webhook: Group Created\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n                    \"GroupName\": \"Who could sync to Higher Logic?\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ed0bfb49-9b28-41e0-83a4-c2e5b18b4a88\",\n                    \"GroupName\": \"ZM users only group\",\n                    \"InheritingMember\": false\n                }\n            ],\n            \"Committees\": [\n                {\n                    \"CommitteeMemberUniqueID\": \"5555ffd4-c92e-4107-ad08-afd9e34ffc9b\",\n                    \"CommitteeUniqueID\": \"b31f67ea-984d-49f3-9938-1dd0e8c1c3e7\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"FL Regional Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2024-05-01T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"ea1c5077-85d9-4f17-91d3-35f62fdad5d3\",\n                    \"CommitteeUniqueID\": \"c21f3479-9a35-42fd-838a-4511019d140a\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Culinary Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-03-20T00:00:00-08:00\",\n                    \"TermEnd\": null\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"a3a432ac-99bc-4df8-b269-b59b86f98135\",\n                    \"CommitteeUniqueID\": \"7f897b92-aeae-4676-bb30-f048038664a4\",\n                    \"CommitteeRoleUniqueID\": \"07d185f2-dec3-4986-81f3-b95ad5d8db5d\",\n                    \"CommitteeRoleName\": \"Chair\",\n                    \"CommitteeName\": \"GA Regional Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2023-12-31T00:00:00-05:00\"\n                }\n            ],\n            \"ManagementAccessForCompanies\": [],\n            \"CreatedDate\": \"2018-11-05T15:46:10.1766667-05:00\",\n            \"LastUpdatedDate\": \"2024-07-17T11:33:59.943-04:00\",\n            \"PrimaryContactUniqueId\": null,\n            \"BillingContactUniqueId\": null,\n            \"DefaultDuesPayerOverride\": null,\n            \"Taxable\": true,\n            \"TaxExemptionReason\": null,\n            \"IsInstructor\": false,\n            \"OpenDuesBalance\": 0,\n            \"AverageNpsScore\": null,\n            \"LastNpsScore\": null,\n            \"LastNpsScoreDate\": null,\n            \"LastNpsFeedback\": null,\n            \"ProhibitInvoicing\": false,\n            \"FamilyTreeUniqueID\": \"de4d307e-0fa8-4212-a444-520d5bcb2a06\",\n            \"FeaturedDirectoryListing\": false\n        }\n    ]\n}"},{"id":"3f7f9891-377c-4f91-b71a-4a6940c5300d","name":"200 OK - First/Last and Partial Parent Name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/members?pageSize=50&offset=0&firstName=John&lastName=Smith&email=john.smith@example.com&accountEmail=john.smith@example.com&parentName=ABC Co&allowPartialMatchForParentName=true&memberTypeIDs=1d24a835-d3a8-4ac7-ac00-bef6f63eaf70&effectiveMemberTypeIDs=1d24a835-d3a8-4ac7-ac00-bef6f63eaf70&sortById=true&sortDirectionAscending=true&lastModifiedDate=2024-07-01","host":["{{url}}"],"path":["api","members"],"query":[{"key":"pageSize","value":"50","description":"Optional. Specifies the number of records to return per page. Default: 100. Maximum: 1,000."},{"key":"offset","value":"0","description":"Optional. Specifies the starting position for the result set. Default: 0."},{"key":"name","value":"{{fullName}}","description":"Optional. Filter by a member's full name. The match must be exact and is not case-sensitive. Default: null.","disabled":true},{"key":"partialSearch","value":"{{partialSearch}}","description":"Optional. Accepts true or false. Enables partial matching for the name parameter. Default: false.","disabled":true},{"key":"firstName","value":"John","description":"Optional. Filters by a member's first name. Matches are exact and not case-sensitive. Default: null."},{"key":"lastName","value":"Smith","description":"Optional. Filters by a member's last name. Matches are exact and not case-sensitive. Default: null."},{"key":"email","value":"john.smith@example.com","description":"Optional. Searches for a member's email. The match must be exact and is not case-sensitive. Default: null."},{"key":"accountEmail","value":"john.smith@example.com","description":"Optional. Searches for a member's account email. The match must be exact and is not case-sensitive. Default: null."},{"key":"parentName","value":"ABC Co","description":"Optional. Searches for members by their parent name. Matches are exact and not case-sensitive. Default: null."},{"key":"allowPartialMatchForParentName","value":"true","description":"Optional. Accepts true or false. Enables partial matching for the parentName parameter. Default: false."},{"key":"memberTypeIDs","value":"1d24a835-d3a8-4ac7-ac00-bef6f63eaf70","description":"Optional. Filters by the unique IDs of members' designated member types. Accepts multiple comma-separated values. Default: null."},{"key":"effectiveMemberTypeIDs","value":"1d24a835-d3a8-4ac7-ac00-bef6f63eaf70","description":"Optional. Filters by the unique IDs of members' effective member types. Accepts multiple comma-separated values. Default: null."},{"key":"sortById","value":"true","description":"Optional. Accepts true or false. Sorts results by customer ID instead of the last modified date. Default: false."},{"key":"sortDirectionAscending","value":"true","description":"Optional. Accepts true or false. Specifies ascending order for sorting. Default: false (descending order)."},{"key":"lastModifiedDate","value":"2024-07-01","description":"Optional. Filters for members modified after a specified date. Default: null."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:02:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"44154"},{"key":"Connection","value":"keep-alive"},{"key":"x-azure-ref","value":"20250529T220235Z-r1fb6d7bb65mj98lhC1DFWhv1n0000000k8g000000004zt5"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"UniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n            \"ImportID\": \"tle2\",\n            \"InternalIdentifier\": 133826,\n            \"ParentCustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n            \"ParentMemberName\": \"ABC Company\",\n            \"Name\": \"John Smith\",\n            \"FirstName\": \"John\",\n            \"MiddleName\": null,\n            \"LastName\": \"Smith\",\n            \"Suffix\": null,\n            \"Active\": true,\n            \"Email\": \"john.smith@example.com\",\n            \"AccountEmail\": \"john.smith@example.com\",\n            \"Role\": \"Regular User\",\n            \"Phone\": null,\n            \"Mobile\": null,\n            \"Fax\": null,\n            \"Website\": null,\n            \"County\": null,\n            \"BillingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"ShippingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"PersonalEmail\": \"john.smith@example.com\",\n            \"PersonalPhone\": null,\n            \"PersonalMobile\": null,\n            \"PersonalAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"Notes\": null,\n            \"FacebookUrl\": null,\n            \"LinkedInUrl\": null,\n            \"InstagramHandle\": null,\n            \"TwitterHandle\": null,\n            \"MemberProfile\": null,\n            \"JobTitle\": null,\n            \"Image\": \"\",\n            \"OriginalJoinDate\": \"2024-07-03T00:00:00\",\n            \"MemberSince\": \"2024-07-03T00:00:00\",\n            \"MembershipExpires\": \"2024-12-31T00:00:00\",\n            \"MemberStatus\": \"expired\",\n            \"MemberSubStatus\": null,\n            \"DuesPayerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n            \"HideOnWebsite\": false,\n            \"HideContactInformation\": false,\n            \"UnsubscribeFromEmails\": false,\n            \"UnsubscribeFromSignupEmails\": false,\n            \"Approved\": true,\n            \"AutoRenew\": false,\n            \"AutoPay\": false,\n            \"MemberType\": {\n                \"UniqueID\": \"1d24a835-d3a8-4ac7-ac00-bef6f63eaf70\",\n                \"Name\": \"Person 1 - Calendar\",\n                \"Description\": null,\n                \"ForCompanies\": false\n            },\n            \"EffectiveMemberType\": {\n                \"UniqueID\": \"1d24a835-d3a8-4ac7-ac00-bef6f63eaf70\",\n                \"Name\": \"Person 1 - Calendar\",\n                \"Description\": null,\n                \"ForCompanies\": false\n            },\n            \"CustomerType\": \"Person\",\n            \"CustomFields\": {\n                \"\\\"ACKNOWLEDGE\\\" GUIDELINES\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"359a40d6-afae-47be-958d-dbee849f8735\",\n                    \"CustomFieldName\": \"\\\"ACKNOWLEDGE\\\" GUIDELINES\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"\\\"Checkbox\\\" Event Reg\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"91fe93d5-7739-4e95-b3f0-7e38d8ae6847\",\n                    \"CustomFieldName\": \"\\\"Checkbox\\\" Event Reg\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"2023 Magazine Issues Field Name\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2f59d0dd-7173-42a6-9109-b733f5906b1f\",\n                    \"CustomFieldName\": \"2023 Magazine Issues Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ACKNOWLEDGE USE OF SEALS & STICKERS\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"db22616d-950d-4647-916e-2409e6243600\",\n                    \"CustomFieldName\": \"ACKNOWLEDGE USE OF SEALS & STICKERS\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Aidens Dog Treats Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"a64a8abc-a3be-4507-9155-620864e886bf\",\n                    \"CustomFieldName\": \"Aidens Dog Treats Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AMS-14089\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"fc83c2cc-214b-410d-8de4-34664baea6f0\",\n                    \"CustomFieldName\": \"AMS-14089\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0f6a866b-fb67-4d95-b007-8a2990feb45d\",\n                    \"CustomFieldName\": \"Annual Sales\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales Volume-Active\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1bba8d5b-5683-40eb-8bf4-2613f8eff784\",\n                    \"CustomFieldName\": \"Annual Sales Volume-Active\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Apostrophe test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1cef6a61-8bf7-44cc-b3fc-92fe8178bf46\",\n                    \"CustomFieldName\": \"Apostrophe test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"APTA Specialty\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"78b23565-36e7-4ff0-8482-bcc907bf2204\",\n                    \"CustomFieldName\": \"APTA Specialty\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Are you happy?\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"6cb03e76-b8ce-47dc-b1ea-7a737e8ecd3f\",\n                    \"CustomFieldName\": \"Are you happy?\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas of Expertise - Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"079ebe02-f026-49c5-aa6d-b1f86749c6b5\",\n                    \"CustomFieldName\": \"Areas of Expertise - Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas You Service\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"79625ae0-1940-4398-8776-15606157d084\",\n                    \"CustomFieldName\": \"Areas You Service\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Emergency Contact\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"a365211d-ca45-4c46-875e-e415768038f7\",\n                    \"CustomFieldName\": \"Attendee Emergency Contact\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Shirt Size\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"a7fe90ca-5d25-4816-9304-f3346af34aac\",\n                    \"CustomFieldName\": \"Attendee Shirt Size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Benefits Test Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"8d1e9d15-d133-4ed3-ac61-025f98e44a26\",\n                    \"CustomFieldName\": \"Benefits Test Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Birthday\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"cacaae65-c6fe-45c5-b38e-863e58acf3a7\",\n                    \"CustomFieldName\": \"Birthday\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Chapter Affiliation\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5f7cb996-6fed-4967-8915-84f4f171e8ef\",\n                    \"CustomFieldName\": \"Chapter Affiliation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Checkbox Individuals\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"aa94cba3-5616-4096-8bb7-f938667a6fa8\",\n                    \"CustomFieldName\": \"Checkbox Individuals\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"COAA Corporate Partner Dues Discount\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"66908d71-c748-4dd6-9603-91ad596f0aa8\",\n                    \"CustomFieldName\": \"COAA Corporate Partner Dues Discount\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Committee End Date\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"37afb4c3-f4bc-479b-bcfd-5b058480588b\",\n                    \"CustomFieldName\": \"Committee End Date\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Communication Opt Out\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n                    \"CustomFieldName\": \"Communication Opt Out\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Company Name (Individual)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"08636504-d743-4a68-8698-beeda492c645\",\n                    \"CustomFieldName\": \"Company Name (Individual)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Contact Time of Day Preference\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"f6ea978d-ba47-46a1-a831-7ad613acbcde\",\n                    \"CustomFieldName\": \"Contact Time of Day Preference\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom field name.\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0c4f22a6-cc59-4fcc-b256-ef6d7557e06e\",\n                    \"CustomFieldName\": \"Custom field name.\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom Field with Space\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"14f849ae-aca4-4fc8-94ed-a122e5e479a0\",\n                    \"CustomFieldName\": \"Custom Field with Space\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Individual\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"eb2e12dc-e0d3-4c28-ae37-efe3a84cd827\",\n                    \"CustomFieldName\": \"Date & Time Individual\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date Events\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b9c092e9-de80-4c36-8abe-1da729e42d2c\",\n                    \"CustomFieldName\": \"Date Events\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date/Time Events (MND TEST)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                    \"CustomFieldName\": \"Date/Time Events (MND TEST)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Do you want a bag of Skittles*? - FN\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n                    \"CustomFieldName\": \"Do you want a bag of Skittles*? - FN\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Escape\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e023d9ba-a599-44e4-a5e7-8431e84ea5a0\",\n                    \"CustomFieldName\": \"Escape\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ESSENTIAL FIELD\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"38684356-a67c-446b-ae1e-e1d31af8e6e6\",\n                    \"CustomFieldName\": \"ESSENTIAL FIELD\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Event Plain Text\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0c6c91ad-7207-4544-ba7f-94c27c82871a\",\n                    \"CustomFieldName\": \"Event Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Favorite TV Character\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"14566742-c554-4c12-9819-132153c64f15\",\n                    \"CustomFieldName\": \"Favorite TV Character\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field - Non Directory Pages\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"001a551c-23e5-4dc4-aeb2-86b9d9206aff\",\n                    \"CustomFieldName\": \"Field - Non Directory Pages\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field on Admin Member List\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n                    \"CustomFieldName\": \"Field on Admin Member List\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Geographic Location\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n                    \"CustomFieldName\": \"Geographic Location\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GRA Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n                    \"CustomFieldName\": \"GRA Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Hat size\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n                    \"CustomFieldName\": \"Hat size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Initials of Member\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1825c136-01a9-4ed3-b582-201200a22e80\",\n                    \"CustomFieldName\": \"Initials of Member\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"77a07fde-1382-40a4-94c4-612ddc90cf13\",\n                    \"CustomFieldName\": \"Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0981350b-5ce9-48b6-bb8f-14feb62a3c47\",\n                    \"CustomFieldName\": \"Internal Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Invoice Comments\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n                    \"CustomFieldName\": \"Invoice Comments\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jessica Number Range\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n                    \"CustomFieldName\": \"Jessica Number Range\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Job Role\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"7b4c8fff-c132-49c0-800c-ce29a414f262\",\n                    \"CustomFieldName\": \"Job Role\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon Date/Time\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n                    \"CustomFieldName\": \"Jon Date/Time\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Set of Options\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n                    \"CustomFieldName\": \"Jon's Set of Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"July24 Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"954c775e-bbdc-4f01-bc07-d39d75e27676\",\n                    \"CustomFieldName\": \"July24 Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Just Checking Webhooks\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"32caeaf5-678b-4cdb-8e55-1a328af64c24\",\n                    \"CustomFieldName\": \"Just Checking Webhooks\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates Date\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"53c683db-9fb7-49e5-a2a8-16611cd37b24\",\n                    \"CustomFieldName\": \"Kates Date\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates Plain Text\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"3ea852f3-c5ab-40c7-9ff7-7b7d9190386c\",\n                    \"CustomFieldName\": \"Kates Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates URL\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"98d982f8-d145-4078-9e0e-92642db6c51a\",\n                    \"CustomFieldName\": \"Kates URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"License #\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"67db98ed-32dc-4d0f-af94-06929dc8347d\",\n                    \"CustomFieldName\": \"License #\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Limit To 1 Selection on Frontend\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ce3d776f-935a-4f03-b4e2-95284b6fa13e\",\n                    \"CustomFieldName\": \"Limit To 1 Selection on Frontend\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Local\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"404fc3ec-c310-434e-9812-8928a9ee039c\",\n                    \"CustomFieldName\": \"Local\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Day\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"f33cfd0f-2784-43c4-98ee-eef003dee0ff\",\n                    \"CustomFieldName\": \"Meeting Day\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Time\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"91e8f13b-f75d-4a6f-b541-997836a6d99e\",\n                    \"CustomFieldName\": \"Meeting Time\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Type\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e577c1fd-2cbe-433a-b65b-83cfeee3930a\",\n                    \"CustomFieldName\": \"Meeting Type\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Age\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"bc14408e-6610-45ad-b539-490cebce8cf3\",\n                    \"CustomFieldName\": \"Member Age\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Company\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n                    \"CustomFieldName\": \"Member Custom Field: Company\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Member Status\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n                    \"CustomFieldName\": \"Member Custom Field: Member Status\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Mentor Area(s)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0ee43465-d7ac-4375-b125-65d3e7007774\",\n                    \"CustomFieldName\": \"Mentor Area(s)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ad160c31-859a-40c2-9aa1-3899ee4cc4ea\",\n                    \"CustomFieldName\": \"Names & Stuff\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff Blank\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"9467ea5c-b2ea-47b4-91dd-128eb310d06d\",\n                    \"CustomFieldName\": \"Names & Stuff Blank\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Date Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"3dad10d0-dcdb-475d-995d-ae0c2f200037\",\n                    \"CustomFieldName\": \"New Date Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Field with Instructions\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n                    \"CustomFieldName\": \"New Field with Instructions\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Numeric Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e6b24fdc-75aa-470b-a42e-381453d5e8b1\",\n                    \"CustomFieldName\": \"New Numeric Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Newnewss\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n                    \"CustomFieldName\": \"Newnewss\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non Sum Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n                    \"CustomFieldName\": \"Non Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non-Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"7e385020-06a6-4352-8449-b60c4086f335\",\n                    \"CustomFieldName\": \"Non-Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Notes Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b4c20d3e-89e8-4812-8fd6-3c52f2d9a104\",\n                    \"CustomFieldName\": \"Notes Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Individuals\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n                    \"CustomFieldName\": \"Number Individuals\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of Employees Ecosystem Partner\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c526699d-0a6b-4185-bcab-114c6f04aa8b\",\n                    \"CustomFieldName\": \"Number of Employees Ecosystem Partner\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of States\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n                    \"CustomFieldName\": \"Number of States\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Optional Donation\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n                    \"CustomFieldName\": \"Optional Donation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Paid for 2021-2022 CME audit in previous system\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n                    \"CustomFieldName\": \"Paid for 2021-2022 CME audit in previous system\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Partner Level\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"55e6aad8-e4c7-4784-9891-2cc480337122\",\n                    \"CustomFieldName\": \"Partner Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Peer Group\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e6816b5e-93cd-46f0-9a49-4e5629925f49\",\n                    \"CustomFieldName\": \"Peer Group\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Peer Group (internal)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2fe8c79c-1692-4c63-b0a8-fad23ccaa0aa\",\n                    \"CustomFieldName\": \"Peer Group (internal)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text - Single Line\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"06b04973-a0f9-4620-b228-08dc85d7f329\",\n                    \"CustomFieldName\": \"Plain Text - Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Practicing Since\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ef0122cc-d5ff-4e02-b474-ff70d0ba76fd\",\n                    \"CustomFieldName\": \"Practicing Since\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Pregnancy & Postpartum Sub-Category\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"71feb5d7-9ce6-4a69-b1e3-f4683ba568e1\",\n                    \"CustomFieldName\": \"Pregnancy & Postpartum Sub-Category\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Problematic Characters\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c8bea434-8079-420f-8b49-114a03266037\",\n                    \"CustomFieldName\": \"Problematic Characters\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Prorated Dues (Supplier)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n                    \"CustomFieldName\": \"Prorated Dues (Supplier)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration Dues (Owner)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n                    \"CustomFieldName\": \"Proration Dues (Owner)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Checkbox General\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n                    \"CustomFieldName\": \"QA: Checkbox General\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Custom Website URL\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n                    \"CustomFieldName\": \"QA: Custom Website URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Date & Time)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Date & Time)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Number General - Person 2\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ca9b6010-9db4-41da-b3d9-4729082886e6\",\n                    \"CustomFieldName\": \"QA: Number General - Person 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Multi-Line\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n                    \"CustomFieldName\": \"QA: Plain Text Multi-Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Single Line\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n                    \"CustomFieldName\": \"QA: Plain Text Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Read-only on Frontend After Initial Value\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n                    \"CustomFieldName\": \"QA: Read-only on Frontend After Initial Value\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Multi-Select\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n                    \"CustomFieldName\": \"QA: Set of Options Multi-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Single-Select\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n                    \"CustomFieldName\": \"QA: Set of Options Single-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Sum Field Whole\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n                    \"CustomFieldName\": \"QA: Sum Field Whole\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"13011325-8b57-49fe-b641-d5d93d04ea4a\",\n                    \"CustomFieldName\": \"Random\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random Sum Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n                    \"CustomFieldName\": \"Random Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Companies - Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n                    \"CustomFieldName\": \"Related Record Companies - Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Individuals\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"473c4acf-5111-4240-b8e3-d6dbb41fe985\",\n                    \"CustomFieldName\": \"Related Record Individuals\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertDateTest\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"8c3ece95-0182-4d38-b5e8-87589466777c\",\n                    \"CustomFieldName\": \"RobertDateTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertOptionsTest\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"7a607628-5521-4c01-be4f-fbd640b2cd82\",\n                    \"CustomFieldName\": \"RobertOptionsTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sales Region\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n                    \"CustomFieldName\": \"Sales Region\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sample Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"bb80756b-7de1-4798-88a7-5063eed49860\",\n                    \"CustomFieldName\": \"Sample Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sam's \\\"Special\\\" Options test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"c0c4907e-0f3f-4f5b-9f9a-280b6ff94759\",\n                    \"CustomFieldName\": \"Sam's \\\"Special\\\" Options test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"set of options ajdin test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"bc311768-4d5d-4291-bbe0-5e8414c79ebb\",\n                    \"CustomFieldName\": \"set of options ajdin test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Events Multi\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5b343934-42ac-467d-95ce-41f3c8cd3213\",\n                    \"CustomFieldName\": \"Set of Options Events Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"0a6662d9-d086-42fc-b834-3c2a8990aec7\",\n                    \"CustomFieldName\": \"Set of Options Individual\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual Multi\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"48a53b78-e57f-4145-9703-52fc78d4ba56\",\n                    \"CustomFieldName\": \"Set of Options Individual Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n                    \"CustomFieldName\": \"Set of Options Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options TEST 1.3.23\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e500e166-ed79-44f0-b93f-4910d7bf0e37\",\n                    \"CustomFieldName\": \"Set of Options TEST 1.3.23\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Show This on Profile Page\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n                    \"CustomFieldName\": \"Show This on Profile Page\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"SOO\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n                    \"CustomFieldName\": \"SOO\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Special Billing\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n                    \"CustomFieldName\": \"Special Billing\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Standards Communication\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n                    \"CustomFieldName\": \"Standards Communication\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"State Options\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"eb527752-9813-47dc-9b7c-38bbcc3fede8\",\n                    \"CustomFieldName\": \"State Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sum Field Min 20\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n                    \"CustomFieldName\": \"Sum Field Min 20\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Summation Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"6d98b332-0664-4954-86b7-c5ae6974eb81\",\n                    \"CustomFieldName\": \"Summation Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"summation test osman\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"fa55ca98-a95c-4573-b904-881fb6be6e57\",\n                    \"CustomFieldName\": \"summation test osman\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Supplier Level\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n                    \"CustomFieldName\": \"Supplier Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Tell Me About Your Hobbies/Activities\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"b92db83e-c291-42a1-bb13-31049618ce3b\",\n                    \"CustomFieldName\": \"Tell Me About Your Hobbies/Activities\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"46cdf5c2-5d0c-42b7-883a-651541be2ff3\",\n                    \"CustomFieldName\": \"Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test add fields\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n                    \"CustomFieldName\": \"Test add fields\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"75262053-6358-411a-a911-d31ff900a44a\",\n                    \"CustomFieldName\": \"Test New Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field 2\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"e6179d1d-8a49-4e3d-8164-524fee88946f\",\n                    \"CustomFieldName\": \"Test New Field 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"test number\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n                    \"CustomFieldName\": \"test number\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testaaa\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"91e786ab-f3b5-451b-9241-b989a1ff2bd4\",\n                    \"CustomFieldName\": \"testaaa\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testfld2\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"4514c1ee-319b-40d1-bf49-1088304b47f2\",\n                    \"CustomFieldName\": \"testfld2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Testing Field Name\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n                    \"CustomFieldName\": \"Testing Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Text Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5bc29868-addc-4d70-9eb2-a7be76ef3e4d\",\n                    \"CustomFieldName\": \"Text Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Text Multi-Line Custom Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"fffe0fa5-78cf-4ecd-95d2-710fd22dae1e\",\n                    \"CustomFieldName\": \"Text Multi-Line Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Trailing Field\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"01fbff67-4037-4d56-8ba5-5f6d731511f8\",\n                    \"CustomFieldName\": \"Trailing Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"T-Shirt Size\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"CustomFieldName\": \"T-Shirt Size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count - Sum\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n                    \"CustomFieldName\": \"Unit Count - Sum\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Read Only)\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n                    \"CustomFieldName\": \"Unit Count (Read Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Website URL Test\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n                    \"CustomFieldName\": \"Website URL Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"x\": {\n                    \"CustomerUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n                    \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n                    \"CustomFieldName\": \"x\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                }\n            },\n            \"SpecifiedSystemFields\": [\n                \"AccountEmail\",\n                \"Active\",\n                \"Approved\",\n                \"AutoPay\",\n                \"AutoRenew\",\n                \"AverageNpsScore\",\n                \"Awards\",\n                \"BillingAddress\",\n                \"BillingContactUniqueId\",\n                \"Committees\",\n                \"County\",\n                \"CreatedDate\",\n                \"Credentials\",\n                \"CustomerType\",\n                \"CustomFields\",\n                \"DefaultDuesPayerOverride\",\n                \"DirectoryGallery\",\n                \"DuesPayerUniqueID\",\n                \"Education\",\n                \"EffectiveMemberType\",\n                \"Email\",\n                \"FacebookUrl\",\n                \"FamilyTreeUniqueID\",\n                \"Fax\",\n                \"FeaturedDirectoryListing\",\n                \"FirstName\",\n                \"Groups\",\n                \"HideContactInformation\",\n                \"HideOnWebsite\",\n                \"Image\",\n                \"ImportID\",\n                \"InstagramHandle\",\n                \"InternalIdentifier\",\n                \"IsInstructor\",\n                \"JobTitle\",\n                \"LastName\",\n                \"LastNpsFeedback\",\n                \"LastNpsScore\",\n                \"LastNpsScoreDate\",\n                \"LastUpdatedDate\",\n                \"LinkedInUrl\",\n                \"ManagementAccessForCompanies\",\n                \"MemberProfile\",\n                \"MembershipExpires\",\n                \"MemberSince\",\n                \"MemberStatus\",\n                \"MemberSubStatus\",\n                \"MemberType\",\n                \"MiddleName\",\n                \"Mobile\",\n                \"Name\",\n                \"Notes\",\n                \"OpenDuesBalance\",\n                \"OriginalJoinDate\",\n                \"ParentCustomerUniqueID\",\n                \"ParentMemberName\",\n                \"PersonalAddress\",\n                \"PersonalEmail\",\n                \"PersonalMobile\",\n                \"PersonalPhone\",\n                \"Phone\",\n                \"PrimaryContactUniqueId\",\n                \"ProhibitInvoicing\",\n                \"QuickBooksID\",\n                \"Role\",\n                \"ShippingAddress\",\n                \"SpecifiedSystemFields\",\n                \"Suffix\",\n                \"Taxable\",\n                \"TaxExemptionReason\",\n                \"Title\",\n                \"TwitterHandle\",\n                \"UniqueID\",\n                \"UnsubscribeFromEmails\",\n                \"UnsubscribeFromSignupEmails\",\n                \"UseParentBilling\",\n                \"UseParentShipping\",\n                \"VolunteerWorks\",\n                \"Website\"\n            ],\n            \"QuickBooksID\": \"631\",\n            \"UseParentBilling\": false,\n            \"UseParentShipping\": false,\n            \"Credentials\": null,\n            \"Title\": null,\n            \"DirectoryGallery\": [],\n            \"Awards\": [],\n            \"VolunteerWorks\": [],\n            \"Education\": [],\n            \"Groups\": [\n                {\n                    \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n                    \"GroupName\": \"_All Records associated with current members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1b8b0b5e-e14e-4f9e-9a2c-fdd3db52fb1d\",\n                    \"GroupName\": \"_AllRecordsNoConditions\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e5434a2f-c258-43bc-8a2a-4d715e329f4d\",\n                    \"GroupName\": \"2M Group test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0221cb90-34a8-4b4c-bb0c-d3ddadafd83c\",\n                    \"GroupName\": \"Add Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e834eb2f-2394-44bc-8285-7cbc229d03df\",\n                    \"GroupName\": \"All Benes\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"76685d8b-4590-4f52-9a63-2e979f58c00b\",\n                    \"GroupName\": \"All Current + Staff  - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"65587a31-a6b3-4a54-a70c-f1997f7d0d47\",\n                    \"GroupName\": \"All Records for Census\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4ee56294-2b4d-490e-9d3b-50e3274d5338\",\n                    \"GroupName\": \"AMS-14699 Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"627612f1-4039-4150-9557-bcd2775df69e\",\n                    \"GroupName\": \"Annual Or Monthly Subscription\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1508f3bc-9139-40ad-a9ba-694c9417582f\",\n                    \"GroupName\": \"Another Committee\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5848010e-0395-4fcb-ac55-8732fd822074\",\n                    \"GroupName\": \"App date 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ca64aea5-80f3-4590-aa03-e60f2d11eaa9\",\n                    \"GroupName\": \"Big Event Not Attended\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e28dc109-37a9-4493-8c69-722aae6424e4\",\n                    \"GroupName\": \"Big Event Not Registered (Could be cancelled)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n                    \"GroupName\": \"Blab blah\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f70df783-12a6-43dc-9850-e02cffb00012\",\n                    \"GroupName\": \"Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Soci\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"593f9a6c-85a4-4744-af26-7031454e86c5\",\n                    \"GroupName\": \"Curent Status is current\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"07ba0836-f35a-4264-9b7e-182215d197cf\",\n                    \"GroupName\": \"Current Individual Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7288ddd0-5b2c-4732-907e-ee12eda41f4b\",\n                    \"GroupName\": \"Current Members + ALL CHILDREN 11.21\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"920abb24-44c7-4aec-8336-2829222f8404\",\n                    \"GroupName\": \"Current Members + ALL PEOPLE CHILDREN 11.21\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"2ae04d2f-4d4d-4634-9146-479640b51ff1\",\n                    \"GroupName\": \"Current Members Missing Zip or County\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7024b6aa-e37d-40cc-9fff-2a2fee39f6e6\",\n                    \"GroupName\": \"Current members who joined within the week, expiring tomorrow\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3aa1160a-1fbf-4956-8b31-2957bf6c602f\",\n                    \"GroupName\": \"Daniel Smith Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4755f2a7-fc6a-46a1-badd-be59ea88a514\",\n                    \"GroupName\": \"Do not send marketing emails = no\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"952e6d37-8bc3-4e9e-9f0d-73ed64edd819\",\n                    \"GroupName\": \"Empty Custom Field Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n                    \"GroupName\": \"escape 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"dc191c85-3733-4643-8164-d1fb7c90a5a0\",\n                    \"GroupName\": \"Expiration Date - Days Ago (Less or Equal 7)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"019a0fa9-9c19-4504-8959-17002638c608\",\n                    \"GroupName\": \"first month group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fd5cfef6-2ea1-4785-93d6-cf04cba1bfab\",\n                    \"GroupName\": \"GUEST GROUP\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"955d423c-e943-48e7-9ffa-511b67e7e640\",\n                    \"GroupName\": \"Has User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5413b10e-e2a1-49ab-875e-5c5525131b33\",\n                    \"GroupName\": \"HL Community\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4272e3b8-66bf-41a2-afbb-f2193abc49de\",\n                    \"GroupName\": \"Individuals\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"34ca30e0-eec4-4666-9592-e1aca51ab143\",\n                    \"GroupName\": \"Jon's Birthday Attendees\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"99b8f66e-69c7-4550-9597-5d9021309ddc\",\n                    \"GroupName\": \"July Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"dd183893-583f-424e-ad43-ae572c179ea2\",\n                    \"GroupName\": \"Kate - Members this Year\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b1a07503-28e2-4e9d-936a-a08d064f4e3b\",\n                    \"GroupName\": \"L.A.D.\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e2741903-af7f-4362-b9b2-99d7f17e20c8\",\n                    \"GroupName\": \"Large Parent Condition Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"8bfd40b7-a6a5-44bb-8342-34a11b401ea0\",\n                    \"GroupName\": \"Large Parent Condition Group - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a4ba6129-3b74-4b9c-80c8-a639e2f9198f\",\n                    \"GroupName\": \"Last Event Date Osman\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ac467162-2cd0-4d41-b45c-3d5c695c6790\",\n                    \"GroupName\": \"Last Login Null\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n                    \"GroupName\": \"Matt test 11/23\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0a1c3b52-6d03-43fb-961d-8249309662f8\",\n                    \"GroupName\": \"MC Test Synced: Current members + inheriting 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6921a28e-9aea-4baa-8495-bba38197a37d\",\n                    \"GroupName\": \"MC Test: Current members + inheriting\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"df18628b-1fb8-44c0-8c57-e031e4805082\",\n                    \"GroupName\": \"Melissa's Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fcf4ea28-259d-48a7-8f54-fdade23e00d1\",\n                    \"GroupName\": \"Member Since Less Than 30 Days\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59d3b505-5cc7-416d-954a-11784f5154f3\",\n                    \"GroupName\": \"MEMBER STATUS = CURRENT\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"26cb1fb3-3864-4aeb-bae3-ea5f75264a09\",\n                    \"GroupName\": \"Member Types Switch 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f52ea844-ba1c-491a-bf6b-10627117e899\",\n                    \"GroupName\": \"Membership Since Date - Specific Date\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a32cba37-3477-43cb-a0a9-5be57bd0787e\",\n                    \"GroupName\": \"name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1907e311-134e-4a5e-9d03-2ca3f1ca2ac3\",\n                    \"GroupName\": \"New Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n                    \"GroupName\": \"Not Expired Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ece3b93a-17ad-45cc-99e9-11cbaf5774b7\",\n                    \"GroupName\": \"Numeric Custom Field NULL/ZERO\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"09727057-baf9-420d-8d95-2e1240022256\",\n                    \"GroupName\": \"OJD\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b3576d54-2216-440b-a04d-7a5a2c4fe4c5\",\n                    \"GroupName\": \"Original Join Date - Specific Date\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7f233da5-9e4b-429f-99dc-b5a6ae6f0e42\",\n                    \"GroupName\": \"Original Join Date Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"97f7fc44-23a7-48d9-8c4f-c8ce978298c8\",\n                    \"GroupName\": \"Parent Fields\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ba2ad909-b15c-448a-a1f8-271ad1b34fb2\",\n                    \"GroupName\": \"People Only\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"c67e11eb-4304-4f71-87a2-86b6af57a1bc\",\n                    \"GroupName\": \"person free\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"7bf9b1a8-0700-4e66-ab74-62dcc723eda5\",\n                    \"GroupName\": \"Persons\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5e652cc8-e66b-42d9-90a5-c98349ad5a4a\",\n                    \"GroupName\": \"Plain text test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a3bc2231-a8d7-492f-8d12-8c892db8d7bc\",\n                    \"GroupName\": \"Primary/Ben Member Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1e416eb1-41a6-4872-b7bf-13d276eb58e9\",\n                    \"GroupName\": \"Recently Joined\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"160cb43d-d9ae-4949-8ea1-a85d59191fbe\",\n                    \"GroupName\": \"Sammi's Archive Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n                    \"GroupName\": \"Special Interest Groups (SIGs)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"859658d2-763c-49ae-b128-d17d230c0416\",\n                    \"GroupName\": \"Suffix Testing\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ce0c4a1f-2272-452b-aebf-baf3e659c698\",\n                    \"GroupName\": \"Support Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b08001d8-460b-4cbc-a31e-987c93f08c32\",\n                    \"GroupName\": \"test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6abf779b-b8d8-40aa-864c-2d6e691e9dd1\",\n                    \"GroupName\": \"Test display name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1f46a9c2-d2c9-40b8-a296-8c984ada1cb3\",\n                    \"GroupName\": \"Test G\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ed3331cd-c579-4d36-8447-b8807aa32f6e\",\n                    \"GroupName\": \"Test Group - Archive\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2f738b9d-a0d3-4df5-9ec1-fd6a30794da6\",\n                    \"GroupName\": \"Test Last Event\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"519d22ea-dd55-4507-a06f-4cc2b7816eae\",\n                    \"GroupName\": \"Test Roles 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"72a31e9b-c040-4f9c-a5e9-6de42c125b72\",\n                    \"GroupName\": \"Thousands of Specific Records\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n                    \"GroupName\": \"URL Test (doesn't begin with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n                    \"GroupName\": \"URL Test (doesn't contain)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n                    \"GroupName\": \"URL Test (doesn't end with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n                    \"GroupName\": \"URL Test (is null)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n                    \"GroupName\": \"URL Test (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n                    \"GroupName\": \"URL Test 2 (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"13aa4fc2-d5fa-4bf5-8f4e-53002ea2484c\",\n                    \"GroupName\": \"Use this to test. Alter whenever.\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"bfe7f70b-0e37-46a8-b53f-cdb1028f34e6\",\n                    \"GroupName\": \"Webhook: Group Created\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n                    \"GroupName\": \"Who could sync to Higher Logic?\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ed0bfb49-9b28-41e0-83a4-c2e5b18b4a88\",\n                    \"GroupName\": \"ZM users only group\",\n                    \"InheritingMember\": false\n                }\n            ],\n            \"Committees\": [\n                {\n                    \"CommitteeMemberUniqueID\": \"5555ffd4-c92e-4107-ad08-afd9e34ffc9b\",\n                    \"CommitteeUniqueID\": \"b31f67ea-984d-49f3-9938-1dd0e8c1c3e7\",\n                    \"CommitteeRoleUniqueID\": \"b6527adf-2abc-4d24-a062-6e9769ae8fe2\",\n                    \"CommitteeRoleName\": \"Resident\",\n                    \"CommitteeName\": \"FL Regional Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2024-05-01T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"ea1c5077-85d9-4f17-91d3-35f62fdad5d3\",\n                    \"CommitteeUniqueID\": \"c21f3479-9a35-42fd-838a-4511019d140a\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Culinary Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-03-20T00:00:00-08:00\",\n                    \"TermEnd\": null\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"a3a432ac-99bc-4df8-b269-b59b86f98135\",\n                    \"CommitteeUniqueID\": \"7f897b92-aeae-4676-bb30-f048038664a4\",\n                    \"CommitteeRoleUniqueID\": \"07d185f2-dec3-4986-81f3-b95ad5d8db5d\",\n                    \"CommitteeRoleName\": \"Chair\",\n                    \"CommitteeName\": \"GA Regional Committee\",\n                    \"InheritingMember\": true,\n                    \"Status\": \"Eligible\",\n                    \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2023-12-31T00:00:00-05:00\"\n                }\n            ],\n            \"ManagementAccessForCompanies\": [],\n            \"CreatedDate\": \"2018-11-05T15:46:10.1766667-05:00\",\n            \"LastUpdatedDate\": \"2024-07-17T11:33:59.943-04:00\",\n            \"PrimaryContactUniqueId\": null,\n            \"BillingContactUniqueId\": null,\n            \"DefaultDuesPayerOverride\": null,\n            \"Taxable\": true,\n            \"TaxExemptionReason\": null,\n            \"IsInstructor\": false,\n            \"OpenDuesBalance\": 0.00,\n            \"AverageNpsScore\": null,\n            \"LastNpsScore\": null,\n            \"LastNpsScoreDate\": null,\n            \"LastNpsFeedback\": null,\n            \"ProhibitInvoicing\": false,\n            \"FamilyTreeUniqueID\": \"69a2fff0-264f-447f-9de7-99476c254b3a\",\n            \"FeaturedDirectoryListing\": false\n        }\n    ]\n}"},{"id":"b62fbee0-3a5c-4ab5-b3df-fc12b33f8a71","name":"200 OK - Search by Quickbooks ID","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic 4UA4Hkrn3I+yPOi4YWmtlQIrhIXY+tv0qjxEwzkHp2A=","type":"text"}],"url":{"raw":"{{url}}/api/members?pageSize=50&offset=0&quickbooksID=999","host":["{{url}}"],"path":["api","members"],"query":[{"key":"pageSize","value":"50","description":"Optional. Specifies the number of records to return per page. Default: 100. Maximum: 1,000."},{"key":"offset","value":"0","description":"Optional. Specifies the starting position for the result set. Default: 0."},{"key":"name","value":"{{fullName}}","description":"Optional. Filter by a member's full name. The match must be exact and is not case-sensitive. Default: null.","disabled":true},{"key":"partialSearch","value":"{{partialSearch}}","description":"Optional. Accepts true or false. Enables partial matching for the name parameter. Default: false.","disabled":true},{"key":"quickbooksID","value":"999"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:05:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45158"},{"key":"Connection","value":"keep-alive"},{"key":"x-azure-ref","value":"20250529T220545Z-1767986b9cck25gnhC1DFWcgss0000000cm0000000006xk4"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"UniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n            \"ImportID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n            \"InternalIdentifier\": 134784,\n            \"ParentCustomerUniqueID\": \"84160ad5-fb5b-405c-b9a2-b0e849aad18b\",\n            \"ParentMemberName\": \"A New Company\",\n            \"Name\": \"Em Mel\",\n            \"FirstName\": \"Em\",\n            \"MiddleName\": null,\n            \"LastName\": \"Mel\",\n            \"Suffix\": null,\n            \"Active\": true,\n            \"Email\": \"emmel@gmail.com\",\n            \"AccountEmail\": \"memtype1@gmail.com\",\n            \"Role\": \"Regular User\",\n            \"Phone\": null,\n            \"Mobile\": null,\n            \"Fax\": null,\n            \"Website\": null,\n            \"County\": null,\n            \"BillingAddress\": {\n                \"Address1\": \"8220 183A\",\n                \"Address2\": null,\n                \"City\": \"Leander\",\n                \"ZipCode\": \"78641\",\n                \"StateProvince\": \"Texas\",\n                \"Country\": \"United States\"\n            },\n            \"ShippingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"PersonalEmail\": null,\n            \"PersonalPhone\": null,\n            \"PersonalMobile\": null,\n            \"PersonalAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"Notes\": null,\n            \"FacebookUrl\": null,\n            \"LinkedInUrl\": null,\n            \"InstagramHandle\": null,\n            \"TwitterHandle\": null,\n            \"MemberProfile\": null,\n            \"JobTitle\": \"My Title\",\n            \"Image\": \"\",\n            \"OriginalJoinDate\": \"2017-03-27T00:00:00\",\n            \"MemberSince\": null,\n            \"MembershipExpires\": null,\n            \"MemberStatus\": \"non_member\",\n            \"MemberSubStatus\": null,\n            \"DuesPayerUniqueID\": \"84160ad5-fb5b-405c-b9a2-b0e849aad18b\",\n            \"HideOnWebsite\": false,\n            \"HideContactInformation\": false,\n            \"UnsubscribeFromEmails\": false,\n            \"UnsubscribeFromSignupEmails\": false,\n            \"Approved\": true,\n            \"AutoRenew\": false,\n            \"AutoPay\": false,\n            \"MemberType\": null,\n            \"EffectiveMemberType\": {\n                \"UniqueID\": \"2e6a8861-850b-4670-8090-fbe1a469a7bb\",\n                \"Name\": \"Company 1 - Calendar\",\n                \"Description\": \"<dl id=\\\"glossary\\\">\\r\\n<section id=\\\"A\\\">Company 1 - Calendar</section>\\r\\n</dl>\",\n                \"ForCompanies\": true\n            },\n            \"CustomerType\": \"Person\",\n            \"CustomFields\": {\n                \"\\\"ACKNOWLEDGE\\\" GUIDELINES\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"359a40d6-afae-47be-958d-dbee849f8735\",\n                    \"CustomFieldName\": \"\\\"ACKNOWLEDGE\\\" GUIDELINES\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"\\\"Checkbox\\\" Event Reg\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"91fe93d5-7739-4e95-b3f0-7e38d8ae6847\",\n                    \"CustomFieldName\": \"\\\"Checkbox\\\" Event Reg\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"2023 Magazine Issues Field Name\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"2f59d0dd-7173-42a6-9109-b733f5906b1f\",\n                    \"CustomFieldName\": \"2023 Magazine Issues Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ACKNOWLEDGE USE OF SEALS & STICKERS\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"db22616d-950d-4647-916e-2409e6243600\",\n                    \"CustomFieldName\": \"ACKNOWLEDGE USE OF SEALS & STICKERS\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AddressCustom\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"9a793a48-c307-4ffd-8ceb-3880bb22eac1\",\n                    \"CustomFieldName\": \"AddressCustom\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Aidens Dog Treats Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"a64a8abc-a3be-4507-9155-620864e886bf\",\n                    \"CustomFieldName\": \"Aidens Dog Treats Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AMS-14089\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"fc83c2cc-214b-410d-8de4-34664baea6f0\",\n                    \"CustomFieldName\": \"AMS-14089\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"0f6a866b-fb67-4d95-b007-8a2990feb45d\",\n                    \"CustomFieldName\": \"Annual Sales\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales Volume-Active\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"1bba8d5b-5683-40eb-8bf4-2613f8eff784\",\n                    \"CustomFieldName\": \"Annual Sales Volume-Active\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Apartment Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"36a6c3f2-05e4-4f3e-89d1-061305b8c23e\",\n                    \"CustomFieldName\": \"Apartment Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Apostrophe test\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"1cef6a61-8bf7-44cc-b3fc-92fe8178bf46\",\n                    \"CustomFieldName\": \"Apostrophe test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"APTA Specialty\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"78b23565-36e7-4ff0-8482-bcc907bf2204\",\n                    \"CustomFieldName\": \"APTA Specialty\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas of Expertise - Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"079ebe02-f026-49c5-aa6d-b1f86749c6b5\",\n                    \"CustomFieldName\": \"Areas of Expertise - Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Areas You Service\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"79625ae0-1940-4398-8776-15606157d084\",\n                    \"CustomFieldName\": \"Areas You Service\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Associate Member Level\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"62d789e4-5b71-4082-9670-a8caaa98f8e2\",\n                    \"CustomFieldName\": \"Associate Member Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Emergency Contact\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"a365211d-ca45-4c46-875e-e415768038f7\",\n                    \"CustomFieldName\": \"Attendee Emergency Contact\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Shirt Size\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"a7fe90ca-5d25-4816-9304-f3346af34aac\",\n                    \"CustomFieldName\": \"Attendee Shirt Size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Benefits Test Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"8d1e9d15-d133-4ed3-ac61-025f98e44a26\",\n                    \"CustomFieldName\": \"Benefits Test Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Birthday\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"cacaae65-c6fe-45c5-b38e-863e58acf3a7\",\n                    \"CustomFieldName\": \"Birthday\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Chapter Affiliation\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5f7cb996-6fed-4967-8915-84f4f171e8ef\",\n                    \"CustomFieldName\": \"Chapter Affiliation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Checkbox Individuals\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"aa94cba3-5616-4096-8bb7-f938667a6fa8\",\n                    \"CustomFieldName\": \"Checkbox Individuals\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"COAA Corporate Partner Dues Discount\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"66908d71-c748-4dd6-9603-91ad596f0aa8\",\n                    \"CustomFieldName\": \"COAA Corporate Partner Dues Discount\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Committee End Date\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"37afb4c3-f4bc-479b-bcfd-5b058480588b\",\n                    \"CustomFieldName\": \"Committee End Date\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Communication Opt Out\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n                    \"CustomFieldName\": \"Communication Opt Out\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Company Name (Individual)\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"08636504-d743-4a68-8698-beeda492c645\",\n                    \"CustomFieldName\": \"Company Name (Individual)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Contact Time of Day Preference\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"f6ea978d-ba47-46a1-a831-7ad613acbcde\",\n                    \"CustomFieldName\": \"Contact Time of Day Preference\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom field name.\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"0c4f22a6-cc59-4fcc-b256-ef6d7557e06e\",\n                    \"CustomFieldName\": \"Custom field name.\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom Field with Space\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"14f849ae-aca4-4fc8-94ed-a122e5e479a0\",\n                    \"CustomFieldName\": \"Custom Field with Space\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Individual\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"eb2e12dc-e0d3-4c28-ae37-efe3a84cd827\",\n                    \"CustomFieldName\": \"Date & Time Individual\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date Events\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"b9c092e9-de80-4c36-8abe-1da729e42d2c\",\n                    \"CustomFieldName\": \"Date Events\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date/Time Events (MND TEST)\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                    \"CustomFieldName\": \"Date/Time Events (MND TEST)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Do you want a bag of Skittles*? - FN\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n                    \"CustomFieldName\": \"Do you want a bag of Skittles*? - FN\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Escape\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"e023d9ba-a599-44e4-a5e7-8431e84ea5a0\",\n                    \"CustomFieldName\": \"Escape\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ESSENTIAL FIELD\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"38684356-a67c-446b-ae1e-e1d31af8e6e6\",\n                    \"CustomFieldName\": \"ESSENTIAL FIELD\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Event Plain Text\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"0c6c91ad-7207-4544-ba7f-94c27c82871a\",\n                    \"CustomFieldName\": \"Event Plain Text\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Favorite TV Character\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"14566742-c554-4c12-9819-132153c64f15\",\n                    \"CustomFieldName\": \"Favorite TV Character\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field - Non Directory Pages\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"001a551c-23e5-4dc4-aeb2-86b9d9206aff\",\n                    \"CustomFieldName\": \"Field - Non Directory Pages\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field on Admin Member List\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n                    \"CustomFieldName\": \"Field on Admin Member List\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Geographic Location\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n                    \"CustomFieldName\": \"Geographic Location\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GRA Test\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n                    \"CustomFieldName\": \"GRA Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Hat size\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n                    \"CustomFieldName\": \"Hat size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Initials of Member\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"1825c136-01a9-4ed3-b582-201200a22e80\",\n                    \"CustomFieldName\": \"Initials of Member\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"77a07fde-1382-40a4-94c4-612ddc90cf13\",\n                    \"CustomFieldName\": \"Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Internal Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"0981350b-5ce9-48b6-bb8f-14feb62a3c47\",\n                    \"CustomFieldName\": \"Internal Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Invoice Comments\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n                    \"CustomFieldName\": \"Invoice Comments\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jessica Number Range\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n                    \"CustomFieldName\": \"Jessica Number Range\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Job Role\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"7b4c8fff-c132-49c0-800c-ce29a414f262\",\n                    \"CustomFieldName\": \"Job Role\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon Date/Time\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n                    \"CustomFieldName\": \"Jon Date/Time\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Set of Options\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n                    \"CustomFieldName\": \"Jon's Set of Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"July24 Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"954c775e-bbdc-4f01-bc07-d39d75e27676\",\n                    \"CustomFieldName\": \"July24 Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Just Checking Webhooks\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"32caeaf5-678b-4cdb-8e55-1a328af64c24\",\n                    \"CustomFieldName\": \"Just Checking Webhooks\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates Date\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"53c683db-9fb7-49e5-a2a8-16611cd37b24\",\n                    \"CustomFieldName\": \"Kates Date\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Kates URL\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"98d982f8-d145-4078-9e0e-92642db6c51a\",\n                    \"CustomFieldName\": \"Kates URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"License #\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"67db98ed-32dc-4d0f-af94-06929dc8347d\",\n                    \"CustomFieldName\": \"License #\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Limit To 1 Selection on Frontend\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"ce3d776f-935a-4f03-b4e2-95284b6fa13e\",\n                    \"CustomFieldName\": \"Limit To 1 Selection on Frontend\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Local\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"404fc3ec-c310-434e-9812-8928a9ee039c\",\n                    \"CustomFieldName\": \"Local\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Day\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"f33cfd0f-2784-43c4-98ee-eef003dee0ff\",\n                    \"CustomFieldName\": \"Meeting Day\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Time\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"91e8f13b-f75d-4a6f-b541-997836a6d99e\",\n                    \"CustomFieldName\": \"Meeting Time\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Meeting Type\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"e577c1fd-2cbe-433a-b65b-83cfeee3930a\",\n                    \"CustomFieldName\": \"Meeting Type\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Age\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"bc14408e-6610-45ad-b539-490cebce8cf3\",\n                    \"CustomFieldName\": \"Member Age\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Company\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n                    \"CustomFieldName\": \"Member Custom Field: Company\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Member Status\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n                    \"CustomFieldName\": \"Member Custom Field: Member Status\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Mentor Area(s)\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"0ee43465-d7ac-4375-b125-65d3e7007774\",\n                    \"CustomFieldName\": \"Mentor Area(s)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"ad160c31-859a-40c2-9aa1-3899ee4cc4ea\",\n                    \"CustomFieldName\": \"Names & Stuff\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Names & Stuff Blank\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"9467ea5c-b2ea-47b4-91dd-128eb310d06d\",\n                    \"CustomFieldName\": \"Names & Stuff Blank\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Date Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"3dad10d0-dcdb-475d-995d-ae0c2f200037\",\n                    \"CustomFieldName\": \"New Date Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Field with Instructions\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n                    \"CustomFieldName\": \"New Field with Instructions\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Numeric Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"e6b24fdc-75aa-470b-a42e-381453d5e8b1\",\n                    \"CustomFieldName\": \"New Numeric Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Newnewss\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n                    \"CustomFieldName\": \"Newnewss\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non Sum Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n                    \"CustomFieldName\": \"Non Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non-Internal Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"7e385020-06a6-4352-8449-b60c4086f335\",\n                    \"CustomFieldName\": \"Non-Internal Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Notes Test\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"b4c20d3e-89e8-4812-8fd6-3c52f2d9a104\",\n                    \"CustomFieldName\": \"Notes Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Individuals\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n                    \"CustomFieldName\": \"Number Individuals\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of Employees Ecosystem Partner\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"c526699d-0a6b-4185-bcab-114c6f04aa8b\",\n                    \"CustomFieldName\": \"Number of Employees Ecosystem Partner\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of States\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n                    \"CustomFieldName\": \"Number of States\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Optional Donation\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n                    \"CustomFieldName\": \"Optional Donation\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Paid for 2021-2022 CME audit in previous system\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n                    \"CustomFieldName\": \"Paid for 2021-2022 CME audit in previous system\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Partner Level\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"55e6aad8-e4c7-4784-9891-2cc480337122\",\n                    \"CustomFieldName\": \"Partner Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Peer Group\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"e6816b5e-93cd-46f0-9a49-4e5629925f49\",\n                    \"CustomFieldName\": \"Peer Group\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Peer Group (internal)\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"2fe8c79c-1692-4c63-b0a8-fad23ccaa0aa\",\n                    \"CustomFieldName\": \"Peer Group (internal)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Pizza Toppings\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5dafba88-b975-4ee1-8b90-413a6586bca9\",\n                    \"CustomFieldName\": \"Pizza Toppings\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text - Single Line\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"06b04973-a0f9-4620-b228-08dc85d7f329\",\n                    \"CustomFieldName\": \"Plain Text - Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Practicing Since\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"ef0122cc-d5ff-4e02-b474-ff70d0ba76fd\",\n                    \"CustomFieldName\": \"Practicing Since\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Pregnancy & Postpartum Sub-Category\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"71feb5d7-9ce6-4a69-b1e3-f4683ba568e1\",\n                    \"CustomFieldName\": \"Pregnancy & Postpartum Sub-Category\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Problematic Characters\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"c8bea434-8079-420f-8b49-114a03266037\",\n                    \"CustomFieldName\": \"Problematic Characters\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Prorated Dues (Supplier)\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n                    \"CustomFieldName\": \"Prorated Dues (Supplier)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration Dues (Owner)\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n                    \"CustomFieldName\": \"Proration Dues (Owner)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Checkbox General\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n                    \"CustomFieldName\": \"QA: Checkbox General\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Custom Website URL\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n                    \"CustomFieldName\": \"QA: Custom Website URL\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General (Date & Time)\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n                    \"CustomFieldName\": \"QA: Date & Time General (Date & Time)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Multi-Line\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n                    \"CustomFieldName\": \"QA: Plain Text Multi-Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Single Line\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n                    \"CustomFieldName\": \"QA: Plain Text Single Line\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Read-only on Frontend After Initial Value\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n                    \"CustomFieldName\": \"QA: Read-only on Frontend After Initial Value\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Multi-Select\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n                    \"CustomFieldName\": \"QA: Set of Options Multi-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Single-Select\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n                    \"CustomFieldName\": \"QA: Set of Options Single-Select\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Sum Field Whole\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n                    \"CustomFieldName\": \"QA: Sum Field Whole\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Users Cannot Change on Frontend\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"6a007bd9-7bf9-495d-bd57-963af7697e0d\",\n                    \"CustomFieldName\": \"QA: Users Cannot Change on Frontend\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"13011325-8b57-49fe-b641-d5d93d04ea4a\",\n                    \"CustomFieldName\": \"Random\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random Sum Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n                    \"CustomFieldName\": \"Random Sum Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Companies - Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n                    \"CustomFieldName\": \"Related Record Companies - Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Individuals\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"473c4acf-5111-4240-b8e3-d6dbb41fe985\",\n                    \"CustomFieldName\": \"Related Record Individuals\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertDateTest\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"8c3ece95-0182-4d38-b5e8-87589466777c\",\n                    \"CustomFieldName\": \"RobertDateTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"RobertOptionsTest\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"7a607628-5521-4c01-be4f-fbd640b2cd82\",\n                    \"CustomFieldName\": \"RobertOptionsTest\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Role With Company\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5181aba8-5161-4c86-9d24-be28c23ff687\",\n                    \"CustomFieldName\": \"Role With Company\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sales Region\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n                    \"CustomFieldName\": \"Sales Region\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sample Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"bb80756b-7de1-4798-88a7-5063eed49860\",\n                    \"CustomFieldName\": \"Sample Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sam's \\\"Special\\\" Options test\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"c0c4907e-0f3f-4f5b-9f9a-280b6ff94759\",\n                    \"CustomFieldName\": \"Sam's \\\"Special\\\" Options test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"set of options ajdin test\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"bc311768-4d5d-4291-bbe0-5e8414c79ebb\",\n                    \"CustomFieldName\": \"set of options ajdin test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Events Multi\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5b343934-42ac-467d-95ce-41f3c8cd3213\",\n                    \"CustomFieldName\": \"Set of Options Events Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"0a6662d9-d086-42fc-b834-3c2a8990aec7\",\n                    \"CustomFieldName\": \"Set of Options Individual\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual Multi\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"48a53b78-e57f-4145-9703-52fc78d4ba56\",\n                    \"CustomFieldName\": \"Set of Options Individual Multi\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Test\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n                    \"CustomFieldName\": \"Set of Options Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options TEST 1.3.23\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"e500e166-ed79-44f0-b93f-4910d7bf0e37\",\n                    \"CustomFieldName\": \"Set of Options TEST 1.3.23\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Show This on Profile Page\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n                    \"CustomFieldName\": \"Show This on Profile Page\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"SOO\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n                    \"CustomFieldName\": \"SOO\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Special Billing\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n                    \"CustomFieldName\": \"Special Billing\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Standards Communication\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n                    \"CustomFieldName\": \"Standards Communication\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"State Options\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"eb527752-9813-47dc-9b7c-38bbcc3fede8\",\n                    \"CustomFieldName\": \"State Options\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sum Field Min 20\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n                    \"CustomFieldName\": \"Sum Field Min 20\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Summation Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"6d98b332-0664-4954-86b7-c5ae6974eb81\",\n                    \"CustomFieldName\": \"Summation Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"summation test osman\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"fa55ca98-a95c-4573-b904-881fb6be6e57\",\n                    \"CustomFieldName\": \"summation test osman\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Supplier Level\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n                    \"CustomFieldName\": \"Supplier Level\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Tell Me About Your Hobbies/Activities\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"b92db83e-c291-42a1-bb13-31049618ce3b\",\n                    \"CustomFieldName\": \"Tell Me About Your Hobbies/Activities\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"46cdf5c2-5d0c-42b7-883a-651541be2ff3\",\n                    \"CustomFieldName\": \"Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test add fields\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n                    \"CustomFieldName\": \"Test add fields\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"75262053-6358-411a-a911-d31ff900a44a\",\n                    \"CustomFieldName\": \"Test New Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test New Field 2\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"e6179d1d-8a49-4e3d-8164-524fee88946f\",\n                    \"CustomFieldName\": \"Test New Field 2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"test number\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n                    \"CustomFieldName\": \"test number\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testaaa\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"91e786ab-f3b5-451b-9241-b989a1ff2bd4\",\n                    \"CustomFieldName\": \"testaaa\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"testfld1\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"555903d6-07d0-40d5-8456-c7bf36287b38\",\n                    \"CustomFieldName\": \"testfld1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Testing Field Name\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n                    \"CustomFieldName\": \"Testing Field Name\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Text Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5bc29868-addc-4d70-9eb2-a7be76ef3e4d\",\n                    \"CustomFieldName\": \"Text Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Text Multi-Line Custom Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"fffe0fa5-78cf-4ecd-95d2-710fd22dae1e\",\n                    \"CustomFieldName\": \"Text Multi-Line Custom Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Trailing Field\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"01fbff67-4037-4d56-8ba5-5f6d731511f8\",\n                    \"CustomFieldName\": \"Trailing Field\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"T-Shirt Size\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"CustomFieldName\": \"T-Shirt Size\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count - Sum\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n                    \"CustomFieldName\": \"Unit Count - Sum\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Read Only)\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n                    \"CustomFieldName\": \"Unit Count (Read Only)\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Website URL Test\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n                    \"CustomFieldName\": \"Website URL Test\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"x\": {\n                    \"CustomerUniqueID\": \"32b55807-82b6-4424-8f5b-0dd27bf88876\",\n                    \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n                    \"CustomFieldName\": \"x\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                }\n            },\n            \"SpecifiedSystemFields\": [\n                \"AccountEmail\",\n                \"Active\",\n                \"Approved\",\n                \"AutoPay\",\n                \"AutoRenew\",\n                \"AverageNpsScore\",\n                \"Awards\",\n                \"BillingAddress\",\n                \"BillingContactUniqueId\",\n                \"Committees\",\n                \"County\",\n                \"CreatedDate\",\n                \"Credentials\",\n                \"CustomerType\",\n                \"CustomFields\",\n                \"DefaultDuesPayerOverride\",\n                \"DirectoryGallery\",\n                \"DuesPayerUniqueID\",\n                \"Education\",\n                \"EffectiveMemberType\",\n                \"Email\",\n                \"FacebookUrl\",\n                \"FamilyTreeUniqueID\",\n                \"Fax\",\n                \"FeaturedDirectoryListing\",\n                \"FirstName\",\n                \"Groups\",\n                \"HideContactInformation\",\n                \"HideOnWebsite\",\n                \"Image\",\n                \"ImportID\",\n                \"InstagramHandle\",\n                \"InternalIdentifier\",\n                \"IsInstructor\",\n                \"JobTitle\",\n                \"LastName\",\n                \"LastNpsFeedback\",\n                \"LastNpsScore\",\n                \"LastNpsScoreDate\",\n                \"LastUpdatedDate\",\n                \"LinkedInUrl\",\n                \"ManagementAccessForCompanies\",\n                \"MemberProfile\",\n                \"MembershipExpires\",\n                \"MemberSince\",\n                \"MemberStatus\",\n                \"MemberSubStatus\",\n                \"MemberType\",\n                \"MiddleName\",\n                \"Mobile\",\n                \"Name\",\n                \"Notes\",\n                \"OpenDuesBalance\",\n                \"OriginalJoinDate\",\n                \"ParentCustomerUniqueID\",\n                \"ParentMemberName\",\n                \"PersonalAddress\",\n                \"PersonalEmail\",\n                \"PersonalMobile\",\n                \"PersonalPhone\",\n                \"Phone\",\n                \"PrimaryContactUniqueId\",\n                \"ProhibitInvoicing\",\n                \"QuickBooksID\",\n                \"Role\",\n                \"ShippingAddress\",\n                \"SpecifiedSystemFields\",\n                \"Suffix\",\n                \"Taxable\",\n                \"TaxExemptionReason\",\n                \"Title\",\n                \"TwitterHandle\",\n                \"UniqueID\",\n                \"UnsubscribeFromEmails\",\n                \"UnsubscribeFromSignupEmails\",\n                \"UseParentBilling\",\n                \"UseParentShipping\",\n                \"VolunteerWorks\",\n                \"Website\"\n            ],\n            \"QuickBooksID\": \"999\",\n            \"UseParentBilling\": false,\n            \"UseParentShipping\": false,\n            \"Credentials\": \"jhh;kjjk;jjn\",\n            \"Title\": null,\n            \"DirectoryGallery\": [],\n            \"Awards\": [],\n            \"VolunteerWorks\": [],\n            \"Education\": [],\n            \"Groups\": [\n                {\n                    \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n                    \"GroupName\": \"_All Records associated with current members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"8831e79f-b412-41f2-8508-4c24a0aea3b3\",\n                    \"GroupName\": \"_All Records associated with current members - COPY22\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1b8b0b5e-e14e-4f9e-9a2c-fdd3db52fb1d\",\n                    \"GroupName\": \"_AllRecordsNoConditions\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e5434a2f-c258-43bc-8a2a-4d715e329f4d\",\n                    \"GroupName\": \"2M Group test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7ce040da-81c6-451a-9180-5bbeacfe094c\",\n                    \"GroupName\": \"2M Group Updated - last event\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0221cb90-34a8-4b4c-bb0c-d3ddadafd83c\",\n                    \"GroupName\": \"Add Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e834eb2f-2394-44bc-8285-7cbc229d03df\",\n                    \"GroupName\": \"All Benes\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"76685d8b-4590-4f52-9a63-2e979f58c00b\",\n                    \"GroupName\": \"All Current + Staff  - COPY\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"65587a31-a6b3-4a54-a70c-f1997f7d0d47\",\n                    \"GroupName\": \"All Records for Census\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4ee56294-2b4d-490e-9d3b-50e3274d5338\",\n                    \"GroupName\": \"AMS-14699 Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5848010e-0395-4fcb-ac55-8732fd822074\",\n                    \"GroupName\": \"App date 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"900fb6ac-f132-452a-9b4c-061657a3c3a2\",\n                    \"GroupName\": \"auction\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"87d1b678-c02a-42d2-b38a-c2a60ecb9727\",\n                    \"GroupName\": \"Big Event Attended\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"75620fd2-a082-4bd9-b89a-0cdab11f32b1\",\n                    \"GroupName\": \"Big Event Regsitered\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n                    \"GroupName\": \"Blab blah\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f70df783-12a6-43dc-9850-e02cffb00012\",\n                    \"GroupName\": \"Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Soci\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"97a15460-f1f9-4ac5-b577-73a4b4361aae\",\n                    \"GroupName\": \"Company Current Staff\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"920abb24-44c7-4aec-8336-2829222f8404\",\n                    \"GroupName\": \"Current Members + ALL PEOPLE CHILDREN 11.21\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"ca9bc525-2f3d-4f36-b431-ef4c9e8de713\",\n                    \"GroupName\": \"Current Members + inheriting members, specific member type 11.21\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"854e888f-64de-4adf-a565-fcbf8aac2712\",\n                    \"GroupName\": \"Current Members + Inheriting Staff 11.21\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"14cc8a4f-e0e4-472e-8da8-cf6d09a7fce2\",\n                    \"GroupName\": \"current mems group - comp 1 - COPY\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"3aa1160a-1fbf-4956-8b31-2957bf6c602f\",\n                    \"GroupName\": \"Daniel Smith Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4755f2a7-fc6a-46a1-badd-be59ea88a514\",\n                    \"GroupName\": \"Do not send marketing emails = no\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"952e6d37-8bc3-4e9e-9f0d-73ed64edd819\",\n                    \"GroupName\": \"Empty Custom Field Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n                    \"GroupName\": \"escape 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"019a0fa9-9c19-4504-8959-17002638c608\",\n                    \"GroupName\": \"first month group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fd5cfef6-2ea1-4785-93d6-cf04cba1bfab\",\n                    \"GroupName\": \"GUEST GROUP\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a80c9266-7e0c-4e14-b034-34bd74161d66\",\n                    \"GroupName\": \"HAS MEMBER BENEFITS\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"955d423c-e943-48e7-9ffa-511b67e7e640\",\n                    \"GroupName\": \"Has User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5413b10e-e2a1-49ab-875e-5c5525131b33\",\n                    \"GroupName\": \"HL Community\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"34ca30e0-eec4-4666-9592-e1aca51ab143\",\n                    \"GroupName\": \"Jon's Birthday Attendees\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"99b8f66e-69c7-4550-9597-5d9021309ddc\",\n                    \"GroupName\": \"July Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b1a07503-28e2-4e9d-936a-a08d064f4e3b\",\n                    \"GroupName\": \"L.A.D.\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e2741903-af7f-4362-b9b2-99d7f17e20c8\",\n                    \"GroupName\": \"Large Parent Condition Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"8bfd40b7-a6a5-44bb-8342-34a11b401ea0\",\n                    \"GroupName\": \"Large Parent Condition Group - COPY\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f8653e86-ebd3-4996-905d-67cc9792d35e\",\n                    \"GroupName\": \"Large Parent Condition Group - COPY2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"79af7773-5234-448e-8435-f0372b3b45ef\",\n                    \"GroupName\": \"Last Event Date\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a4ba6129-3b74-4b9c-80c8-a639e2f9198f\",\n                    \"GroupName\": \"Last Event Date Osman\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"55b45f5c-4cf4-4516-b5c0-9db4ab1d553e\",\n                    \"GroupName\": \"Last Event Days Ago - GH\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6f2b0df3-695b-45b9-8778-24e1a114f7e3\",\n                    \"GroupName\": \"Last Logged In 1000 Days\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"03024b42-2437-495a-a0bd-f3b66d2fa86c\",\n                    \"GroupName\": \"Last Login >\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5ece6262-f90f-4d28-a0ec-b1e27b4b6675\",\n                    \"GroupName\": \"Last Login Not Null\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n                    \"GroupName\": \"Matt test 11/23\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"0a1c3b52-6d03-43fb-961d-8249309662f8\",\n                    \"GroupName\": \"MC Test Synced: Current members + inheriting 2\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"6921a28e-9aea-4baa-8495-bba38197a37d\",\n                    \"GroupName\": \"MC Test: Current members + inheriting\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"df18628b-1fb8-44c0-8c57-e031e4805082\",\n                    \"GroupName\": \"Melissa's Test Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"26cb1fb3-3864-4aeb-bae3-ea5f75264a09\",\n                    \"GroupName\": \"Member Types Switch 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a2d85041-8937-4004-9ff1-b3bb03d6829d\",\n                    \"GroupName\": \"Membership Status is Non-Member\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5feebc4d-bfe2-4454-934d-4a23e3267c89\",\n                    \"GroupName\": \"My Cool Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a32cba37-3477-43cb-a0a9-5be57bd0787e\",\n                    \"GroupName\": \"name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1907e311-134e-4a5e-9d03-2ca3f1ca2ac3\",\n                    \"GroupName\": \"New Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n                    \"GroupName\": \"Not Expired Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ece3b93a-17ad-45cc-99e9-11cbaf5774b7\",\n                    \"GroupName\": \"Numeric Custom Field NULL/ZERO\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a52a0d34-3a45-45c2-9b05-d67dfb54cfd0\",\n                    \"GroupName\": \"Open Balance QBO sync\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"df67958d-63b3-4154-9f52-474ad4df3c9c\",\n                    \"GroupName\": \"Open Dues Balance\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5f4b3129-7753-4959-a051-4a63d76bf7b5\",\n                    \"GroupName\": \"Open Dues Balance > 0\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"37ffaa92-3fef-408e-8f80-98bdbf118b8a\",\n                    \"GroupName\": \"Osman Committee Any\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"17106f05-af83-437a-acf0-601fc74df572\",\n                    \"GroupName\": \"Osman Test\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"2e32c8e4-5bee-4bd9-868e-5db9924c4840\",\n                    \"GroupName\": \"Overdues!\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"296ab041-2b82-4284-886b-0fb972fd5ac0\",\n                    \"GroupName\": \"Owners & Apartments\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"97f7fc44-23a7-48d9-8c4f-c8ce978298c8\",\n                    \"GroupName\": \"Parent Fields\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ba2ad909-b15c-448a-a1f8-271ad1b34fb2\",\n                    \"GroupName\": \"People Only\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"c67e11eb-4304-4f71-87a2-86b6af57a1bc\",\n                    \"GroupName\": \"person free\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"7bf9b1a8-0700-4e66-ab74-62dcc723eda5\",\n                    \"GroupName\": \"Persons\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5e652cc8-e66b-42d9-90a5-c98349ad5a4a\",\n                    \"GroupName\": \"Plain text test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"160cb43d-d9ae-4949-8ea1-a85d59191fbe\",\n                    \"GroupName\": \"Sammi's Archive Group Test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7c593e18-1672-4552-8d16-6e5ef880e678\",\n                    \"GroupName\": \"Shipping State - Not Null or Texas\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n                    \"GroupName\": \"Special Interest Groups (SIGs)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"859658d2-763c-49ae-b128-d17d230c0416\",\n                    \"GroupName\": \"Suffix Testing\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ce0c4a1f-2272-452b-aebf-baf3e659c698\",\n                    \"GroupName\": \"Support Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b08001d8-460b-4cbc-a31e-987c93f08c32\",\n                    \"GroupName\": \"test\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6abf779b-b8d8-40aa-864c-2d6e691e9dd1\",\n                    \"GroupName\": \"Test display name\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1f46a9c2-d2c9-40b8-a296-8c984ada1cb3\",\n                    \"GroupName\": \"Test G\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2f738b9d-a0d3-4df5-9ec1-fd6a30794da6\",\n                    \"GroupName\": \"Test Last Event\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"519d22ea-dd55-4507-a06f-4cc2b7816eae\",\n                    \"GroupName\": \"Test Roles 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"72a31e9b-c040-4f9c-a5e9-6de42c125b72\",\n                    \"GroupName\": \"Thousands of Specific Records\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n                    \"GroupName\": \"URL Test (doesn't begin with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n                    \"GroupName\": \"URL Test (doesn't contain)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n                    \"GroupName\": \"URL Test (doesn't end with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n                    \"GroupName\": \"URL Test (is null)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n                    \"GroupName\": \"URL Test (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n                    \"GroupName\": \"URL Test 2 (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n                    \"GroupName\": \"Who could sync to Higher Logic?\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ed0bfb49-9b28-41e0-83a4-c2e5b18b4a88\",\n                    \"GroupName\": \"ZM users only group\",\n                    \"InheritingMember\": false\n                }\n            ],\n            \"Committees\": [\n                {\n                    \"CommitteeMemberUniqueID\": \"ca802fc1-3119-4f81-a6cc-f9f62c14de3c\",\n                    \"CommitteeUniqueID\": \"096063aa-d29e-470d-8d6c-0a9753160d10\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Education Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2023-07-01T00:00:00-05:00\",\n                    \"TermEnd\": \"2023-12-31T00:00:00-05:00\"\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"07b0ba3a-3bb3-4eec-9a24-322f100606df\",\n                    \"CommitteeUniqueID\": \"96ea44b1-1fe0-44bf-927f-0bf0153faf98\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"Government Affairs Committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Eligible\",\n                    \"TermStart\": \"2023-09-08T00:00:00-05:00\",\n                    \"TermEnd\": null\n                },\n                {\n                    \"CommitteeMemberUniqueID\": \"0fd2ffde-144b-4da3-8b47-b868c1626d52\",\n                    \"CommitteeUniqueID\": \"b5cb5db9-d0e0-4365-9b58-126344738e57\",\n                    \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n                    \"CommitteeRoleName\": \"Member\",\n                    \"CommitteeName\": \"birthday committee\",\n                    \"InheritingMember\": false,\n                    \"Status\": \"Ineligible\",\n                    \"TermStart\": \"2024-01-01T00:00:00-06:00\",\n                    \"TermEnd\": \"2024-09-16T00:00:00-06:00\"\n                }\n            ],\n            \"ManagementAccessForCompanies\": [],\n            \"CreatedDate\": \"2019-03-27T09:02:02-04:00\",\n            \"LastUpdatedDate\": \"2024-12-04T14:27:30.037-05:00\",\n            \"PrimaryContactUniqueId\": null,\n            \"BillingContactUniqueId\": null,\n            \"DefaultDuesPayerOverride\": null,\n            \"Taxable\": true,\n            \"TaxExemptionReason\": null,\n            \"IsInstructor\": false,\n            \"OpenDuesBalance\": 8300.00,\n            \"AverageNpsScore\": null,\n            \"LastNpsScore\": null,\n            \"LastNpsScoreDate\": null,\n            \"LastNpsFeedback\": null,\n            \"ProhibitInvoicing\": false,\n            \"FamilyTreeUniqueID\": \"28cab032-78af-4d8f-b9ee-235cc4f0b623\",\n            \"FeaturedDirectoryListing\": false\n        }\n    ]\n}"}],"_postman_id":"79dfbda7-4341-41c0-bdb0-8710143081c8"},{"name":"Member Details","id":"f321e0b8-c735-45e0-b134-9cd340ae9d3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/members/:customer_guid","description":"<p>Returns the detail level information for a specific member. </p>\n<p>Association admins can configure the available fields for each API key, so the response will include a list of SystemFieldsSpecified so you will know which fields are populated on each call.</p>\n<h4>Member Status</h4>\n\n<p><strong>non_member</strong><br />Member has no membership and does not inherit benefits test.</p>\n<p><strong>prospect</strong><br />Member has a member type but has not yet received their membership. They may have an incomplete_signup member sub status.</p>\n<p><strong>pending</strong><br />Member has a membership but is not yet receiving beneftis, the reason for which is given by the MemberSubStatus field.</p>\n<p><strong>current</strong><br />Member has an active membership.</p>\n<p><strong>grace_period</strong><br />Member's membership is set to expire soon, the length of the grace period is given by the member's member type.</p>\n<p><strong>expired</strong><br />Member's membership has expired.</p>\n<p><strong>inheriting</strong><br />Member does not have a membership of their own, instead they are inheriting benefits from another member.</p>\n<h4>Member Sub Status</h4>\n\n<p><strong>pending_approval</strong><br />Member's membership is pending admin approval.</p>\n<p><strong>pending_dependent_membership</strong><br />Member's membership depends on another member in their family tree and that member is not current.</p>\n<p><strong>incomplete_signup</strong><br />Member has not yet completed membership signup.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","members",":customer_guid"],"host":["{{url}}"],"query":[],"variable":[{"id":"cb67f364-510d-4630-a515-c41113984533","description":{"content":"<p>Unique ID of the member that you want to retrieve details for</p>\n","type":"text/plain"},"type":"string","value":"50c6e592-a232-4fd3-8531-1275aee91162","key":"customer_guid"}]}},"response":[{"id":"82afb846-8e34-4f6e-8172-09766b507750","name":"200 OK (Success) ","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eWy76XNP3AQScxpVXp5IGA6XQa8y+5+xL18z2gLTafQ="}],"url":{"raw":"{{url}}/api/customers/:customer_guid?pageSize=50","host":["{{url}}"],"path":["api","customers",":customer_guid"],"query":[{"key":"pageSize","value":"50"}],"variable":[{"key":"customer_guid","value":"50c6e592-a232-4fd3-8531-1275aee91162","description":"Unique ID of the member that you want to retrieve details for","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:11:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"23072"},{"key":"Connection","value":"close"},{"key":"x-azure-ref","value":"20250529T221119Z-r1fb6d7bb65qxr2bhC1DFW400n0000000gpg00000000bu75"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n    \"ImportID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n    \"InternalIdentifier\": 20496,\n    \"ParentCustomerUniqueID\": null,\n    \"ParentMemberName\": null,\n    \"Name\": \"Spencer Manager T2\",\n    \"FirstName\": \"Spencer\",\n    \"MiddleName\": null,\n    \"LastName\": \"Manager\",\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": \"spencer@test.com\",\n    \"AccountEmail\": \"spencer@traffic2revenue.com\",\n    \"Role\": \"Regular User\",\n    \"Phone\": \"(111)111-1111\",\n    \"Mobile\": \"(111)111-1111\",\n    \"Fax\": \"(111)111-1111\",\n    \"Website\": \"https://www.novitesting.com/\",\n    \"County\": \"Multnomah County\",\n    \"BillingAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"ShippingAddress\": {\n        \"Address1\": \"111 Southwest 5th Avenue\",\n        \"Address2\": null,\n        \"City\": \"Portland\",\n        \"ZipCode\": \"97204\",\n        \"StateProvince\": \"Oregon\",\n        \"Country\": \"United States\"\n    },\n    \"PersonalEmail\": \"spencer@test.com\",\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": \"test\",\n    \"TwitterHandle\": null,\n    \"MemberProfile\": \"test\",\n    \"JobTitle\": null,\n    \"Image\": \"\",\n    \"OriginalJoinDate\": \"2019-01-09T00:00:00\",\n    \"MemberSince\": null,\n    \"MembershipExpires\": null,\n    \"MemberStatus\": \"non_member\",\n    \"MemberSubStatus\": null,\n    \"DuesPayerUniqueID\": null,\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"UnsubscribeFromSignupEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": false,\n    \"AutoPay\": false,\n    \"MemberType\": null,\n    \"EffectiveMemberType\": null,\n    \"CustomerType\": \"Person\",\n    \"CustomFields\": {\n        \"\\\"ACKNOWLEDGE\\\" GUIDELINES\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"359a40d6-afae-47be-958d-dbee849f8735\",\n            \"CustomFieldName\": \"\\\"ACKNOWLEDGE\\\" GUIDELINES\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"ACKNOWLEDGE USE OF SEALS & STICKERS\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"db22616d-950d-4647-916e-2409e6243600\",\n            \"CustomFieldName\": \"ACKNOWLEDGE USE OF SEALS & STICKERS\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Areas of Expertise - Custom Field\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"079ebe02-f026-49c5-aa6d-b1f86749c6b5\",\n            \"CustomFieldName\": \"Areas of Expertise - Custom Field\",\n            \"Value\": \"AOE1&\",\n            \"IsSumOfChildren\": false\n        },\n        \"Attendee Emergency Contact\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"a365211d-ca45-4c46-875e-e415768038f7\",\n            \"CustomFieldName\": \"Attendee Emergency Contact\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Checkbox Individuals\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"aa94cba3-5616-4096-8bb7-f938667a6fa8\",\n            \"CustomFieldName\": \"Checkbox Individuals\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Committee End Date\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"37afb4c3-f4bc-479b-bcfd-5b058480588b\",\n            \"CustomFieldName\": \"Committee End Date\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Company Name (Individual)\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"08636504-d743-4a68-8698-beeda492c645\",\n            \"CustomFieldName\": \"Company Name (Individual)\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Date & Time Individual\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"eb2e12dc-e0d3-4c28-ae37-efe3a84cd827\",\n            \"CustomFieldName\": \"Date & Time Individual\",\n            \"Value\": \"8/29/2021 12:00 am\",\n            \"IsSumOfChildren\": false\n        },\n        \"Date Events\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"b9c092e9-de80-4c36-8abe-1da729e42d2c\",\n            \"CustomFieldName\": \"Date Events\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Date/Time Events (MND TEST)\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n            \"CustomFieldName\": \"Date/Time Events (MND TEST)\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Field on Admin Member List\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n            \"CustomFieldName\": \"Field on Admin Member List\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Geographic Location\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n            \"CustomFieldName\": \"Geographic Location\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"GRA Test\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n            \"CustomFieldName\": \"GRA Test\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Initials of Member\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"1825c136-01a9-4ed3-b582-201200a22e80\",\n            \"CustomFieldName\": \"Initials of Member\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Invoice Comments\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n            \"CustomFieldName\": \"Invoice Comments\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Member Age\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"bc14408e-6610-45ad-b539-490cebce8cf3\",\n            \"CustomFieldName\": \"Member Age\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Mentor Area(s)\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"0ee43465-d7ac-4375-b125-65d3e7007774\",\n            \"CustomFieldName\": \"Mentor Area(s)\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"New Field with Instructions\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n            \"CustomFieldName\": \"New Field with Instructions\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Non Sum Field\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n            \"CustomFieldName\": \"Non Sum Field\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Number Individuals\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n            \"CustomFieldName\": \"Number Individuals\",\n            \"Value\": \"222\",\n            \"IsSumOfChildren\": false\n        },\n        \"Number of States\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n            \"CustomFieldName\": \"Number of States\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Optional Donation\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n            \"CustomFieldName\": \"Optional Donation\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Prorated Dues (Supplier)\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n            \"CustomFieldName\": \"Prorated Dues (Supplier)\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Proration Dues (Owner)\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n            \"CustomFieldName\": \"Proration Dues (Owner)\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Checkbox General\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n            \"CustomFieldName\": \"QA: Checkbox General\",\n            \"Value\": \"true\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Date & Time General (Date & Time)\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n            \"CustomFieldName\": \"QA: Date & Time General (Date & Time)\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Plain Text Multi-Line\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n            \"CustomFieldName\": \"QA: Plain Text Multi-Line\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Plain Text Single Line\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n            \"CustomFieldName\": \"QA: Plain Text Single Line\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Read-only on Frontend After Initial Value\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n            \"CustomFieldName\": \"QA: Read-only on Frontend After Initial Value\",\n            \"Value\": \"sdfsd\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Set of Options Multi-Select\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n            \"CustomFieldName\": \"QA: Set of Options Multi-Select\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Set of Options Single-Select\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n            \"CustomFieldName\": \"QA: Set of Options Single-Select\",\n            \"Value\": \"Option D\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Sum Field Whole\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n            \"CustomFieldName\": \"QA: Sum Field Whole\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Random Sum Field\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n            \"CustomFieldName\": \"Random Sum Field\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Related Record Companies - Field\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n            \"CustomFieldName\": \"Related Record Companies - Field\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Related Record Individuals\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"473c4acf-5111-4240-b8e3-d6dbb41fe985\",\n            \"CustomFieldName\": \"Related Record Individuals\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Sales Region\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n            \"CustomFieldName\": \"Sales Region\",\n            \"Value\": \"fdfdfd'one'\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options Individual\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"0a6662d9-d086-42fc-b834-3c2a8990aec7\",\n            \"CustomFieldName\": \"Set of Options Individual\",\n            \"Value\": \"Under $2,000,000\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options Test\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"CustomFieldName\": \"Set of Options Test\",\n            \"Value\": \"Option 11-1\",\n            \"IsSumOfChildren\": false\n        },\n        \"Show This on Profile Page\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n            \"CustomFieldName\": \"Show This on Profile Page\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"SOO\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n            \"CustomFieldName\": \"SOO\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Special Billing\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n            \"CustomFieldName\": \"Special Billing\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Standards Communication\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n            \"CustomFieldName\": \"Standards Communication\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Sum Field Min 20\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n            \"CustomFieldName\": \"Sum Field Min 20\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Supplier Level\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n            \"CustomFieldName\": \"Supplier Level\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Test add fields\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n            \"CustomFieldName\": \"Test add fields\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"test number\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n            \"CustomFieldName\": \"test number\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Testing Field Name\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n            \"CustomFieldName\": \"Testing Field Name\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Unit Count - Sum\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n            \"CustomFieldName\": \"Unit Count - Sum\",\n            \"Value\": \"35\",\n            \"IsSumOfChildren\": false\n        },\n        \"Unit Count (Read Only)\": {\n            \"CustomerUniqueID\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n            \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n            \"CustomFieldName\": \"Unit Count (Read Only)\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"SpecifiedSystemFields\": [\n        \"AccountEmail\",\n        \"Active\",\n        \"Approved\",\n        \"AutoPay\",\n        \"AutoRenew\",\n        \"AverageNpsScore\",\n        \"Awards\",\n        \"BillingAddress\",\n        \"BillingContactUniqueId\",\n        \"Committees\",\n        \"County\",\n        \"CreatedDate\",\n        \"Credentials\",\n        \"CustomerType\",\n        \"CustomFields\",\n        \"DefaultDuesPayerOverride\",\n        \"DirectoryGallery\",\n        \"DuesPayerUniqueID\",\n        \"Education\",\n        \"EffectiveMemberType\",\n        \"Email\",\n        \"FacebookUrl\",\n        \"FamilyTreeUniqueID\",\n        \"Fax\",\n        \"FeaturedDirectoryListing\",\n        \"FirstName\",\n        \"Groups\",\n        \"HideContactInformation\",\n        \"HideOnWebsite\",\n        \"Image\",\n        \"ImportID\",\n        \"InstagramHandle\",\n        \"InternalIdentifier\",\n        \"IsInstructor\",\n        \"JobTitle\",\n        \"LastName\",\n        \"LastNpsFeedback\",\n        \"LastNpsScore\",\n        \"LastNpsScoreDate\",\n        \"LastUpdatedDate\",\n        \"LinkedInUrl\",\n        \"ManagementAccessForCompanies\",\n        \"MemberProfile\",\n        \"MembershipExpires\",\n        \"MemberSince\",\n        \"MemberStatus\",\n        \"MemberSubStatus\",\n        \"MemberType\",\n        \"MiddleName\",\n        \"Mobile\",\n        \"Name\",\n        \"Notes\",\n        \"OpenDuesBalance\",\n        \"OriginalJoinDate\",\n        \"ParentCustomerUniqueID\",\n        \"ParentMemberName\",\n        \"PersonalAddress\",\n        \"PersonalEmail\",\n        \"PersonalMobile\",\n        \"PersonalPhone\",\n        \"Phone\",\n        \"PrimaryContactUniqueId\",\n        \"ProhibitInvoicing\",\n        \"QuickBooksID\",\n        \"Role\",\n        \"ShippingAddress\",\n        \"SpecifiedSystemFields\",\n        \"Suffix\",\n        \"Taxable\",\n        \"TaxExemptionReason\",\n        \"Title\",\n        \"TwitterHandle\",\n        \"UniqueID\",\n        \"UnsubscribeFromEmails\",\n        \"UnsubscribeFromSignupEmails\",\n        \"UseParentBilling\",\n        \"UseParentShipping\",\n        \"VolunteerWorks\",\n        \"Website\"\n    ],\n    \"QuickBooksID\": \"192\",\n    \"UseParentBilling\": true,\n    \"UseParentShipping\": false,\n    \"Credentials\": \"test;test2\",\n    \"Title\": null,\n    \"DirectoryGallery\": [\n        {\n            \"Title\": \"Hong Kong\",\n            \"Type\": \"Image\",\n            \"Url\": \"http://127.0.0.1:10000/devstoreaccount1/novi-file-uploads/azure/customer-gallery/2019-04-21_210637-hdr1-1.jpg\"\n        },\n        {\n            \"Title\": \"MMMBOP!\",\n            \"Type\": \"Youtube\",\n            \"Url\": \"https://www.youtube.com/watch?v=iEejfq1KhkU\"\n        },\n        {\n            \"Title\": \"Awesome Mix\",\n            \"Type\": \"Youtube\",\n            \"Url\": \"https://youtu.be/l9_-2oG4Cc0\"\n        },\n        {\n            \"Title\": \"Corden\",\n            \"Type\": \"Youtube\",\n            \"Url\": \"https://youtu.be/ySHLKKfStGI\"\n        }\n    ],\n    \"Awards\": [\n        {\n            \"Name\": \"Big Town Award\",\n            \"Year\": \"2020\"\n        },\n        {\n            \"Name\": \"test\",\n            \"Year\": \"2020\"\n        }\n    ],\n    \"VolunteerWorks\": [\n        \"Big Town Volunteers\",\n        \"test\"\n    ],\n    \"Education\": [\n        {\n            \"School\": \"Big Town High\",\n            \"Name\": \"Big Town Academics\",\n            \"Year\": \"2020\"\n        }\n    ],\n    \"Groups\": [\n        {\n            \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n            \"GroupName\": \"_All Records associated with current members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"1b8b0b5e-e14e-4f9e-9a2c-fdd3db52fb1d\",\n            \"GroupName\": \"_AllRecordsNoConditions\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"e5434a2f-c258-43bc-8a2a-4d715e329f4d\",\n            \"GroupName\": \"2M Group test\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"7ce040da-81c6-451a-9180-5bbeacfe094c\",\n            \"GroupName\": \"2M Group Updated - last event\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"0221cb90-34a8-4b4c-bb0c-d3ddadafd83c\",\n            \"GroupName\": \"Add Group\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"1ef906c9-b523-4bcf-9d47-400527806251\",\n            \"GroupName\": \"All Current Company Members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"65587a31-a6b3-4a54-a70c-f1997f7d0d47\",\n            \"GroupName\": \"All Records for Census\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"4ee56294-2b4d-490e-9d3b-50e3274d5338\",\n            \"GroupName\": \"AMS-14699 Group\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"5848010e-0395-4fcb-ac55-8732fd822074\",\n            \"GroupName\": \"App date 2\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"217fa34e-d021-45c2-b278-1d1afe0e9c1e\",\n            \"GroupName\": \"Award Nominations\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"87d1b678-c02a-42d2-b38a-c2a60ecb9727\",\n            \"GroupName\": \"Big Event Attended\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"75620fd2-a082-4bd9-b89a-0cdab11f32b1\",\n            \"GroupName\": \"Big Event Regsitered\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n            \"GroupName\": \"Blab blah\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"f70df783-12a6-43dc-9850-e02cffb00012\",\n            \"GroupName\": \"Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Social Committee: Diversity, Equity & Inclusion Task Committee - Registered for Throw Soci\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"3aa1160a-1fbf-4956-8b31-2957bf6c602f\",\n            \"GroupName\": \"Daniel Smith Test Group\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"4755f2a7-fc6a-46a1-badd-be59ea88a514\",\n            \"GroupName\": \"Do not send marketing emails = no\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"952e6d37-8bc3-4e9e-9f0d-73ed64edd819\",\n            \"GroupName\": \"Empty Custom Field Test\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n            \"GroupName\": \"escape 2\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"019a0fa9-9c19-4504-8959-17002638c608\",\n            \"GroupName\": \"first month group\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"fd5cfef6-2ea1-4785-93d6-cf04cba1bfab\",\n            \"GroupName\": \"GUEST GROUP\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"955d423c-e943-48e7-9ffa-511b67e7e640\",\n            \"GroupName\": \"Has User Account\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"552f8cfe-4b60-4106-a5ab-39fca9843c89\",\n            \"GroupName\": \"Higher Logic SG from Novi New Name\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"5413b10e-e2a1-49ab-875e-5c5525131b33\",\n            \"GroupName\": \"HL Community\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"34ca30e0-eec4-4666-9592-e1aca51ab143\",\n            \"GroupName\": \"Jon's Birthday Attendees\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"99b8f66e-69c7-4550-9597-5d9021309ddc\",\n            \"GroupName\": \"July Members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"b1a07503-28e2-4e9d-936a-a08d064f4e3b\",\n            \"GroupName\": \"L.A.D.\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"e2741903-af7f-4362-b9b2-99d7f17e20c8\",\n            \"GroupName\": \"Large Parent Condition Group\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"8bfd40b7-a6a5-44bb-8342-34a11b401ea0\",\n            \"GroupName\": \"Large Parent Condition Group - COPY\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"79af7773-5234-448e-8435-f0372b3b45ef\",\n            \"GroupName\": \"Last Event Date\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"55b45f5c-4cf4-4516-b5c0-9db4ab1d553e\",\n            \"GroupName\": \"Last Event Days Ago - GH\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"6f2b0df3-695b-45b9-8778-24e1a114f7e3\",\n            \"GroupName\": \"Last Logged In 1000 Days\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"03024b42-2437-495a-a0bd-f3b66d2fa86c\",\n            \"GroupName\": \"Last Login >\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"5ece6262-f90f-4d28-a0ec-b1e27b4b6675\",\n            \"GroupName\": \"Last Login Not Null\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"ac467162-2cd0-4d41-b45c-3d5c695c6790\",\n            \"GroupName\": \"Last Login Null\",\n            \"InheritingMember\": true\n        },\n        {\n            \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n            \"GroupName\": \"Matt test 11/23\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"df18628b-1fb8-44c0-8c57-e031e4805082\",\n            \"GroupName\": \"Melissa's Test Group\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"26cb1fb3-3864-4aeb-bae3-ea5f75264a09\",\n            \"GroupName\": \"Member Types Switch 2\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"a2d85041-8937-4004-9ff1-b3bb03d6829d\",\n            \"GroupName\": \"Membership Status is Non-Member\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"a32cba37-3477-43cb-a0a9-5be57bd0787e\",\n            \"GroupName\": \"name\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"1907e311-134e-4a5e-9d03-2ca3f1ca2ac3\",\n            \"GroupName\": \"New Group Test\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n            \"GroupName\": \"Not Expired Members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"ece3b93a-17ad-45cc-99e9-11cbaf5774b7\",\n            \"GroupName\": \"Numeric Custom Field NULL/ZERO\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"ba2ad909-b15c-448a-a1f8-271ad1b34fb2\",\n            \"GroupName\": \"People Only\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"7bf9b1a8-0700-4e66-ab74-62dcc723eda5\",\n            \"GroupName\": \"Persons\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"160cb43d-d9ae-4949-8ea1-a85d59191fbe\",\n            \"GroupName\": \"Sammi's Archive Group Test\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"d4da680c-6024-493b-ac0d-513519403572\",\n            \"GroupName\": \"Set of Options\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"7c593e18-1672-4552-8d16-6e5ef880e678\",\n            \"GroupName\": \"Shipping State - Not Null or Texas\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n            \"GroupName\": \"Special Interest Groups (SIGs)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"859658d2-763c-49ae-b128-d17d230c0416\",\n            \"GroupName\": \"Suffix Testing\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"ce0c4a1f-2272-452b-aebf-baf3e659c698\",\n            \"GroupName\": \"Support Group\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"b08001d8-460b-4cbc-a31e-987c93f08c32\",\n            \"GroupName\": \"test\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"6abf779b-b8d8-40aa-864c-2d6e691e9dd1\",\n            \"GroupName\": \"Test display name\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"1f46a9c2-d2c9-40b8-a296-8c984ada1cb3\",\n            \"GroupName\": \"Test G\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"2f738b9d-a0d3-4df5-9ec1-fd6a30794da6\",\n            \"GroupName\": \"Test Last Event\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"519d22ea-dd55-4507-a06f-4cc2b7816eae\",\n            \"GroupName\": \"Test Roles 2\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n            \"GroupName\": \"URL Test (doesn't begin with)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n            \"GroupName\": \"URL Test (doesn't contain)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n            \"GroupName\": \"URL Test (doesn't end with)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n            \"GroupName\": \"URL Test (is null)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n            \"GroupName\": \"URL Test (not equal)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n            \"GroupName\": \"URL Test 2 (not equal)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"13aa4fc2-d5fa-4bf5-8f4e-53002ea2484c\",\n            \"GroupName\": \"Use this to test. Alter whenever.\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n            \"GroupName\": \"Who could sync to Higher Logic?\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"ed0bfb49-9b28-41e0-83a4-c2e5b18b4a88\",\n            \"GroupName\": \"ZM users only group\",\n            \"InheritingMember\": false\n        }\n    ],\n    \"Committees\": [\n        {\n            \"CommitteeMemberUniqueID\": \"29f9c16a-dd1c-462d-b649-790ffad97bad\",\n            \"CommitteeUniqueID\": \"b5cb5db9-d0e0-4365-9b58-126344738e57\",\n            \"CommitteeRoleUniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n            \"CommitteeRoleName\": \"Member\",\n            \"CommitteeName\": \"birthday committee\",\n            \"InheritingMember\": false,\n            \"Status\": \"Ineligible\",\n            \"TermStart\": \"2024-01-01T00:00:00-06:00\",\n            \"TermEnd\": \"2024-09-16T00:00:00-06:00\"\n        }\n    ],\n    \"ManagementAccessForCompanies\": [],\n    \"CreatedDate\": null,\n    \"LastUpdatedDate\": \"2022-03-14T15:24:33.05-04:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null,\n    \"DefaultDuesPayerOverride\": null,\n    \"Taxable\": true,\n    \"TaxExemptionReason\": null,\n    \"IsInstructor\": false,\n    \"OpenDuesBalance\": 0.00,\n    \"AverageNpsScore\": null,\n    \"LastNpsScore\": null,\n    \"LastNpsScoreDate\": null,\n    \"LastNpsFeedback\": null,\n    \"ProhibitInvoicing\": false,\n    \"FamilyTreeUniqueID\": \"baaeb86b-ef85-42e0-83e1-5a4a6c950f5e\",\n    \"FeaturedDirectoryListing\": false\n}"},{"id":"22abd45c-bd42-4d4a-b7cb-a0acdfba6a22","name":"401 - Unauthorized (Member Not in Authorized Group)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic XJkO2WyPh1+G12AKnk8XSUi7PronhAk1wy9ZtZ8evTo="}],"url":{"raw":"{{url}}/api/customers/:customer_guid","host":["{{url}}"],"path":["api","customers",":customer_guid"],"variable":[{"key":"customer_guid","value":"70489577-5777-4887-BDBC-0A99FBFED554","type":"string","description":"Unique ID of the member that you want to retrieve details for"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"51"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Mon, 02 Dec 2019 21:11:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"API Key is not authorized.\",\n    \"links\": {}\n}"}],"_postman_id":"f321e0b8-c735-45e0-b134-9cd340ae9d3d"},{"name":"Simple Member List","id":"f47ce354-d19e-48a2-aed6-6f695f7fb9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/members/simple-list","description":"<p>Retrieve a simple list of member unique ids &amp; names only that are accessible to your API Key.</p>\n<h3 id=\"simple-member-list-object\">Simple Member List Object</h3>\n<p><strong>ID</strong><br />Integer<br /><em>The member record's ID value</em></p>\n<p><strong>UniqueID</strong><br />Guid/String<br /><em>The member record's unique API ID.</em></p>\n<p><strong>Name</strong> - Required<br />String - Max 100 characters<br /><em>The name of the member record.</em></p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","members","simple-list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dfbee4d1-fcf3-4e53-aadd-d29ba767480f","name":"200 - OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/members/simple-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Fri, 22 Feb 2019 18:43:43 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ID\": 1,\n        \"UniqueID\": \"8cbc0e59-2399-416a-8be0-6f8f5c865baa\",\n        \"Name\": \"Cybill Bartol\"\n    },\n    {\n        \"ID\": 2,\n        \"UniqueID\": \"71a3a012-43cd-4a20-ab48-08a962b3ed72\",\n        \"Name\": \"Winnah Paskin\"\n    },\n    {\n        \"ID\": 3,\n        \"UniqueID\": \"5f7b1e18-7161-4603-b485-d2cffe62992a\",\n        \"Name\": \"Josefa Lumsden\"\n    },\n    {\n        \"ID\": 4,\n        \"UniqueID\": \"4ebf4a2f-664d-4f4f-a973-8d8d6408f3d3\",\n        \"Name\": \"Rusty Cutill\"\n    },\n    {\n        \"ID\": 5,\n        \"UniqueID\": \"9acb76d8-32c6-4a2f-877c-763a4b002d8c\",\n        \"Name\": \"Lavinia Neale\"\n    }\n]"}],"_postman_id":"f47ce354-d19e-48a2-aed6-6f695f7fb9db"},{"name":"Add Member","id":"97aa2dac-8b3c-40c1-97e0-951c9bdbd70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ParentCustomerUniqueID\": \"27b54a9b-e37b-453d-bcbb-47286084487e\",\n    \"Name\": \"Test API Company\",\n    \"FirstName\": null,\n    \"MiddleName\": null,\n    \"LastName\": null,\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": null,\n    \"Phone\": \"(345)345-3453x453453\",\n    \"Mobile\": null,\n    \"Fax\": null,\n    \"Website\": null,\n    \"County\": null,\n    \"BillingAddress\": {\n        \"Address1\": \"should be parent\",\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"ShippingAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"PersonalEmail\": null,\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": null,\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": null,\n    \"TwitterHandle\": null,\n    \"MemberProfile\": null,\n    \"JobTitle\": null,\n    \"OriginalJoinDate\":  \"6/22/2021\",\n    \"MemberSince\": \"6/22/2021\",\n    \"MembershipExpires\": \"6/21/2022\",\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": false,\n    \"CustomerType\": \"Company\",\n    \"UseParentBilling\": true,\n    \"UseParentShipping\": false,\n    \"Credentials\": null,\n    \"Title\": null,\n    \"ProfessionalTitle\": null,\n    \"DirectoryGallery\": [],\n    \"Awards\": [],\n    \"VolunteerWorks\": [],\n    \"Education\": [],\n    \"MemberType\": {\n        \"UniqueID\": \"6041344f-34a9-4c98-abe2-a767dddf04fd\"\n    },\n    \"CustomFields\": {\n        \"Number Companies\": {\n            \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n            \"Value\": \"25\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options General\": {\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"Value\": \"hi\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"CreatedDate\": null,\n    \"LastUpdatedDate\": \"2022-06-22T08:01:28.343-07:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/members","description":"<p>Adds a new member record to Novi &amp; QuickBooks online.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single member object. (See \"Member Records\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>201 Created</strong><br />If your POST passes all validation you'll receive a 201 response code along with a copy of the newly created record and the record's assigned unique ID.  </p>\n<p>Location Header - The response will also contain this header which will give you the PUT location for the new record for any further updates.</p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","members"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"76290a48-cb53-4c7d-9cac-f84904e8b3d2","name":"200 OK - Add Member","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ParentCustomerUniqueID\": \"27b54a9b-e37b-453d-bcbb-47286084487e\",\n    \"Name\": \"Paul McCartney\",\n    \"FirstName\": \"Paul\",\n    \"LastName\": \"McCartney\",\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": null,\n    \"Phone\": \"(345)345-7777\",\n    \"Mobile\": null,\n    \"Fax\": null,\n    \"Website\": null,\n    \"County\": null,\n    \"BillingAddress\": {\n        \"Address1\": \"should be parent\",\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"ShippingAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"PersonalEmail\": null,\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": null,\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": null,\n    \"TwitterHandle\": null,\n    \"MemberProfile\": null,\n    \"JobTitle\": null,\n    \"Image\": \"\",\n    \"OriginalJoinDate\":  \"6/22/2021\",\n    \"MemberSince\": \"6/22/2021\",\n    \"MembershipExpires\": \"6/21/2022\",\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": false,\n    \"CustomerType\": \"Company\",\n    \"UseParentBilling\": true,\n    \"UseParentShipping\": false,\n    \"Credentials\": null,\n    \"Title\": null,\n    \"ProfessionalTitle\": null,\n    \"DirectoryGallery\": [],\n    \"Awards\": [],\n    \"VolunteerWorks\": [],\n    \"Education\": [],\n    \"MemberType\": {\n        \"UniqueID\": \"6041344f-34a9-4c98-abe2-a767dddf04fd\"\n    },\n    \"CustomFields\": {\n        \"Number Companies\": {\n            \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n            \"Value\": \"25\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options General\": {\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"Value\": \"hi\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"CreatedDate\": null,\n    \"LastUpdatedDate\": \"2022-06-22T08:01:28.343-07:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null,\n    \"FeaturedDirectoryListing\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0K1BUZAAAAACKcKnj68ARQoilYRRSBb6kQ1lTMDEzMDUwNzA5MDUzADMwMTIwOGQ0LTUzMWQtNDg0Ny1hYmMzLTkwMzY2ZTg0NmJkYw=="},{"key":"Date","value":"Fri, 05 May 2023 00:39:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 2,\n    \"Results\": [\n        {\n            \"UniqueID\": \"8cbc0e59-2399-416a-8be0-6f8f5c865baa\",\n            \"InternalIdentifier\": 165986,\n            \"ParentCustomerUniqueID\": null,\n            \"ParentMemberName\": null,\n            \"Name\": \"22 Three\",\n            \"FirstName\": null,\n            \"MiddleName\": null,\n            \"LastName\": null,\n            \"Suffix\": null,\n            \"Active\": true,\n            \"Email\": \"test@email.com\",\n            \"AccountEmail\": null,\n            \"Phone\": null,\n            \"Mobile\": null,\n            \"Fax\": null,\n            \"Website\": null,\n            \"County\": \"Marion\",\n            \"BillingAddress\": {\n                \"Address1\": \"45 North Illinois Street\",\n                \"Address2\": null,\n                \"City\": \"Indianapolis\",\n                \"ZipCode\": \"46204\",\n                \"StateProvince\": \"Indiana\",\n                \"Country\": \"United States\"\n            },\n            \"ShippingAddress\": {\n                \"Address1\": \"45 North Illinois Street\",\n                \"Address2\": null,\n                \"City\": \"Indianapolis\",\n                \"ZipCode\": \"46204\",\n                \"StateProvince\": \"Indiana\",\n                \"Country\": \"United States\"\n            },\n            \"PersonalEmail\": null,\n            \"PersonalPhone\": null,\n            \"PersonalMobile\": null,\n            \"PersonalAddress\": null,\n            \"Notes\": null,\n            \"FacebookUrl\": null,\n            \"LinkedInUrl\": null,\n            \"InstagramHandle\": null,\n            \"TwitterHandle\": null,\n            \"MemberProfile\": null,\n            \"JobTitle\": null,\n            \"Image\": \"\",\n            \"OriginalJoinDate\": \"2023-04-08T00:00:00\",\n            \"MemberSince\": null,\n            \"MembershipExpires\": null,\n            \"MemberStatus\": \"inheriting\",\n            \"MemberSubStatus\": null,\n            \"DuesPayerUniqueID\": \"cfd3a133-73fd-4a13-8f5f-20e5b9c32af8\",\n            \"HideOnWebsite\": false,\n            \"HideContactInformation\": false,\n            \"UnsubscribeFromEmails\": false,\n            \"Approved\": true,\n            \"AutoRenew\": false,\n            \"AutoPay\": false,\n            \"MemberType\": null,\n            \"EffectiveMemberType\": {\n                \"UniqueID\": \"069f98ac-d80f-4980-a282-a6411cefec48\",\n                \"Name\": \"Person\",\n                \"Description\": \"<p>The Person Member Type is for <strong>Individuals</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Basic, $100/yr</em></p>\\r\\n<p></p>\\r\\n<div class=\\\"panel panel-default bootstrap-accordion\\\">\\r\\n<div class=\\\"panel-heading\\\" role=\\\"tab\\\" id=\\\"heading-1637250421466\\\">\\r\\n<h4 class=\\\"panel-title\\\"><a role=\\\"button\\\" class=\\\"bootstrap-accordion-title collapsed\\\" data-toggle=\\\"collapse\\\" data-parent=\\\"#accordion\\\" href=\\\"#collapse-1637250421466\\\">This is a test</a></h4>\\r\\n</div>\\r\\n<div id=\\\"collapse-1637250421466\\\" class=\\\"panel-collapse collapse\\\" role=\\\"tabpanel\\\" style=\\\"height: 0px;\\\">\\r\\n<div class=\\\"panel-body bootstrap-accordion-content\\\">\\r\\n<p>Test 12345</p>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n<p></p>\\r\\n<figure class=\\\"image align-center\\\"><img src=\\\"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/15034471548_f9875bde62_o.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\" caption=\\\"true\\\">\\r\\n<figcaption>This is a really cool caption!</figcaption>\\r\\n</figure>\\r\\n<p><em></em></p>\",\n                \"ForCompanies\": false\n            },\n            \"CustomerType\": \"Company\",\n            \"CustomFields\": {\n                \"QA: Number General\": {\n                    \"CustomFieldUniqueID\": \"ca9b6010-9db4-41da-b3d9-4729082886e6\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Companies - Field\": {\n                    \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Events\": {\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual Multi\": {\n                    \"CustomFieldUniqueID\": \"48a53b78-e57f-4145-9703-52fc78d4ba56\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Checkbox General\": {\n                    \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Multi-Line\": {\n                    \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Company &\": {\n                    \"CustomFieldUniqueID\": \"42599f6e-3c2b-4846-80ef-9b8938bc2396\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Companies\": {\n                    \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Multi-Select Limit 2\": {\n                    \"CustomFieldUniqueID\": \"3f6ff24d-2790-48a5-828d-c365e36e5029\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Plain Text Companies Single\": {\n                    \"CustomFieldUniqueID\": \"84c7dca0-adc2-4576-b7bc-c210d6e6acc8\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Company\": {\n                    \"CustomFieldUniqueID\": \"f8788ddc-b489-4a15-ad89-211328a9daef\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Company Multi\": {\n                    \"CustomFieldUniqueID\": \"b1641105-fbea-4ec9-9edc-fef3f31add64\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General\": {\n                    \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Charity Test\": {\n                    \"CustomFieldUniqueID\": \"bbdf5603-cc13-42f1-9ea5-33b10a2bcc77\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Test\": {\n                    \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Single-Select\": {\n                    \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Read Only)\": {\n                    \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Read-only on Frontend After Initial Value\": {\n                    \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"SOO\": {\n                    \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sales Region\": {\n                    \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Newnewss\": {\n                    \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Referred By\": {\n                    \"CustomFieldUniqueID\": \"caffb65f-8a3e-428d-94d9-0f4603c568a1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Single Line\": {\n                    \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n                    \"Value\": \"test\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Sum Field Whole\": {\n                    \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Sum)\": {\n                    \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sum Field Min 20\": {\n                    \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non Sum Field\": {\n                    \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random Sum Field\": {\n                    \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Geographic Location\": {\n                    \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Standards Communication\": {\n                    \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Special Billing\": {\n                    \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Supplier Level\": {\n                    \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Invoice Comments\": {\n                    \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Optional Donation\": {\n                    \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Testing Field Name\": {\n                    \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Field with Instructions\": {\n                    \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ACKNOWLEDGE GUIDELINES\": {\n                    \"CustomFieldUniqueID\": \"359a40d6-afae-47be-958d-dbee849f8735\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AddressCustom\": {\n                    \"CustomFieldUniqueID\": \"9a793a48-c307-4ffd-8ceb-3880bb22eac1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of States\": {\n                    \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Industry Vertical\": {\n                    \"CustomFieldUniqueID\": \"00423240-8d32-48bc-ae16-a04632f2b31e\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration Dues (Owner)\": {\n                    \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Prorated Dues (Supplier)\": {\n                    \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Year\": {\n                    \"CustomFieldUniqueID\": \"5f8f7880-639c-4da0-baa2-eaeb7b759952\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test add fields\": {\n                    \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Notes\": {\n                    \"CustomFieldUniqueID\": \"de6bbfec-8bbd-4aa4-8014-7c25a4e0d816\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Number\": {\n                    \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field on Admin Member List\": {\n                    \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GRA Test\": {\n                    \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration\": {\n                    \"CustomFieldUniqueID\": \"ab4a55f9-787a-4b3b-aea4-4d3e08d9ed46\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Show This on Profile Page\": {\n                    \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Communication Opt Out\": {\n                    \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Hat size\": {\n                    \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jessica Number Range\": {\n                    \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Custom Website URL\": {\n                    \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Website URL Test\": {\n                    \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"URL IMPORT\": {\n                    \"CustomFieldUniqueID\": \"f83abfd6-2108-4cee-898e-619821573355\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Set of Options\": {\n                    \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon Date/Time\": {\n                    \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test\": {\n                    \"CustomFieldUniqueID\": \"46cdf5c2-5d0c-42b7-883a-651541be2ff3\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"x\": {\n                    \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Paid for 2021-2022 CME audit in previous system\": {\n                    \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count Testing\": {\n                    \"CustomFieldUniqueID\": \"76401132-c2c1-4abd-b0c6-bc931e9418e0\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Donation Amount\": {\n                    \"CustomFieldUniqueID\": \"6665d6c1-4718-4135-9895-fe1a79be4a08\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Do you want a bag of Skittles? - FN\": {\n                    \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"John's QA Field\": {\n                    \"CustomFieldUniqueID\": \"8c47133e-ec58-4566-86d6-4df12f32a242\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Company\": {\n                    \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Member Status\": {\n                    \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Escape\": {\n                    \"CustomFieldUniqueID\": \"e023d9ba-a599-44e4-a5e7-8431e84ea5a0\",\n                    \"Value\": \"One;I've got an apostrophe\",\n                    \"IsSumOfChildren\": false\n                }\n            },\n            \"SpecifiedSystemFields\": [\n                \"AccountEmail\",\n                \"Active\",\n                \"Approved\",\n                \"AutoPay\",\n                \"AutoRenew\",\n                \"Awards\",\n                \"BillingAddress\",\n                \"BillingContactUniqueId\",\n                \"County\",\n                \"CreatedDate\",\n                \"Credentials\",\n                \"CustomerType\",\n                \"CustomFields\",\n                \"DefaultDuesPayerOverride\",\n                \"DirectoryGallery\",\n                \"DuesPayerUniqueID\",\n                \"Education\",\n                \"EffectiveMemberType\",\n                \"Email\",\n                \"FacebookUrl\",\n                \"Fax\",\n                \"FirstName\",\n                \"Groups\",\n                \"HideContactInformation\",\n                \"HideOnWebsite\",\n                \"Image\",\n                \"InstagramHandle\",\n                \"InternalIdentifier\",\n                \"IsInstructor\",\n                \"JobTitle\",\n                \"LastName\",\n                \"LastUpdatedDate\",\n                \"LinkedInUrl\",\n                \"MemberProfile\",\n                \"MembershipExpires\",\n                \"MemberSince\",\n                \"MemberStatus\",\n                \"MemberSubStatus\",\n                \"MemberType\",\n                \"MiddleName\",\n                \"Mobile\",\n                \"Name\",\n                \"Notes\",\n                \"OpenDuesBalance\",\n                \"OriginalJoinDate\",\n                \"ParentCustomerUniqueID\",\n                \"ParentMemberName\",\n                \"PersonalAddress\",\n                \"PersonalEmail\",\n                \"PersonalMobile\",\n                \"PersonalPhone\",\n                \"Phone\",\n                \"PrimaryContactUniqueId\",\n                \"QuickBooksID\",\n                \"ShippingAddress\",\n                \"SpecifiedSystemFields\",\n                \"Suffix\",\n                \"Taxable\",\n                \"TaxExemptionReason\",\n                \"Title\",\n                \"TwitterHandle\",\n                \"UniqueID\",\n                \"UnsubscribeFromEmails\",\n                \"UseParentBilling\",\n                \"UseParentShipping\",\n                \"VolunteerWorks\",\n                \"Website\"\n            ],\n            \"QuickBooksID\": \"4014\",\n            \"UseParentBilling\": false,\n            \"UseParentShipping\": false,\n            \"Credentials\": null,\n            \"Title\": null,\n            \"DirectoryGallery\": [],\n            \"Awards\": [],\n            \"VolunteerWorks\": [],\n            \"Education\": [],\n            \"Groups\": [\n                {\n                    \"GroupUniqueID\": \"d24bcee0-a8ce-4123-a4c9-e25813de3dc9\",\n                    \"GroupName\": \"Inheriting Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"26e1369c-2edc-47fc-9581-8cf50f1ea9e1\",\n                    \"GroupName\": \"All Current + Staff \",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"7c593e18-1672-4552-8d16-6e5ef880e678\",\n                    \"GroupName\": \"Shipping State - Not Null or Texas\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"df67958d-63b3-4154-9f52-474ad4df3c9c\",\n                    \"GroupName\": \"Open Dues Balance\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"70d5d108-7cee-47d1-ad45-77ac80704009\",\n                    \"GroupName\": \"All Active Members\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"bb8c028a-e9b4-4492-a9a0-ecfe1287cd24\",\n                    \"GroupName\": \"All Members + Staff\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7f574d43-100d-4ac7-ae43-92b141352def\",\n                    \"GroupName\": \"A Group of Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"2e32c8e4-5bee-4bd9-868e-5db9924c4840\",\n                    \"GroupName\": \"Overdues!\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n                    \"GroupName\": \"Special Interest Groups (SIGs)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"e0103743-f90a-4079-9211-4da7009e9dad\",\n                    \"GroupName\": \"Members - 90 days or more since last engagement\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"fcec1287-ab9b-4b27-aa31-2b8fe17ef6e6\",\n                    \"GroupName\": \"Has NO User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n                    \"GroupName\": \"URL Test (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n                    \"GroupName\": \"URL Test (doesn't begin with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n                    \"GroupName\": \"URL Test (doesn't contain)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n                    \"GroupName\": \"URL Test (doesn't end with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n                    \"GroupName\": \"URL Test (is null)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n                    \"GroupName\": \"URL Test 2 (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n                    \"GroupName\": \"Who could sync to Higher Logic?\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n                    \"GroupName\": \"Matt test 11/23\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n                    \"GroupName\": \"Blab blah\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"a80c9266-7e0c-4e14-b034-34bd74161d66\",\n                    \"GroupName\": \"HAS MEMBER BENEFITS\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"7bf01137-9f09-45ff-9d8c-ef63ff1f9098\",\n                    \"GroupName\": \"Original Join Date - Days Ago\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b3576d54-2216-440b-a04d-7a5a2c4fe4c5\",\n                    \"GroupName\": \"Original Join Date - Specific Date\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"1e416eb1-41a6-4872-b7bf-13d276eb58e9\",\n                    \"GroupName\": \"Recently Joined\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n                    \"GroupName\": \"Not Expired Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6921a28e-9aea-4baa-8495-bba38197a37d\",\n                    \"GroupName\": \"MC Test: Current members + inheriting\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"0a1c3b52-6d03-43fb-961d-8249309662f8\",\n                    \"GroupName\": \"MC Test Synced: Current members + inheriting 2\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"6cb7dc51-fd95-4661-9ad4-f71d484b9dac\",\n                    \"GroupName\": \"Applicants 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ac467162-2cd0-4d41-b45c-3d5c695c6790\",\n                    \"GroupName\": \"Last Login Null\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"5ece6262-f90f-4d28-a0ec-b1e27b4b6675\",\n                    \"GroupName\": \"Last Login Not Null\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n                    \"GroupName\": \"escape 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"df38e678-aa1b-4ac3-b06e-5613d0e12f1b\",\n                    \"GroupName\": \"Escape 3\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"8788a9f3-0649-4748-aafc-87cf867da559\",\n                    \"GroupName\": \"Escape 3 - COPY\",\n                    \"InheritingMember\": false\n                }\n            ],\n            \"CreatedDate\": \"2023-01-05T07:22:13-08:00\",\n            \"LastUpdatedDate\": \"2023-05-04T20:09:45.43-04:00\",\n            \"PrimaryContactUniqueId\": null,\n            \"BillingContactUniqueId\": null,\n            \"DefaultDuesPayerOverride\": null,\n            \"Taxable\": true,\n            \"TaxExemptionReason\": null,\n            \"IsInstructor\": false,\n            \"OpenDuesBalance\": 0.00\n        },\n        {\n            \"UniqueID\": \"71a3a012-43cd-4a20-ab48-08a962b3ed72\",\n            \"InternalIdentifier\": 185513,\n            \"ParentCustomerUniqueID\": \"5f7b1e18-7161-4603-b485-d2cffe62992a\",\n            \"ParentMemberName\": \"2 Map Member\",\n            \"Name\": \"2 Map Person\",\n            \"FirstName\": \"2 Map\",\n            \"MiddleName\": \"X\",\n            \"LastName\": \"Person\",\n            \"Suffix\": null,\n            \"Active\": true,\n            \"Email\": \"2mapperson@gmail.com\",\n            \"AccountEmail\": \"2mapperson@gmail.com\",\n            \"Phone\": null,\n            \"Mobile\": null,\n            \"Fax\": null,\n            \"Website\": null,\n            \"County\": null,\n            \"BillingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"ShippingAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"PersonalEmail\": null,\n            \"PersonalPhone\": null,\n            \"PersonalMobile\": null,\n            \"PersonalAddress\": {\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"ZipCode\": null,\n                \"StateProvince\": null,\n                \"Country\": null\n            },\n            \"Notes\": null,\n            \"FacebookUrl\": null,\n            \"LinkedInUrl\": null,\n            \"InstagramHandle\": null,\n            \"TwitterHandle\": null,\n            \"MemberProfile\": null,\n            \"JobTitle\": null,\n            \"Image\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/members/0-53-1-3.jpg\",\n            \"OriginalJoinDate\": null,\n            \"MemberSince\": null,\n            \"MembershipExpires\": null,\n            \"MemberStatus\": \"prospect\",\n            \"MemberSubStatus\": null,\n            \"DuesPayerUniqueID\": \"71a3a012-43cd-4a20-ab48-08a962b3ed72\",\n            \"HideOnWebsite\": false,\n            \"HideContactInformation\": false,\n            \"UnsubscribeFromEmails\": false,\n            \"Approved\": true,\n            \"AutoRenew\": false,\n            \"AutoPay\": false,\n            \"MemberType\": {\n                \"UniqueID\": \"069f98ac-d80f-4980-a282-a6411cefec48\",\n                \"Name\": \"Person\",\n                \"Description\": \"<p>The Person Member Type is for <strong>Individuals</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Basic, $100/yr</em></p>\\r\\n<p></p>\\r\\n<div class=\\\"panel panel-default bootstrap-accordion\\\">\\r\\n<div class=\\\"panel-heading\\\" role=\\\"tab\\\" id=\\\"heading-1637250421466\\\">\\r\\n<h4 class=\\\"panel-title\\\"><a role=\\\"button\\\" class=\\\"bootstrap-accordion-title collapsed\\\" data-toggle=\\\"collapse\\\" data-parent=\\\"#accordion\\\" href=\\\"#collapse-1637250421466\\\">This is a test</a></h4>\\r\\n</div>\\r\\n<div id=\\\"collapse-1637250421466\\\" class=\\\"panel-collapse collapse\\\" role=\\\"tabpanel\\\" style=\\\"height: 0px;\\\">\\r\\n<div class=\\\"panel-body bootstrap-accordion-content\\\">\\r\\n<p>Test 12345</p>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n<p></p>\\r\\n<figure class=\\\"image align-center\\\"><img src=\\\"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/15034471548_f9875bde62_o.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\" caption=\\\"true\\\">\\r\\n<figcaption>This is a really cool caption!</figcaption>\\r\\n</figure>\\r\\n<p><em></em></p>\",\n                \"ForCompanies\": false\n            },\n            \"EffectiveMemberType\": {\n                \"UniqueID\": \"069f98ac-d80f-4980-a282-a6411cefec48\",\n                \"Name\": \"Person\",\n                \"Description\": \"<p>The Person Member Type is for <strong>Individuals</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Basic, $100/yr</em></p>\\r\\n<p></p>\\r\\n<div class=\\\"panel panel-default bootstrap-accordion\\\">\\r\\n<div class=\\\"panel-heading\\\" role=\\\"tab\\\" id=\\\"heading-1637250421466\\\">\\r\\n<h4 class=\\\"panel-title\\\"><a role=\\\"button\\\" class=\\\"bootstrap-accordion-title collapsed\\\" data-toggle=\\\"collapse\\\" data-parent=\\\"#accordion\\\" href=\\\"#collapse-1637250421466\\\">This is a test</a></h4>\\r\\n</div>\\r\\n<div id=\\\"collapse-1637250421466\\\" class=\\\"panel-collapse collapse\\\" role=\\\"tabpanel\\\" style=\\\"height: 0px;\\\">\\r\\n<div class=\\\"panel-body bootstrap-accordion-content\\\">\\r\\n<p>Test 12345</p>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n<p></p>\\r\\n<figure class=\\\"image align-center\\\"><img src=\\\"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/15034471548_f9875bde62_o.jpg\\\" alt=\\\"\\\" width=\\\"300\\\" height=\\\"200\\\" caption=\\\"true\\\">\\r\\n<figcaption>This is a really cool caption!</figcaption>\\r\\n</figure>\\r\\n<p><em></em></p>\",\n                \"ForCompanies\": false\n            },\n            \"CustomerType\": \"Person\",\n            \"CustomFields\": {\n                \"QA: Number General\": {\n                    \"CustomFieldUniqueID\": \"ca9b6010-9db4-41da-b3d9-4729082886e6\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Companies - Field\": {\n                    \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Events\": {\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number Individuals\": {\n                    \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Checkbox General\": {\n                    \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date Events\": {\n                    \"CustomFieldUniqueID\": \"b9c092e9-de80-4c36-8abe-1da729e42d2c\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Multi-Line\": {\n                    \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Checkbox Individuals\": {\n                    \"CustomFieldUniqueID\": \"aa94cba3-5616-4096-8bb7-f938667a6fa8\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Date & Time Individual\": {\n                    \"CustomFieldUniqueID\": \"eb2e12dc-e0d3-4c28-ae37-efe3a84cd827\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Related Record Individuals\": {\n                    \"CustomFieldUniqueID\": \"473c4acf-5111-4240-b8e3-d6dbb41fe985\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Individual\": {\n                    \"CustomFieldUniqueID\": \"0a6662d9-d086-42fc-b834-3c2a8990aec7\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Date & Time General\": {\n                    \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Charity Test\": {\n                    \"CustomFieldUniqueID\": \"bbdf5603-cc13-42f1-9ea5-33b10a2bcc77\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Set of Options Test\": {\n                    \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Set of Options Single-Select\": {\n                    \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Read Only)\": {\n                    \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Committee End Date\": {\n                    \"CustomFieldUniqueID\": \"37afb4c3-f4bc-479b-bcfd-5b058480588b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Read-only on Frontend After Initial Value\": {\n                    \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"SOO\": {\n                    \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sales Region\": {\n                    \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Plain Text Single Line\": {\n                    \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Sum Field Whole\": {\n                    \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Unit Count (Sum)\": {\n                    \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Sum Field Min 20\": {\n                    \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Non Sum Field\": {\n                    \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Random Sum Field\": {\n                    \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Geographic Location\": {\n                    \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Standards Communication\": {\n                    \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Special Billing\": {\n                    \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Supplier Level\": {\n                    \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Invoice Comments\": {\n                    \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Annual Sales Volume-Active\": {\n                    \"CustomFieldUniqueID\": \"1bba8d5b-5683-40eb-8bf4-2613f8eff784\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Initials of Member\": {\n                    \"CustomFieldUniqueID\": \"1825c136-01a9-4ed3-b582-201200a22e80\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Optional Donation\": {\n                    \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Testing Field Name\": {\n                    \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"New Field with Instructions\": {\n                    \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ACKNOWLEDGE GUIDELINES\": {\n                    \"CustomFieldUniqueID\": \"359a40d6-afae-47be-958d-dbee849f8735\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ACKNOWLEDGE USE OF SEALS & STICKERS\": {\n                    \"CustomFieldUniqueID\": \"db22616d-950d-4647-916e-2409e6243600\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"AddressCustom\": {\n                    \"CustomFieldUniqueID\": \"9a793a48-c307-4ffd-8ceb-3880bb22eac1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Number of States\": {\n                    \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Company Name (Individual)\": {\n                    \"CustomFieldUniqueID\": \"08636504-d743-4a68-8698-beeda492c645\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Proration Dues (Owner)\": {\n                    \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Prorated Dues (Supplier)\": {\n                    \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Test add fields\": {\n                    \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Role With Company\": {\n                    \"CustomFieldUniqueID\": \"5181aba8-5161-4c86-9d24-be28c23ff687\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Attendee Emergency Contact\": {\n                    \"CustomFieldUniqueID\": \"a365211d-ca45-4c46-875e-e415768038f7\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Notes\": {\n                    \"CustomFieldUniqueID\": \"de6bbfec-8bbd-4aa4-8014-7c25a4e0d816\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Number\": {\n                    \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Field on Admin Member List\": {\n                    \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"GRA Test\": {\n                    \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Mentor Area(s)\": {\n                    \"CustomFieldUniqueID\": \"0ee43465-d7ac-4375-b125-65d3e7007774\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Show This on Profile Page\": {\n                    \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Communication Opt Out\": {\n                    \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Hat size\": {\n                    \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jessica Number Range\": {\n                    \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Peer Group (internal)\": {\n                    \"CustomFieldUniqueID\": \"2fe8c79c-1692-4c63-b0a8-fad23ccaa0aa\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"QA: Custom Website URL\": {\n                    \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Website URL Test\": {\n                    \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Text Custom Field\": {\n                    \"CustomFieldUniqueID\": \"5bc29868-addc-4d70-9eb2-a7be76ef3e4d\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Text Multi-Line Custom Field\": {\n                    \"CustomFieldUniqueID\": \"fffe0fa5-78cf-4ecd-95d2-710fd22dae1e\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"URL IMPORT\": {\n                    \"CustomFieldUniqueID\": \"f83abfd6-2108-4cee-898e-619821573355\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon's Set of Options\": {\n                    \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Jon Date/Time\": {\n                    \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"x\": {\n                    \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n                    \"Value\": \"false\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Paid for 2021-2022 CME audit in previous system\": {\n                    \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Donation Amount\": {\n                    \"CustomFieldUniqueID\": \"6665d6c1-4718-4135-9895-fe1a79be4a08\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Do you want a bag of Skittles? - FN\": {\n                    \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"ESSENTIAL FIELD\": {\n                    \"CustomFieldUniqueID\": \"38684356-a67c-446b-ae1e-e1d31af8e6e6\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"John's QA Field\": {\n                    \"CustomFieldUniqueID\": \"8c47133e-ec58-4566-86d6-4df12f32a242\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Peer Group\": {\n                    \"CustomFieldUniqueID\": \"e6816b5e-93cd-46f0-9a49-4e5629925f49\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Company\": {\n                    \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Member Custom Field: Member Status\": {\n                    \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Custom field name.\": {\n                    \"CustomFieldUniqueID\": \"0c4f22a6-cc59-4fcc-b256-ef6d7557e06e\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                },\n                \"summation test osman\": {\n                    \"CustomFieldUniqueID\": \"fa55ca98-a95c-4573-b904-881fb6be6e57\",\n                    \"Value\": \"\",\n                    \"IsSumOfChildren\": false\n                }\n            },\n            \"SpecifiedSystemFields\": [\n                \"AccountEmail\",\n                \"Active\",\n                \"Approved\",\n                \"AutoPay\",\n                \"AutoRenew\",\n                \"Awards\",\n                \"BillingAddress\",\n                \"BillingContactUniqueId\",\n                \"County\",\n                \"CreatedDate\",\n                \"Credentials\",\n                \"CustomerType\",\n                \"CustomFields\",\n                \"DefaultDuesPayerOverride\",\n                \"DirectoryGallery\",\n                \"DuesPayerUniqueID\",\n                \"Education\",\n                \"EffectiveMemberType\",\n                \"Email\",\n                \"FacebookUrl\",\n                \"Fax\",\n                \"FirstName\",\n                \"Groups\",\n                \"HideContactInformation\",\n                \"HideOnWebsite\",\n                \"Image\",\n                \"InstagramHandle\",\n                \"InternalIdentifier\",\n                \"IsInstructor\",\n                \"JobTitle\",\n                \"LastName\",\n                \"LastUpdatedDate\",\n                \"LinkedInUrl\",\n                \"MemberProfile\",\n                \"MembershipExpires\",\n                \"MemberSince\",\n                \"MemberStatus\",\n                \"MemberSubStatus\",\n                \"MemberType\",\n                \"MiddleName\",\n                \"Mobile\",\n                \"Name\",\n                \"Notes\",\n                \"OpenDuesBalance\",\n                \"OriginalJoinDate\",\n                \"ParentCustomerUniqueID\",\n                \"ParentMemberName\",\n                \"PersonalAddress\",\n                \"PersonalEmail\",\n                \"PersonalMobile\",\n                \"PersonalPhone\",\n                \"Phone\",\n                \"PrimaryContactUniqueId\",\n                \"QuickBooksID\",\n                \"ShippingAddress\",\n                \"SpecifiedSystemFields\",\n                \"Suffix\",\n                \"Taxable\",\n                \"TaxExemptionReason\",\n                \"Title\",\n                \"TwitterHandle\",\n                \"UniqueID\",\n                \"UnsubscribeFromEmails\",\n                \"UseParentBilling\",\n                \"UseParentShipping\",\n                \"VolunteerWorks\",\n                \"Website\"\n            ],\n            \"QuickBooksID\": \"4605\",\n            \"UseParentBilling\": false,\n            \"UseParentShipping\": false,\n            \"Credentials\": null,\n            \"Title\": null,\n            \"DirectoryGallery\": [],\n            \"Awards\": [],\n            \"VolunteerWorks\": [],\n            \"Education\": [],\n            \"Groups\": [\n                {\n                    \"GroupUniqueID\": \"b9895820-6770-46cc-9250-5d1520eb0616\",\n                    \"GroupName\": \"Prospects Edit\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n                    \"GroupName\": \"_All Records associated with current members\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"955d423c-e943-48e7-9ffa-511b67e7e640\",\n                    \"GroupName\": \"Has User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"b085d73e-a535-4200-b97d-4706dc9a0f39\",\n                    \"GroupName\": \"has account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"bb8c028a-e9b4-4492-a9a0-ecfe1287cd24\",\n                    \"GroupName\": \"All Members + Staff\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"bf1afe67-0588-4183-9d3a-7ec672372be5\",\n                    \"GroupName\": \"Open Balances\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n                    \"GroupName\": \"Special Interest Groups (SIGs)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"616ae8b9-0a4a-43aa-9767-bc6daa817fd7\",\n                    \"GroupName\": \"_All Records associated with current members - COPY\",\n                    \"InheritingMember\": true\n                },\n                {\n                    \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n                    \"GroupName\": \"URL Test (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n                    \"GroupName\": \"URL Test (doesn't begin with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n                    \"GroupName\": \"URL Test (doesn't contain)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n                    \"GroupName\": \"URL Test (doesn't end with)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n                    \"GroupName\": \"URL Test (is null)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n                    \"GroupName\": \"URL Test 2 (not equal)\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"da575be8-0b4e-47fd-98a3-c98a39eb1aa2\",\n                    \"GroupName\": \"Has a Headshot or Logo\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n                    \"GroupName\": \"Who could sync to Higher Logic?\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n                    \"GroupName\": \"Matt test 11/23\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n                    \"GroupName\": \"Blab blah\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"9fdd44c1-8043-4807-9b13-e91ca27fef22\",\n                    \"GroupName\": \"ARBSTest1Group\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"6f2b0df3-695b-45b9-8778-24e1a114f7e3\",\n                    \"GroupName\": \"Last Logged In 1000 Days\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"859658d2-763c-49ae-b128-d17d230c0416\",\n                    \"GroupName\": \"Suffix Testing\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n                    \"GroupName\": \"Not Expired Members\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"19a2aa4f-51e4-4b36-b1be-b8be11f41ac2\",\n                    \"GroupName\": \"Has User Account\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5413b10e-e2a1-49ab-875e-5c5525131b33\",\n                    \"GroupName\": \"HL Community\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"c8bb541f-eee3-4f8e-97ae-9fbb2630ced7\",\n                    \"GroupName\": \"Change Members 2\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"f87359b5-42ef-48f1-89fd-d11a788e71a4\",\n                    \"GroupName\": \"_LastLoginTest_\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"72141d06-796d-46c5-a45e-e2f8f69be752\",\n                    \"GroupName\": \"Has User\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"ff2212b4-9c4d-4c29-a120-e56d0454f41a\",\n                    \"GroupName\": \"Last Login <\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"5ece6262-f90f-4d28-a0ec-b1e27b4b6675\",\n                    \"GroupName\": \"Last Login Not Null\",\n                    \"InheritingMember\": false\n                },\n                {\n                    \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n                    \"GroupName\": \"escape 2\",\n                    \"InheritingMember\": false\n                }\n            ],\n            \"CreatedDate\": \"2023-05-04T17:07:54-04:00\",\n            \"LastUpdatedDate\": \"2023-05-04T17:40:07.793-04:00\",\n            \"PrimaryContactUniqueId\": null,\n            \"BillingContactUniqueId\": null,\n            \"DefaultDuesPayerOverride\": null,\n            \"Taxable\": false,\n            \"TaxExemptionReason\": null,\n            \"IsInstructor\": false,\n            \"OpenDuesBalance\": 0.00,\n            \"FeaturedDirectoryListing\": false\n        }\n    ]\n}"},{"id":"f13385dc-b804-425e-97f5-1e647e9d9eed","name":"400 - Invalid Custom Fields - Add Member","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ParentCustomerUniqueID\": \"27b54a9b-e37b-453d-bcbb-47286084487e\",\n    \"Name\": \"Test API Company\",\n    \"FirstName\": null,\n    \"LastName\": null,\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": null,\n    \"Phone\": \"(345)345-3453x453453\",\n    \"Mobile\": null,\n    \"Fax\": null,\n    \"Website\": null,\n    \"County\": null,\n    \"BillingAddress\": {\n        \"Address1\": \"should be parent\",\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"ShippingAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"PersonalEmail\": null,\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": null,\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": null,\n    \"TwitterHandle\": null,\n    \"MemberProfile\": null,\n    \"JobTitle\": null,\n    \"Image\": \"\",\n    \"OriginalJoinDate\":  \"6/22/2021\",\n    \"MemberSince\": \"6/22/2021\",\n    \"MembershipExpires\": \"6/21/2022\",\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": false,\n    \"CustomerType\": \"Company\",\n    \"UseParentBilling\": true,\n    \"UseParentShipping\": false,\n    \"Credentials\": null,\n    \"Title\": null,\n    \"ProfessionalTitle\": null,\n    \"DirectoryGallery\": [],\n    \"Awards\": [],\n    \"VolunteerWorks\": [],\n    \"Education\": [],\n    \"MemberType\": {\n        \"UniqueID\": \"6041344f-34a9-4c98-abe2-a767dddf04fd\"\n    },\n    \"CustomFields\": {\n        \"Number Companies\": {\n            \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n            \"Value\": \"3.14\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options General\": {\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"Value\": \"hi-ho\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"CreatedDate\": null,\n    \"LastUpdatedDate\": \"2022-06-22T08:01:28.343-07:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/members"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"226"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0dGffYAAAAADFfp/cEe+rQ6uJJEjVrH/aREZXMzBFREdFMDUxNwAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Fri, 02 Jul 2021 19:22:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"Custom field value '3.14' for Number Companies is a decimal and not a whole number.\",\n        \"Custom field value ''hi-ho'' is not valid for custom field ''Set of Options General.''\"\n    ]\n}"}],"_postman_id":"97aa2dac-8b3c-40c1-97e0-951c9bdbd70c"},{"name":"Update Member","id":"6f16b228-5b1e-482e-9abd-126c09f1d209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"db86644b-c6c1-458a-aa43-680136fe1fe9\",\n    \"InternalIdentifier\": 185205,\n    \"ParentCustomerUniqueID\": null,\n    \"ParentMemberName\": null,\n    \"Name\": \"Steven Smith\",\n    \"FirstName\": null,\n    \"MiddleName\": null,\n    \"LastName\": null,\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": null,\n    \"Phone\": null,\n    \"Mobile\": null,\n    \"Fax\": null,\n    \"Website\": null,\n    \"County\": null,\n    \"BillingAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"ShippingAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"PersonalEmail\": null,\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": {\n        \"Address1\": null,\n        \"Address2\": null,\n        \"City\": null,\n        \"ZipCode\": null,\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": null,\n    \"TwitterHandle\": null,\n    \"MemberProfile\": null,\n    \"JobTitle\": null,\n    \"OriginalJoinDate\": null,\n    \"MemberSince\": null,\n    \"MembershipExpires\": null,\n    \"MemberStatus\": \"non_member\",\n    \"MemberSubStatus\": null,\n    \"DuesPayerUniqueID\": null,\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": false,\n    \"AutoPay\": false,\n    \"MemberType\": null,\n    \"EffectiveMemberType\": null,\n    \"CustomerType\": \"Person\",\n    \"CustomFields\": {\n        \"QA: Plain Text Single Line\": {\n            \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Plain Text Multi-Line\": {\n            \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Number General\": {\n            \"CustomFieldUniqueID\": \"ca9b6010-9db4-41da-b3d9-4729082886e6\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Sum Field Whole\": {\n            \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Date & Time General\": {\n            \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Checkbox General\": {\n            \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n            \"Value\": \"false\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Set of Options Single-Select\": {\n            \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Read-only on Frontend After Initial Value\": {\n            \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Custom Website URL\": {\n            \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Do you want a bag of Skittles? - FN\": {\n            \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Jon's Website\": {\n            \"CustomFieldUniqueID\": \"acd95eef-f246-4821-8bc1-8db9d5e27893\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Member Custom Field: Member Status\": {\n            \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Member Custom Field: Company\": {\n            \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Peer Group\": {\n            \"CustomFieldUniqueID\": \"e6816b5e-93cd-46f0-9a49-4e5629925f49\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"AQVendorCAN\": {\n            \"CustomFieldUniqueID\": \"89a81f1f-c6ee-47bb-9f81-3dca029e0ebf\",\n            \"Value\": \"false\",\n            \"IsSumOfChildren\": false\n        },\n        \"ESSENTIAL FIELD\": {\n            \"CustomFieldUniqueID\": \"38684356-a67c-446b-ae1e-e1d31af8e6e6\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"x\": {\n            \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n            \"Value\": \"false\",\n            \"IsSumOfChildren\": false\n        },\n        \"Jon Date/Time\": {\n            \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Jon's Set of Options\": {\n            \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"URL IMPORT\": {\n            \"CustomFieldUniqueID\": \"f83abfd6-2108-4cee-898e-619821573355\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Website URL Test\": {\n            \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Peer Group (internal)\": {\n            \"CustomFieldUniqueID\": \"2fe8c79c-1692-4c63-b0a8-fad23ccaa0aa\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Hat size\": {\n            \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Communication Opt Out\": {\n            \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Show This on Profile Page\": {\n            \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Mentor Area(s)\": {\n            \"CustomFieldUniqueID\": \"0ee43465-d7ac-4375-b125-65d3e7007774\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"GRA Test\": {\n            \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Field on Admin Member List\": {\n            \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Member Number\": {\n            \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Notes\": {\n            \"CustomFieldUniqueID\": \"de6bbfec-8bbd-4aa4-8014-7c25a4e0d816\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Attendee Emergency Contact\": {\n            \"CustomFieldUniqueID\": \"a365211d-ca45-4c46-875e-e415768038f7\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Test add fields\": {\n            \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Prorated Dues (Supplier)\": {\n            \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Date & Time Individual\": {\n            \"CustomFieldUniqueID\": \"eb2e12dc-e0d3-4c28-ae37-efe3a84cd827\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Company Name (Individual)\": {\n            \"CustomFieldUniqueID\": \"08636504-d743-4a68-8698-beeda492c645\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Number of States\": {\n            \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"AddressCustom\": {\n            \"CustomFieldUniqueID\": \"9a793a48-c307-4ffd-8ceb-3880bb22eac1\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"New Field with Instructions\": {\n            \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Initials of Member\": {\n            \"CustomFieldUniqueID\": \"1825c136-01a9-4ed3-b582-201200a22e80\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Testing Field Name\": {\n            \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Optional Donation\": {\n            \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Annual Sales Volume-Active\": {\n            \"CustomFieldUniqueID\": \"1bba8d5b-5683-40eb-8bf4-2613f8eff784\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Invoice Comments\": {\n            \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Supplier Level\": {\n            \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Special Billing\": {\n            \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Geographic Location\": {\n            \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Random Sum Field\": {\n            \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Sum Field Min 20\": {\n            \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Unit Count (Sum)\": {\n            \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Sales Region\": {\n            \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"SOO\": {\n            \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Committee End Date\": {\n            \"CustomFieldUniqueID\": \"37afb4c3-f4bc-479b-bcfd-5b058480588b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Unit Count (Read Only)\": {\n            \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options Test\": {\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Date & Time Events\": {\n            \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options Individual\": {\n            \"CustomFieldUniqueID\": \"0a6662d9-d086-42fc-b834-3c2a8990aec7\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Related Record Companies - Field\": {\n            \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Checkbox Individuals\": {\n            \"CustomFieldUniqueID\": \"aa94cba3-5616-4096-8bb7-f938667a6fa8\",\n            \"Value\": \"false\",\n            \"IsSumOfChildren\": false\n        },\n        \"Number Individuals\": {\n            \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"New\": {\n            \"CustomFieldUniqueID\": \"56c3c73a-ff97-417f-99e9-96eaa94256fc\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Proration Dues (Owner)\": {\n            \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"ACKNOWLEDGE GUIDELINES\": {\n            \"CustomFieldUniqueID\": \"359a40d6-afae-47be-958d-dbee849f8735\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Jessica Number Range\": {\n            \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Date Events\": {\n            \"CustomFieldUniqueID\": \"b9c092e9-de80-4c36-8abe-1da729e42d2c\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Related Record Individuals\": {\n            \"CustomFieldUniqueID\": \"473c4acf-5111-4240-b8e3-d6dbb41fe985\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Non Sum Field\": {\n            \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Standards Communication\": {\n            \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Text Custom Field\": {\n            \"CustomFieldUniqueID\": \"5bc29868-addc-4d70-9eb2-a7be76ef3e4d\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Text Multi-Line Custom Field\": {\n            \"CustomFieldUniqueID\": \"fffe0fa5-78cf-4ecd-95d2-710fd22dae1e\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Paid for 2021-2022 CME audit in previous system\": {\n            \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Donation Amount\": {\n            \"CustomFieldUniqueID\": \"6665d6c1-4718-4135-9895-fe1a79be4a08\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"John's QA Field\": {\n            \"CustomFieldUniqueID\": \"8c47133e-ec58-4566-86d6-4df12f32a242\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Dietary Restrictions\": {\n            \"CustomFieldUniqueID\": \"3354cd87-2b04-495b-a273-505b4375a413\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"SpecifiedSystemFields\": [\n        \"Active\",\n        \"Approved\",\n        \"AutoPay\",\n        \"AutoRenew\",\n        \"Awards\",\n        \"BillingAddress\",\n        \"BillingContactUniqueId\",\n        \"County\",\n        \"CreatedDate\",\n        \"Credentials\",\n        \"CustomerType\",\n        \"CustomFields\",\n        \"DefaultDuesPayerOverride\",\n        \"DirectoryGallery\",\n        \"DuesPayerUniqueID\",\n        \"Education\",\n        \"EffectiveMemberType\",\n        \"Email\",\n        \"FacebookUrl\",\n        \"Fax\",\n        \"FirstName\",\n        \"Groups\",\n        \"HideContactInformation\",\n        \"HideOnWebsite\",\n        \"Image\",\n        \"InstagramHandle\",\n        \"InternalIdentifier\",\n        \"IsInstructor\",\n        \"JobTitle\",\n        \"LastName\",\n        \"LastUpdatedDate\",\n        \"LinkedInUrl\",\n        \"MemberProfile\",\n        \"MembershipExpires\",\n        \"MemberSince\",\n        \"MemberStatus\",\n        \"MemberSubStatus\",\n        \"MemberType\",\n        \"MiddleName\",\n        \"Mobile\",\n        \"Name\",\n        \"Notes\",\n        \"OriginalJoinDate\",\n        \"ParentCustomerUniqueID\",\n        \"ParentMemberName\",\n        \"PersonalAddress\",\n        \"PersonalEmail\",\n        \"PersonalMobile\",\n        \"PersonalPhone\",\n        \"Phone\",\n        \"PrimaryContactUniqueId\",\n        \"QuickBooksID\",\n        \"ShippingAddress\",\n        \"SpecifiedSystemFields\",\n        \"Suffix\",\n        \"Taxable\",\n        \"Title\",\n        \"TwitterHandle\",\n        \"UniqueID\",\n        \"UnsubscribeFromEmails\",\n        \"UseParentBilling\",\n        \"UseParentShipping\",\n        \"VolunteerWorks\",\n        \"Website\"\n    ],\n    \"QuickBooksID\": \"4418\",\n    \"UseParentBilling\": false,\n    \"UseParentShipping\": false,\n    \"Credentials\": null,\n    \"Title\": null,\n    \"DirectoryGallery\": [],\n    \"Awards\": [],\n    \"VolunteerWorks\": [],\n    \"Education\": [],\n    \"Groups\": [\n        {\n            \"GroupUniqueID\": \"a2d85041-8937-4004-9ff1-b3bb03d6829d\",\n            \"GroupName\": \"Membership Status is Non-Member\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"bb8c028a-e9b4-4492-a9a0-ecfe1287cd24\",\n            \"GroupName\": \"All Members + Staff\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"bf1afe67-0588-4183-9d3a-7ec672372be5\",\n            \"GroupName\": \"Open Balances\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n            \"GroupName\": \"Special Interest Groups (SIGs)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"fcec1287-ab9b-4b27-aa31-2b8fe17ef6e6\",\n            \"GroupName\": \"Has NO User Account\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n            \"GroupName\": \"URL Test (not equal)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n            \"GroupName\": \"URL Test (doesn't begin with)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n            \"GroupName\": \"URL Test (doesn't contain)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n            \"GroupName\": \"URL Test (doesn't end with)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n            \"GroupName\": \"URL Test (is null)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n            \"GroupName\": \"URL Test 2 (not equal)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n            \"GroupName\": \"Matt test 11/23\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n            \"GroupName\": \"Blab blah\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n            \"GroupName\": \"Not Expired Members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"ac467162-2cd0-4d41-b45c-3d5c695c6790\",\n            \"GroupName\": \"Last Login Null\",\n            \"InheritingMember\": false\n        }\n    ],\n    \"CreatedDate\": \"2023-04-10T12:52:34.347-07:00\",\n    \"LastUpdatedDate\": \"2023-04-10T12:52:34.347-07:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null,\n    \"DefaultDuesPayerOverride\": null,\n    \"Taxable\": true,\n    \"IsInstructor\": false,\n    \"FeaturedDirectoryListing\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/members/db86644b-c6c1-458a-aa43-680136fe1fe9","description":"<p>Updates an existing member record with the newly specified values.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single member object. (See \"Member Records\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>200 OK</strong><br />If your POST passes all validation you'll receive a 200 response code. </p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","members","db86644b-c6c1-458a-aa43-680136fe1fe9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f8598a4b-c03a-4684-86f5-ad5e8dc723de","name":"200 OK - Update Member","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n    \"ParentCustomerUniqueID\": null,\n    \"ParentMemberName\": null,\n    \"Name\": \"Test API Company\",\n    \"FirstName\": null,\n    \"LastName\": null,\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": null,\n    \"Phone\": \"(345)345-3453\",\n    \"Mobile\": null,\n    \"Fax\": null,\n    \"Website\": null,\n    \"County\": null,\n    \"BillingAddress\": {\n        \"Address1\": \"1112 Test Ave\",\n        \"Address2\": null,\n        \"City\": \"Winter Garden\",\n        \"ZipCode\": \"34787\",\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"ShippingAddress\": {\n        \"Address1\": \"1112 Test Ave\",\n        \"Address2\": null,\n        \"City\": \"Winter Garden\",\n        \"ZipCode\": \"34787\",\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"PersonalEmail\": null,\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": null,\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": null,\n    \"TwitterHandle\": null,\n    \"MemberProfile\": null,\n    \"JobTitle\": null,\n    \"Image\": \"\",\n    \"OriginalJoinDate\": \"2021-06-22T00:00:00\",\n    \"MemberSince\": \"2021-07-02T00:00:00\",\n    \"MembershipExpires\": \"2022-07-01T00:00:00\",\n    \"MemberStatus\": \"current\",\n    \"MemberSubStatus\": null,\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": true,\n    \"MemberType\": {\n        \"UniqueID\": \"6041344f-34a9-4c98-abe2-a767dddf04fd\",\n        \"Name\": \"Supplier\",\n        \"Description\": \"<p>The Supplier Member Type is for <strong>Companies</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Multiple, includes one Optional</em></p>\",\n        \"ForCompanies\": true\n    },\n    \"CustomerType\": \"Company\",\n    \"CustomFields\": {\n        \"Number Companies\": {\n            \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n            \"Value\": \"15\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options General\": {\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"Value\": \"hi\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"UseParentBilling\": true,\n    \"UseParentShipping\": false,\n    \"Credentials\": null,\n    \"Title\": null,\n    \"ProfessionalTitle\": null,\n    \"DirectoryGallery\": [],\n    \"Awards\": [],\n    \"VolunteerWorks\": [],\n    \"Education\": [],\n    \"CreatedDate\": \"2021-06-30T08:13:18-07:00\",\n    \"LastUpdatedDate\": \"2021-07-02T08:07:04.127-07:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null,\n    \"FeaturedDirectoryListing\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/members/:member_guid","host":["{{url}}"],"path":["api","members",":member_guid"],"variable":[{"key":"member_guid","value":"c041cdf9-e5d3-4926-862f-67fc78b67797"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"5004"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0xGTfYAAAAAChaSXb/B6kRbEeF/FmWOoGREZXMzBFREdFMDUwNgAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Fri, 02 Jul 2021 19:11:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n    \"InternalIdentifier\": 151832,\n    \"ParentCustomerUniqueID\": null,\n    \"ParentMemberName\": null,\n    \"Name\": \"Test API Company\",\n    \"FirstName\": null,\n    \"MiddleName\": null,\n    \"LastName\": null,\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": \"test@test.com\",\n    \"AccountEmail\": null,\n    \"Phone\": \"(345)345-1111\",\n    \"Mobile\": null,\n    \"Fax\": null,\n    \"Website\": null,\n    \"County\": null,\n    \"BillingAddress\": null,\n    \"ShippingAddress\": {\n        \"Address1\": \"1112 Test Ave\",\n        \"Address2\": null,\n        \"City\": \"Winter Garden\",\n        \"ZipCode\": \"34787\",\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"PersonalEmail\": null,\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": null,\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": null,\n    \"TwitterHandle\": null,\n    \"MemberProfile\": null,\n    \"JobTitle\": null,\n    \"Image\": \"\",\n    \"OriginalJoinDate\": \"2021-06-22T00:00:00\",\n    \"MemberSince\": \"2021-07-02T00:00:00\",\n    \"MembershipExpires\": \"2023-07-01T00:00:00\",\n    \"MemberStatus\": \"current\",\n    \"MemberSubStatus\": null,\n    \"DuesPayerUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": true,\n    \"AutoPay\": false,\n    \"MemberType\": {\n        \"UniqueID\": \"6041344f-34a9-4c98-abe2-a767dddf04fd\",\n        \"Name\": \"Long Member Type Name Title for Testing Long Names\",\n        \"Description\": \"<p>The Supplier Member Type is for <strong>Companies</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Multiple, includes one Optional</em></p>\",\n        \"ForCompanies\": true\n    },\n    \"EffectiveMemberType\": {\n        \"UniqueID\": \"6041344f-34a9-4c98-abe2-a767dddf04fd\",\n        \"Name\": \"Long Member Type Name Title for Testing Long Names\",\n        \"Description\": \"<p>The Supplier Member Type is for <strong>Companies</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Multiple, includes one Optional</em></p>\",\n        \"ForCompanies\": true\n    },\n    \"CustomerType\": \"Company\",\n    \"CustomFields\": {\n        \"Non Sum Field\": {\n            \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Date & Time Company\": {\n            \"CustomFieldUniqueID\": \"f8788ddc-b489-4a15-ad89-211328a9daef\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Standards Communication\": {\n            \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Set of Options Multi-Select Limit 2\": {\n            \"CustomFieldUniqueID\": \"3f6ff24d-2790-48a5-828d-c365e36e5029\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"This is a new field ads of today\": {\n            \"CustomFieldUniqueID\": \"ed032ac9-26a5-4044-94c1-2e3c311fe49b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Plain Text Single Line\": {\n            \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Year\": {\n            \"CustomFieldUniqueID\": \"5f8f7880-639c-4da0-baa2-eaeb7b759952\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Prorated Dues (Supplier)\": {\n            \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Industry Vertical\": {\n            \"CustomFieldUniqueID\": \"00423240-8d32-48bc-ae16-a04632f2b31e\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Agency Staff Count Field Name\": {\n            \"CustomFieldUniqueID\": \"ef0122cc-d5ff-4e02-b474-ff70d0ba76fd\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Number of States\": {\n            \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"AddressCustom\": {\n            \"CustomFieldUniqueID\": \"9a793a48-c307-4ffd-8ceb-3880bb22eac1\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"New Field with Instructions\": {\n            \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Testing Field Name\": {\n            \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Optional Donation\": {\n            \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Invoice Comments\": {\n            \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Supplier Level\": {\n            \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Special Billing\": {\n            \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Geographic Location\": {\n            \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Random Sum Field\": {\n            \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Sum Field Min 20\": {\n            \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Unit Count (Sum)\": {\n            \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Sum Field Whole\": {\n            \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Referred By\": {\n            \"CustomFieldUniqueID\": \"caffb65f-8a3e-428d-94d9-0f4603c568a1\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Newnewss\": {\n            \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n            \"Value\": \"false\",\n            \"IsSumOfChildren\": false\n        },\n        \"Sales Region\": {\n            \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"SOO\": {\n            \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Read-only on Frontend After Initial Value\": {\n            \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Checkbox General\": {\n            \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n            \"Value\": \"false\",\n            \"IsSumOfChildren\": false\n        },\n        \"Unit Count (Read Only)\": {\n            \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options Test\": {\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Date & Time Events\": {\n            \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Plain Text Companies Single\": {\n            \"CustomFieldUniqueID\": \"84c7dca0-adc2-4576-b7bc-c210d6e6acc8\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"QA: Number General\": {\n            \"CustomFieldUniqueID\": \"ca9b6010-9db4-41da-b3d9-4729082886e6\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Related Record Companies - Field\": {\n            \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Number Companies\": {\n            \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n            \"Value\": \"5\",\n            \"IsSumOfChildren\": false\n        },\n        \"Proration Dues (Owner)\": {\n            \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        },\n        \"Test add fields\": {\n            \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n            \"Value\": \"\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"SpecifiedSystemFields\": [\n        \"AccountEmail\",\n        \"Active\",\n        \"Approved\",\n        \"AutoPay\",\n        \"AutoRenew\",\n        \"Awards\",\n        \"BillingAddress\",\n        \"BillingContactUniqueId\",\n        \"County\",\n        \"CreatedDate\",\n        \"Credentials\",\n        \"CustomerType\",\n        \"CustomFields\",\n        \"DefaultDuesPayerOverride\",\n        \"DirectoryGallery\",\n        \"DuesPayerUniqueID\",\n        \"Education\",\n        \"EffectiveMemberType\",\n        \"Email\",\n        \"FacebookUrl\",\n        \"Fax\",\n        \"FirstName\",\n        \"Groups\",\n        \"HideContactInformation\",\n        \"HideOnWebsite\",\n        \"Image\",\n        \"InstagramHandle\",\n        \"InternalIdentifier\",\n        \"IsInstructor\",\n        \"JobTitle\",\n        \"LastName\",\n        \"LastUpdatedDate\",\n        \"LinkedInUrl\",\n        \"MemberProfile\",\n        \"MembershipExpires\",\n        \"MemberSince\",\n        \"MemberStatus\",\n        \"MemberSubStatus\",\n        \"MemberType\",\n        \"Mobile\",\n        \"Name\",\n        \"Notes\",\n        \"OriginalJoinDate\",\n        \"ParentCustomerUniqueID\",\n        \"ParentMemberName\",\n        \"PersonalAddress\",\n        \"PersonalEmail\",\n        \"PersonalMobile\",\n        \"PersonalPhone\",\n        \"Phone\",\n        \"PrimaryContactUniqueId\",\n        \"QuickBooksID\",\n        \"ShippingAddress\",\n        \"SpecifiedSystemFields\",\n        \"Suffix\",\n        \"Taxable\",\n        \"TaxExemptionReason\",\n        \"Title\",\n        \"TwitterHandle\",\n        \"UniqueID\",\n        \"UnsubscribeFromEmails\",\n        \"UseParentBilling\",\n        \"UseParentShipping\",\n        \"VolunteerWorks\",\n        \"Website\"\n    ],\n    \"QuickBooksID\": \"2476\",\n    \"UseParentBilling\": true,\n    \"UseParentShipping\": false,\n    \"Credentials\": null,\n    \"Title\": null,\n    \"DirectoryGallery\": [\n        {\n            \"Title\": \"test\",\n            \"Type\": \"Youtube\",\n            \"Url\": \"https://youtu.be/UbcqDGNYelM?start=553\"\n        }\n    ],\n    \"Awards\": [],\n    \"VolunteerWorks\": [],\n    \"Education\": [],\n    \"Groups\": [\n        {\n            \"GroupUniqueID\": \"cc761b38-eb63-4619-889c-95638516848f\",\n            \"GroupName\": \"Current Supplier Members + Staff\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"26e1369c-2edc-47fc-9581-8cf50f1ea9e1\",\n            \"GroupName\": \"All Current + Staff \",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"5bf7d9d4-493a-4999-8f01-d8486d8d0989\",\n            \"GroupName\": \"Current Supplier Members + Beneficiaries\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n            \"GroupName\": \"_All Records associated with current members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"df67958d-63b3-4154-9f52-474ad4df3c9c\",\n            \"GroupName\": \"Open Dues Balance\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"70d5d108-7cee-47d1-ad45-77ac80704009\",\n            \"GroupName\": \"All Active Members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"bb8c028a-e9b4-4492-a9a0-ecfe1287cd24\",\n            \"GroupName\": \"All Members + Staff\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"7f574d43-100d-4ac7-ae43-92b141352def\",\n            \"GroupName\": \"A Group of Members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"2e32c8e4-5bee-4bd9-868e-5db9924c4840\",\n            \"GroupName\": \"Overdues!\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"d78cd352-87dd-486b-a094-37403463b472\",\n            \"GroupName\": \"Special Interest Groups (SIGs)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"e0103743-f90a-4079-9211-4da7009e9dad\",\n            \"GroupName\": \"Members - 90 days or more since last engagement\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"616ae8b9-0a4a-43aa-9767-bc6daa817fd7\",\n            \"GroupName\": \"_All Records associated with current members - COPY\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"1b53a6ed-5214-42b8-9e84-182b304fdb9c\",\n            \"GroupName\": \"Committee: Diversity, Equity & Inclusion Task Committee\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"75657945-01fe-41d8-9e15-aeb987659e94\",\n            \"GroupName\": \"_A_GroupBySinceDate\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"fcec1287-ab9b-4b27-aa31-2b8fe17ef6e6\",\n            \"GroupName\": \"Has NO User Account\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"19364ced-d386-4d8c-88b8-59183c2d8e56\",\n            \"GroupName\": \"URL Test (not equal)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"59599ca3-046e-4055-b95c-3f4efe11655d\",\n            \"GroupName\": \"URL Test (doesn't begin with)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"6efd5058-f579-47b7-8891-b36f060fd928\",\n            \"GroupName\": \"URL Test (doesn't contain)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"3319f730-61f9-41da-9ebc-d017767198cf\",\n            \"GroupName\": \"URL Test (doesn't end with)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"632765ff-9892-427c-ba9a-c48c2a93cd92\",\n            \"GroupName\": \"URL Test (is null)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"beb69c55-0778-4832-aa60-43af9d76e18b\",\n            \"GroupName\": \"URL Test 2 (not equal)\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"30c8e0ab-bccd-4214-bdd6-a8f31d6282ad\",\n            \"GroupName\": \"Constant Contact Test Sync\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"743af804-7857-4d98-840d-0e4d5da98e30\",\n            \"GroupName\": \"Who could sync to Higher Logic?\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"5cff1b69-a288-412d-9225-1e4c2cc67fbb\",\n            \"GroupName\": \"Matt test 11/23\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"603b8576-d033-4b69-81b9-df97a9a93989\",\n            \"GroupName\": \"Blab blah\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"a80c9266-7e0c-4e14-b034-34bd74161d66\",\n            \"GroupName\": \"HAS MEMBER BENEFITS\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"59d3b505-5cc7-416d-954a-11784f5154f3\",\n            \"GroupName\": \"MEMBER STATUS = CURRENT\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"d11abcc1-ac08-4fb5-a2c5-a6f6830f46d0\",\n            \"GroupName\": \"Membership Expiration Date - Specific Date\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"baa7b3bf-8d47-4ac0-b3dd-5ca8c95fd559\",\n            \"GroupName\": \"Not Expired Members\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"6921a28e-9aea-4baa-8495-bba38197a37d\",\n            \"GroupName\": \"MC Test: Current members + inheriting\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"0a1c3b52-6d03-43fb-961d-8249309662f8\",\n            \"GroupName\": \"MC Test Synced: Current members + inheriting 2\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"92c3a856-0ae2-4f9e-b6a7-6c71ca4d95f0\",\n            \"GroupName\": \"MC Test Synced: Primary\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"b1a07503-28e2-4e9d-936a-a08d064f4e3b\",\n            \"GroupName\": \"L.A.D.\",\n            \"InheritingMember\": false\n        },\n        {\n            \"GroupUniqueID\": \"ac467162-2cd0-4d41-b45c-3d5c695c6790\",\n            \"GroupName\": \"Last Login Null\",\n            \"InheritingMember\": true\n        },\n        {\n            \"GroupUniqueID\": \"2f738b9d-a0d3-4df5-9ec1-fd6a30794da6\",\n            \"GroupName\": \"Test Last Event\",\n            \"InheritingMember\": true\n        },\n        {\n            \"GroupUniqueID\": \"497daa65-c1d1-4334-8c7c-81209b815851\",\n            \"GroupName\": \"escape 2\",\n            \"InheritingMember\": false\n        }\n    ],\n    \"CreatedDate\": \"2021-06-30T08:13:18-07:00\",\n    \"LastUpdatedDate\": \"2022-06-18T02:16:59.433-07:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null,\n    \"DefaultDuesPayerOverride\": null,\n    \"Taxable\": true,\n    \"TaxExemptionReason\": null,\n    \"IsInstructor\": false,\n    \"OpenDuesBalance\": 0.00,\n    \"FeaturedDirectoryListing\": false\n}"},{"id":"3d029ed9-a6da-4197-88f7-863487e8ae64","name":"400 - Out of Date - Update Member","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n    \"ParentCustomerUniqueID\": null,\n    \"ParentMemberName\": null,\n    \"Name\": \"Test API Company\",\n    \"FirstName\": null,\n    \"LastName\": null,\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": null,\n    \"Phone\": \"(345)345-3453\",\n    \"Mobile\": null,\n    \"Fax\": null,\n    \"Website\": null,\n    \"County\": null,\n    \"BillingAddress\": {\n        \"Address1\": \"1112 Test Ave\",\n        \"Address2\": null,\n        \"City\": \"Winter Garden\",\n        \"ZipCode\": \"34787\",\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"ShippingAddress\": {\n        \"Address1\": \"1112 Test Ave\",\n        \"Address2\": null,\n        \"City\": \"Winter Garden\",\n        \"ZipCode\": \"34787\",\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"PersonalEmail\": null,\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": null,\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": null,\n    \"TwitterHandle\": null,\n    \"MemberProfile\": null,\n    \"JobTitle\": null,\n    \"Image\": \"\",\n    \"OriginalJoinDate\": \"2021-06-22T00:00:00\",\n    \"MemberSince\": \"2021-07-02T00:00:00\",\n    \"MembershipExpires\": \"2022-07-01T00:00:00\",\n    \"MemberStatus\": \"current\",\n    \"MemberSubStatus\": null,\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": true,\n    \"MemberType\": {\n        \"UniqueID\": \"6041344f-34a9-4c98-abe2-a767dddf04fd\",\n        \"Name\": \"Supplier\",\n        \"Description\": \"<p>The Supplier Member Type is for <strong>Companies</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Multiple, includes one Optional</em></p>\",\n        \"ForCompanies\": true\n    },\n    \"CustomerType\": \"Company\",\n    \"CustomFields\": {\n        \"Number Companies\": {\n            \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n            \"Value\": \"15\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options General\": {\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"Value\": \"hi\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"UseParentBilling\": true,\n    \"UseParentShipping\": false,\n    \"Credentials\": null,\n    \"Title\": null,\n    \"ProfessionalTitle\": null,\n    \"DirectoryGallery\": [],\n    \"Awards\": [],\n    \"VolunteerWorks\": [],\n    \"Education\": [],\n    \"CreatedDate\": \"2021-06-30T08:13:18-07:00\",\n    \"LastUpdatedDate\": \"2021-07-02T08:07:04.127-07:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/members/:member_guid","host":["{{url}}"],"path":["api","members",":member_guid"],"variable":[{"key":"member_guid","value":"c041cdf9-e5d3-4926-862f-67fc78b67797","description":"Unique ID of the member to update"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"227"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0B2XfYAAAAAA6DLpo+fGLSJnDyapoybEkREZXMzBFREdFMDUwNgAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Fri, 02 Jul 2021 19:12:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"This member was updated by Novi API: New All Data Key after you last request. We've stopped your save in order to avoid losing their changes. Please fetch member data again.\"\n    ]\n}"},{"id":"2baec01d-8e4b-4ef8-a651-c0bfe8841256","name":"400 - Invalid Data - Update Member","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n    \"ParentCustomerUniqueID\": null,\n    \"ParentMemberName\": null,\n    \"Name\": \"\",\n    \"FirstName\": null,\n    \"LastName\": null,\n    \"Suffix\": null,\n    \"Active\": true,\n    \"Email\": null,\n    \"Phone\": \"(345)345-3453\",\n    \"Mobile\": null,\n    \"Fax\": null,\n    \"Website\": \"invalid url\",\n    \"County\": null,\n    \"BillingAddress\": {\n        \"Address1\": \"1112 Test Ave\",\n        \"Address2\": null,\n        \"City\": \"Winter Garden\",\n        \"ZipCode\": \"34787\",\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"ShippingAddress\": {\n        \"Address1\": \"1112 Test Ave\",\n        \"Address2\": null,\n        \"City\": \"Winter Garden\",\n        \"ZipCode\": \"34787\",\n        \"StateProvince\": null,\n        \"Country\": null\n    },\n    \"PersonalEmail\": null,\n    \"PersonalPhone\": null,\n    \"PersonalMobile\": null,\n    \"PersonalAddress\": null,\n    \"Notes\": null,\n    \"FacebookUrl\": null,\n    \"LinkedInUrl\": null,\n    \"InstagramHandle\": null,\n    \"TwitterHandle\": null,\n    \"MemberProfile\": null,\n    \"JobTitle\": null,\n    \"Image\": \"\",\n    \"OriginalJoinDate\": \"2021-06-22T00:00:00\",\n    \"MemberSince\": \"2021-07-02T00:00:00\",\n    \"MembershipExpires\": \"2022-07-01T00:00:00\",\n    \"MemberStatus\": \"current\",\n    \"MemberSubStatus\": null,\n    \"HideOnWebsite\": false,\n    \"HideContactInformation\": false,\n    \"UnsubscribeFromEmails\": false,\n    \"Approved\": true,\n    \"AutoRenew\": true,\n    \"MemberType\": {\n        \"UniqueID\": \"6041344f-34a9-4c98-abe2-a767dddf04fd\",\n        \"Name\": \"Supplier\",\n        \"Description\": \"<p>The Supplier Member Type is for <strong>Companies</strong>.</p>\\r\\n<p>Membership auto-renewal is <strong>Calendar</strong>.</p>\\r\\n<p>Approval is<strong>&nbsp;Required</strong>.</p>\\r\\n<p>&nbsp;</p>\\r\\n<p><em>Dues Rules: Multiple, includes one Optional</em></p>\",\n        \"ForCompanies\": true\n    },\n    \"CustomerType\": \"Company\",\n    \"CustomFields\": {\n        \"Number Companies\": {\n            \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n            \"Value\": \"15\",\n            \"IsSumOfChildren\": false\n        },\n        \"Set of Options General\": {\n            \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n            \"Value\": \"not valid value\",\n            \"IsSumOfChildren\": false\n        }\n    },\n    \"UseParentBilling\": true,\n    \"UseParentShipping\": false,\n    \"Credentials\": null,\n    \"Title\": null,\n    \"ProfessionalTitle\": null,\n    \"DirectoryGallery\": [],\n    \"Awards\": [],\n    \"VolunteerWorks\": [],\n    \"Education\": [],\n    \"CreatedDate\": \"2021-06-30T08:13:18-07:00\",\n    \"LastUpdatedDate\": \"2021-07-03T08:07:04.127-07:00\",\n    \"PrimaryContactUniqueId\": null,\n    \"BillingContactUniqueId\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/members/:member_guid","host":["{{url}}"],"path":["api","members",":member_guid"],"variable":[{"key":"member_guid","value":"c041cdf9-e5d3-4926-862f-67fc78b67797","description":"Unique ID of the member to update"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"123"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0oGXfYAAAAADKUG0ma6pSRLOqvtwl9qutREZXMzBFREdFMDUwNwAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Fri, 02 Jul 2021 19:14:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"The Display Name field is required.\",\n        \"The Website is not a valid URL.\"\n    ]\n}"}],"_postman_id":"6f16b228-5b1e-482e-9abd-126c09f1d209"},{"name":"(Delete Members)","id":"832a3a58-5bf3-4638-a883-26a0b5eb281c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"description":"<p>There is no ability to hard delete member records from Novi AMS via the UI or the API. If you wish to delete a member, simply perform a PUT update and change the \"Active\" field to false.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"832a3a58-5bf3-4638-a883-26a0b5eb281c"}],"id":"e005ec6f-2e66-4ebc-8129-0f53f7a3e27d","description":"<h3 id=\"member-object\">Member Object</h3>\n<p>Member records can be linked to using this property as follows: <a href=\"https://example.org/admin/customers/customer-edit?uniqueID=81d61850-1730-4a21-8704-5cc37a223455\">https://example.org/admin/customers/customer-edit?uniqueID=81d61850-1730-4a21-8704-5cc37a223455</a></p>\n<p><strong>UniqueID</strong> - Read only<br />String<br /><em>Novi generated GUID for the member record.</em></p>\n<p><strong>InternalIdentifier - Read Only**<strong>Integer</strong></strong><em><strong>The internal identifier of the member record.</strong></em>_<em>**<strong>ParentCustomerUniqueID</strong> - Required__Guid/String___The unique ID of the parent member record for this member.</em></p>\n<p><strong>ParentMemberName</strong><br />String - Max 100 characters<br /><em>Name of the parent member record for this member.</em></p>\n<p><strong>Title</strong><br />String - Max 25 characters<br /><em>People only. Title or prefix of a person's name (ex: Mr., Mrs. etc).</em></p>\n<p><strong>Name</strong> - Required<br />String - Max 100 characters<br /><em>The name of the member record.</em></p>\n<p><strong>FirstName</strong> - Required for people<br />String - Max 100 characters<br /><em>First name of the person record.</em></p>\n<p><strong>MiddleName</strong> - Optional for people<br />String - Max 100 characters<br /><em>Middle name of the person record.</em></p>\n<p><strong>LastName</strong> - Required for people<br />String - Max 100 characters<br /><em>Last name of the person record.</em></p>\n<p><strong>Suffix</strong><br />String - Max 16 characters<br /><em>People only. Suffix for their name (ex: Jr., Md., Phd., etc).</em></p>\n<p><strong>Account Email</strong><br />String - Max 256 characters<br /><em>The Novi login email address of the member record.</em></p>\n<p><strong>Image</strong><br />String - Max 255 characters<br /><em>The URL where the member record's Headshot/Photo image is stored.</em></p>\n<p><strong>DuesPayerUniqueID</strong><br />Guid/String<br /><em>The unique ID of the member record's dues payer.</em></p>\n<p><strong>Approved</strong><br />Boolean<br /><em>If true, represents that the member record has been approved.</em></p>\n<p><strong>EffectiveMemberType</strong><br />Member Type Object<br /><em>Represents the member record's effective member type.</em></p>\n<p><strong>UseParentBilling</strong><br />Boolean<br /><em>Determines whether the member record's parent billing address should be used.</em></p>\n<p><strong>UseParentShipping</strong><br />Boolean<br /><em>Determines whether the member record's parent shipping address should be used.</em></p>\n<p><strong>DefaultDuesPayerOverride</strong><br />Integer<br /><em>Specifies the dues payer that should be used to override the default dues payer.</em></p>\n<p>The DefaultDuesPayerOverride value can be one of the following:</p>\n<p>Member Itself = 0,<br />Parent (if one exists) = 1,<br />Grandparent (if one exists, with Parent as Backup) = 2</p>\n<p><strong>Taxable</strong><br />Boolean<br /><em>If true, represents that the member record is taxable.</em></p>\n<p><strong>TaxExemptionReason</strong><br />Integer<br /><em>The tax exemption reason identifier associated with this member. Applicable if taxable is false.</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Reason</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Federal government</td>\n</tr>\n<tr>\n<td>2</td>\n<td>State government</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Local government</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Tribal government</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Charitable organization</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Religious organization</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Educational organization</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Hospital</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Resale</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Direct pay permit</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Multiple points of use</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Direct mail</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Agricultural production</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Industrial production / manufacturing</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Foreign diplomat</td>\n</tr>\n<tr>\n<td>99</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>IsInstructor</strong><br />Boolean<br /><em>If true, represents that the member record is a continuing education instructor.</em></p>\n<p><strong>Active</strong><br />Boolean<br /><em>Active indicator - inactive records are hidden by default in Novi and QuickBooks.</em></p>\n<p><strong>CustomerType</strong> - Required<br />String<br /><em>Must be either \"Company\" or \"Person\".</em></p>\n<p><strong>MemberType</strong><br />Member Type Object<br /><em>See Member Type endpoints for details. At minimum specify an object with UniqueID to change a member record's member type.</em></p>\n<p><strong>OriginalJoinDate</strong><br />Date<br /><em>Original date member joined the association. Records with member type only.</em></p>\n<p><strong>MemberSince</strong><br />Date<br /><em>Start date of member's current concurrent membership. Records with member type only. Must be before Membership Expires date, required if Membership Expires date is specified.</em></p>\n<p><strong>MembershipExpires</strong><br />Date<br /><em>Expiration date of member's current membership. Records with member type only. Must be after Member Since and Original Join Date. Required if Member Since is specified.</em></p>\n<p><strong>MemberStatus</strong> - Read Only<br />String<br /><em>The Novi calculated status of the current member record. See below for possible values.</em></p>\n<p><strong>MemberSubStatus</strong> - Read Only<br />String<br /><em>The Novi calculated sub status of the current member record. See below for possible values.</em></p>\n<p><strong>OpenDuesBalance</strong> - Read Only<br />Number<br /><em>The balance on open dues invoices created within Novi, for the member record only.</em></p>\n<p><strong>Email</strong><br />String - Max 100 characters<br /><em>Must be a valid email address.</em></p>\n<p><strong>Phone</strong><br />String - Max 25 characters<br /><em>Must be a valid phone number.</em></p>\n<p><strong>Mobile</strong><br />String - Max 21 characters<br /><em>Must be a valid phone number.</em></p>\n<p><strong>Fax</strong><br />String - Max 21 characters<br /><em>Must be a valid phone number.</em></p>\n<p><strong>Website</strong><br />String - Max 1000 characters<br /><em>Must be a valid URL.</em></p>\n<p><strong>AutoPay</strong><br />Boolean<br />If true, autopay will be turned on.</p>\n<p><strong>AutoRenew</strong><br />Boolean<br />If true, auto-renew will be turned on.</p>\n<p><strong>BillingAddress</strong><br />Address Object - See Below</p>\n<p><strong>ShippingAddress</strong><br />Address Object - See Below</p>\n<h5 id=\"address-object\">Address Object</h5>\n<hr />\n<p><strong>Address1</strong><br />String - Max 255 characters</p>\n<p><strong>Address2</strong><br />String - Max 255 characters</p>\n<p><strong>City</strong><br />String - Max 255 characters</p>\n<p><strong>Zip Code</strong><br />String - Max 30 characters</p>\n<p><strong>StateProvince</strong><br />String - Max 255 characters<br /><em>Can be abbreviation or full name</em>.</p>\n<p><strong>Country</strong><br />String - Max 255 characters<br /><em>Can be abbreviation or full name.</em></p>\n<h5 id=\"end-address-object\">End Address Object</h5>\n<hr />\n<p><strong>County</strong><br />String - Max 100 characters<br /><em>The county or parish of the member.</em></p>\n<p><strong>PersonalEmail</strong><br />String - Max 100 characters<br /><em>People only. Must be a valid email address.</em></p>\n<p><strong>PersonalPhone</strong><br />String - Max 25 characters<br /><em>People only. Must be a valid phone number.</em></p>\n<p><strong>PersonalMobile</strong><br />String - Max 21 characters<br /><em>People only. Must be a valid phone number.</em></p>\n<p><strong>PersonalAddress</strong><br />Address Object - See Above<br /><em>People only.</em></p>\n<p><strong>Notes</strong><br />String - Max 2000 characters<br /><em>Billing notes in QuickBooks.</em></p>\n<p><strong>FacebookUrl</strong><br />String - Max 255 characters<br /><em>Must be a valid URL.</em></p>\n<p><strong>LinkedInUrl</strong><br />String - Max 255 characters<br /><em>Must be a valid URL.</em></p>\n<p><strong>TwitterHandle</strong><br />String - Max 255 characters<br /><em>Handle only (not URL).</em></p>\n<p><strong>MemberProfile</strong><br />String - Max 2000 characters<br /><em>Profile that will be displayed in member directories for this member.</em></p>\n<p><strong>JobTitle</strong><br />String - Max 50 characters\\</p>\n<p><strong>HideOnWebsite</strong><br />Boolean<br /><em>If true, member record will be hidden from all directories and other member listings.</em></p>\n<p><strong>HideContactInformation</strong><br />Boolean<br /><em>If true, member record contact info will be hidden from all directories and other member listings.</em></p>\n<p><strong>UnsubscribeFromEmails</strong><br />Boolean<br /><em>If true, member will not be sync'd to mail service providers such as MailChimp and ConstantContact.</em></p>\n<p><strong>QuickBooksID</strong> - Read Only<br />Integer<br /><em>The ID from QuickBooks Online for the current member record. Utilize this if you wish to create your own transactions via the QuickBooks API.</em></p>\n<p><strong>PrimaryContactUniqueId</strong><br />Guid/String<br /><em>Companies only. The unique ID of the primary contact member record for this company.</em></p>\n<p><strong>BillingContactUniqueId</strong><br />Guid/String<br /><em>Companies only. The unique ID of the billing contact member record for this member.</em></p>\n<p><strong>CustomFields</strong><br />Object[Custom Field Object] - See Below<br /><em>This will be an JSON object where each sub object will indexed by custom field name and be a custom field object. See endpoint examples for more.</em></p>\n<h5 id=\"custom-field-objects\">Custom Field Objects</h5>\n<hr />\n<p><strong>CustomFieldUniqueID</strong><br />Guid/String<br /><em>Novi generated GUID for the custom field.</em></p>\n<p><strong>Value</strong><br />String/Date/Number/Boolean<br /><em>Type is determined by the type of the custom field itself as configured in the Novi AMS admin. Additional rules such as required fields, max lengths, max fields, or limited options will be enforced based on additional custom field configuration inside the Novi AMS admin. Fields are required based on \"Required on Backend\" setting.</em></p>\n<p><strong>IsSumOfChildren</strong><br />Boolean<br /><em>Number custom fields only. If true, the value will be a summation of the values of this field on all children records.</em></p>\n<h5 id=\"end-custom-field-object\">End Custom Field Object</h5>\n<hr />\n<p><strong>SpecifiedSystemFields</strong><br />Array[string]<br /><em>A list of non-custom fields.</em></p>\n<p><strong>Credentials</strong><br />String - Max 255 characters<br /><em>Description of any credentials this member carries.</em></p>\n<p><strong>DirectoryGallery</strong> - Read Only<br />Array[Directory Gallery Item Objects]<br /><em>Array of gallery item entries for the member including title &amp; image or video url.</em></p>\n<p><strong>Awards</strong> - Read Only<br />Array[Award Item Objects]<br /><em>Array of award item entries for the member including Name &amp; Year.</em></p>\n<p><strong>VolunteerWorks</strong> - Read Only<br />Array[String]<br /><em>Array of volunteer history for the member.</em></p>\n<p><strong>Education</strong> - Read Only<br />Array[Education/Degree Objects]<br /><em>Array of educational history for the member.</em></p>\n<p><strong>Groups</strong> - Read Only<br />Array[Group Objects]<br /><em>Array of groups this member record is a part of. See Groups endpoint for more.</em></p>\n<p><strong>CreatedDate</strong> - Read Only<br />Date<br /><em>Date member record was created.</em></p>\n<p><strong>LastUpdatedDate</strong> - Read Only<br />Date<br /><em>Date member record was last updated. For PUT requests, this must be specified for verifying save conflicts.</em></p>\n<h5 id=\"member-status-values\">Member Status Values</h5>\n<hr />\n<p><strong>non_member</strong><br />Member has no membership and does not inherit benefits.</p>\n<p><strong>prospect</strong><br />Member has a member type but has not yet received their membership. They may have an incomplete_signup member sub status.</p>\n<p><strong>pending</strong><br />Member has a membership but is not yet receiving benefits, the reason for which is given by the MemberSubStatus field.</p>\n<p><strong>current</strong><br />Member has an active membership.</p>\n<p><strong>grace_period</strong><br />Member's membership is set to expire soon, the length of the grace period is given by the member's member type.</p>\n<p><strong>expired</strong><br />Member's membership has expired.</p>\n<p><strong>inheriting</strong><br />Member does not have a membership of their own, instead they are inheriting benefits from another member.</p>\n<h5 id=\"member-sub-status-values\">Member Sub Status Values</h5>\n<hr />\n<p><strong>pending_approval</strong><br />Member's membership is pending admin approval.</p>\n<p><strong>pending_dependent_membership</strong><br />Member's membership depends on another member in their family tree and that member is not current.</p>\n<p><strong>incomplete_signup</strong><br />Member has not yet completed membership signup.</p>\n<hr />\n","event":[{"listen":"prerequest","script":{"id":"2ea44ece-d7f6-4d79-901d-104eb3bd1e69","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac6a28ab-ed00-4378-b498-6c32d0fe20ad","type":"text/javascript","exec":[""]}}],"_postman_id":"e005ec6f-2e66-4ebc-8129-0f53f7a3e27d","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Member Activities","item":[{"name":"Activity List","id":"b33445ef-f853-4cc8-a1bc-aebeb1dde2e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/activities?pageSize={{pageSize}}&offset={{offset}}&memberUniqueId={{memberUniqueId}}&activityType={{activityType}}&dateFrom={{dateFrom}}&dateTo={{dateTo}}","description":"<p>Returns a list of member activities matching the specified criteria.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","activities"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"memberUniqueId","value":"{{memberUniqueId}}"},{"description":{"content":"<p>Optional. Limits the list returned to a specific type of activity. (Note, Task, Meeting, Call, Email, CEU, and ParentChange)</p>\n","type":"text/plain"},"key":"activityType","value":"{{activityType}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"}],"variable":[]}},"response":[{"id":"a3d05c05-563b-4dc4-84e2-c7539267d040","name":"200 OK - Activity List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/activities?pageSize=5&offset={{offset}}&memberUniqueId={{memberUniqueId}}&activityType={{activityType}}&dateFrom={{dateFrom}}&dateTo={{dateTo}}","host":["{{url}}"],"path":["api","activities"],"query":[{"key":"pageSize","value":"5","description":"Optional. Default is 100, max is 1000."},{"key":"offset","value":"{{offset}}","description":"Optional. Default is 0."},{"key":"memberUniqueId","value":"{{memberUniqueId}}","description":"Optional."},{"key":"activityType","value":"{{activityType}}","description":"Optional. Limits the list returned to a specific type of activity."},{"key":"dateFrom","value":"{{dateFrom}}","description":"Optional."},{"key":"dateTo","value":"{{dateTo}}","description":"Optional."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0iq/AYAAAAAAmLGt4tFpWQpeCWE7z8roITUlBRURHRTIyMTMAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 12:09:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 2,\n    \"Results\": [\n        {\n            \"UniqueID\": \"fd9186a4-8369-48d5-bcca-00ec220925e9\",\n            \"MemberUniqueId\": \"7d20574e-cc30-4d0d-948a-3e2841a95916\",\n            \"MemberName\": \"Jefferson & Sons\",\n            \"ActivityType\": \"Call\",\n            \"Subject\": \"Call\",\n            \"Date\": \"2019-12-15T00:00:00\",\n            \"Notes\": \"<p>Gave Adam a call to thank him for his contribution to our fund.&nbsp;</p>\",\n            \"ContactMemberUniqueId\": \"1f2935cc-60d5-4fd7-82af-7eefe2726489\",\n            \"ContactMemberName\": \"Adam Johnson\",\n            \"AssignedToMemberUniqueId\": \"a13a56ea-5560-44e5-8642-c03245b87a46\",\n            \"AssignedToMemberName\": \"Mike Bryant\",\n            \"ContinuingEducationUnits\": null,\n            \"CreditsPossible\": null,\n            \"CEUTypes\": null,\n            \"TaskComplete\": false,\n            \"TaskCompletedDate\": null,\n            \"InstructorMemberUniqueIds\": []\n        },\n        {\n            \"UniqueID\": \"77b99f2f-9fe7-4c24-8c29-57b7ae53d2d5\",\n            \"MemberUniqueId\": \"c08a9fac-0aab-4126-9904-221b785ac8b8\",\n            \"MemberName\": \"David Smith\",\n            \"ActivityType\": \"Email\",\n            \"Subject\": \"Email\",\n            \"Date\": \"2020-03-01T00:00:00\",\n            \"Notes\": \"<p>new email to david</p>\",\n            \"ContactMemberUniqueId\": null,\n            \"ContactMemberName\": null,\n            \"AssignedToMemberUniqueId\": null,\n            \"AssignedToMemberName\": null,\n            \"ContinuingEducationUnits\": null,\n            \"CreditsPossible\": null,\n            \"CEUTypes\": null,\n            \"TaskComplete\": false,\n            \"TaskCompletedDate\": null,\n            \"InstructorMemberUniqueIds\": []\n        }\n    ]\n}"}],"_postman_id":"b33445ef-f853-4cc8-a1bc-aebeb1dde2e2"},{"name":"Activity Type List","id":"57f872e3-9850-466d-92b2-2172a45a6e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/custom-activity-types?pageSize={{pageSize}}&offset={{offset}}","description":"<p>Returns a list of activity types matching the specified criteria.</p>\n<h3 id=\"activity-type-object\">Activity Type Object</h3>\n<p><strong>UniqueID</strong><br />String<br /><em>Novi generated GUID for the activity type.</em></p>\n<p><strong>Name</strong><br />String - Max 100 characters<br />The name of activity type record.</p>\n<p><strong>Slug</strong><br />String - Max 100 characters<br /><em>The slug of the activity type record. It should be used when creating activities.</em></p>\n<p><strong>Icon</strong><br />String - Max 50 characters<br />The icon used for activity type.</p>\n<p><strong>Active</strong><br />Boolean<br />Specifies if activity type is active in the system.</p>\n<p><strong>Task</strong><br />Boolean<br />Specifies if activity type is task.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","custom-activity-types"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[{"id":"8d950436-e872-432a-bc22-dbf3c7aee089","name":"200 OK - Activity Type List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/custom-activity-types?pageSize=5&offset={{offset}}","host":["{{url}}"],"path":["api","custom-activity-types"],"query":[{"key":"pageSize","value":"5","description":"Optional. Default is 100, max is 1000."},{"key":"offset","value":"{{offset}}","description":"Optional. Default is 0."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0iq/AYAAAAAAmLGt4tFpWQpeCWE7z8roITUlBRURHRTIyMTMAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 12:09:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 10,\n    \"Results\": [\n        {\n            \"UniqueID\": \"a13cff89-3217-4531-9569-6f786d84a688\",\n            \"Name\": \"Call\",\n            \"Slug\": \"Call\",\n            \"Icon\": \"hi hi-phone\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": false\n        },\n        {\n            \"UniqueID\": \"37ff3019-008c-4cf6-8235-77609d1ade08\",\n            \"Name\": \"Credit\",\n            \"Slug\": \"Credit\",\n            \"Icon\": \"fas fa-graduation-cap\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": false\n        },\n        {\n            \"UniqueID\": \"7128ac09-4a17-4482-87d1-1450498c97b7\",\n            \"Name\": \"Email\",\n            \"Slug\": \"Email\",\n            \"Icon\": \"fas fa-envelope\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": false\n        },\n        {\n            \"UniqueID\": \"5e9fbaef-4801-4520-a431-2d4f71f340ed\",\n            \"Name\": \"Meeting\",\n            \"Slug\": \"Meeting\",\n            \"Icon\": \"fas fa-user-friends\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": false\n        },\n        {\n            \"UniqueID\": \"b27aafe9-b10c-4fe8-9098-c1c267d3ed40\",\n            \"Name\": \"Member Record Merge\",\n            \"Slug\": \"Member Record Merge\",\n            \"Icon\": \"fas fa-merge\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": false\n        },\n        {\n            \"UniqueID\": \"a7374657-edee-4d10-9d5a-a7cb8f80ca5a\",\n            \"Name\": \"Note\",\n            \"Slug\": \"Note\",\n            \"Icon\": \"fas fa-sticky-note\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": false\n        },\n        {\n            \"UniqueID\": \"ce796c5e-d286-4d07-b991-1e9f50dcd85f\",\n            \"Name\": \"NPS Survey\",\n            \"Slug\": \"NPS Survey\",\n            \"Icon\": \"fas fa-chart-simple\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": false\n        },\n        {\n            \"UniqueID\": \"db4304bb-6e7e-4473-93a9-f8381dc1b3b9\",\n            \"Name\": \"NPS Survey Follow Up\",\n            \"Slug\": \"NPSSurveyFollowUp\",\n            \"Icon\": \"fas fa-chart-simple\",\n            \"Active\": true,\n            \"SystemType\": false,\n            \"Task\": true\n        },\n        {\n            \"UniqueID\": \"83cd993b-7ff3-4c35-bb5f-646ba3f1d524\",\n            \"Name\": \"Parent Change\",\n            \"Slug\": \"Parent Change\",\n            \"Icon\": \"fas fa-shuffle\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": false\n        },\n        {\n            \"UniqueID\": \"4459d375-2132-4a7b-9c1c-ab1a0fca6f65\",\n            \"Name\": \"Task\",\n            \"Slug\": \"Task\",\n            \"Icon\": \"fas fa-tasks\",\n            \"Active\": true,\n            \"SystemType\": true,\n            \"Task\": true\n        }\n    ]\n}"}],"_postman_id":"57f872e3-9850-466d-92b2-2172a45a6e75"},{"name":"Activity Detail","id":"922a77f7-2da6-45b1-9789-236deb915cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/activities/:activityUniqueId","description":"<p>Returns the detail of a single member activity using the unique id.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","activities",":activityUniqueId"],"host":["{{url}}"],"query":[],"variable":[{"id":"ea0b169d-0f03-493a-89e0-b41493cbf398","type":"any","value":"{{activityUniqueId}}","key":"activityUniqueId"}]}},"response":[{"id":"7a5db4e6-29f8-4ea3-811d-6c279ef476b0","name":"200 OK - Activity Detail","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/activities/fd9186a4-8369-48d5-bcca-00ec220925e9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=b356c41c3cadd6ee59173739494ad411ffc6d72aa055ee7aee55a5402955e538;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b356c41c3cadd6ee59173739494ad411ffc6d72aa055ee7aee55a5402955e538;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0Aa/AYAAAAADza4MkxRE0TJlDCHJqBUMfTUlBRURHRTIyMTQAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 12:07:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"fd9186a4-8369-48d5-bcca-00ec220925e9\",\n    \"MemberUniqueId\": \"7d20574e-cc30-4d0d-948a-3e2841a95916\",\n    \"MemberName\": \"Jefferson & Sons\",\n    \"ActivityType\": \"Call\",\n    \"Subject\": \"Call\",\n    \"Date\": \"2019-12-15T00:00:00\",\n    \"Notes\": \"<p>Gave Adam a call to thank him for his contribution to our fund.&nbsp;</p>\",\n    \"ContactMemberUniqueId\": \"1f2935cc-60d5-4fd7-82af-7eefe2726489\",\n    \"ContactMemberName\": \"Adam Johnson\",\n    \"AssignedToMemberUniqueId\": \"a13a56ea-5560-44e5-8642-c03245b87a46\",\n    \"AssignedToMemberName\": \"Mike Bryant\",\n    \"ContinuingEducationUnits\": null,\n    \"CreditsPossible\": null,\n    \"CEUTypes\": null,\n    \"TaskComplete\": false,\n    \"TaskCompletedDate\": null,\n    \"InstructorMemberUniqueIds\": []\n}"}],"_postman_id":"922a77f7-2da6-45b1-9789-236deb915cc1"},{"name":"Create Activity","id":"503a8ce3-8141-4d1b-8f04-0a9a8fdd0cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"MemberUniqueId\": \"0a278824-61d8-4343-ab34-51019cacab9b\",\n    \"ActivityType\": \"Task\",\n    \"Subject\": \"Musical Notes\",\n    \"Date\": \"2021-06-9T00:00:00\",\n    \"EndDate\": null,\n    \"Notes\": \"C, C#, Bflat\",\n    \"ContactMemberUniqueId\": null,\n    \"AssignedToMemberUniqueId\": \"05cad53f-3e50-4cad-913a-6d997bf970e5\",\n    \"ContinuingEducationUnits\": null,\n    \"CreditsPossible\": null,\n    \"CEUTypes\": null,\n    \"TaskComplete\": false,\n    \"TaskCompletedDate\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/activities","description":"<p>Create a new activity entry for a member record to show on their timeline. </p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single activity object. (See \"Member Activities\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>201 Created</strong><br />If your POST passes all validation you'll receive a 201 response code along with a copy of the newly created object and it's assigned unique ID.  </p>\n<p>Location Header - The response will also contain this header which will give you the PUT location for the new activity for any further updates.</p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","activities"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5c92a3fc-d622-4ed1-8d3a-7b3fbf5cf0bd","name":"201 - Create CEU Activity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"MemberUniqueId\": \"05cad53f-3e50-4cad-913a-6d997bf970e5\",\n    \"ActivityType\": \"CEU\",\n    \"Subject\": \"Musical CEUs\",\n    \"Date\": \"2023-12-29\",\n    \"Notes\": \"C, C#, Bflat\",\n    \"ContactMemberUniqueId\": null,\n    \"AssignedToMemberUniqueId\": null,\n    \"ContinuingEducationUnits\": 1.50,\n    \"CreditsPossible\": 2.00,\n    \"CEUTypes\": [\n        \"6b3e2cb1-ee6c-4744-8918-cf5c6670ad97\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/activities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"410"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Location","value":"https://app-novi-test-east-001.azurewebsites.net/api/activities/d8fae47c-df24-4bcc-ba3b-2f9a53fa9b53"},{"key":"Set-Cookie","value":"ARRAffinity=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0PSLBYAAAAAAj7gZPVGpwTbP8XOu+CM2KTUlBRURHRTIyMDgAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 20:19:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 2,\n    \"Results\": [\n        {\n            \"UniqueID\": \"aecccfcd-56e2-4236-a497-32d815accce7\",\n            \"MemberUniqueId\": \"1bc4671f-4c4d-400c-9bdf-9707fcd73d8a\",\n            \"MemberName\": \"22 three person\",\n            \"ActivityType\": \"CEU\",\n            \"Subject\": \"CEU sssssss\",\n            \"Date\": \"2023-01-05T10:22:13\",\n            \"Notes\": null,\n            \"ContactMemberUniqueId\": null,\n            \"ContactMemberName\": null,\n            \"AssignedToMemberUniqueId\": null,\n            \"AssignedToMemberName\": null,\n            \"ContinuingEducationUnits\": null,\n            \"CreditsPossible\": null,\n            \"CEUTypes\": null,\n            \"TaskComplete\": false,\n            \"TaskCompletedDate\": null,\n            \"InstructorMemberUniqueIds\": []\n        },\n        {\n            \"UniqueID\": \"32049036-ed7e-4250-aa99-459bbe4b083a\",\n            \"MemberUniqueId\": \"1bc4671f-4c4d-400c-9bdf-9707fcd73d8a\",\n            \"MemberName\": \"22 three person\",\n            \"ActivityType\": \"CEU\",\n            \"Subject\": \"CEU sssssss\",\n            \"Date\": \"2023-01-05T10:22:13\",\n            \"Notes\": null,\n            \"ContactMemberUniqueId\": null,\n            \"ContactMemberName\": null,\n            \"AssignedToMemberUniqueId\": null,\n            \"AssignedToMemberName\": null,\n            \"ContinuingEducationUnits\": null,\n            \"CreditsPossible\": null,\n            \"CEUTypes\": null,\n            \"TaskComplete\": false,\n            \"TaskCompletedDate\": null,\n            \"InstructorMemberUniqueIds\": []\n        }\n    ]\n}"},{"id":"002c6ef3-f87c-47ab-a860-f01510b4ba75","name":"201 - Create Note Activity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"MemberUniqueId\": \"05cad53f-3e50-4cad-913a-6d997bf970e5\",\n    \"ActivityType\": \"Note\",\n    \"Subject\": \"Musical Notes\",\n    \"Date\": \"2021-06-1T00:00:00\",\n    \"EndDate\": null,\n    \"Notes\": \"C, C#, Bflat\",\n    \"ContactMemberUniqueId\": \"\",\n    \"AssignedToMemberUniqueId\": null,\n    \"ContinuingEducationUnits\": null,\n    \"CreditsPossible\": null,\n    \"CEUTypes\": [],\n    \"TaskComplete\": false,\n    \"TaskCompletedDate\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/activities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"377"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Location","value":"https://app-novi-test-east-001.azurewebsites.net/api/activities/9c405b9c-18e1-4ed9-8d4b-1b3db900d07b"},{"key":"Set-Cookie","value":"ARRAffinity=b356c41c3cadd6ee59173739494ad411ffc6d72aa055ee7aee55a5402955e538;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b356c41c3cadd6ee59173739494ad411ffc6d72aa055ee7aee55a5402955e538;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"00iLBYAAAAACJ+K8jPAejTYzVHNHaqLlhTUlBRURHRTIyMTAAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 20:21:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 2,\n    \"Results\": [\n        {\n            \"UniqueID\": \"aecccfcd-56e2-4236-a497-32d815accce7\",\n            \"MemberUniqueId\": \"1bc4671f-4c4d-400c-9bdf-9707fcd73d8a\",\n            \"MemberName\": \"22 three person\",\n            \"ActivityType\": \"CEU\",\n            \"Subject\": \"CEU sssssss\",\n            \"Date\": \"2023-01-05T10:22:13\",\n            \"Notes\": null,\n            \"ContactMemberUniqueId\": null,\n            \"ContactMemberName\": null,\n            \"AssignedToMemberUniqueId\": null,\n            \"AssignedToMemberName\": null,\n            \"ContinuingEducationUnits\": null,\n            \"CreditsPossible\": null,\n            \"CEUTypes\": null,\n            \"TaskComplete\": false,\n            \"TaskCompletedDate\": null,\n            \"InstructorMemberUniqueIds\": []\n        },\n        {\n            \"UniqueID\": \"32049036-ed7e-4250-aa99-459bbe4b083a\",\n            \"MemberUniqueId\": \"1bc4671f-4c4d-400c-9bdf-9707fcd73d8a\",\n            \"MemberName\": \"22 three person\",\n            \"ActivityType\": \"CEU\",\n            \"Subject\": \"CEU sssssss\",\n            \"Date\": \"2023-01-05T10:22:13\",\n            \"Notes\": null,\n            \"ContactMemberUniqueId\": null,\n            \"ContactMemberName\": null,\n            \"AssignedToMemberUniqueId\": null,\n            \"AssignedToMemberName\": null,\n            \"ContinuingEducationUnits\": null,\n            \"CreditsPossible\": null,\n            \"CEUTypes\": null,\n            \"TaskComplete\": false,\n            \"TaskCompletedDate\": null,\n            \"InstructorMemberUniqueIds\": []\n        }\n    ]\n}"},{"id":"09204a5c-128a-4495-ba1a-e8e394ff6f3c","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"MemberUniqueId\": \"05cad53f-3e50-4cad-913a-6d997bf970e5\",\n    \"ActivityType\": \"Notes\",\n    \"Subject\": \"Musical Notes\",\n    \"Date\": \"2021-06-1T00:00:00\",\n    \"EndDate\": null,\n    \"Notes\": \"C, C#, Bflat\",\n    \"ContactMemberUniqueId\": \"\",\n    \"AssignedToMemberUniqueId\": null,\n    \"ContinuingEducationUnits\": null,\n    \"CreditsPossible\": null,\n    \"CEUTypes\": [],\n    \"TaskComplete\": false,\n    \"TaskCompletedDate\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/activities"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"74"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0WCPBYAAAAABGoU2X1wz+TJbSVknW450yTUlBRURHRTIyMTUAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 20:23:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"Invalid ActivityType\"\n    ]\n}"}],"_postman_id":"503a8ce3-8141-4d1b-8f04-0a9a8fdd0cd8"},{"name":"Update Activity","id":"41155ea1-10db-48f3-86e2-17074a0a6b89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"e5b17e81-53c1-4914-9f8a-c99a63b37e3b\",\n    \"MemberUniqueId\": \"0a278824-61d8-4343-ab34-51019cacab9b\",\n    \"ActivityType\": \"Task\",\n    \"Subject\": \"Musical Notes Updated\",\n    \"Date\": \"2021-06-09T00:00:00\",\n    \"Notes\": \"C, C#, Bflat, F#\",\n    \"ContactMemberUniqueId\": null,\n    \"AssignedToMemberUniqueId\": \"05cad53f-3e50-4cad-913a-6d997bf970e5\",\n    \"ContinuingEducationUnits\": null,\n    \"CEUTypes\": null,\n    \"TaskComplete\": false,\n    \"TaskCompletedDate\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/activities/:activityUniqueId","description":"<p>Full update a specific existing activity record. You can update activities whether they were created via the API or via the admin interface.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a fully formed single activity object including it's unique id. (See \"Member Activities\" section above for details on field specifications and requirements.)</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","activities",":activityUniqueId"],"host":["{{url}}"],"query":[],"variable":[{"id":"b61dde4a-08d4-4f4e-b394-c2ca161baa28","type":"any","value":"","key":"activityUniqueId"}]}},"response":[{"id":"9d3d966c-021a-43b2-a0b0-6c6a42e2e2b4","name":"200 OK - Update Activity","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"UniqueID\": \"e5b17e81-53c1-4914-9f8a-c99a63b37e3b\",\n    \"MemberUniqueId\": \"0a278824-61d8-4343-ab34-51019cacab9b\",\n    \"ActivityType\": \"Task\",\n    \"Subject\": \"Musical Notes Updated\",\n    \"Date\": \"2021-06-09T00:00:00\",\n    \"Notes\": \"C, C#, Bflat, F#\",\n    \"ContactMemberUniqueId\": null,\n    \"AssignedToMemberUniqueId\": \"05cad53f-3e50-4cad-913a-6d997bf970e5\",\n    \"ContinuingEducationUnits\": null,\n    \"CEUTypes\": null,\n    \"TaskComplete\": false,\n    \"TaskCompletedDate\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/activities/e5b17e81-53c1-4914-9f8a-c99a63b37e3b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0PCvBYAAAAACG2pPGQ9wmSKgE1Iqv5fQyTUlBRURHRTIyMjAAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 20:57:32 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"de1fd9ea-beaa-4fcc-8612-29f760e48640\",\n    \"MemberUniqueId\": \"8488441f-a8d4-4ebb-bcc9-cb5ae138ea26\",\n    \"MemberName\": \"Melisa ABCDEFG\",\n    \"ActivityType\": \"Note\",\n    \"Subject\": \"Note\",\n    \"Date\": \"2023-03-22T00:00:00\",\n    \"Notes\": \"<p>I met with this member and they said they were going to pay next week.</p>\",\n    \"ContactMemberUniqueId\": null,\n    \"ContactMemberName\": null,\n    \"AssignedToMemberUniqueId\": \"3bca5c70-532e-4fba-a840-62dbbdb19dc2\",\n    \"AssignedToMemberName\": \"Melisa Smith\",\n    \"ContinuingEducationUnits\": null,\n    \"CreditsPossible\": null,\n    \"CEUTypes\": null,\n    \"TaskComplete\": false,\n    \"TaskCompletedDate\": null,\n    \"InstructorMemberUniqueIds\": []\n}"}],"_postman_id":"41155ea1-10db-48f3-86e2-17074a0a6b89"},{"name":"Delete Activity","id":"d9e65b64-6b64-4c48-bd14-f45291ce8eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/activities/:activityUniqueId","description":"<p>Deletes the specified activity. You can delete activities whether they were created via the API or via the admin interface.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","activities",":activityUniqueId"],"host":["{{url}}"],"query":[],"variable":[{"id":"48f73dc3-6932-4b06-811e-38daeae3f2fc","type":"any","value":"","key":"activityUniqueId"}]}},"response":[{"id":"6259d3fd-4206-41c2-bae9-956e486e6934","name":"200 OK - Activity Deleted","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/api/activities/e858080c-2f56-471b-857f-6c871e5ebd07"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=420548bd972aceb7c31f54a00b01726f8ba3113bc88f6c9aa6b138a1451f5af1;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0dbnAYAAAAACUoD58ip6yT6IVQY5g5HkyTUlBRURHRTIyMTAAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 12:52:05 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null},{"id":"0717821b-e5df-49c3-8e27-de1797e830b0","name":"404 - Activity Not Found","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/api/activities/1030b765-8650-4ba1-853d-a56861949ea1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"44"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=b356c41c3cadd6ee59173739494ad411ffc6d72aa055ee7aee55a5402955e538;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b356c41c3cadd6ee59173739494ad411ffc6d72aa055ee7aee55a5402955e538;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0v7jAYAAAAACYZFeULWxWRZCjjulK4OHeTUlBRURHRTIyMDYAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Wed, 09 Jun 2021 12:49:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Activity not found.\",\n    \"links\": {}\n}"}],"_postman_id":"d9e65b64-6b64-4c48-bd14-f45291ce8eff"}],"id":"570bf565-3b44-4511-8817-4e3638f076ef","description":"<p>Within Novi, each member record has a timeline of activities that documents their participation and engagement with the association. Some of these activities are system generated (such as renewing membership, or attending an event), while others can be added as manual activities by association staff. These manual activities are great for keeping notes, documenting phone calls, or scheduling tasks to follow up with a member.</p>\n<p>The Novi API allows you to interact with those manual activities from your application. You can view them, create them, update them, &amp; delete them. Any activities added this way will show up on the member timeline in Novi.</p>\n<h3 id=\"activity-object\">Activity Object</h3>\n<p><strong>UniqueID</strong> - Read only<br />String<br /><em>Novi generated GUID for the activity.</em></p>\n<p><strong>MemberUniqueID</strong> - Required<br />String<br /><em>The unique ID of the member record tied to this activity.</em></p>\n<p><strong>MemberName</strong> - Read-only<br />String - Max 100 characters<br /><em>The name of the member record.</em></p>\n<p><strong>ActivityType</strong> - Required<br />String<br /><em>Valid options: Use Slug property from Activity Type List endpoint</em></p>\n<p><strong>Subject</strong> - Required.<br />String - Max 200 characters<br /><em>Subject or title value for the activity. Shown in timeline item headers.</em></p>\n<p><strong>Date</strong> - Required.<br />DateTime - Supports valid JSON Formats<br /><em>The date (association time zone) on the timeline in which this activity will show - most often it's the actual date the activity occurred. In the case of tasks - this is the task due date.</em></p>\n<p><strong>Notes</strong><br />String - No max<br /><em>Supports basic HTML. Detailed text information about the activity.</em></p>\n<p><strong>ContactMemberUniqueID</strong><br />String<br /><em>If the primary MemberUniqueID is from a company record, then this field can represent a staff member of the company who is the contact person for the activity. Must be a person record.</em></p>\n<p><strong>ContactMemberName</strong><br />String - Max 100 characters<br /><em>The contact's name. See ContactMemberUniqueId for a description of who the contact is.</em></p>\n<p><strong>ContinuingEducationUnits</strong><br />Decimal<br /><em>Activity Type = \"CEU\" or \"Credit\" only. The number of creditss assigned to the member for participating in this activity.</em></p>\n<p><strong>CreditsPossible</strong><br />Decimal<br /><em>Activity Type = \"CEU\" only. The number of credits assigned to the member for participating in this activity. Must be greater than or equal to</em> ContinuingEducationUnits.</p>\n<p><strong>CEUTypes</strong><br />Array[String]<br /><em>Activity Type = \"CEU\" or \"Credit\" only. An array of unique IDs of the CEU Types for this activity. (See CEU Type endpoint)</em></p>\n<p><strong>AssignedToMemberUniqueID</strong><br />String<br /><em>Activity Type = \"Task\" only. The unique id of an association staff member assigned to this activity.</em></p>\n<p><strong>AssignedToMemberName</strong><br />String - Max 100 characters_<br />Activity Type = \"Task\" only. The name of an association staff member assigned to this activity._</p>\n<p><strong>TaskComplete</strong><br />Boolean<br /><em>Activity Type = \"Task\" only. Indicates whether the task has been completed or not.</em></p>\n<p><strong>TaskCompleteDate</strong><br />DateTime - Supports valid JSON Formats<br /><em>Activity Type = \"Task\" only. The date on which the task was completed. If not specified, Novi will automatically set it to today's date when a task is completed.</em></p>\n<p><strong>IntructorMemberUniqueIds</strong><br />Array[String]<br /><em>Activity Type = \"CEU\" only. An array of unique Member IDs. If the member is not already an instructor, this will auto flag them as one.</em></p>\n","_postman_id":"570bf565-3b44-4511-8817-4e3638f076ef","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Groups","item":[{"name":"Group List","id":"44c69909-b17b-4f43-8b58-e67405617e7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/groups?pageSize=10&offset=10&categoryIDs={{categoryIds}}","description":"<p>Retrieve a paged list of Group objects and their detail level information.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","groups"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"10"},{"description":{"content":"<p>Optional. Default is null. Search on group category id. Multiple ids can be provided as comma separated values.</p>\n","type":"text/plain"},"key":"categoryIDs","value":"{{categoryIds}}"}],"variable":[]}},"response":[{"id":"95f071c1-5689-42a9-a608-10631823dedc","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/groups?pageSize=10&offset=10","host":["{{url}}"],"path":["api","groups"],"query":[{"key":"pageSize","value":"10","description":"Optional. Default is 100, max is 1,000."},{"key":"offset","value":"10","description":"Optional. Default is 0."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:46:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 107,\n    \"Results\": [\n        {\n            \"UniqueID\": \"b29a2736-f4d4-4551-9d05-46224802bfff\",\n            \"Name\": \"Bulk Update Expiration Date\",\n            \"PrimaryMemberCount\": 628,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 628,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"5cd5c869-498a-4b96-9ba4-77065b4012cd\"\n            ]\n        },\n        {\n            \"UniqueID\": \"93a3a6e3-0888-4e9d-9b0b-5697dd4f9b71\",\n            \"Name\": \"Combo Products\",\n            \"PrimaryMemberCount\": 16,\n            \"BeneficiaryMemberCount\": 8,\n            \"TotalMemberCount\": 24,\n            \"SyncToMailChimp\": true,\n            \"SyncToConstantContact\": true,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": []\n        },\n        {\n            \"UniqueID\": \"c5f847a0-d08e-49f8-8c9e-64710a4224cd\",\n            \"Name\": \"Committee End Date\",\n            \"PrimaryMemberCount\": 0,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 0,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"46eea762-2b73-42f3-9be9-5bd82ceff1cb\",\n                \"9cf67d17-7a9b-41ec-893b-0e8f6370377e\"\n            ]\n        },\n        {\n            \"UniqueID\": \"7c3b0b7c-bc51-4dff-915c-0fcd5dd5e1a8\",\n            \"Name\": \"Contains One\",\n            \"PrimaryMemberCount\": 1,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 1,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": []\n        },\n        {\n            \"UniqueID\": \"d32a8a42-6ff8-4868-a7cd-7cfc6f51adcc\",\n            \"Name\": \"Crazy Group\",\n            \"PrimaryMemberCount\": 1,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 1,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": true,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": []\n        },\n        {\n            \"UniqueID\": \"c6c7003f-287b-43c4-a0c6-49ebb409104c\",\n            \"Name\": \"Current Members with Zero Dues Balance\",\n            \"PrimaryMemberCount\": 77,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 77,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": []\n        },\n        {\n            \"UniqueID\": \"5bf7d9d4-493a-4999-8f01-d8486d8d0989\",\n            \"Name\": \"Current Supplier Members + Beneficiaries\",\n            \"PrimaryMemberCount\": 30,\n            \"BeneficiaryMemberCount\": 51,\n            \"TotalMemberCount\": 81,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": []\n        },\n        {\n            \"UniqueID\": \"cc761b38-eb63-4619-889c-95638516848f\",\n            \"Name\": \"Current Supplier Members + Staff\",\n            \"PrimaryMemberCount\": 30,\n            \"BeneficiaryMemberCount\": 60,\n            \"TotalMemberCount\": 90,\n            \"SyncToMailChimp\": true,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": []\n        },\n        {\n            \"UniqueID\": \"8e4c5818-a285-479a-b3de-3610c3d8e193\",\n            \"Name\": \"Current Suppliers\",\n            \"PrimaryMemberCount\": 30,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 30,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": true,\n            \"Categories\": []\n        },\n        {\n            \"UniqueID\": \"527429bf-5bab-46cf-ac76-5bd523a7e135\",\n            \"Name\": \"Custom Field Group\",\n            \"PrimaryMemberCount\": 130,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 130,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": true,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": []\n        }\n    ]\n}"},{"id":"a88817d8-ba2d-4807-82d3-63d4cabbf451","name":"200 OK - All Query Parameters","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/groups?pageSize=100&offset=0&categoryIDs=0c6b7c3f-328d-43da-845b-3ce444d70779,c8816284-d387-4169-a91a-61359a1e3838,9d416ff7-3827-4b4c-8018-891f7775f0b7","host":["{{url}}"],"path":["api","groups"],"query":[{"key":"pageSize","value":"100","description":"Optional. Default is 100, max is 1,000."},{"key":"offset","value":"0","description":"Optional. Default is 0."},{"key":"categoryIDs","value":"0c6b7c3f-328d-43da-845b-3ce444d70779,c8816284-d387-4169-a91a-61359a1e3838,9d416ff7-3827-4b4c-8018-891f7775f0b7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 19:44:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T194414Z-1795856ccd4p2t7fuf452n9b9s0000000hmg00000000bnpx"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 16,\n    \"Results\": [\n        {\n            \"UniqueID\": \"75657945-01fe-41d8-9e15-aeb987659e94\",\n            \"Name\": \"_A_GroupBySinceDate\",\n            \"PrimaryMemberCount\": 1899,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 1899,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"0c6b7c3f-328d-43da-845b-3ce444d70779\",\n                \"192f1d11-ec39-4a82-9e7d-925f4b832277\",\n                \"c8816284-d387-4169-a91a-61359a1e3838\",\n                \"9d416ff7-3827-4b4c-8018-891f7775f0b7\"\n            ]\n        },\n        {\n            \"UniqueID\": \"473d80a5-dbd7-43a4-bcf1-ae2f60620c8e\",\n            \"Name\": \"1/4 Page Directory Ad Purchases - COPY\",\n            \"PrimaryMemberCount\": 0,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 0,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"0c6b7c3f-328d-43da-845b-3ce444d70779\"\n            ]\n        },\n        {\n            \"UniqueID\": \"0221cb90-34a8-4b4c-bb0c-d3ddadafd83c\",\n            \"Name\": \"Add Group\",\n            \"PrimaryMemberCount\": 6271,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 6271,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"c8816284-d387-4169-a91a-61359a1e3838\"\n            ]\n        },\n        {\n            \"UniqueID\": \"edd3abe2-0ff9-4a58-8991-c168ba454347\",\n            \"Name\": \"AMS-13805 Group\",\n            \"PrimaryMemberCount\": 0,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 0,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"0c6b7c3f-328d-43da-845b-3ce444d70779\",\n                \"192f1d11-ec39-4a82-9e7d-925f4b832277\",\n                \"c8816284-d387-4169-a91a-61359a1e3838\"\n            ]\n        },\n        {\n            \"UniqueID\": \"bea0d2d1-bba7-4574-9793-01a8e42cc37a\",\n            \"Name\": \"AMS-15786 Group\",\n            \"PrimaryMemberCount\": 2,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 2,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"9d416ff7-3827-4b4c-8018-891f7775f0b7\"\n            ]\n        },\n        {\n            \"UniqueID\": \"ff17ba01-12c9-4d4e-bb8f-54fa6ac4ed15\",\n            \"Name\": \"Attended groups\",\n            \"PrimaryMemberCount\": 5,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 5,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"0c6b7c3f-328d-43da-845b-3ce444d70779\",\n                \"192f1d11-ec39-4a82-9e7d-925f4b832277\"\n            ]\n        },\n        {\n            \"UniqueID\": \"4a0a9cd0-9793-415e-ae2f-03e63d15b3e8\",\n            \"Name\": \"Doctors\",\n            \"PrimaryMemberCount\": 125,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 125,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"c8816284-d387-4169-a91a-61359a1e3838\"\n            ]\n        },\n        {\n            \"UniqueID\": \"30b0f804-801e-47ce-821c-69fc445fc5c5\",\n            \"Name\": \"Doctors (not DVM)\",\n            \"PrimaryMemberCount\": 111,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 111,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"c8816284-d387-4169-a91a-61359a1e3838\"\n            ]\n        },\n        {\n            \"UniqueID\": \"49cf299b-c638-4af9-9e41-70f64f09db07\",\n            \"Name\": \"Doctors of Veterinary Medicine (DVM)\",\n            \"PrimaryMemberCount\": 112,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 112,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"c8816284-d387-4169-a91a-61359a1e3838\"\n            ]\n        },\n        {\n            \"UniqueID\": \"c0111388-9075-41a9-aba3-fc97d978fccd\",\n            \"Name\": \"Escape\",\n            \"PrimaryMemberCount\": 18,\n            \"BeneficiaryMemberCount\": 35,\n            \"TotalMemberCount\": 53,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"9d416ff7-3827-4b4c-8018-891f7775f0b7\"\n            ]\n        },\n        {\n            \"UniqueID\": \"4391fec3-96e2-444f-a8c1-91975c36bf98\",\n            \"Name\": \"Purchase - Melisa Product\",\n            \"PrimaryMemberCount\": 5,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 5,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"0c6b7c3f-328d-43da-845b-3ce444d70779\"\n            ]\n        },\n        {\n            \"UniqueID\": \"cb57e3f6-2c3b-4a19-9877-80e66c5c5226\",\n            \"Name\": \"State Test (State Province)\",\n            \"PrimaryMemberCount\": 139,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 139,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"c8816284-d387-4169-a91a-61359a1e3838\"\n            ]\n        },\n        {\n            \"UniqueID\": \"634dd3a5-8232-438c-a7df-aee79fd08995\",\n            \"Name\": \"Super Cool Committee\",\n            \"PrimaryMemberCount\": 33,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 33,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"9d416ff7-3827-4b4c-8018-891f7775f0b7\"\n            ]\n        },\n        {\n            \"UniqueID\": \"1f46a9c2-d2c9-40b8-a296-8c984ada1cb3\",\n            \"Name\": \"Test G\",\n            \"PrimaryMemberCount\": 6271,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 6271,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"e3d7db82-a261-482d-946a-439778725836\",\n                \"0c6b7c3f-328d-43da-845b-3ce444d70779\",\n                \"192f1d11-ec39-4a82-9e7d-925f4b832277\",\n                \"c8816284-d387-4169-a91a-61359a1e3838\"\n            ]\n        },\n        {\n            \"UniqueID\": \"1bc01e66-5cf0-4746-9b7b-4c9b140c8e2f\",\n            \"Name\": \"test product purchase group\",\n            \"PrimaryMemberCount\": 0,\n            \"BeneficiaryMemberCount\": 0,\n            \"TotalMemberCount\": 0,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"0c6b7c3f-328d-43da-845b-3ce444d70779\"\n            ]\n        },\n        {\n            \"UniqueID\": \"8ad834cb-610a-41da-b017-c559d9b9afe9\",\n            \"Name\": \"test product purchase group - free\",\n            \"PrimaryMemberCount\": 6,\n            \"BeneficiaryMemberCount\": 3,\n            \"TotalMemberCount\": 9,\n            \"SyncToMailChimp\": false,\n            \"SyncToConstantContact\": false,\n            \"SyncToMobilize\": false,\n            \"SyncToHigherLogic\": false,\n            \"Categories\": [\n                \"0c6b7c3f-328d-43da-845b-3ce444d70779\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"44c69909-b17b-4f43-8b58-e67405617e7a"},{"name":"Group Details","id":"8e26d49b-c937-4517-b925-700e03f1c556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/groups/:group_guid","description":"<p>Returns a single Group object for a specific group.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","groups",":group_guid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique ID of the group that you want to retrieve details for</p>\n","type":"text/plain"},"type":"any","value":"{{group_guid}}","key":"group_guid"}]}},"response":[{"id":"28e8cc9b-0cfe-4b3e-8e6d-203c1d0672ee","name":"200 OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/groups/:group_guid","host":["{{url}}"],"path":["api","groups",":group_guid"],"variable":[{"key":"group_guid","value":"{{group_guid}}","description":"Unique ID of the group that you want to retrieve details for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Wed, 31 Mar 2021 13:13:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"4da2fcee-b987-4166-a40b-56561f0c6025\",\n    \"Name\": \"_All Records associated with current members\",\n    \"PrimaryMemberCount\": 100,\n    \"BeneficiaryMemberCount\": 140,\n    \"TotalMemberCount\": 240,\n    \"SyncToMailChimp\": false,\n    \"SyncToConstantContact\": false,\n    \"SyncToMobilize\": false,\n    \"SyncToHigherLogic\": false,\n    \"Categories\": [\n        \"46eea762-2b73-42f3-9be9-5bd82ceff1cb\",\n        \"9cf67d17-7a9b-41ec-893b-0e8f6370377e\"\n    ]\n}"}],"_postman_id":"8e26d49b-c937-4517-b925-700e03f1c556"},{"name":"Group Members","id":"e7062417-fec9-4bff-9d0d-a07da49c2824","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/groups/:group_guid/members?pageSize=10&offset=0","description":"<p>Retrieve a paged list of members records that are part of the specified group.</p>\n<p>If your API key is limited to a specific group for access (See \"Limited API Keys\"), you'll only be able to use this endpoint for that one single group.</p>\n<h3 id=\"group-member-object\">Group Member Object</h3>\n<p><strong>UniqueID</strong><br />String/Guid<br /><em>The unique guid ID of the group member.</em></p>\n<p><strong>Name</strong><br />String - Max 100 characters<br /><em>The name of the group member.</em></p>\n<p><strong>DuesPayerUniqueID</strong><br />String/Guid<br /><em>The unique guid ID of the group member's dues payer.</em></p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","groups",":group_guid","members"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[{"id":"1070cc81-b1cd-4740-b429-5814f9c9c31c","description":{"content":"<p>Unique ID of the group that you want to retrieve members for</p>\n","type":"text/plain"},"type":"any","value":"{{group_guid}}","key":"group_guid"}]}},"response":[{"id":"10ca9c8c-4e1f-45ab-9820-fc6cc2915cc9","name":"200 OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/groups/:group_guid/members?pageSize=10&offset=0","host":["{{url}}"],"path":["api","groups",":group_guid","members"],"query":[{"key":"pageSize","value":"10","description":"Optional. Default is 100, max is 1,000."},{"key":"offset","value":"0","description":"Optional. Default is 0."}],"variable":[{"key":"group_guid","value":"{{group_guid}}","description":"Unique ID of the group that you want to retrieve members for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:47:52 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UniqueID\": \"b0d6fc2b-37b1-49a8-b4cb-2c4e50f02970\",\n        \"Name\": \"Melinda's Company, Inc.\",\n        \"DuesPayerUniqueID\": \"b0d6fc2b-37b1-49a8-b4cb-2c4e50f02970\"\n    },\n    {\n        \"UniqueID\": \"2641687f-95d9-4d20-a0f0-838b010a2f03\",\n        \"Name\": \"Melisa AANC\",\n        \"DuesPayerUniqueID\": \"2641687f-95d9-4d20-a0f0-838b010a2f03\"\n    },\n    {\n        \"UniqueID\": \"1173b7b6-2d0e-410a-8289-f4a9bb83ef5b\",\n        \"Name\": \"Melisa Maria Smith\",\n        \"DuesPayerUniqueID\": \"2641687f-95d9-4d20-a0f0-838b010a2f03\"\n    },\n    {\n        \"UniqueID\": \"7e682cb2-aba4-430a-91da-0b3b5078ea8f\",\n        \"Name\": \"Rob Sessions (admin)\",\n        \"DuesPayerUniqueID\": \"7e682cb2-aba4-430a-91da-0b3b5078ea8f\"\n    }\n]"},{"id":"b905706c-2cae-4664-880a-9b373872f42e","name":"401 - Unathorized (Restricted Group)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/groups/:group_guid/members?pageSize=10&offset=0","host":["{{url}}"],"path":["api","groups",":group_guid","members"],"query":[{"key":"pageSize","value":"10","description":"Optional. Default is 100, max is 1,000."},{"key":"offset","value":"0","description":"Optional. Default is 0."}],"variable":[{"key":"group_guid","value":"{{group_guid}}","description":"Unique ID of the group that you want to retrieve members for"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"90"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 13:07:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The group requested is not the API Key's restricted member group.\",\n    \"links\": {}\n}"}],"_postman_id":"e7062417-fec9-4bff-9d0d-a07da49c2824"}],"id":"ea10116b-833b-4b17-836d-b5ea925f7247","description":"<p>This section of API endpoints provides access to Novi AMS group data, including basics of the groups (like name) and which member records are a part of each group.</p>\n<p>These endpoints are unavailable if your API key is not configured for \"Member Data Access\".</p>\n<h3 id=\"group-object\">Group Object</h3>\n<p><strong>UniqueID</strong><br />String/Guid<br /><em>The unique API ID for the group record.</em></p>\n<p><strong>Name</strong><br />String - Max 255 characters<br /><em>The name of the group record.</em></p>\n<p><strong>PrimaryMemberCount</strong><br />Integer<br /><em>The group's primary member count.</em></p>\n<p><strong>BeneficiaryMemberCount</strong><br />Integer<br /><em>The group's beneficiary member count.</em></p>\n<p><strong>TotalMemberCount</strong><br />Integer<br /><em>The group's total member count.</em></p>\n<p><strong>SyncToMailChimp</strong><br />Boolean<br /><em>If true, syncs the group to Mailchimp.</em></p>\n<p><strong>SyncToConstantContact</strong><br />Boolean<br /><em>If true, syncs the group to Constant Contact</em></p>\n<p><strong>SyncToMobilize</strong><br />Boolean<br /><em>If true, syncs the group to Mobilize</em></p>\n<p><strong>SyncToHigherLogic</strong><br />Boolean<br /><em>If true, syncs the group to Higher Logic</em></p>\n<p><strong>Categories</strong><br />Array[Guid]<br /><em>The unique guid ID's for the categories associated with the group.</em></p>\n","_postman_id":"ea10116b-833b-4b17-836d-b5ea925f7247","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Committees","item":[{"name":"Committee List","id":"a0765804-44a3-42a4-b2b3-060f4613f607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committees?pageSize=100&offset=0&committeeName=test committee&categoryID=e3d7db82-a261-482d-946a-439778725836&lastUpdatedDateFrom=2025-08-12T07:58:41.687&lastUpdatedDateTo=2025-11-12T07:58:41.687","description":"<p>Retrieve a paged list of Committee objects and their detail level information.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","committees"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"100"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional. Default is null. Search for committee by exact name</p>\n","type":"text/plain"},"key":"committeeName","value":"test committee"},{"description":{"content":"<p>Optional. Default is null. Search on a category's unique ID.</p>\n","type":"text/plain"},"key":"categoryID","value":"e3d7db82-a261-482d-946a-439778725836"},{"description":{"content":"<p>Optional. Default is null. Filter committees to the last calculated date after the given date</p>\n","type":"text/plain"},"key":"lastUpdatedDateFrom","value":"2025-08-12T07:58:41.687"},{"description":{"content":"<p>Optional. Default is null. Filter committees to the last calculated date before the given date</p>\n","type":"text/plain"},"key":"lastUpdatedDateTo","value":"2025-11-12T07:58:41.687"}],"variable":[]}},"response":[{"id":"be22ecec-5ac2-4b1b-a1dd-1cb95888afdd","name":"200 OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/committees?pageSize=100&offset=0","host":["{{url}}"],"path":["api","committees"],"query":[{"key":"pageSize","value":"100","description":"Optional. Default is 100, max is 1,000."},{"key":"offset","value":"0","description":"Optional. Default is 0."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:46:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 60,\n    \"Results\": [\n        {\n            \"UniqueID\": \"9cd1afdb-81fe-4cca-b2f5-012bad84b680\",\n            \"Name\": \"New Committee\",\n            \"Active\": true,\n            \"Categories\": [\n                {\n                    \"UniqueID\": \"192f1d11-ec39-4a82-9e7d-925f4b832277\",\n                    \"Name\": \"Engagement\"\n                }\n            ],\n            \"InternalDescription\": null,\n            \"PrimaryMemberCount\": 0,\n            \"BeneficiaryMemberCount\": 0,\n            \"AwardCreditsAfterPercentage\": 100,\n            \"LastCalculatedUTCDateTime\": null\n        },\n        {\n            \"UniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\n            \"Name\": \"ABC Test 123\",\n            \"Active\": true,\n            \"Categories\": [],\n            \"InternalDescription\": \"<novi-block-element>internal description here</novi-block-element>\",\n            \"PrimaryMemberCount\": 13,\n            \"BeneficiaryMemberCount\": 0,\n            \"AwardCreditsAfterPercentage\": 100,\n            \"LastCalculatedUTCDateTime\": \"2024-03-25T07:38:42.12\"\n        },\n        {\n            \"UniqueID\": \"e319e60b-2260-4ad7-8a31-f01178215880\",\n            \"Name\": \"Admin Committee\",\n            \"Active\": true,\n            \"Categories\": [\n                {\n                    \"UniqueID\": \"09acb473-a54d-423e-9545-5a54dce2ca4a\",\n                    \"Name\": \"Educational\"\n                }\n            ],\n            \"InternalDescription\": null,\n            \"PrimaryMemberCount\": 0,\n            \"BeneficiaryMemberCount\": 0,\n            \"AwardCreditsAfterPercentage\": 100,\n            \"LastCalculatedUTCDateTime\": null\n        }\n    ]\n}"},{"id":"629c812e-f422-43cb-8ec7-64f5add85e8f","name":"200 OK (Success) - Committee name search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/committees?pageSize=100&offset=0&committeeName=test committee&categoryID=e3d7db82-a261-482d-946a-439778725836&lastUpdatedDateFrom=2025-08-12T07:58:41.687&lastUpdatedDateTo=2025-11-12T07:58:41.687","host":["{{url}}"],"path":["api","committees"],"query":[{"key":"pageSize","value":"100","description":"Optional. Default is 100, max is 1,000."},{"key":"offset","value":"0","description":"Optional. Default is 0."},{"key":"committeeName","value":"test committee","description":"Optional. Default is null. Search on a committee name. Exact match, not case sensitive."},{"key":"categoryID","value":"e3d7db82-a261-482d-946a-439778725836","description":"Optional. Default is null. Search on a category's unique ID."},{"key":"lastUpdatedDateFrom","value":"2025-08-12T07:58:41.687","description":"Optional. Default is null. Filter committees to the last calculated date after the given date"},{"key":"lastUpdatedDateTo","value":"2025-11-12T07:58:41.687","description":"Optional. Default is null. Filter committees to the last calculated date before the given date"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Sep 2024 15:38:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"420"},{"key":"Connection","value":"keep-alive"},{"key":"x-azure-ref","value":"20240912T153855Z-16579567576qsbglb4h1d3g1gc00000002h000000000csf1"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"UniqueID\": \"e702c0e4-b2a1-44b2-b8c5-3d56776f7705\",\n            \"Name\": \"Test Committee\",\n            \"Active\": true,\n            \"Categories\": [\n                {\n                    \"UniqueID\": \"e3d7db82-a261-482d-946a-439778725836\",\n                    \"Name\": \"QA Test\"\n                }\n            ],\n            \"InternalDescription\": \"<novi-block-element>Internal Notes</novi-block-element>\",\n            \"PrimaryMemberCount\": 3,\n            \"BeneficiaryMemberCount\": 12,\n            \"AwardCreditsAfterPercentage\": 100,\n            \"LastCalculatedUTCDateTime\": \"2025-10-27T07:56:14.917\"\n        }\n    ]\n}"}],"_postman_id":"a0765804-44a3-42a4-b2b3-060f4613f607"},{"name":"Committee Details","id":"264e95ea-bfc7-42bd-861e-f087216a737b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committees/:committee_guid","description":"<p>Returns a single Committee object for a specific committee.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","committees",":committee_guid"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"committee_guid"}]}},"response":[{"id":"b47476de-25f7-452d-8e4b-bd850be9ca41","name":"200 OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/committees/:committee_guid","host":["{{url}}"],"path":["api","committees",":committee_guid"],"variable":[{"key":"committee_guid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Wed, 31 Mar 2021 13:13:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n            \"UniqueID\": \"e319e60b-2260-4ad7-8a31-f01178215880\",\n            \"Name\": \"Admin Committee\",\n            \"Active\": true,\n            \"Categories\": [\n                {\n                    \"UniqueID\": \"09acb473-a54d-423e-9545-5a54dce2ca4a\",\n                    \"Name\": \"Educational\"\n                }\n            ],\n            \"InternalDescription\": null,\n            \"PrimaryMemberCount\": 0,\n            \"BeneficiaryMemberCount\": 0,\n            \"AwardCreditsAfterPercentage\": 100,\n            \"LastCalculatedUTCDateTime\": null\n        }"}],"_postman_id":"264e95ea-bfc7-42bd-861e-f087216a737b"},{"name":"Committee Member List","id":"50dec0e1-efcf-4e15-a8b1-cc50cf949b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committees/:committee_guid/members/?memberUniqueID","description":"<p>Retrieve a list of Committee Members for specific committee and their detail level information.</p>\n<h3 id=\"committee-member-object\">Committee Member Object</h3>\n<p><strong>UniqueID</strong><br />String/Guid<br /><em>The unique API ID for the committee member record.</em></p>\n<p><strong>CommitteeUniqueID</strong> - Required<br />String/Guid<br /><em>The unique API ID for the committee record.</em></p>\n<p><strong>MemberUniqueID</strong> - Required<br />String/Guid<br /><em>The unique API ID for the member record.</em></p>\n<p><strong>CommitteeName</strong> - Read-only<br />String - Max 100 characters<br /><em>The name of the committee record.</em></p>\n<p><strong>Role</strong> - Required<br />CommitteeRole { UniqueID: Boolean, Name: String }<br />The role of the committee member record.</p>\n<p><strong>CommitteeSection</strong> - Read-only<br />String<br />The name of the section for committee member record.</p>\n<p><strong>Inherited</strong> - Read-only<br />Boolean<br />Specifies if committee member record is inherited/beneficiary.</p>\n<p><strong>Status</strong> - Read-only<br />String (Options: Eligible, Ineligible)<br />Specifies if committee member record is eligible/ineligible based on committee's eligibility conditions.</p>\n<p><strong>TermStart</strong> - Required<br />DateTimeOffset<br />Start date of the committee member's term.</p>\n<p><strong>EndDate</strong><br />DateTimeOffset<br />End date of the committee member's term.</p>\n<p><strong>InternalNotes</strong><br />String - Maximum 1000 characters<br />Internal notes for the committee member.</p>\n<p><strong>HasCredits</strong><br />Boolean<br />Specifies if member is eligible to earn credits for the specific term.</p>\n<p><strong>CreditsPossible</strong> - Required if HasCredits<br />Decimal<br />Number of credits customer can earn for the specific term.</p>\n<p><strong>CreditsAwarded</strong><br />Decimal (Less or equal to CreditsPossible)<br />Number of credits customer earned for the specific term.</p>\n<p><strong>CreditAwardMethod</strong><br />String (Options: Percentage, Manual)<br />Method used to award credits for the specific term.</p>\n<p><strong>CreditTypes</strong><br />[] String/Guid<br />Credit types for earned credits. See CEU Types endpoint for more details.</p>\n<p><strong>InstructorMemberUniqueIds</strong><br />[] String/Guid<br />Instructor's member unique ids.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","committees",":committee_guid","members",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is null. Search for committee terms of the specific member.</p>\n","type":"text/plain"},"key":"memberUniqueID","value":null}],"variable":[{"type":"any","value":"","key":"committee_guid"}]}},"response":[{"id":"9aa1ec5c-1953-4eb4-af4f-e02965ca8f95","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/committees/:committee_guid/members/","host":["{{url}}"],"path":["api","committees",":committee_guid","members",""],"variable":[{"key":"committee_guid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:46:50 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UniqueID\": \"7d4ab3cd-601a-4380-958f-90ca1640ef28\",\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\n        \"MemberUniqueID\": \"0efe20c4-7cb0-448c-b983-61e12a06f1f1\",\n        \"CommitteeName\": \"ABC Test 123\",\n        \"Role\": {\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n            \"Name\": \"Member\"\n        },\n        \"CommitteeSection\": null,\n        \"Inherited\": false,\n        \"Status\": \"Ineligible\",\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\n        \"TermEnd\": \"2023-07-16T00:00:00-06:00\",\n        \"InternalNotes\": null,\n        \"HasCredits\": true,\n        \"CreditNotes\": null,\n        \"CreditsPossible\": 1.00,\n        \"CreditsAwarded\": null,\n        \"CreditAwardMethod\": \"Percentage\",\n        \"CreditTypes\": [],\n        \"InstructorMemberUniqueIds\": []\n    },\n    {\n        \"UniqueID\": \"dd7811f8-d1a4-471d-96df-8a2a22df25af\",\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\n        \"MemberUniqueID\": \"b6b2bd68-3836-4328-8c9b-82069e41b306\",\n        \"CommitteeName\": \"ABC Test 123\",\n        \"Role\": {\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n            \"Name\": \"Member\"\n        },\n        \"CommitteeSection\": null,\n        \"Inherited\": false,\n        \"Status\": \"Eligible\",\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\n        \"TermEnd\": \"2023-07-20T00:00:00-06:00\",\n        \"InternalNotes\": null,\n        \"HasCredits\": false,\n        \"CreditNotes\": null,\n        \"CreditsPossible\": null,\n        \"CreditsAwarded\": null,\n        \"CreditAwardMethod\": \"Percentage\",\n        \"CreditTypes\": [],\n        \"InstructorMemberUniqueIds\": []\n    },\n    {\n        \"UniqueID\": \"0dddc1b0-6296-4ff9-a174-4029f51904f0\",\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\n        \"MemberUniqueID\": \"f9fd611d-5517-4b93-a151-22e036ff3c1a\",\n        \"CommitteeName\": \"ABC Test 123\",\n        \"Role\": {\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n            \"Name\": \"Member\"\n        },\n        \"CommitteeSection\": null,\n        \"Inherited\": false,\n        \"Status\": \"Ineligible\",\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\n        \"TermEnd\": \"2023-07-20T00:00:00-06:00\",\n        \"InternalNotes\": null,\n        \"HasCredits\": false,\n        \"CreditNotes\": null,\n        \"CreditsPossible\": null,\n        \"CreditsAwarded\": null,\n        \"CreditAwardMethod\": \"Percentage\",\n        \"CreditTypes\": [],\n        \"InstructorMemberUniqueIds\": []\n    }\n]"},{"id":"0ce55885-a8b6-45d0-a0bd-a855c887b677","name":"200 OK - All Query Parameters","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/committees/c21f3479-9a35-42fd-838a-4511019d140a/members/?memberUniqueID=21962bf8-64a9-4788-a1cc-ccab52ec7dab","host":["{{url}}"],"path":["api","committees","c21f3479-9a35-42fd-838a-4511019d140a","members",""],"query":[{"key":"memberUniqueID","value":"21962bf8-64a9-4788-a1cc-ccab52ec7dab","description":"Optional. Default is null. Search for committee terms of the specific member."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 19:52:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T195218Z-1795856ccd4q7sqg7y0syx18qs00000007rg000000008tb1"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UniqueID\": \"1e35c271-fece-44e4-9d60-f15fcd5fc5d8\",\n        \"CommitteeUniqueID\": \"c21f3479-9a35-42fd-838a-4511019d140a\",\n        \"MemberUniqueID\": \"21962bf8-64a9-4788-a1cc-ccab52ec7dab\",\n        \"CommitteeName\": \"Culinary Committee\",\n        \"Role\": {\n            \"UniqueID\": \"07d185f2-dec3-4986-81f3-b95ad5d8db5d\",\n            \"Name\": \"Chair\"\n        },\n        \"CommitteeSection\": null,\n        \"Inherited\": false,\n        \"Status\": \"Eligible\",\n        \"TermStart\": \"2023-01-01T00:00:00-05:00\",\n        \"TermEnd\": \"2023-12-31T00:00:00-05:00\",\n        \"InternalNotes\": null,\n        \"HasCredits\": false,\n        \"CreditNotes\": null,\n        \"CreditsPossible\": 0,\n        \"CreditsAwarded\": null,\n        \"CreditAwardMethod\": \"Percentage\",\n        \"CreditTypes\": [],\n        \"InstructorMemberUniqueIds\": []\n    }\n]"}],"_postman_id":"50dec0e1-efcf-4e15-a8b1-cc50cf949b52"},{"name":"Committee Member Details","id":"5aec237f-3046-440c-87d1-728e00119034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committees/:committee_guid/members/:id_guid","description":"<p>Returns a single CommitteeMember object for a specific committee.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","committees",":committee_guid","members",":id_guid"],"host":["{{url}}"],"query":[],"variable":[{"id":"fd3aae7d-17a5-4d84-81ea-d8fa10c6c079","type":"any","value":"","key":"committee_guid"},{"type":"any","value":"","key":"id_guid"}]}},"response":[{"id":"d6328689-c1a7-4f7c-8590-bceb205aac9e","name":"200 OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/committees/:committee_guid/members/:committee_member_guid","host":["{{url}}"],"path":["api","committees",":committee_guid","members",":committee_member_guid"],"variable":[{"key":"committee_guid","value":""},{"key":"committee_member_guid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:46:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n        \"UniqueID\": \"7d4ab3cd-601a-4380-958f-90ca1640ef28\",\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\n        \"MemberUniqueID\": \"0efe20c4-7cb0-448c-b983-61e12a06f1f1\",\n        \"CommitteeName\": \"ABC Test 123\",\n        \"Role\": {\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n            \"Name\": \"Member\"\n        },\n        \"CommitteeSection\": null,\n        \"Inherited\": false,\n        \"Status\": \"Ineligible\",\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\n        \"TermEnd\": \"2023-07-16T00:00:00-06:00\",\n        \"InternalNotes\": null,\n        \"HasCredits\": true,\n        \"CreditNotes\": null,\n        \"CreditsPossible\": 1.00,\n        \"CreditsAwarded\": null,\n        \"CreditAwardMethod\": \"Percentage\",\n        \"CreditTypes\": [],\n        \"InstructorMemberUniqueIds\": []\n    }"}],"_postman_id":"5aec237f-3046-440c-87d1-728e00119034"},{"name":"Add Committee Member","id":"f7699311-0713-45cf-975d-c1657fda9462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committees/:committee_guid/members/","description":"<p>Adds a new committee member record to Novi.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single committee member object. (See \"Committee Member Details\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>200 OK</strong><br />If your POST passes all validation you'll receive a 200 response code along with a copy of the newly created record and the record's assigned unique ID.</p>\n<p><strong>400 Bad Request</strong> Validations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","committees",":committee_guid","members",""],"host":["{{url}}"],"query":[],"variable":[{"id":"fd3aae7d-17a5-4d84-81ea-d8fa10c6c079","type":"any","value":"","key":"committee_guid"}]}},"response":[{"id":"bf92c31d-49f4-43f2-bd91-d16ed683f4f9","name":"200 OK (Success)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{apiKey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\r\n        \"MemberUniqueID\": \"0efe20c4-7cb0-448c-b983-61e12a06f1f1\",\r\n        \"CommitteeName\": \"ABC Test 123\",\r\n        \"Role\": {\r\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\r\n            \"Name\": \"Member\"\r\n        },\r\n        \"CommitteeSection\": null,\r\n        \"Inherited\": false,\r\n        \"Status\": \"Ineligible\",\r\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\r\n        \"TermEnd\": \"2023-07-16T00:00:00-06:00\",\r\n        \"InternalNotes\": null,\r\n        \"HasCredits\": true,\r\n        \"CreditNotes\": null,\r\n        \"CreditsPossible\": 1.00,\r\n        \"CreditsAwarded\": null,\r\n        \"CreditAwardMethod\": \"Percentage\",\r\n        \"CreditTypes\": [],\r\n        \"InstructorMemberUniqueIds\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/committees/:committee_guid/members/","host":["{{url}}"],"path":["api","committees",":committee_guid","members",""],"variable":[{"key":"committee_guid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:46:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n        \"UniqueID\": \"7d4ab3cd-601a-4380-958f-90ca1640ef28\",\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\n        \"MemberUniqueID\": \"0efe20c4-7cb0-448c-b983-61e12a06f1f1\",\n        \"CommitteeName\": \"ABC Test 123\",\n        \"Role\": {\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n            \"Name\": \"Member\"\n        },\n        \"CommitteeSection\": null,\n        \"Inherited\": false,\n        \"Status\": \"Ineligible\",\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\n        \"TermEnd\": \"2023-07-16T00:00:00-06:00\",\n        \"InternalNotes\": null,\n        \"HasCredits\": true,\n        \"CreditNotes\": null,\n        \"CreditsPossible\": 1.00,\n        \"CreditsAwarded\": null,\n        \"CreditAwardMethod\": \"Percentage\",\n        \"CreditTypes\": [],\n        \"InstructorMemberUniqueIds\": []\n    }"}],"_postman_id":"f7699311-0713-45cf-975d-c1657fda9462"},{"name":"Update Committee Member","id":"a66a299b-9e3b-498f-891c-b8a527543616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committees/:committee_guid/members/:id_guid","description":"<p>Updates an existing committee member record with the newly specified values.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single committee member object. (See \"Committee Member Details\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>200 OK</strong><br />If your POST passes all validation you'll receive a 200 response code.</p>\n<p><strong>400 Bad Request</strong> Validations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","committees",":committee_guid","members",":id_guid"],"host":["{{url}}"],"query":[],"variable":[{"id":"fd3aae7d-17a5-4d84-81ea-d8fa10c6c079","type":"any","value":"","key":"committee_guid"},{"type":"any","value":"","key":"id_guid"}]}},"response":[{"id":"2301887c-3c59-4719-bb07-cb0de0f8b7e9","name":"200 OK (Success)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\r\n        \"MemberUniqueID\": \"0efe20c4-7cb0-448c-b983-61e12a06f1f1\",\r\n        \"CommitteeName\": \"ABC Test 123\",\r\n        \"Role\": {\r\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\r\n            \"Name\": \"Member\"\r\n        },\r\n        \"CommitteeSection\": null,\r\n        \"Inherited\": false,\r\n        \"Status\": \"Ineligible\",\r\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\r\n        \"TermEnd\": \"2023-07-16T00:00:00-06:00\",\r\n        \"InternalNotes\": null,\r\n        \"HasCredits\": true,\r\n        \"CreditNotes\": null,\r\n        \"CreditsPossible\": 1.00,\r\n        \"CreditsAwarded\": null,\r\n        \"CreditAwardMethod\": \"Percentage\",\r\n        \"CreditTypes\": [],\r\n        \"InstructorMemberUniqueIds\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/committees/:committee_guid/members/:id_guid","host":["{{url}}"],"path":["api","committees",":committee_guid","members",":id_guid"],"variable":[{"key":"committee_guid","value":""},{"key":"id_guid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:46:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n        \"UniqueID\": \"7d4ab3cd-601a-4380-958f-90ca1640ef28\",\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\n        \"MemberUniqueID\": \"0efe20c4-7cb0-448c-b983-61e12a06f1f1\",\n        \"CommitteeName\": \"ABC Test 123\",\n        \"Role\": {\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n            \"Name\": \"Member\"\n        },\n        \"CommitteeSection\": null,\n        \"Inherited\": false,\n        \"Status\": \"Ineligible\",\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\n        \"TermEnd\": \"2023-07-16T00:00:00-06:00\",\n        \"InternalNotes\": null,\n        \"HasCredits\": true,\n        \"CreditNotes\": null,\n        \"CreditsPossible\": 1.00,\n        \"CreditsAwarded\": null,\n        \"CreditAwardMethod\": \"Percentage\",\n        \"CreditTypes\": [],\n        \"InstructorMemberUniqueIds\": []\n    }"}],"_postman_id":"a66a299b-9e3b-498f-891c-b8a527543616"},{"name":"Delete Committee Member","id":"e466f967-2273-481c-93c8-f241f0000290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committees/:committee_guid/members/:id_guid","description":"<p>Deletes an existing committee member record.</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>200 OK</strong><br />If the record was successfully deleted you'll receive a 200 response code.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","committees",":committee_guid","members",":id_guid"],"host":["{{url}}"],"query":[],"variable":[{"id":"fd3aae7d-17a5-4d84-81ea-d8fa10c6c079","type":"any","value":"","key":"committee_guid"},{"type":"any","value":"","key":"id_guid"}]}},"response":[{"id":"1cdce70d-ed8c-4865-ae7b-32d8b40a41fc","name":"200 OK (Success)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\r\n        \"MemberUniqueID\": \"0efe20c4-7cb0-448c-b983-61e12a06f1f1\",\r\n        \"CommitteeName\": \"ABC Test 123\",\r\n        \"Role\": {\r\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\r\n            \"Name\": \"Member\"\r\n        },\r\n        \"CommitteeSection\": null,\r\n        \"Inherited\": false,\r\n        \"Status\": \"Ineligible\",\r\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\r\n        \"TermEnd\": \"2023-07-16T00:00:00-06:00\",\r\n        \"InternalNotes\": null,\r\n        \"HasCredits\": true,\r\n        \"CreditNotes\": null,\r\n        \"CreditsPossible\": 1.00,\r\n        \"CreditsAwarded\": null,\r\n        \"CreditAwardMethod\": \"Percentage\",\r\n        \"CreditTypes\": [],\r\n        \"InstructorMemberUniqueIds\": []\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/committees/:committee_guid/members/:committee_member_guid","host":["{{url}}"],"path":["api","committees",":committee_guid","members",":committee_member_guid"],"variable":[{"key":"committee_guid","value":""},{"key":"committee_member_guid","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:46:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n        \"UniqueID\": \"7d4ab3cd-601a-4380-958f-90ca1640ef28\",\n        \"CommitteeUniqueID\": \"f86ba52a-5d80-4d0a-ad53-9595b08fa0ac\",\n        \"MemberUniqueID\": \"0efe20c4-7cb0-448c-b983-61e12a06f1f1\",\n        \"CommitteeName\": \"ABC Test 123\",\n        \"Role\": {\n            \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n            \"Name\": \"Member\"\n        },\n        \"CommitteeSection\": null,\n        \"Inherited\": false,\n        \"Status\": \"Ineligible\",\n        \"TermStart\": \"2023-07-02T00:00:00-06:00\",\n        \"TermEnd\": \"2023-07-16T00:00:00-06:00\",\n        \"InternalNotes\": null,\n        \"HasCredits\": true,\n        \"CreditNotes\": null,\n        \"CreditsPossible\": 1.00,\n        \"CreditsAwarded\": null,\n        \"CreditAwardMethod\": \"Percentage\",\n        \"CreditTypes\": [],\n        \"InstructorMemberUniqueIds\": []\n    }"}],"_postman_id":"e466f967-2273-481c-93c8-f241f0000290"},{"name":"Committee Role List","id":"5b27a6d7-6b95-4ac1-b43a-3a97538265fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committee-roles","description":"<p>Retrieve a list of Committee Role objects and their detail level information.</p>\n<h3 id=\"committee-role-object\">Committee Role Object</h3>\n<p><strong>UniqueID</strong><br />String/Guid<br /><em>The unique API ID for the committee role record.</em></p>\n<p><strong>Name</strong><br />String - Max 100 characters<br /><em>The name of the committee role record.</em></p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","committee-roles"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b42b8a56-d30a-4131-a3dc-d2c03bde348e","name":"200 OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/committee-roles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 01 Apr 2021 12:46:50 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"UniqueID\": \"07d185f2-dec3-4986-81f3-b95ad5d8db5d\",\n        \"Name\": \"Chair\"\n    },\n    {\n        \"UniqueID\": \"fd8fdc91-b31b-45da-919e-2297e5166349\",\n        \"Name\": \"Staff\"\n    },\n    {\n        \"UniqueID\": \"6f50e84c-ee17-42e2-b2d7-1e2923249a14\",\n        \"Name\": \"Temporary Role\"\n    },\n    {\n        \"UniqueID\": \"e4517571-e064-46f1-b96a-735d88ec64a7\",\n        \"Name\": \"Vice Chair\"\n    },\n    {\n        \"UniqueID\": \"1c5573db-80cc-4995-8942-a2e270763ed7\",\n        \"Name\": \"Director\"\n    },\n    {\n        \"UniqueID\": \"5dcdfaf8-ea11-40a5-9c74-1b7f27e591a8\",\n        \"Name\": \"Member\"\n    }\n]"}],"_postman_id":"5b27a6d7-6b95-4ac1-b43a-3a97538265fe"}],"id":"b4f472af-8f47-43b1-8460-d8d440878f17","description":"<p>This section of API endpoints provides access to Novi AMS committee data, including basics of the committees (like name) and which member records are a part of each committee.</p>\n<p>These endpoints are unavailable if your API key is not configured for \"Member Data Access\".</p>\n<h3 id=\"committee-object\">Committee Object</h3>\n<p><strong>UniqueID</strong><br />String/Guid<br /><em>The unique API ID for the committee record.</em></p>\n<p><strong>Name</strong><br />String - Max 100 characters<br /><em>The name of the committee record.</em></p>\n<p><strong>Active</strong><br />Boolean<br /><em>Specifies if committee record is active.</em></p>\n<p><strong>InternalDescription</strong><br />String<br /><em>Internal description of the committee record.</em></p>\n<p><strong>PrimaryMemberCount</strong><br />Integer<br /><em>The committee's primary member count.</em></p>\n<p><strong>BeneficiaryMemberCount</strong><br />Integer<br /><em>The committee's beneficiary member count.</em></p>\n<p><strong>AwardCreditsAfterPercentage</strong><br />Integer<br /><em>The percentage of term served in order to receive credits.</em></p>\n<p><strong>Categories</strong><br />Array[Category]<br /><em>The unique guid ID's for the categories associated with the committee. For more details, see Group Category List endpoint.</em></p>\n","_postman_id":"b4f472af-8f47-43b1-8460-d8d440878f17","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Limited API Keys","item":[],"id":"8e11ce59-60bf-4740-bfee-44840884c3b9","description":"<p>While most of the time we recommend setting up open API keys that allow you to access any data in the system, Novi AMS does contain the capability to lock down API keys to a more limited subset of data.</p>\n<p>If \"Limit Member Data\" is turned on for a given API key, then API security is controlled by groups within Novi AMS - your API key will only have access to the members that are in the group that is configured for the API key. If members drop out of the group, they will no longer be included in this list or accessible via the member details API. For now no webhook notification is available for members dropping out of a group, but you can always query the member list endpoint directly and compare the list to a previous version.</p>\n","_postman_id":"8e11ce59-60bf-4740-bfee-44840884c3b9","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Membership Activity","item":[{"name":"Membership Activity List","id":"2e93034e-c5a8-418b-aabf-b2ca9cf90cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/membership-activities?pageSize={{pageSize}}&offset={{offset}}&dateFrom={{dateFrom}}&dateTo={{dateTo}}&memberUniqueId={{memberUniqueId}}","description":"<p>StartFragment</p>\n<p>Returns a list of all membership activity logs within the system.</p>\n<p>EndFragment</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","membership-activities"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"dateFrom","value":"{{dateFrom}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"dateTo","value":"{{dateTo}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"memberUniqueId","value":"{{memberUniqueId}}"}],"variable":[]}},"response":[{"id":"d1ef7b53-368c-46ed-b7bd-68ec605f2c45","name":"200 OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":{"raw":"{{url}}/api/membership-activities?pageSize={{pageSize}}&offset={{offset}}&dateFrom={{dateFrom}}&dateTo={{dateTo}}&memberUniqueId={{memberUniqueId}}","host":["{{url}}"],"path":["api","membership-activities"],"query":[{"key":"pageSize","value":"{{pageSize}}","description":"Optional. Default is 100, max is 1000."},{"key":"offset","value":"{{offset}}","description":"Optional. Default is 0."},{"key":"dateFrom","value":"{{dateFrom}}","description":"Optional."},{"key":"dateTo","value":"{{dateTo}}","description":"Optional."},{"key":"memberUniqueId","value":"{{memberUniqueId}}","description":"Optional."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0Gl9UZAAAAAA0a5O/xbOvRp5KOeyuWFp+REVOMzAxMDAwMTA5MDExADMwMTIwOGQ0LTUzMWQtNDg0Ny1hYmMzLTkwMzY2ZTg0NmJkYw=="},{"key":"Date","value":"Fri, 05 May 2023 01:42:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 21264,\n    \"Results\": [\n        {\n            \"UniqueId\": \"61e084a1-d23f-421c-bb5e-c3649dab4a31\",\n            \"MemberUniqueId\": \"502a7a66-fe9e-4241-b411-4829a708003f\",\n            \"MemberName\": \"test123444\",\n            \"ChangeType\": \"Expired\",\n            \"OldMembershipStatus\": \"pending\",\n            \"OldMembershipSubStatus\": \"pending_approval\",\n            \"NewMembershipStatus\": \"pending\",\n            \"NewMembershipSubStatus\": \"pending_approval\",\n            \"DependentCustomerUniqueId\": null,\n            \"DependentCustomerName\": null,\n            \"InheritingFromCustomerUniqueId\": \"502a7a66-fe9e-4241-b411-4829a708003f\",\n            \"InheritingFromCustomerName\": \"test123444\",\n            \"OldMemberType\": \"General Member\",\n            \"OldMemberTypeUniqueId\": \"052275d6-183e-428f-a948-a71766c46e2d\",\n            \"NewMemberType\": \"General Member\",\n            \"NewMemberTypeUniqueId\": \"052275d6-183e-428f-a948-a71766c46e2d\",\n            \"Date\": \"2023-05-04T21:01:00.983682-04:00\"\n        }\n    ]\n}"}],"_postman_id":"2e93034e-c5a8-418b-aabf-b2ca9cf90cb1"},{"name":"Membership Activity Detail","id":"bd53ec1a-5926-4662-b64e-a53aad19fc89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/membership-activities/:membership_log_guid","description":"<p>Returns the detail of a single membership activity log by the unique ID.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","membership-activities",":membership_log_guid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique ID of the membership log that you want to retrieve details for</p>\n","type":"text/plain"},"type":"any","value":"d240d67c-3843-4b44-9648-caba52316ee8","key":"membership_log_guid"}]}},"response":[{"id":"9bb4973f-1eb1-4724-94f2-921a92c9f95a","name":"200 OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":{"raw":"{{url}}/api/membership-activities/:membership_log_guid","host":["{{url}}"],"path":["api","membership-activities",":membership_log_guid"],"variable":[{"key":"membership_log_guid","value":"61e084a1-d23f-421c-bb5e-c3649dab4a31","description":"Unique ID of the membership log that you want to retrieve details for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 May 2023 01:44:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"x-azure-ref","value":"20230505T014412Z-92fv5bfqa55drd1rhrnfevncng00000001v0000000003rq0"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueId\": \"61e084a1-d23f-421c-bb5e-c3649dab4a31\",\n    \"MemberUniqueId\": \"502a7a66-fe9e-4241-b411-4829a708003f\",\n    \"MemberName\": \"test123444\",\n    \"ChangeType\": \"Expired\",\n    \"OldMembershipStatus\": \"pending\",\n    \"OldMembershipSubStatus\": \"pending_approval\",\n    \"NewMembershipStatus\": \"pending\",\n    \"NewMembershipSubStatus\": \"pending_approval\",\n    \"DependentCustomerUniqueId\": null,\n    \"DependentCustomerName\": null,\n    \"InheritingFromCustomerUniqueId\": \"502a7a66-fe9e-4241-b411-4829a708003f\",\n    \"InheritingFromCustomerName\": \"test123444\",\n    \"OldMemberType\": \"General Member\",\n    \"OldMemberTypeUniqueId\": \"052275d6-183e-428f-a948-a71766c46e2d\",\n    \"NewMemberType\": \"General Member\",\n    \"NewMemberTypeUniqueId\": \"052275d6-183e-428f-a948-a71766c46e2d\",\n    \"Date\": \"2023-05-04T21:01:00.983682-04:00\"\n}"}],"_postman_id":"bd53ec1a-5926-4662-b64e-a53aad19fc89"}],"id":"87b71a5d-b3cb-4264-ab92-79a2d15d517b","description":"<p>Membership activity logs record the membership history of the customer. This provides a history of the membership changes and actions that took place for a customer.</p>\n<h3 id=\"membership-activity-fields\">Membership Activity Fields</h3>\n<p><strong>UniqueID</strong><br />String<br /><em>Novi generated GUID for the activity.</em></p>\n<p><strong>MemberUniqueID</strong><br />String<br /><em>The unique ID of the member record tied to this membership activity.</em></p>\n<p><strong>MemberName</strong><br />String - Max 100 characters<br /><em>The name of the member record tied to this membership activity.</em></p>\n<p><strong>ChangeType</strong><br />String<br /><em>The membership change that occured.</em></p>\n<p><strong>OldMembershipStatus</strong><br />String<br /><em>The previous member status</em></p>\n<p><strong>OldMembershipSubStatus</strong><br />String<br /><em>The previous member sub status</em></p>\n<p><strong>NewMembershipStatus</strong><br />String<br /><em>The new member status</em></p>\n<p><strong>NewMembershipSubStatus</strong><br />String<br /><em>The new member sub status</em></p>\n<p><strong>DependentCustomerName</strong><br />String<br />The name of the member record tied to the dependent customer.</p>\n<p><strong>DependentCustomerUniqueId</strong><br />String<br />The unique ID of the member record tied to the dependent customer.</p>\n<p><strong>InheritingFromCustomerName</strong><br />String<br />The name of the member record tied to the inheriting customer.</p>\n<p><strong>InheritingFromCustomerUniqueId</strong><br />String<br />The unique ID of the member record tied to the inheriting customer.</p>\n<p><strong>OldMemberType</strong><br />String<br /><em>The members previous member type.</em></p>\n<p><strong>OldMemberTypeUniqueId</strong><br />String<br /><em>The unique Id of the members previous member type.</em></p>\n<p><strong>NewMemberType</strong><br />String<br /><em>The members new member type.</em></p>\n<p><strong>NewMemberTypeUniqueId</strong><br />String<br /><em>The unique Id of the members new member type.</em></p>\n<p><strong>Date</strong><br />DateTime<br /><em>The date (association time zone) on the timeline in which this memberhsip activity will show</em></p>\n","_postman_id":"87b71a5d-b3cb-4264-ab92-79a2d15d517b","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Users","item":[{"name":"Create User","id":"6edd1e4d-9b21-418c-a4da-5ee4db1e1da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"FirstName\": \"John\",\r\n    \"LastName\": \"Doe\",\r\n    \"Email\": \"johndoe@email.com\",\r\n    \"MemberID\": \"fad8fe56-bef4-411c-8770-0d0876146942\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/user","description":"<p>Adds a new user account to a new customer or existing customer.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>FirstName<br />String<br /><em>First Name of the new user. (Only needed if no customer exists)</em></p>\n<p>LastName<br />String<br /><em>Last Name of the new user. (Only needed if no customer exists)</em></p>\n<p>Email - Required<br />String<br /><em>Email the account will be made under. Must be unique.</em></p>\n<p>MemberID - Required<br />String<br /><em>Unique ID of an existing customer you want to create an account with. It is not required if you are creating a new member.</em></p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","user"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6edd1e4d-9b21-418c-a4da-5ee4db1e1da6"}],"id":"94d1c068-717a-4fe2-b4d7-a0bfedb94dc8","_postman_id":"94d1c068-717a-4fe2-b4d7-a0bfedb94dc8","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Member Feed Config","id":"8c473a6f-d4a9-4c37-846f-d2bb7189b6f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/config/members","description":"<p>Returns a configuration object that describes the source association (name &amp; abbreviation) as well as the fields &amp; member types that are available to your API calls to the member endpoints using the provided API Key.</p>\n<h3 id=\"member-feed-config-object\">Member Feed Config Object</h3>\n<p><strong>System Fields</strong><br />Array[System Field Objects]</p>\n<p><strong>CustomFields</strong><br />Array[Custom Field Objects]</p>\n<p><strong>MemberTypes</strong><br />Array[Member Type Objects]</p>\n<h3 id=\"system-field-object\">System Field Object</h3>\n<p><strong>Name</strong><br />String<br /><em>The name for the system feed.</em></p>\n<p><strong>DisplayName</strong><br />String<br /><em>The display name for the system field</em>.</p>\n<p><strong>AlwaysSend</strong><br />Boolean<br /><em>If true, represents that the member feed should always send.</em></p>\n<p><strong>IsInternal</strong><br />Boolean<br /><em>If true, represents that the member feed configuration is internal.</em></p>\n<h3 id=\"custom-field-object\">Custom Field Object</h3>\n<p><strong>CustomFieldUniqueId</strong><br />String/Guid<br /><em>The unique ID for the custom field.</em></p>\n<p><strong>Name</strong><br />String<br /><em>The name for the custom field.</em></p>\n<p><strong>DisplayName</strong><br />String<br /><em>The display name for the custom field.</em></p>\n<p><strong>Type</strong><br />Integer<br /><em>The type for the custom field.</em></p>\n<p><strong>TypeName</strong><br />String<br /><em>The name of the type for the custom field.</em></p>\n<h3 id=\"member-type-object\">Member Type Object</h3>\n<p><strong>UniqueID</strong><br />String/Guid<br /><em>The unique ID for the member type.</em></p>\n<p><strong>Name</strong><br />String<br /><em>The name for the member type.</em></p>\n<p><strong>Description</strong><br />String<br /><em>The description for the member type.</em></p>\n<p><strong>ForCompanies</strong><br />Boolean<br /><em>If true, represents that the member type is for companies.</em></p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","config","members"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"35d8c20d-e2fc-4abe-b6ec-c829b4e7f789","name":"200 - OK (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/config/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Fri, 22 Feb 2019 18:48:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"SystemFields\": [\n        {\n            \"Name\": \"Active\",\n            \"DisplayName\": \"Active\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": true\n        },\n        {\n            \"Name\": \"Approved\",\n            \"DisplayName\": \"Approved\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"AutoRenew\",\n            \"DisplayName\": \"Auto-Renew Membership\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"BillingAddress\",\n            \"DisplayName\": \"Billing Address\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"Notes\",\n            \"DisplayName\": \"Billing Notes\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"County\",\n            \"DisplayName\": \"County\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"CustomerType\",\n            \"DisplayName\": \"CustomerType\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": true\n        },\n        {\n            \"Name\": \"CustomFields\",\n            \"DisplayName\": \"CustomFields\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": true\n        },\n        {\n            \"Name\": \"Name\",\n            \"DisplayName\": \"Display Name\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"Email\",\n            \"DisplayName\": \"Email\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"FacebookUrl\",\n            \"DisplayName\": \"Facebook URL\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"FirstName\",\n            \"DisplayName\": \"First Name\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"Image\",\n            \"DisplayName\": \"Image\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"LastName\",\n            \"DisplayName\": \"Last Name\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"LinkedInUrl\",\n            \"DisplayName\": \"LinkedIn URL\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"MemberProfile\",\n            \"DisplayName\": \"Member Profile\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"MemberSince\",\n            \"DisplayName\": \"Member Since\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"MemberType\",\n            \"DisplayName\": \"Member Type\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"MembershipExpires\",\n            \"DisplayName\": \"Membership Expires\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"OriginalJoinDate\",\n            \"DisplayName\": \"Original Join Date\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"ParentCustomerUniqueID\",\n            \"DisplayName\": \"Parent Customer\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"PersonalAddress\",\n            \"DisplayName\": \"Personal Address\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"PersonalEmail\",\n            \"DisplayName\": \"Personal Email\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"PersonalMobile\",\n            \"DisplayName\": \"Personal Mobile\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"PersonalPhone\",\n            \"DisplayName\": \"Personal Phone\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"Phone\",\n            \"DisplayName\": \"Phone\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"ShippingAddress\",\n            \"DisplayName\": \"Shipping Address\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"SpecifiedSystemFields\",\n            \"DisplayName\": \"SpecifiedSystemFields\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": true\n        },\n        {\n            \"Name\": \"Suffix\",\n            \"DisplayName\": \"Suffix\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"TenantID\",\n            \"DisplayName\": \"TenantID\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": true\n        },\n        {\n            \"Name\": \"TwitterHandle\",\n            \"DisplayName\": \"Twitter Handle\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        },\n        {\n            \"Name\": \"UniqueID\",\n            \"DisplayName\": \"UniqueID\",\n            \"AlwaysSend\": true,\n            \"IsInternal\": true\n        },\n        {\n            \"Name\": \"Website\",\n            \"DisplayName\": \"Website\",\n            \"AlwaysSend\": false,\n            \"IsInternal\": false\n        }\n    ],\n    \"CustomFields\": [\n        {\n            \"Name\": \"test set of options\",\n            \"DisplayName\": \"test set of options\",\n            \"Type\": 4,\n            \"TypeName\": \"Set of Options\"\n        }\n    ],\n    \"MemberTypes\": [\n        {\n            \"Name\": \"CD Individual\",\n            \"Description\": \"<p>Go Rockies!</p>\",\n            \"ForCompanies\": false\n        },\n        {\n            \"Name\": \"Supplier\",\n            \"Description\": \"<p>This is a description of the Supplier Member Type.</p>\",\n            \"ForCompanies\": true\n        }\n    ],\n    \"AssociationName\": \"Novi Gemini Association\",\n    \"AssociationAbbreviation\": \"NGA\"\n}"},{"id":"052d6915-9ea7-4982-8dc8-065a6e277f23","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic unauthorized-api-key"}],"url":"{{url}}/api/config/members"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"51"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Fri, 22 Feb 2019 19:03:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"API key is not authorized.\",\n    \"links\": {}\n}"}],"_postman_id":"8c473a6f-d4a9-4c37-846f-d2bb7189b6f3"}],"id":"89179012-b85d-47db-b5c9-c0e1cad30c4a","description":"<p>This section of API endpoints provides access to Novi AMS Member data. Member records are at the core of the Novi AMS system and most other types of records relate back to these somehow. These records could represent people or companies who are members, prospective members, past members, partners, staff, or any other entity who does business with the association.</p>\n<p>These endpoints are unavailable if your API key is not configured for \"Member Data Access\".</p>\n","_postman_id":"89179012-b85d-47db-b5c9-c0e1cad30c4a","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Events","item":[{"name":"Event Records","item":[{"name":"Event List","id":"7887c1c4-e52e-4b7d-bafa-c1eb9bcf496b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{apiKey}}"}],"url":"{{url}}/api/events?name={{eventName}}","description":"<p>Retrieves a list of events.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","events"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Partial name of the event. Any event whose name contains this text will be returned.</p>\n","type":"text/plain"},"key":"name","value":"{{eventName}}"},{"disabled":true,"description":{"content":"<p>Optional. Date from which to begin the search for events.  Events whose end date is greater than or equal to this date will be returned, as will recurring events.</p>\n","type":"text/plain"},"key":"eventDate","value":"{{eventDate}}"},{"disabled":true,"description":{"content":"<p>Optional. Date from which to begin the search for events. The last modified date referes to when the event record was last modified, or when the record was created if not modified since its creation.</p>\n","type":"text/plain"},"key":"lastModifiedDate","value":"{{lastModifiedDate}}"}],"variable":[]}},"response":[{"id":"c22328c5-f1aa-4032-afc0-05aa80a2eee7","name":"200 OK - Get Events","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/events?name={{eventName}}&eventDate={{eventDate}}&lastModifiedDate={{lastModifiedDate}}","host":["{{url}}"],"path":["api","events"],"query":[{"key":"name","value":"{{eventName}}","description":"Partial name of the event. Any event whose name contains this text will be returned."},{"key":"eventDate","value":"{{eventDate}}","description":"Date from which to begin the search for events.  Events whose end date is greater than or equal to this date will be returned, as will recurring events."},{"key":"lastModifiedDate","value":"{{lastModifiedDate}}","description":"Date from which to begin the search for events. The last modified date referes to when the event record was last modified, or when the record was created if not modified since its creation."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 09 Apr 2020 18:39:54 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n        \"Name\": \"Annual Awards Show\",\n        \"Active\": true,\n        \"Details\": \"<p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href=\\\"#\\\">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>\\r\\n<p>&nbsp;</p>\\r\\n<h2>Header Level 2</h2>\\r\\n<ol>\\r\\n<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\\r\\n<li>Aliquam tincidunt mauris eu risus.</li>\\r\\n</ol>\\r\\n<blockquote>\\r\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p>\\r\\n</blockquote>\\r\\n<h3>Header Level 3</h3>\\r\\n<ul>\\r\\n<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\\r\\n<li>Aliquam tincidunt mauris eu risus.</li>\\r\\n</ul>\\r\\n<h4>Header Level 4</h4>\\r\\n<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>\\r\\n<h5>Header Level 5</h5>\\r\\n<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>\\r\\n<h6>Header Level 6</h6>\\r\\n<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>\\r\\n<p><a href=\\\"#properties\\\">#properties</a></p>\",\n        \"Summary\": null,\n        \"StartDate\": \"2020-11-19T18:00:00\",\n        \"EndDate\": \"2020-11-19T22:00:00\",\n        \"AllDayEvent\": false,\n        \"TimeZone\": \"Pacific Standard Time\",\n        \"Tickets\": [\n            {\n                \"Name\": \"Member\",\n                \"Details\": null,\n                \"Price\": 125,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Future Member\",\n                \"Details\": null,\n                \"Price\": 150,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Corporate Table\",\n                \"Details\": null,\n                \"Price\": 100,\n                \"SeatsPerTicket\": 10\n            },\n            {\n                \"Name\": \"Test Ticket Mel\",\n                \"Details\": null,\n                \"Price\": 100,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Member Spouse\",\n                \"Details\": null,\n                \"Price\": null,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Non-Member Spouse\",\n                \"Details\": null,\n                \"Price\": null,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Future Member Spouse\",\n                \"Details\": null,\n                \"Price\": null,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Email Test Ticket\",\n                \"Details\": \"This is the Details section of the \\\"Email Test Ticket\\\"\",\n                \"Price\": 10,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Ticket Required\",\n                \"Details\": null,\n                \"Price\": 50,\n                \"SeatsPerTicket\": 2\n            },\n            {\n                \"Name\": \"Table for 2\",\n                \"Details\": \"2 seats per ticket\",\n                \"Price\": 100.67,\n                \"SeatsPerTicket\": 2\n            },\n            {\n                \"Name\": \"Free Ticket for Members\",\n                \"Details\": \"Members attend online for free.\",\n                \"Price\": null,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Non-Invoicable Ticket\",\n                \"Details\": \"This ticket may not be invoiced. Pay up buttercup.\",\n                \"Price\": 50,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"Free\",\n                \"Details\": null,\n                \"Price\": null,\n                \"SeatsPerTicket\": 1\n            },\n            {\n                \"Name\": \"New Ticket!\",\n                \"Details\": null,\n                \"Price\": 25,\n                \"SeatsPerTicket\": 2\n            }\n        ],\n        \"EventCategory\": {\n            \"ID\": 20,\n            \"Name\": \"Education\",\n            \"Active\": false\n        },\n        \"InternalNotes\": \"Internal Notes Example 1\"\n    },\n    {\n        \"EventUniqueId\": \"25affbdc-627d-45fd-9b16-a3da2e58ad46\",\n        \"Name\": \"My Recurring Show\",\n        \"Active\": true,\n        \"Details\": null,\n        \"Summary\": null,\n        \"StartDate\": \"2019-10-09T00:00:00\",\n        \"EndDate\": \"2019-10-09T01:00:00\",\n        \"AllDayEvent\": false,\n        \"TimeZone\": \"Eastern Standard Time\",\n        \"Tickets\": [],\n        \"EventCategory\": {\n            \"ID\": 21,\n            \"Name\": \"Tradeshows\",\n            \"Active\": false\n        },\n        \"InternalNotes\": \"Internal Notes Example 2\"\n    }\n]"},{"id":"f0c54118-6668-469c-a900-0ff484df4ec5","name":"401 Unauthorized - Key not authorized to provide event access","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Basic {{apiKey}}"}],"url":{"raw":"{{url}}/api/events?name={{eventName}}&eventDate={{eventDate}}&lastModifiedDate={{lastModifiedDate}}","host":["{{url}}"],"path":["api","events"],"query":[{"key":"name","value":"{{eventName}}","description":"Partial name of the event. Any event whose name contains this text will be returned."},{"key":"eventDate","value":"{{eventDate}}","description":"Date from which to begin the search for events.  Events whose end date is greater than or equal to this date will be returned, as will recurring events."},{"key":"lastModifiedDate","value":"{{lastModifiedDate}}","description":"Date from which to begin the search for events. The last modified date referes to when the event record was last modified, or when the record was created if not modified since its creation."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"51"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"Date","value":"Thu, 09 Apr 2020 18:52:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"API key is not authorized.\",\n    \"links\": {}\n}"}],"_postman_id":"7887c1c4-e52e-4b7d-bafa-c1eb9bcf496b"},{"name":"Event Details","id":"93d002a0-bb6d-474d-ab7a-f151391a15ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/events/:eventId","description":"<p>Returns the details of the specified event using the unique id.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","events",":eventId"],"host":["{{url}}"],"query":[],"variable":[{"id":"a8104d50-8996-4b5b-a1f6-a266e2b6b22c","description":{"content":"<p>Required. UniqueID of event to retrieve details for.</p>\n","type":"text/plain"},"type":"any","value":"{{eventId}}","key":"eventId"}]}},"response":[{"id":"2cc9ee14-dd9d-4ab8-af08-6908fdeb4d77","name":"200 OK - Event Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/events/:eventId","host":["{{url}}"],"path":["api","events",":eventId"],"variable":[{"key":"eventId","value":"401f0296-3a2e-47a9-92c2-106ebead8cf7","description":"Required. UniqueID of event to retrieve details for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1089"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcZGV2XHZzb1xub3ZpIEFNUyB2MlxBTVMuQUFHT1xhcGlcZXZlbnRzXDdhZDMyOTg2LTBhNjQtNGZhNy04MmQ3LWZmZTA3ZGIwMWRiOA==?="},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Mon, 12 Jul 2021 16:43:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n    \"Name\": \"Annual Awards Show\",\n    \"Active\": true,\n    \"Details\": \"<p>Sample Details</p>\",\n    \"Summary\": null,\n    \"StartDate\": \"2019-11-19T18:00:00\",\n    \"EndDate\": \"2019-11-19T22:00:00\",\n    \"AllDayEvent\": false,\n    \"TimeZone\": \"Pacific Standard Time\",\n    \"Url\": \"https://www.novitesting.com/events/annual-awards-show\",\n    \"LocationType\": \"Address\",\n    \"LocationName\": \"The Best Hotel In Town\",\n    \"Address1\": \"123 Best Hotel Boulevard\",\n    \"Address2\": null,\n    \"City\": \"Orlando\",\n    \"State\": \"Florida\",\n    \"ZipCode\": \"32819\",\n    \"Country\": null,\n    \"OnlineIsPrivate\": false,\n    \"OnlineLinkText\": null,\n    \"OnlineLinkUrl\": null,\n    \"CustomLocationDetails\": null,\n    \"Tickets\": [\n        {\n            \"TicketUniqueId\": \"36b2b21d-257b-4bcf-907f-9a5e3443dce8\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Member\",\n            \"Details\": null,\n            \"Price\": 125.00,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": true,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": \"This is my member confirmation text.<br />It keeps going.<br />And going.<br /><br />And going.<br /><br />But where does it end?\",\n            \"TicketCustomFields\": [\n                \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                \"91fe93d5-7739-4e95-b3f0-7e38d8ae6847\"\n            ]\n        },\n        {\n            \"TicketUniqueId\": \"1e02d992-8572-47c3-9829-97565227cb38\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Future Member\",\n            \"Details\": null,\n            \"Price\": 150.00,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": \"This is my future attendee confirmation text.<br />So if this starts, then the other must end.<br />Is this end obvious?\",\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"f56bf520-6ecf-49fb-80f1-a1be09e57dee\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Corporate Table\",\n            \"Details\": null,\n            \"Price\": 100.00,\n            \"SeatsPerTicket\": 10,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": 25,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"f35a9085-c38a-4106-baf5-0444008c8dee\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Test Ticket Mel\",\n            \"Details\": null,\n            \"Price\": 100.00,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": 22,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 1.00,\n            \"CEUTypes\": [\n                {\n                    \"UniqueID\": \"03b1879e-a3ac-46b8-bf62-d642e6102281\",\n                    \"Name\": \"CEC\",\n                    \"Active\": true\n                }\n            ],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": [\n                \"74e83217-9f23-4d24-a81e-a54722267e45\",\n                \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n                \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n                \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n                \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n                \"3f6ff24d-2790-48a5-828d-c365e36e5029\",\n                \"0a6662d9-d086-42fc-b834-3c2a8990aec7\"\n            ]\n        },\n        {\n            \"TicketUniqueId\": \"b73f68af-15ea-4ae1-a631-9cff01e7953f\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Member Spouse\",\n            \"Details\": null,\n            \"Price\": null,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Free\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 1.00,\n            \"CEUTypes\": [\n                {\n                    \"UniqueID\": \"6b3e2cb1-ee6c-4744-8918-cf5c6670ad97\",\n                    \"Name\": \"CAM\",\n                    \"Active\": true\n                }\n            ],\n            \"ConfirmationEmailInfo\": \"just some more info...\",\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"83ebb54e-34c7-4a88-9b60-cea33b4d56bb\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Non-Member Spouse\",\n            \"Details\": null,\n            \"Price\": null,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Free\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"4e7d151c-407f-471f-8850-1f84cf722b86\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Future Member Spouse\",\n            \"Details\": null,\n            \"Price\": null,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Free\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"4f1fa553-d099-428f-8d8f-d7bbad57885a\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Email Test Ticket\",\n            \"Details\": \"This is the Details section of the \\\"Email Test Ticket\\\"\",\n            \"Price\": 10.00,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": \"This is the Confirmation Email Information section of the \\\"Email Test Ticket\\\"\",\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"a18bbea9-da76-46e4-bbdf-98f16667b07f\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Ticket Required\",\n            \"Details\": null,\n            \"Price\": 50.00,\n            \"SeatsPerTicket\": 2,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": true,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"2c954094-ab31-4196-a976-e451b1bd1f54\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Table for 2\",\n            \"Details\": \"2 seats per ticket\",\n            \"Price\": 100.67,\n            \"SeatsPerTicket\": 2,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"2c899bfd-b5d8-4f94-a313-afd0ead3d889\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Free Ticket for Members\",\n            \"Details\": \"Members attend online for free.\",\n            \"Price\": null,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Free\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": \"<strong>HOW TO ATTEND THIS SESSION:</strong> <br /><br /><a href=\\\"https://attendee.gotowebinar.com/register/7636168030416016653\\\">Register here</a> with your name and email and join the webinar. If you can&rsquo;t make it, the same link will access the recorded session later today.&nbsp;<br /><br />Heather will review the following information: <br /><a href=\\\"https://www.seattle.gov/housing/intent-to-sell\\\">Seattle.gov/Housing: Intent to Sell Overview</a> <br /><a href=\\\"https://www.seattle.gov/Documents/Departments/Housing/PropertyManagers/IncomeRentLimits/2019%20RHP%20Income%20Limits.pdf\\\">Seattle Office of Housing: 2019 Income and Rent Limits - Rental Housing Program</a> <br /><a href=\\\"http://seattle.legistar.com/View.ashx?M=F&amp;ID=7586983&amp;GUID=3B707940-47D0-4707-BCD1-6154FB13DB5C\\\">Seattle City Council: Signed Bill 119537</a><br /><br /><i>Note: If this is your first time using GoToWebinar, try&nbsp;joining&nbsp;in advance to test your system. Read <a href=\\\"https://support.logmeininc.com/gotowebinar/help/how-to-join-a-webinar-g2w030002\\\" data-cke-saved-href=\\\"https://support.logmeininc.com/gotowebinar/help/how-to-join-a-webinar-g2w030002\\\">How to Join a Webinar</a> help document for more information. If you have trouble joining the webinar, call the RHA office at (206) 283-0816.</i>\",\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"37be76a8-cf7c-47f7-97c6-2d95bc2ff7a4\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Invoiceable Ticket\",\n            \"Details\": null,\n            \"Price\": 50.00,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"390f9368-3869-4731-9b89-27b61ccb8937\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Free\",\n            \"Details\": null,\n            \"Price\": null,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Free\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"f5c55cf3-4131-4e54-9092-d3ae9df18734\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"New Ticket!\",\n            \"Details\": null,\n            \"Price\": 25.00,\n            \"SeatsPerTicket\": 2,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"acb9aa63-4f4f-42c9-8617-de89fe85c5ae\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"ticket\",\n            \"Details\": null,\n            \"Price\": 300.00,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"a8a45f84-7609-4cea-bc81-e10071f3a4f0\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Town Hall 3\",\n            \"Details\": null,\n            \"Price\": null,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Free\",\n            \"DisableInvoicing\": false,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": \"<strong>Join Zoom Meeting<br /></strong><br />https://us02web.zoom.us/j...<br /><br />Meeting ID: 830 6688 ...<br /><br />Password: TownHall3&nbsp;<br /><br />One tap mobile 646-558-8656 (New York)\",\n            \"TicketCustomFields\": []\n        },\n        {\n            \"TicketUniqueId\": \"e01547c7-e538-4fec-8421-e12af5d7b809\",\n            \"EventUniqueId\": \"ed6b46b5-c1c1-4ecd-b676-6c89ffaa96a9\",\n            \"Name\": \"Ticket - Credit Card Payment Only\",\n            \"Details\": null,\n            \"Price\": 10.00,\n            \"SeatsPerTicket\": 1,\n            \"TicketType\": \"Paid\",\n            \"DisableInvoicing\": true,\n            \"Taxable\": false,\n            \"NumberAvailable\": null,\n            \"PurchaseStartDate\": null,\n            \"PurchaseEndDate\": null,\n            \"ContinuingEducationUnits\": 0.00,\n            \"CEUTypes\": [],\n            \"ConfirmationEmailInfo\": null,\n            \"TicketCustomFields\": []\n        }\n    ],\n    \"EventCategory\": {\n        \"ID\": 1070,\n        \"Name\": \"Signature Events\",\n        \"Active\": true\n    },\n    \"InternalNotes\": \"Internal Notes Example\"\n}"}],"_postman_id":"93d002a0-bb6d-474d-ab7a-f151391a15ee"},{"name":"Create Event","id":"c2aff82f-bd6a-49ba-b62b-ea16ba3b2412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"2026 Annual Summit\",\r\n  \"active\": true,\r\n  \"details\": \"<p>Event details</p>\",\r\n  \"summary\": \"Annual summit for members\",\r\n  \"startDate\": \"2026-10-15T09:00:00\",\r\n  \"endDate\": \"2026-10-15T17:00:00\",\r\n  \"allDayEvent\": false,\r\n  \"timeZone\": \"Eastern Standard Time\",\r\n  \"registrationUrl\": \"https://example.org/register\",\r\n  \"locationType\": \"Online\",\r\n  \"onlineIsPrivate\": false,\r\n  \"onlineLinkText\": \"Join Event\",\r\n  \"onlineLinkUrl\": \"https://example.org/join\",\r\n  \"logo\": \"/uploaded/events/logo.png\",\r\n  \"featuredImage\": \"/uploaded/events/hero.png\",\r\n  \"eventCategory\": {\r\n    \"id\": 2753\r\n  },\r\n  \"internalNotes\": \"Internal planning notes\",\r\n  \"seoInfo\": {\r\n    \"title\": \"2026 Annual Summit\",\r\n    \"fileName\": \"2026-annual-summit\",\r\n    \"description\": \"Annual summit event page\",\r\n    \"ogTitle\": \"2026 Annual Summit\",\r\n    \"ogDescription\": \"Join us at the annual summit\",\r\n    \"ogImage\": \"/uploaded/events/og.png\",\r\n    \"twitterTitle\": \"2026 Annual Summit\",\r\n    \"twitterDescription\": \"Join us at the summit\",\r\n    \"twitterImage\": \"/uploaded/events/twitter.png\",\r\n    \"twitterCardType\": 1\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/events","description":"<p>Creates a new event.<br />Important Notes:</p>\n<ul>\n<li><p><code>eventUniqueId</code> must not be supplied for create.</p>\n</li>\n<li><p>If <code>seoInfo</code> is omitted on create, SEO is auto-generated.</p>\n</li>\n<li><p>Event category is required on create (valid ID or name).</p>\n</li>\n<li><p><code>tickets</code> in the payload are currently ignored by event create/update.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","events"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"178b7ee5-a60a-44d3-945e-3842ab2317ad","name":"200 - Successful Creation of an event","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"2026 Annual Summit\",\r\n  \"active\": true,\r\n  \"details\": \"<p>Event details</p>\",\r\n  \"summary\": \"Annual summit for members\",\r\n  \"startDate\": \"2026-10-15T09:00:00\",\r\n  \"endDate\": \"2026-10-15T17:00:00\",\r\n  \"allDayEvent\": false,\r\n  \"timeZone\": \"Eastern Standard Time\",\r\n  \"registrationUrl\": \"https://example.org/register\",\r\n  \"locationType\": \"Online\",\r\n  \"onlineIsPrivate\": false,\r\n  \"onlineLinkText\": \"Join Event\",\r\n  \"onlineLinkUrl\": \"https://example.org/join\",\r\n  \"logo\": \"/uploaded/events/logo.png\",\r\n  \"featuredImage\": \"/uploaded/events/hero.png\",\r\n  \"eventCategory\": {\r\n    \"id\": 2753\r\n  },\r\n  \"internalNotes\": \"Internal planning notes\",\r\n  \"seoInfo\": {\r\n    \"title\": \"2026 Annual Summit\",\r\n    \"fileName\": \"2026-annual-summit\",\r\n    \"description\": \"Annual summit event page\",\r\n    \"ogTitle\": \"2026 Annual Summit\",\r\n    \"ogDescription\": \"Join us at the annual summit\",\r\n    \"ogImage\": \"/uploaded/events/og.png\",\r\n    \"twitterTitle\": \"2026 Annual Summit\",\r\n    \"twitterDescription\": \"Join us at the summit\",\r\n    \"twitterImage\": \"/uploaded/events/twitter.png\",\r\n    \"twitterCardType\": 1\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/events"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 13 Mar 2026 12:32:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20260313T123222Z-r1f8f7cb664bqj5phC1BL146fg0000000d4g0000000058r6"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"EventUniqueId\": \"03e5a1ed-97ad-4d37-ba67-895ed9859cf6\",\n    \"Name\": \"2026 Annual Summit\",\n    \"Active\": true,\n    \"Details\": \"<p>Event details</p>\",\n    \"Summary\": \"Annual summit for members\",\n    \"StartDate\": \"2026-10-15T09:00:00\",\n    \"EndDate\": \"2026-10-15T17:00:00\",\n    \"AllDayEvent\": false,\n    \"TimeZone\": \"Eastern Standard Time\",\n    \"Url\": \"https://novitesting.com/events/2026-annual-summit\",\n    \"RegistrationUrl\": \"https://example.org/register\",\n    \"LocationType\": \"Online\",\n    \"LocationName\": null,\n    \"Address1\": null,\n    \"Address2\": null,\n    \"City\": null,\n    \"State\": null,\n    \"ZipCode\": null,\n    \"Country\": null,\n    \"OnlineIsPrivate\": false,\n    \"OnlineLinkText\": \"Join Event\",\n    \"OnlineLinkUrl\": \"https://example.org/join\",\n    \"CustomLocationDetails\": null,\n    \"Logo\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure//uploaded/events/logo.png\",\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure//uploaded/events/hero.png\",\n    \"Tickets\": [],\n    \"EventCategory\": {\n        \"ID\": 2753,\n        \"Name\": \"Events\",\n        \"Active\": true,\n        \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-event-02-01-1.png\",\n        \"SEOInfo\": {\n            \"UniqueId\": \"0b3bfe40-c7de-403d-b5ff-c8e92a6708e4\",\n            \"Title\": \"Events\",\n            \"FileName\": \"events\",\n            \"FileNameWithPrefix\": \"events/events\",\n            \"Description\": null,\n            \"OgTitle\": null,\n            \"OgDescription\": null,\n            \"OgImage\": null,\n            \"TwitterTitle\": null,\n            \"TwitterDescription\": null,\n            \"TwitterImage\": null,\n            \"TwitterCardType\": 0\n        }\n    },\n    \"InternalNotes\": \"Internal planning notes\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"bab733be-f6f7-4953-ba90-7eb09e37949f\",\n        \"Title\": \"2026 Annual Summit\",\n        \"FileName\": \"2026-annual-summit\",\n        \"FileNameWithPrefix\": \"events/2026-annual-summit\",\n        \"Description\": \"Annual summit event page\",\n        \"OgTitle\": \"2026 Annual Summit\",\n        \"OgDescription\": \"Join us at the annual summit\",\n        \"OgImage\": \"/uploaded/events/og.png\",\n        \"TwitterTitle\": \"2026 Annual Summit\",\n        \"TwitterDescription\": \"Join us at the summit\",\n        \"TwitterImage\": \"/uploaded/events/twitter.png\",\n        \"TwitterCardType\": 1\n    }\n}"}],"_postman_id":"c2aff82f-bd6a-49ba-b62b-ea16ba3b2412"},{"name":"Update Event","id":"91086545-a9ef-49e2-b673-c603e68729e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"2026 Annual Summit (Updated)\",\r\n  \"active\": true,\r\n  \"details\": \"<p>Updated details</p>\",\r\n  \"summary\": \"Updated summary\",\r\n  \"startDate\": \"2026-10-15T09:00:00\",\r\n  \"endDate\": \"2026-10-15T17:00:00\",\r\n  \"allDayEvent\": false,\r\n  \"timeZone\": \"Eastern Standard Time\",\r\n  \"registrationUrl\": \"https://example.org/register\",\r\n  \"locationType\": \"Address\",\r\n  \"locationName\": \"Convention Center\",\r\n  \"address1\": \"123 Main St\",\r\n  \"city\": \"Grand Rapids\",\r\n  \"state\": \"MI\",\r\n  \"zipCode\": \"49503\",\r\n  \"country\": \"United States\",\r\n  \"eventCategory\": {\r\n    \"id\": 2753\r\n  },\r\n  \"internalNotes\": \"Updated internal notes\",\r\n  \"seoInfo\": {\r\n    \"title\": \"2026 Annual Summit Updated\",\r\n    \"fileName\": \"2026-annual-summit-updated\",\r\n    \"description\": \"Updated event page metadata\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/events/:uniqueId","description":"<p>Updates an Event<br />Important notes</p>\n<ul>\n<li><p>For updates, the request body is treated as a full update.</p>\n</li>\n<li><p>If <code>id</code> does not map to an existing event, current behavior returns <code>400</code> with an error message (not <code>404</code>).</p>\n</li>\n<li><p>Recurring events cannot be updated via this endpoint.</p>\n</li>\n<li><p><code>tickets</code> in the payload are currently ignored by event create/update.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","events",":uniqueId"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Required: Event UniqueID</p>\n","type":"text/plain"},"type":"any","value":"03e5a1ed-97ad-4d37-ba67-895ed9859cf6","key":"uniqueId"}]}},"response":[{"id":"10fb2759-a2ef-4339-8a3d-38a987862cba","name":"200 - Successful Updated Event","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"2026 Annual Summit (Updated)\",\r\n  \"active\": true,\r\n  \"details\": \"<p>Updated details</p>\",\r\n  \"summary\": \"Updated summary\",\r\n  \"startDate\": \"2026-10-15T09:00:00\",\r\n  \"endDate\": \"2026-10-15T17:00:00\",\r\n  \"allDayEvent\": false,\r\n  \"timeZone\": \"Eastern Standard Time\",\r\n  \"registrationUrl\": \"https://example.org/register\",\r\n  \"locationType\": \"Address\",\r\n  \"locationName\": \"Convention Center\",\r\n  \"address1\": \"123 Main St\",\r\n  \"city\": \"Grand Rapids\",\r\n  \"state\": \"MI\",\r\n  \"zipCode\": \"49503\",\r\n  \"country\": \"United States\",\r\n  \"eventCategory\": {\r\n    \"id\": 2753\r\n  },\r\n  \"internalNotes\": \"Updated internal notes\",\r\n  \"seoInfo\": {\r\n    \"title\": \"2026 Annual Summit Updated\",\r\n    \"fileName\": \"2026-annual-summit-updated\",\r\n    \"description\": \"Updated event page metadata\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/events/:uniqueId","host":["{{url}}"],"path":["api","events",":uniqueId"],"variable":[{"key":"uniqueId","value":"03e5a1ed-97ad-4d37-ba67-895ed9859cf6","description":"Required: Event UniqueID"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 13 Mar 2026 12:42:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20260313T124212Z-159567c94d4kv2pwhC1BL1refs000000171g000000002vxr"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"EventUniqueId\": \"03e5a1ed-97ad-4d37-ba67-895ed9859cf6\",\n    \"Name\": \"2026 Annual Summit (Updated)\",\n    \"Active\": true,\n    \"Details\": \"<p>Updated details</p>\",\n    \"Summary\": \"Updated summary\",\n    \"StartDate\": \"2026-10-15T09:00:00\",\n    \"EndDate\": \"2026-10-15T17:00:00\",\n    \"AllDayEvent\": false,\n    \"TimeZone\": \"Eastern Standard Time\",\n    \"Url\": \"https://novitesting.com/events/2026-annual-summit-updated\",\n    \"RegistrationUrl\": \"https://example.org/register\",\n    \"LocationType\": \"Address\",\n    \"LocationName\": \"Convention Center\",\n    \"Address1\": \"123 Main St\",\n    \"Address2\": null,\n    \"City\": \"Grand Rapids\",\n    \"State\": \"MI\",\n    \"ZipCode\": \"49503\",\n    \"Country\": \"United States\",\n    \"OnlineIsPrivate\": false,\n    \"OnlineLinkText\": null,\n    \"OnlineLinkUrl\": null,\n    \"CustomLocationDetails\": null,\n    \"Logo\": null,\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-event-02-01-1.png\",\n    \"Tickets\": [],\n    \"EventCategory\": {\n        \"ID\": 2753,\n        \"Name\": \"Events\",\n        \"Active\": true,\n        \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-event-02-01-1.png\",\n        \"SEOInfo\": {\n            \"UniqueId\": \"0b3bfe40-c7de-403d-b5ff-c8e92a6708e4\",\n            \"Title\": \"Events\",\n            \"FileName\": \"events\",\n            \"FileNameWithPrefix\": \"events/events\",\n            \"Description\": null,\n            \"OgTitle\": null,\n            \"OgDescription\": null,\n            \"OgImage\": null,\n            \"TwitterTitle\": null,\n            \"TwitterDescription\": null,\n            \"TwitterImage\": null,\n            \"TwitterCardType\": 0\n        }\n    },\n    \"InternalNotes\": \"Updated internal notes\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"bab733be-f6f7-4953-ba90-7eb09e37949f\",\n        \"Title\": \"2026 Annual Summit Updated\",\n        \"FileName\": \"2026-annual-summit-updated\",\n        \"FileNameWithPrefix\": \"events/2026-annual-summit-updated\",\n        \"Description\": \"Updated event page metadata\",\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"}],"_postman_id":"91086545-a9ef-49e2-b673-c603e68729e8"}],"id":"8dd902c3-f8e7-423f-8d63-bc76732bafc7","description":"<p>Event records represent events themselves within Novi.</p>\n","_postman_id":"8dd902c3-f8e7-423f-8d63-bc76732bafc7","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Tickets","item":[{"name":"Ticket List","id":"67e15501-d45d-4f34-ace5-bb40c75e1e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/tickets?eventId={{eventId}}","description":"<p>Returns a list of the current tickets for a specified event.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","tickets"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Required. The unique id of the event to view tickets for.</p>\n","type":"text/plain"},"key":"eventId","value":"{{eventId}}"}],"variable":[]}},"response":[{"id":"04c7d6cc-d5d7-457f-acee-c0cd98bcc9fa","name":"200 OK - Ticket List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/tickets?eventId={{eventId}}","host":["{{url}}"],"path":["api","tickets"],"query":[{"key":"eventId","value":"{{eventId}}","description":"Required. The unique id of the event to view tickets for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0tcvtYAAAAACHVJ3b6WMbRpRoCfJSKHtDUERYMzFFREdFMDIxNwAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 13 Jul 2021 17:21:56 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n        \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n        \"Name\": \"Simple Ticket Updated\",\n        \"Details\": null,\n        \"Price\": 20,\n        \"SeatsPerTicket\": 1,\n        \"TicketType\": \"Free\",\n        \"DisableInvoicing\": false,\n        \"Taxable\": false,\n        \"NumberAvailable\": null,\n        \"PurchaseStartDate\": null,\n        \"PurchaseEndDate\": null,\n        \"ContinuingEducationUnits\": 0,\n        \"CEUTypes\": [],\n        \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\",\n        \"TicketCustomFields\": null\n    }\n]"}],"_postman_id":"67e15501-d45d-4f34-ace5-bb40c75e1e39"},{"name":"Ticket Details","id":"604cd7e4-f12e-45bd-a89f-d315b6e754bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/tickets/:ticketId","description":"<p>Returns the detail of a single ticket record using the unique id.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","tickets",":ticketId"],"host":["{{url}}"],"query":[],"variable":[{"id":"97092787-ba60-487a-ad51-40a87c8c0193","description":{"content":"<p>Required. The unique id of the ticket you want to see details for.</p>\n","type":"text/plain"},"type":"any","value":"{{ticketId}}","key":"ticketId"}]}},"response":[{"id":"d297a151-261b-43fe-8073-264b55a6e0d5","name":"404 Not Found - Ticket Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/tickets/:ticketId","host":["{{url}}"],"path":["api","tickets",":ticketId"],"variable":[{"key":"ticketId","value":"{{ticketId}}","description":"Required. The unique id of the ticket you want to see details for."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"42"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0mMvtYAAAAAASKlb7OAuwQZVxLr9J6Mr9UERYMzFFREdFMDIxNwAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 13 Jul 2021 17:21:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Ticket not found.\",\n    \"links\": {}\n}"},{"id":"f8e06107-3f91-48a8-9b49-ffaa31e9878e","name":"200 OK - Ticket Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/tickets/:ticketId","host":["{{url}}"],"path":["api","tickets",":ticketId"],"variable":[{"key":"ticketId","value":"{{ticketId}}","description":"Required. The unique id of the ticket you want to see details for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0q8vtYAAAAADdhgZRrl4/S4CmQOpXuUNHUERYMzFFREdFMDIxNwAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 13 Jul 2021 17:21:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n    \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n    \"Name\": \"Simple Ticket Updated\",\n    \"Details\": null,\n    \"Price\": 20,\n    \"SeatsPerTicket\": 1,\n    \"TicketType\": \"Free\",\n    \"DisableInvoicing\": false,\n    \"Taxable\": false,\n    \"NumberAvailable\": null,\n    \"PurchaseStartDate\": null,\n    \"PurchaseEndDate\": null,\n    \"ContinuingEducationUnits\": 0,\n    \"CEUTypes\": [],\n    \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\",\n    \"TicketCustomFields\": null\n}"}],"_postman_id":"604cd7e4-f12e-45bd-a89f-d315b6e754bf"},{"name":"Create Ticket","id":"18059714-7f3b-45fa-a01c-19d52863ec00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n    \"Name\": \"Simple Ticket\",\r\n    \"Details\": null,\r\n    \"Price\": 10.00,\r\n    \"SeatsPerTicket\": 1,\r\n    \"TicketType\": \"Paid\",\r\n    \"ContinuingEducationUnits\": 2.00,\r\n    \"CEUTypes\": [],\r\n    \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/tickets","description":"<p>Adds a new ticket to an event in Novi.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single ticket object. (See \"Tickets\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>201 Created</strong><br />If your POST passes all validation you'll receive a 201 response code along with a copy of the newly created record and the record's assigned unique ID.  </p>\n<p>Location Header - The response will also contain this header which will give you the PUT location for the new record for any further updates.</p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","tickets"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"768370d9-1e7b-4fd3-95bf-40616142067c","name":"201 Created - Create Ticket","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n    \"Name\": \"Simple Ticket\",\r\n    \"Details\": null,\r\n    \"Price\": 10.00,\r\n    \"SeatsPerTicket\": 1,\r\n    \"TicketType\": \"Paid\",\r\n    \"ContinuingEducationUnits\": 2.00,\r\n    \"CEUTypes\": [],\r\n    \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/tickets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"458"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Location","value":"https://app-novi-test-east-001.azurewebsites.net/api/tickets/1c4fc710-3333-4fd2-a3f3-f85e8699ebad"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0acjtYAAAAADinffI1vQQQbsbtHWiuLbOUERYMzFFREdFMDIxOQAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 13 Jul 2021 17:07:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n    \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n    \"Name\": \"Simple Ticket\",\n    \"Details\": null,\n    \"Price\": 10,\n    \"SeatsPerTicket\": 1,\n    \"TicketType\": \"Paid\",\n    \"DisableInvoicing\": false,\n    \"Taxable\": false,\n    \"NumberAvailable\": null,\n    \"PurchaseStartDate\": null,\n    \"PurchaseEndDate\": null,\n    \"ContinuingEducationUnits\": 2,\n    \"CEUTypes\": [],\n    \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\",\n    \"TicketCustomFields\": null\n}"}],"_postman_id":"18059714-7f3b-45fa-a01c-19d52863ec00"},{"name":"Update Ticket","id":"0c5edc8f-fbaa-4f00-a7b1-1fb76b88a73a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\r\n    \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n    \"Name\": \"Simple Ticket Updated\",\r\n    \"Details\": null,\r\n    \"Price\": 20.00,\r\n    \"SeatsPerTicket\": 1,\r\n    \"TicketType\": \"Free\",\r\n    \"ContinuingEducationUnits\": 0.00,\r\n    \"CEUTypes\": [],\r\n    \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\",\r\n    \"TicketCustomFields\": [\r\n        \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\r\n        \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/tickets/:ticketId","description":"<p>Updates an existing ticket record with the newly specified values.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single ticket object. (See \"Tickets\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>201 Created</strong><br />If your POST passes all validation you'll receive a 201 response code along with a copy of the newly created record and the record's assigned unique ID. </p>\n<p>Location Header - The response will also contain this header which will give you the PUT location for the new record for any further updates.</p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","tickets",":ticketId"],"host":["{{url}}"],"query":[],"variable":[{"id":"d7bdbb29-1864-435e-bcc3-f218764348cd","type":"any","value":"{{ticketId}}","key":"ticketId"}]}},"response":[{"id":"fc93b77d-9488-49d5-beaf-6f447a45ca97","name":"400 - Invalid Name - Update Ticket","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\r\n    \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n    \"Name\": \"Simple Ticket Updated  getting longer getting longer getting longer getting longer getting longer getting longer\",\r\n    \"Details\": null,\r\n    \"Price\": 20.00,\r\n    \"SeatsPerTicket\": 1,\r\n    \"TicketType\": \"Free\",\r\n    \"ContinuingEducationUnits\": 0.00,\r\n    \"CEUTypes\": [],\r\n    \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/tickets/:ticketId","host":["{{url}}"],"path":["api","tickets",":ticketId"],"variable":[{"key":"ticketId","value":"{{ticketId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"130"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0V8rtYAAAAAC1ZWO+ejuETaCAST9ASsNaUERYMzFFREdFMDIxMAAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 13 Jul 2021 17:16:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"The field Name must be a string or array type with a maximum length of '50'.\"\n    ]\n}"},{"id":"14870b69-b579-46c5-a1aa-b3d4e2002fe1","name":"200 OK - Update Ticket","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\r\n    \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n    \"Name\": \"Simple Ticket Updated\",\r\n    \"Details\": null,\r\n    \"Price\": 20.00,\r\n    \"SeatsPerTicket\": 1,\r\n    \"TicketType\": \"Free\",\r\n    \"ContinuingEducationUnits\": 0.00,\r\n    \"CEUTypes\": [],\r\n    \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/tickets/:ticketId","host":["{{url}}"],"path":["api","tickets",":ticketId"],"variable":[{"key":"ticketId","value":"{{ticketId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"437"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0bcrtYAAAAABwE8MpJxENTI+r+2V83pVBUERYMzFFREdFMDIxMAAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 13 Jul 2021 17:16:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n    \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n    \"Name\": \"Simple Ticket Updated\",\n    \"Details\": null,\n    \"Price\": 20,\n    \"SeatsPerTicket\": 1,\n    \"TicketType\": \"Free\",\n    \"DisableInvoicing\": false,\n    \"Taxable\": false,\n    \"NumberAvailable\": null,\n    \"PurchaseStartDate\": null,\n    \"PurchaseEndDate\": null,\n    \"ContinuingEducationUnits\": 0,\n    \"CEUTypes\": [],\n    \"ConfirmationEmailInfo\": \"This is some sample email confirmation text.\",\n    \"TicketCustomFields\": null\n}"}],"_postman_id":"0c5edc8f-fbaa-4f00-a7b1-1fb76b88a73a"}],"id":"e518936b-897c-4fae-81f3-8758b268e698","description":"<p>Every event has a unique set of tickets that attendees can register for. A ticket can only be associated with one event, but an event can have many tickets. Basic tickets can be created via the API to facilitate integrations with third-party event systems.</p>\n<p>Tickets created via the API can be used for registrations created via the API, but they cannot be registered for via the UI. More complex ticket setup options are available via the admin UI to facilitate the accounting, visibility, and limitations necessary to register within the app.</p>\n<h3 id=\"ticket-fields\">Ticket Fields</h3>\n<p><strong>TicketUniqueID</strong> - Read only<br />GUID/String<br /><em>Novi generated GUID for the ticket.</em></p>\n<p><strong>EventUniqueID</strong> - Required<br />GUID/String<br /><em>The unique ID of the event record this ticket is for.</em></p>\n<p><strong>Name</strong> - Required<br />String - Max 50 characters<br /><em>The name of ticket.</em></p>\n<p><strong>Details</strong> - Required<br />String - Max 500 characters<br /><em>A detailed description of the ticket.</em></p>\n<p><strong>Price</strong><br />Decimal<br /><em>The price of the ticket.</em></p>\n<p><strong>SeatsPerTicket</strong><br />Integer<br /><em>The number of attendees/seats a single purchase of this ticket admits to the event. Ex: A table of 8 chairs sold together would have a SeatsPerTicket value of 8, while a basic education class ticket would have a SeatsPerTicket value of 1 so each attendee would purchase their own ticket.</em></p>\n<p><strong>TicketType</strong> - Required<br />String<br /><em>Valid options: Paid, Free, Donation.</em></p>\n<p><strong>DisableInvoicing</strong><br />Boolean<br /><em>Indicates if invoicing is disabled for ticket.</em></p>\n<p><strong>NumberAvailable</strong><br />Integer<br /><em>The number of available tickets of this type. Ticket will be considered sold out when the number of tickets sold passes this amount. Leave null for infinite.</em></p>\n<p><strong>PurchaseStartDate</strong><br />DateTime<br /><em>The date registration for this ticket is allowed to start.</em></p>\n<p><strong>PurchaseEndDate</strong><br />DateTime<br /><em>The date registration for this ticket ends.</em></p>\n<p><strong>ContinuingEducationUnits</strong><br />Decimal<br /><em>The number of CEUs earned by an attendee who attends the event using this ticket. Credits are not considered earned until attendee \"Attended\" field is set to true.</em></p>\n<p><strong>CEUTypes</strong><br />Array[GUID/String]<br /><em>An array of unique IDs of the CEU Types for this ticket. (See CEU Type endpoint)</em></p>\n<p><strong>ConfirmationEmailInfo</strong> - Required<br />String - Max 500 characters<br /><em>The text information that is sent to a registered attendee upon completion of their registration. (This information is not sent if you add a registration via the API.)</em></p>\n<p><strong>TicketCustomFields</strong><br />Array[GUID/String]<br /><em>An array of unique IDs of the Custom Fields for this ticket. Attendees registered for this ticket can then have values specified for those custom fields. (See Custom Field endpoint)</em></p>\n","_postman_id":"e518936b-897c-4fae-81f3-8758b268e698","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Registrations","item":[{"name":"Attendees","item":[{"name":"Attendee List","id":"9b4c1642-d128-4635-8e9b-18b6ee525165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/attendees?eventId={{eventId}}&attendeeId={{attendeeId}}&registrationDate={{registrationDate}}&lastModifiedDate={{lastModifiedDate}}&attendeeMemberUniqueId={{attendeeMemberUniqueId}}&attendeeName={{attendeeName}}","description":"<p>Retrieve a list of attendees for an event.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","attendees"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Required if no attendeeId. Unique ID of the event for which you want to retrieve attendees.</p>\n","type":"text/plain"},"key":"eventId","value":"{{eventId}}"},{"description":{"content":"<p>Required if no eventId. Unique ID of the attendee you want to retrieve.</p>\n","type":"text/plain"},"key":"attendeeId","value":"{{attendeeId}}"},{"description":{"content":"<p>Optional. Date from which to begin the search for attendees.  Only attendees registered on or after this date will be returned.</p>\n","type":"text/plain"},"key":"registrationDate","value":"{{registrationDate}}"},{"description":{"content":"<p>Optional. Date from which to begin the search for attendees. The last modified date referes to when the attendee record was last modified, or when the record was created if not modified since initial registration.</p>\n","type":"text/plain"},"key":"lastModifiedDate","value":"{{lastModifiedDate}}"},{"description":{"content":"<p>Optional. Unique ID of a member you want to retrieve attendee records for.</p>\n","type":"text/plain"},"key":"attendeeMemberUniqueId","value":"{{attendeeMemberUniqueId}}"},{"description":{"content":"<p>Optional. Default is null. Search on an attendee's name. Exact match, not case sensitive.</p>\n","type":"text/plain"},"key":"attendeeName","value":"{{attendeeName}}"}],"variable":[]}},"response":[{"id":"d777e365-2a96-4ffc-aafa-75db0f5ca37e","name":"200 OK - Get Attendee Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":{"raw":"{{url}}/api/attendees?attendeeId={{attendeeId}}","host":["{{url}}"],"path":["api","attendees"],"query":[{"key":"eventId","value":"{{eventId}}","description":"Unique ID of the event that you want to retrieve attendees for","disabled":true},{"key":"registrationDate","value":"{{registrationDate}}","description":"Date from which to begin the search for attendees.  Only attendees registered on or after this date will be returned.","disabled":true},{"key":"lastModifiedDate","value":"2019-04-15 18:17:56.62","description":"Date from which to begin the search for attendees. The last modified date referes to when the attendee record was last modified, or when the record was created if not modified since initial registration.","type":"text","disabled":true},{"key":"attendeeId","value":"{{attendeeId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"638"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUm9iXERlc2t0b3BcTm92aVxBTVMuQUFHT1xhcGlcZXZlbnRz?="},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Wed, 17 Apr 2019 13:38:27 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AttendeeUniqueID\": \"f90aef2b-4437-4920-81ab-a53dadd5623f\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"Robert Sessions\",\n        \"FirstName\": \"Robert\",\n        \"LastName\": \"Sessions\",\n        \"CompanyName\": \"Tester Company\",\n        \"Email\": \"robert@sessions.edu\",\n        \"Phone\": \"(313)671-3191\",\n        \"Cancelled\": false,\n        \"Attended\": true,\n        \"PaymentStatus\": \"Unpaid: $10.00\",\n        \"RegistrationDate\": \"2019-04-15T14:17:56.62\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"808b8f35-3762-45ca-86b3-f375a5b79948\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"29d094ec-b827-44ac-8704-965032fe18c4\",\n        \"TicketName\": \"OFfice\",\n        \"AttendeeCustomFields\": []\n    }\n]"},{"id":"4446107f-c3de-4f74-9f67-8ea6934e9291","name":"401 Unauthorized - Key not authorized to provide event access","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":{"raw":"{{url}}/api/attendees?eventId={{eventId}}&registrationDate={{registrationDate}}","host":["{{url}}"],"path":["api","attendees"],"query":[{"key":"eventId","value":"{{eventId}}","description":"Unique ID of the event that you want to retrieve attendees for"},{"key":"attendeeId","value":"{{attendeeId}}","description":"Unique ID of the attendee you want to retrieve","type":"text","disabled":true},{"key":"registrationDate","value":"{{registrationDate}}","description":"Date from which to begin the search for attendees.  Only attendees registered on or after this date will be returned."},{"key":"lastModifiedDate","value":"2019-04-15 18:17:56.62","description":"Date from which to begin the search for attendees. The last modified date referes to when the attendee record was last modified, or when the record was created if not modified since initial registration.","type":"text","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2651"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUm9iXERlc2t0b3BcTm92aVxBTVMuQUFHT1xhcGlcZXZlbnRz?="},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 16 Apr 2019 17:04:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"API key is not authorized.\",\r\n  \"links\": {}\r\n}"},{"id":"b2e8a951-ddca-486c-a9e7-dcd3bd274c6f","name":"200 OK - Get attendees by last modified date","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":{"raw":"{{url}}/api/attendees?eventId={{eventId}}&lastModifiedDate={{lastModifiedDate}}","host":["{{url}}"],"path":["api","attendees"],"query":[{"key":"eventId","value":"{{eventId}}","description":"Unique ID of the event that you want to retrieve attendees for"},{"key":"attendeeId","value":"{{attendeeId}}","description":"Unique ID of the attendee you want to retrieve","type":"text","disabled":true},{"key":"registrationDate","value":"{{registrationDate}}","description":"Date from which to begin the search for attendees.  Only attendees registered on or after this date will be returned.","disabled":true},{"key":"lastModifiedDate","value":"{{lastModifiedDate}}","description":"Date from which to begin the search for attendees. The last modified date referes to when the attendee record was last modified, or when the record was created if not modified since initial registration."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"5221"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUm9iXERlc2t0b3BcTm92aVxBTVMuQUFHT1xhcGlcZXZlbnRz?="},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Wed, 17 Apr 2019 13:39:53 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AttendeeUniqueID\": \"af2ec0d7-7bc7-4d79-b11c-f20226a28f3d\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"Bob Ross\",\n        \"FirstName\": \"Bob\",\n        \"LastName\": \"Ross\",\n        \"CompanyName\": \"Diego Rodriguez\",\n        \"Email\": \"ras12@sioadfjoi.com\",\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid\",\n        \"RegistrationDate\": \"2019-04-15T14:15:28.98\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"17ee118c-4213-4186-a135-6f59041d62b9\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"29d094ec-b827-44ac-8704-965032fe18c4\",\n        \"TicketName\": \"OFfice\",\n        \"AttendeeCustomFields\": []\n    },\n    {\n        \"AttendeeUniqueID\": \"f90aef2b-4437-4920-81ab-a53dadd5623f\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"My Guest\",\n        \"FirstName\": \"My\",\n        \"LastName\": \"Guest\",\n        \"CompanyName\": \"Tester Company\",\n        \"Email\": \"robert@guest.edu\",\n        \"Phone\": \"(313)671-3191\",\n        \"Cancelled\": false,\n        \"Attended\": true,\n        \"PaymentStatus\": \"Unpaid: $10.00\",\n        \"RegistrationDate\": \"2019-04-15T14:17:56.62\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": null,\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"29d094ec-b827-44ac-8704-965032fe18c4\",\n        \"TicketName\": \"OFfice\",\n        \"AttendeeCustomFields\": []\n    },\n    {\n        \"AttendeeUniqueID\": \"dc031e49-c002-4387-9b9e-8b5f0c8d7d46\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"55 Twin Lane\",\n        \"FirstName\": \"Amelia\",\n        \"LastName\": null,\n        \"CompanyName\": \"Sample Company\",\n        \"Email\": \"ras12@albion.edu\",\n        \"Phone\": \"(650)554-8822\",\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid: $10.00\",\n        \"RegistrationDate\": \"2019-04-15T14:49:53.973\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"14600980-8069-413b-afbf-ed70d789b40b\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"29d094ec-b827-44ac-8704-965032fe18c4\",\n        \"TicketName\": \"OFfice\",\n        \"AttendeeCustomFields\": [\n            {\n                \"Name\": \"Rob's Checkbox Test\",\n                \"Value\": \"true\"\n            },\n            {\n                \"Name\": \"Rob's Decimal Test\",\n                \"Value\": \"3.234\"\n            }\n        ]\n    },\n    {\n        \"AttendeeUniqueID\": \"ea588d56-bf96-499a-84fa-95788c545a9e\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"Mark Cho\",\n        \"FirstName\": \"Mark\",\n        \"LastName\": \"Cho\",\n        \"CompanyName\": null,\n        \"Email\": \"Mark@Cho.com\",\n        \"Phone\": \"(650)554-1470\",\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid: $20.00\",\n        \"RegistrationDate\": \"2019-04-15T15:04:16.247\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"17aae0f7-92ac-4575-ab69-720278d19e75\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"c89435c7-97c4-40d7-9e05-1b75ecf39c22\",\n        \"TicketName\": \"GUID Test\",\n        \"AttendeeCustomFields\": []\n    },\n    {\n        \"AttendeeUniqueID\": \"c6e74934-8112-407f-98a1-0d7f68056ae1\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"New Guy\",\n        \"FirstName\": \"New\",\n        \"LastName\": \"Guy\",\n        \"CompanyName\": null,\n        \"Email\": null,\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid: $30.00\",\n        \"RegistrationDate\": \"2019-04-16T11:10:00.6\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"f261719f-820a-41d3-a1b9-acd5536b3d5a\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"29d094ec-b827-44ac-8704-965032fe18c4\",\n        \"TicketName\": \"OFfice\",\n        \"AttendeeCustomFields\": [\n            {\n                \"Name\": \"Rob's Checkbox Test\",\n                \"Value\": \"false\"\n            },\n            {\n                \"Name\": \"Rob's Decimal Test\",\n                \"Value\": \"5.234\"\n            }\n        ]\n    },\n    {\n        \"AttendeeUniqueID\": \"e6046276-31cb-4cfe-809c-4af616484140\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"First Last\",\n        \"FirstName\": \"First\",\n        \"LastName\": \"Last\",\n        \"CompanyName\": \"Some Company Name Inc\",\n        \"Email\": \"ramir.macallister@cowstore.net\",\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid: $30.00\",\n        \"RegistrationDate\": \"2019-04-16T11:10:00.6\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"d36719b7-6e8e-404b-95e7-f3f17776a535\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"6714f785-8541-4066-af02-1b9e2938d343\",\n        \"TicketName\": \"GUID Test - COPY\",\n        \"AttendeeCustomFields\": []\n    },\n    {\n        \"AttendeeUniqueID\": \"209225f3-5d18-46ab-9a98-f7bac34f8693\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"Sample Sub-Company Employee\",\n        \"FirstName\": \"Sample\",\n        \"LastName\": \"Employee\",\n        \"CompanyName\": \"Sample Company\",\n        \"Email\": null,\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid: $30.00\",\n        \"RegistrationDate\": \"2019-04-16T11:27:34.62\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"00000000-0000-0000-0000-000000000002\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"29d094ec-b827-44ac-8704-965032fe18c4\",\n        \"TicketName\": \"OFfice\",\n        \"AttendeeCustomFields\": [\n            {\n                \"Name\": \"Rob's Checkbox Test\",\n                \"Value\": \"true\"\n            },\n            {\n                \"Name\": \"Rob's Decimal Test\",\n                \"Value\": \"1.234\"\n            }\n        ]\n    },\n    {\n        \"AttendeeUniqueID\": \"262b1b43-ec14-442e-92a0-10c7bba0afdc\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"Staffer McStaffly\",\n        \"FirstName\": \"Staffer\",\n        \"LastName\": \"McStaffly\",\n        \"CompanyName\": \"55 Twin Lane\",\n        \"Email\": \"\",\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid: $30.00\",\n        \"RegistrationDate\": \"2019-04-16T11:27:34.62\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"47972979-a9be-4fd9-a0a3-8da47c1f7016\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"6714f785-8541-4066-af02-1b9e2938d343\",\n        \"TicketName\": \"GUID Test - COPY\",\n        \"AttendeeCustomFields\": []\n    }\n]"},{"id":"9956c7c4-5ee1-468b-a7ef-6332ba3643ee","name":"200 OK - Get Attendees by Registration Date","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":{"raw":"{{url}}/api/attendees?eventId={{eventId}}&registrationDate={{registrationDate}}","host":["{{url}}"],"path":["api","attendees"],"query":[{"key":"eventId","value":"{{eventId}}","description":"Unique ID of the event that you want to retrieve attendees for"},{"key":"attendeeId","value":"{{attendeeId}}","description":"Unique ID of the attendee you want to retrieve","type":"text","disabled":true},{"key":"registrationDate","value":"{{registrationDate}}","description":"Date from which to begin the search for attendees.  Only attendees registered on or after this date will be returned."},{"key":"lastModifiedDate","value":"2019-04-15 18:17:56.62","description":"Date from which to begin the search for attendees. The last modified date referes to when the attendee record was last modified, or when the record was created if not modified since initial registration.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2651"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUm9iXERlc2t0b3BcTm92aVxBTVMuQUFHT1xhcGlcZXZlbnRz?="},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Tue, 16 Apr 2019 17:04:03 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"AttendeeUniqueID\": \"c6e74934-8112-407f-98a1-0d7f68056ae1\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"New Guy\",\n        \"FirstName\": \"New\",\n        \"LastName\": \"Guy\",\n        \"CompanyName\": null,\n        \"Email\": null,\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": null,\n        \"PaymentStatus\": \"Unpaid: $30.00\",\n        \"RegistrationDate\": \"2019-04-16T11:10:00.6\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"f261719f-820a-41d3-a1b9-acd5536b3d5a\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"29d094ec-b827-44ac-8704-965032fe18c4\",\n        \"TicketName\": \"OFfice\",\n        \"AttendeeCustomFields\": [\n            {\n                \"Name\": \"Rob's Checkbox Test\",\n                \"Value\": \"false\"\n            },\n            {\n                \"Name\": \"Rob's Decimal Test\",\n                \"Value\": \"5.234\"\n            }\n        ]\n    },\n    {\n        \"AttendeeUniqueID\": \"e6046276-31cb-4cfe-809c-4af616484140\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"My Guest\",\n        \"FirstName\": \"My\",\n        \"LastName\": \"Guest\",\n        \"CompanyName\": \"Some Company Name Inc\",\n        \"Email\": \"ramir.macallister@cowstore.net\",\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid: $30.00\",\n        \"RegistrationDate\": \"2019-04-16T11:10:00.6\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": null,\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"6714f785-8541-4066-af02-1b9e2938d343\",\n        \"TicketName\": \"GUID Test - COPY\",\n        \"AttendeeCustomFields\": []\n    },\n    {\n        \"AttendeeUniqueID\": \"209225f3-5d18-46ab-9a98-f7bac34f8693\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"Sample Sub-Company Employee\",\n        \"FirstName\": \"Sample\",\n        \"LastName\": \"Employee\",\n        \"CompanyName\": \"Sample Company\",\n        \"Email\": null,\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": null,\n        \"PaymentStatus\": \"Unpaid: $30.00\",\n        \"RegistrationDate\": \"2019-04-16T11:27:34.62\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"00000000-0000-0000-0000-000000000002\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"29d094ec-b827-44ac-8704-965032fe18c4\",\n        \"TicketName\": \"OFfice\",\n        \"AttendeeCustomFields\": [\n            {\n                \"Name\": \"Rob's Checkbox Test\",\n                \"Value\": \"true\"\n            },\n            {\n                \"Name\": \"Rob's Decimal Test\",\n                \"Value\": \"1.234\"\n            }\n        ]\n    },\n    {\n        \"AttendeeUniqueID\": \"262b1b43-ec14-442e-92a0-10c7bba0afdc\",\n        \"EventUniqueId\": \"401f0296-3a2e-47a9-92c2-106ebead8cf7\",\n        \"EventName\": \"Robs Office Party\",\n        \"FullName\": \"Staffer McStaffly\",\n        \"FirstName\": \"Staffer\",\n        \"LastName\": \"McStaffly\",\n        \"CompanyName\": \"55 Twin Lane\",\n        \"Email\": \"\",\n        \"Phone\": null,\n        \"Cancelled\": false,\n        \"Attended\": false,\n        \"PaymentStatus\": \"Unpaid: $30.00\",\n        \"RegistrationDate\": \"2019-04-16T11:27:34.62\",\n        \"CancellationDate\": null,\n        \"AttendeeCustomerUniqueId\": \"47972979-a9be-4fd9-a0a3-8da47c1f7016\",\n        \"PurchaserUniqueId\": \"0e281a8b-e3ef-4d86-9169-068d3d98ec24\",\n        \"PurchaserName\": \"Geeta Kalapatapu\",\n        \"TicketUniqueId\": \"6714f785-8541-4066-af02-1b9e2938d343\",\n        \"TicketName\": \"GUID Test - COPY\",\n        \"AttendeeCustomFields\": []\n    }\n]"}],"_postman_id":"9b4c1642-d128-4635-8e9b-18b6ee525165"},{"name":"Mark Attended","id":"7f28e55b-a70c-4039-a25d-42807c8a0d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/attendees/:attendeeId/mark-attended","description":"<p>Sets \"Attended\" = true for the specified attendee record.</p>\n<p>To clear or set back to false, please see \"Update Registration\".</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","attendees",":attendeeId","mark-attended"],"host":["{{url}}"],"query":[],"variable":[{"id":"30996057-74bd-4fc6-bfe3-b1c96bb46e4e","type":"any","value":"cee1db13-31d5-4020-b96c-be6f37875d85","key":"attendeeId"}]}},"response":[],"_postman_id":"7f28e55b-a70c-4039-a25d-42807c8a0d3e"}],"id":"4f75b0df-05a3-48f7-b75e-6bb9fc013a43","description":"<p>An attendee record in Novi represents a single \"seat\" at an event and is the cross reference between a purchased ticket and the attending individual. A single individual could appear on multiple attendee records for a single event if they register for multiple ticket types.</p>\n<p>Novi identifies \"unique\" attendees as either of the following -</p>\n<ol>\n<li><p>A unique AttendeeCustomerUniqueId OR</p>\n</li>\n<li><p>A unique Full Name + Company Name with a blank AttendeeCustomerUniqueId</p>\n</li>\n</ol>\n<h3 id=\"attendee-fields\">Attendee Fields</h3>\n<p><strong>AttendeeUniqueID</strong> - Read only<br />GUID/String<br /><em>Novi generated GUID for the attendee.</em></p>\n<p><strong>EventUniqueID</strong> - Required<br />GUID/String<br /><em>The unique ID of the event record this registration is for.</em></p>\n<p><strong>EventName</strong> - Read only<br />String<br /><em>The name of event record this registration is for.</em></p>\n<p><strong>AttendeeCustomerUniqueID</strong><br />GUID/String<br /><em>The unique ID of the member record this attendee is for.</em></p>\n<p><strong>FullName</strong><br />String - Max 100 characters<br /><em>Full name of the attendee.</em></p>\n<p><strong>FirstName</strong><br />String - Max 25 characters<br /><em>First name of the attendee.</em></p>\n<p><strong>LastName</strong><br />String - Max 25 characters<br /><em>Last name of the attendee.</em></p>\n<p><strong>CompanyName</strong><br />String - Max 100 characters<br /><em>Name of the company for the attendee of this registration.</em></p>\n<p><strong>Email</strong><br />String<br /><em>Email address for the attendee.</em></p>\n<p><strong>Phone</strong><br />String - Max 25 characters<br /><em>Phone number for the attendee.</em></p>\n<p><strong>Attended</strong><br />Boolean<br /><em>Indicates whether or not this attendee actually attended the event or not.</em></p>\n<p><strong>PricePaid</strong><br />Decimal<br /><em>The price the attendee paid for this ticket. (Exclusive of any discounts or taxes.)</em></p>\n<p><strong>TaxPaid</strong><br />Decimal<br /><em>The tax amount the attendee paid for this ticket. (Exclusive of any discounts)</em></p>\n<p><strong>DiscountAmount</strong><br />Decimal<br /><em>The amount the attendee saved via a discount for this ticket.</em></p>\n<p><strong>DiscountTax</strong><br />Decimal<br /><em>The tax amount the attendee saved via a discount for this ticket. (This amount will be subtracted from TaxPaid for a final amount of taxes paid.)</em></p>\n<p><strong>RegistrationDate</strong> - Read Only<br />DateTime<br /><em>The date on which this attendee was registered. Specified on Registration level.</em></p>\n<p><strong>Cancelled</strong> - Read Only<br />Boolean<br /><em>Indicates whether or not this attendee's registration has been cancelled. To set this to true - specify a CancellationDate.</em></p>\n<p><strong>CancellationDate</strong> - Read Only<br />DateTime<br /><em>The date on which this attendee's registration was cancelled.</em></p>\n<p><strong>PurchaserUniqueId</strong> - Read Only<br />GUID/String<br /><em>The unique ID of the member record that is the purchaser of this registration. Specified on Registration level.</em></p>\n<p><strong>PurchaserName</strong> - Read Only<br />String<br /><em>The name of member record that is the purchaser of this registration. Specified on Registration level.</em></p>\n<p><strong>TicketUniqueId</strong> - Required<br />GUID/String<br /><em>The unique ID of the ticket that this attendee is registered for.</em></p>\n<p><strong>TicketName</strong> - Read Only<br />String<br /><em>The name of ticket that this attendee is registered for.</em></p>\n<p><strong>AttendeeCustomFields</strong><br />Object[Custom Field Object] - See Below<br /><em>This will be an JSON object where each sub object will indexed by custom field name and be a custom field object. See endpoint examples for more.</em></p>\n<h5 id=\"custom-field-objects\">Custom Field Objects</h5>\n<hr />\n<p><strong>CustomFieldUniqueID</strong> - Required<br />Guid/String<br /><em>Novi generated GUID for the custom field.</em></p>\n<p><strong>Value</strong><br />String/Date/Number/Boolean<br /><em>Type is determined by the type of the custom field itself as configured in the Novi AMS admin. Additional rules such as required fields, max lengths, max fields, or limited options will be enforced based on additional custom field configuration inside the Novi AMS admin. Fields are required based on \"Required on Backend\" setting.</em></p>\n<p><strong>IsSumOfChildren</strong><br />Boolean<br /><em>Number custom fields only. If true, the value will be a summation of the values of this field on all children records.</em></p>\n","_postman_id":"4f75b0df-05a3-48f7-b75e-6bb9fc013a43","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Registration List","id":"ef45622d-6fd9-4227-80af-1d865495975d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/registrations?pageSize=100&offset=0&eventId={{eventId}}&attendeeName=null","description":"<p>Returns a list of all registrations for a specific event.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","registrations"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"100"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"key":"eventId","value":"{{eventId}}"},{"description":{"content":"<p>Optional. Default is null. Search on an attendee's name. Exact match, not case sensitive.</p>\n","type":"text/plain"},"key":"attendeeName","value":"null"}],"variable":[]}},"response":[{"id":"886c5515-e569-4e7d-ae5e-d5f42d718241","name":"200 OK - Registration List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/registrations?eventId={{eventId}}","host":["{{url}}"],"path":["api","registrations"],"query":[{"key":"eventId","value":"{{eventId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0CHHwYAAAAADDMC7rHUelQ6Nl4Q3u9NozUERYMzFFREdFMDIwNgAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Thu, 15 Jul 2021 17:31:53 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"RegistrationUniqueID\": \"436ce81f-70b2-4a61-bb39-77b59065b786\",\n        \"RegistrationNumber\": \"1460\",\n        \"EventUniqueID\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n        \"EventName\": \"Test API Event\",\n        \"PurchaserUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n        \"BillablePartyUniqueID\": null,\n        \"GuestName\": null,\n        \"GuestEmail\": null,\n        \"GuestPhone\": null,\n        \"ConfirmationEmail\": \"duke@canada.com\",\n        \"QBSalesReceiptID\": null,\n        \"QBInvoiceID\": \"PendingSync\",\n        \"PaymentStatus\": \"Unpaid\",\n        \"RegistrationDetailURL\": null,\n        \"Attendees\": [\n            {\n                \"AttendeeUniqueID\": \"9b9cd397-266d-465e-beb3-20e43c13a27b\",\n                \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n                \"EventName\": \"Test API Event\",\n                \"FullName\": \"Test API Person 1\",\n                \"FirstName\": \"Test\",\n                \"LastName\": \"API Person 1\",\n                \"CompanyName\": \"\",\n                \"Email\": \"\",\n                \"Phone\": null,\n                \"Cancelled\": false,\n                \"Attended\": true,\n                \"PricePaid\": 10,\n                \"TaxPaid\": 0,\n                \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\n                \"CancellationDate\": null,\n                \"AttendeeCustomerUniqueId\": \"8c25ffa6-30f8-4a2b-9a36-5780e8ec2f14\",\n                \"PurchaserUniqueId\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n                \"PurchaserName\": \"Test API Company\",\n                \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n                \"TicketName\": \"Simple Ticket Updated\",\n                \"AttendeeCustomFields\": []\n            }\n        ]\n    },\n    {\n        \"RegistrationUniqueID\": \"8330d65c-456b-4cc2-a850-51d43fc2a5cd\",\n        \"RegistrationNumber\": \"1461\",\n        \"EventUniqueID\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n        \"EventName\": \"Test API Event\",\n        \"PurchaserUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n        \"BillablePartyUniqueID\": null,\n        \"GuestName\": null,\n        \"GuestEmail\": null,\n        \"GuestPhone\": null,\n        \"ConfirmationEmail\": \"duke@canada.com\",\n        \"QBSalesReceiptID\": \"4892\",\n        \"QBInvoiceID\": null,\n        \"PaymentStatus\": \"Paid\",\n        \"RegistrationDetailURL\": \"https://en.wikipedia.org/wiki/Portland_International_Airport_carpet\",\n        \"Attendees\": [\n            {\n                \"AttendeeUniqueID\": \"7b3fa57b-12c9-4a73-bc10-77dbc2615519\",\n                \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n                \"EventName\": \"Test API Event\",\n                \"FullName\": \"Test API Person 1\",\n                \"FirstName\": \"Test\",\n                \"LastName\": \"API Person 1\",\n                \"CompanyName\": \"Test API Company\",\n                \"Email\": \"testapipersonrecord@test.com\",\n                \"Phone\": \"(345)345-3453x453453\",\n                \"Cancelled\": false,\n                \"Attended\": true,\n                \"PricePaid\": 10,\n                \"TaxPaid\": 0,\n                \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\n                \"CancellationDate\": null,\n                \"AttendeeCustomerUniqueId\": \"8c25ffa6-30f8-4a2b-9a36-5780e8ec2f14\",\n                \"PurchaserUniqueId\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n                \"PurchaserName\": \"Test API Company\",\n                \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n                \"TicketName\": \"Simple Ticket Updated\",\n                \"AttendeeCustomFields\": [\n                    {\n                        \"CustomFieldUniqueID\": \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\n                        \"Name\": \"Number Events\",\n                        \"Value\": \"blah blah\"\n                    },\n                    {\n                        \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                        \"Name\": \"Date & Time Events\",\n                        \"Value\": \"blah\"\n                    }\n                ]\n            }\n        ]\n    }\n]"},{"id":"c90b7c6f-7859-41b5-bccb-d7e9efd26197","name":"200 OK - All Query Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/registrations?pageSize=100&offset=0&attendeeName=Aldwin Remer&eventId=a535c171-b207-4d6f-b1e2-ac286a6ed780","host":["{{url}}"],"path":["api","registrations"],"query":[{"key":"pageSize","value":"100","type":"text"},{"key":"offset","value":"0","type":"text"},{"key":"attendeeName","value":"Aldwin Remer","type":"text"},{"key":"eventId","value":"a535c171-b207-4d6f-b1e2-ac286a6ed780"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 20:02:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T200256Z-1795856ccd45znqh3hw2vkw5pg0000000k3g000000014xb5"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"RegistrationUniqueID\": \"ed0f80c3-dd14-4b91-b668-57acd9a8409f\",\n            \"RegistrationNumber\": \"4416\",\n            \"EventUniqueID\": \"a535c171-b207-4d6f-b1e2-ac286a6ed780\",\n            \"EventName\": \"Harvest Party\",\n            \"PurchaserUniqueID\": \"32bd3dda-8fe1-4cc4-9d9a-1233e502a31b\",\n            \"BillablePartyUniqueID\": \"32bd3dda-8fe1-4cc4-9d9a-1233e502a31b\",\n            \"GuestName\": null,\n            \"GuestEmail\": null,\n            \"GuestPhone\": null,\n            \"ConfirmationEmail\": \"aldwi.re@acusage.net\",\n            \"QBSalesReceiptID\": null,\n            \"QBInvoiceID\": \"17289\",\n            \"PaymentStatus\": \"Unpaid: $70.00\",\n            \"RegistrationDate\": \"2024-07-02T17:23:34.56\",\n            \"RegistrationDetailURL\": null,\n            \"Attendees\": [\n                {\n                    \"AttendeeUniqueID\": \"8a030782-87a1-43bd-844f-e898dce492f1\",\n                    \"AttendeeRecordUniqueID\": \"c3dfab22-07c3-4bae-834e-e52eed7d054b\",\n                    \"EventUniqueId\": \"a535c171-b207-4d6f-b1e2-ac286a6ed780\",\n                    \"EventName\": \"Harvest Party\",\n                    \"FullName\": \"Aldwin Remer\",\n                    \"FirstName\": \"Aldwin\",\n                    \"LastName\": \"Remer\",\n                    \"CompanyName\": null,\n                    \"Email\": \"aldwi.re@acusage.net\",\n                    \"Phone\": null,\n                    \"JobTitle\": null,\n                    \"Credentials\": \"\",\n                    \"Cancelled\": false,\n                    \"Attended\": false,\n                    \"PricePaid\": 50,\n                    \"TaxPaid\": 0,\n                    \"DiscountAmount\": 0,\n                    \"DiscountTax\": 0,\n                    \"RegistrationDate\": \"0001-01-01T00:00:00\",\n                    \"CancellationDate\": null,\n                    \"AttendeeCustomerUniqueId\": \"32bd3dda-8fe1-4cc4-9d9a-1233e502a31b\",\n                    \"PurchaserUniqueId\": \"32bd3dda-8fe1-4cc4-9d9a-1233e502a31b\",\n                    \"PurchaserName\": \"Aldwin Remer\",\n                    \"TicketUniqueId\": \"c85390de-052e-4968-a3b1-e6559853e095\",\n                    \"TicketName\": \"Ticket test\",\n                    \"AttendeeCustomFields\": []\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"ef45622d-6fd9-4227-80af-1d865495975d"},{"name":"Registration Details","id":"b5724cce-b7d8-4fc0-b189-77402e1fcee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/registrations/:registrationId","description":"<p>Returns the detail of a single registration (including associated attendees) using the registration unique id.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","registrations",":registrationId"],"host":["{{url}}"],"query":[],"variable":[{"id":"e0f5f0e2-59ce-4ef5-a67f-a3a151a1fef6","description":{"content":"<p>Required. The registration unique id you want to see details for.</p>\n","type":"text/plain"},"type":"any","value":"{{registrationId}}","key":"registrationId"}]}},"response":[{"id":"5ccf3e29-b047-472c-9d15-c2f543ebbacf","name":"200 OK - Registration Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/registrations/:registrationId","host":["{{url}}"],"path":["api","registrations",":registrationId"],"variable":[{"key":"registrationId","value":"436ce81f-70b2-4a61-bb39-77b59065b786","description":"Required. The registration unique id you want to see details for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0L3XwYAAAAABjEsrW4mnnSobGH+cjclpyUERYMzFFREdFMDIwOAAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Thu, 15 Jul 2021 17:49:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"RegistrationUniqueID\": \"436ce81f-70b2-4a61-bb39-77b59065b786\",\n    \"RegistrationNumber\": \"1460\",\n    \"EventUniqueID\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n    \"EventName\": \"Test API Event\",\n    \"PurchaserUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n    \"BillablePartyUniqueID\": null,\n    \"GuestName\": null,\n    \"GuestEmail\": null,\n    \"GuestPhone\": null,\n    \"ConfirmationEmail\": \"duke@canada.com\",\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": \"PendingSync\",\n    \"PaymentStatus\": \"Unpaid\",\n    \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\n    \"RegistrationDetailURL\": null,\n    \"Attendees\": [\n        {\n            \"AttendeeUniqueID\": \"9b9cd397-266d-465e-beb3-20e43c13a27b\",\n            \"AttendeeRecordUniqueID\": \"a23ed290-88e6-49ba-b215-5eecfb2a6ad6\",\n            \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n            \"EventName\": \"Test API Event\",\n            \"FullName\": \"Test API Person 1\",\n            \"FirstName\": \"Test\",\n            \"LastName\": \"API Person 1\",\n            \"CompanyName\": \"\",\n            \"Email\": \"\",\n            \"Phone\": null,\n            \"JobTitle\": null,\n            \"Credentials\": \"\",\n            \"Cancelled\": false,\n            \"Attended\": true,\n            \"PricePaid\": 10.00,\n            \"TaxPaid\": 0.00,\n            \"DiscountAmount\": 0.00,\n            \"DiscountTax\": 0.00,\n            \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\n            \"CancellationDate\": null,\n            \"AttendeeCustomerUniqueId\": \"8c25ffa6-30f8-4a2b-9a36-5780e8ec2f14\",\n            \"PurchaserUniqueId\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n            \"PurchaserName\": \"Test API Company\",\n            \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n            \"TicketName\": \"Simple Ticket Updated\",\n            \"AttendeeCustomFields\": []\n        }\n    ]\n}"},{"id":"f460fba1-bda7-443f-a4a2-46330757fed3","name":"404 Not Found - Invalid Id - Registration Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/registrations/:registrationId","host":["{{url}}"],"path":["api","registrations",":registrationId"],"variable":[{"key":"registrationId","value":"{{registrationId}}","description":"Required. The registration unique id you want to see details for."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"158"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0T3XwYAAAAAD7FTbUK792Rq6I7Y6kIdkyUERYMzFFREdFMDIwOAAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Thu, 15 Jul 2021 17:50:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"No HTTP resource was found that matches the request URI 'https://app-novi-test-east-001.azurewebsites.net/api/registrations/{{registrationId}}'.\"\n}"}],"_postman_id":"b5724cce-b7d8-4fc0-b189-77402e1fcee6"},{"name":"Create Registration","id":"2b590e4c-6ae4-43ca-94f9-283547a081f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"EventUniqueID\": \"70d63906-1390-405b-851b-69e321f345ee\",\r\n        \"PurchaserUniqueID\":null,\r\n        \"GuestName\": \"Test Guest\",\r\n        \"GuestEmail\": \"test@guest.com\",\r\n        \"GuestPhone\": \"111-111-1111\",\r\n        \"ConfirmationEmail\": \"duke@canada.com\",\r\n        \"QBSalesReceiptID\": null,\r\n        \"QBInvoiceID\": null,\r\n        \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\r\n        \"RegistrationDetailURL\": null,\r\n        \"Attendees\": [\r\n            {\r\n                \"AttendeeCustomerUniqueId\": null,\r\n                \"FullName\": \"Test Guest\",\r\n                \"FirstName\": \"Test\",\r\n                \"LastName\": \"Guest\",\r\n                \"CompanyName\": \"Test guest Co\",\r\n                \"Email\": \"testguestattendee@test.com\",\r\n                \"Phone\": \"111-111-1111\",\r\n                \"Cancelled\": false,\r\n                \"Attended\": true,\r\n                \"PaymentStatus\": \"Paid\",\r\n                \"PricePaid\": 0.00,\r\n                \"TaxPaid\": 0.00,\r\n                \"CancellationDate\": null,\r\n                \"TicketUniqueId\": \"ac8cbb63-b3ce-4692-bfde-6f77a299e7ec\",\r\n                \"AttendeeCustomFields\" : []\r\n            }\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registrations?","description":"<p>Adds a new registration with attendees to an event in Novi.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a registration object with one or more attendee objects. (See \"Registrations\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>201 Created</strong><br />If your POST passes all validation you'll receive a 201 response code along with a copy of the newly created record and the record's assigned unique ID.  </p>\n<p>Location Header - The response will also contain this header which will give you the PUT location for the new record for any further updates.</p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","registrations"],"host":["{{url}}"],"query":[{"key":"","value":null}],"variable":[]}},"response":[{"id":"69ae2e5c-0317-4c67-aeff-6da9f315ad0f","name":"201 Created - Create Registration","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"EventUniqueID\": \"{{eventId}}\",\r\n        \"PurchaserUniqueID\":null,\r\n        \"GuestName\": \"Test Guest\",\r\n        \"GuestEmail\": \"test@guest.com\",\r\n        \"GuestPhone\": \"111-111-1111\",\r\n        \"ConfirmationEmail\": \"duke@canada.com\",\r\n        \"QBSalesReceiptID\": null,\r\n        \"QBInvoiceID\": null,\r\n        \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\r\n        \"RegistrationDetailURL\": null,\r\n        \"Attendees\": [\r\n            {\r\n                \"AttendeeCustomerUniqueId\": null,\r\n                \"FullName\": \"Test Guest\",\r\n                \"FirstName\": \"Test\",\r\n                \"LastName\": \"Guest\",\r\n                \"CompanyName\": \"Test guest Co\",\r\n                \"Email\": \"testguestattendee@test.com\",\r\n                \"Phone\": \"111-111-1111\",\r\n                \"Cancelled\": false,\r\n                \"Attended\": true,\r\n                \"PaymentStatus\": \"Paid\",\r\n                \"PricePaid\": 10.00,\r\n                \"TaxPaid\": 0.00,\r\n                \"CancellationDate\": null,\r\n                \"TicketUniqueId\": \"{{ticketId}}\",\r\n                \"AttendeeCustomFields\" : [\r\n                    {\r\n                        \"CustomFieldUniqueID\": \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\r\n                        \"Value\": \"15\"\r\n                    }\r\n                ]\r\n                \r\n            }\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registrations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1262"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Location","value":"https://app-novi-test-east-001.azurewebsites.net/api/registrations/e0e5ddae-74dc-4781-8a07-cf87937addf8"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0vXXwYAAAAADE0rxmdWCUTb9yU4MF0Qs+UERYMzFFREdFMDIxMQAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Thu, 15 Jul 2021 17:51:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"RegistrationUniqueID\": \"e0e5ddae-74dc-4781-8a07-cf87937addf8\",\n    \"RegistrationNumber\": \"1471\",\n    \"EventUniqueID\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n    \"EventName\": \"Test API Event\",\n    \"PurchaserUniqueID\": \"3255dadf-693a-4820-8175-89d9f271e626\",\n    \"BillablePartyUniqueID\": null,\n    \"GuestName\": \"Test Guest\",\n    \"GuestEmail\": \"test@guest.com\",\n    \"GuestPhone\": \"111-111-1111\",\n    \"ConfirmationEmail\": \"duke@canada.com\",\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": null,\n    \"PaymentStatus\": \"Paid\",\n    \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\n    \"RegistrationDetailURL\": null,\n    \"Attendees\": [\n        {\n            \"AttendeeUniqueID\": \"bfbce647-c9c6-440d-b788-d953270c5739\",\n            \"AttendeeRecordUniqueID\": \"a23ed290-88e6-49ba-b215-5eecfb2a6ad6\",\n            \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n            \"EventName\": \"Test API Event\",\n            \"FullName\": \"Test Guest\",\n            \"FirstName\": \"Test\",\n            \"LastName\": \"Guest\",\n            \"CompanyName\": \"Test guest Co\",\n            \"Email\": \"testguestattendee@test.com\",\n            \"Phone\": \"111-111-1111\",\n            \"JobTitle\": null,\n            \"Credentials\": \"\",\n            \"Cancelled\": false,\n            \"Attended\": true,\n            \"PricePaid\": 10.00,\n            \"TaxPaid\": 0.00,\n            \"DiscountAmount\": 0.00,\n            \"DiscountTax\": 0.00,\n            \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\n            \"CancellationDate\": null,\n            \"AttendeeCustomerUniqueId\": null,\n            \"PurchaserUniqueId\": \"3255dadf-693a-4820-8175-89d9f271e626\",\n            \"PurchaserName\": \"novi Guest\",\n            \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n            \"TicketName\": \"Simple Ticket Updated\",\n            \"AttendeeCustomFields\": [\n                {\n                    \"CustomFieldUniqueID\": \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\n                    \"Name\": \"Number Events\",\n                    \"Value\": \"15\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"3f4e15cd-3a4c-4535-9173-70896245fdde","name":"400 - Invalid Purchaser/Guest - Create Registration","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"EventUniqueID\": \"{{eventId}}\",\r\n        \"PurchaserUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\r\n        \"GuestName\": \"Test Guest\",\r\n        \"GuestEmail\": \"testguest@test.com\",\r\n        \"GuestPhone\": \"111-111-1111\",\r\n        \"ConfirmationEmail\": \"duke@canada.com\",\r\n        \"QBSalesReceiptID\": null,\r\n        \"QBInvoiceID\": \"null\",\r\n        \"PricePaid\": 50.00,\r\n        \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\r\n        \"RegistrationDetailURL\": null,\r\n        \"Attendees\": [\r\n            {\r\n                \"AttendeeCustomerUniqueId\": \"8c25ffa6-30f8-4a2b-9a36-5780e8ec2f14\",\r\n                \"FullName\": \"\",\r\n                \"FirstName\": null,\r\n                \"LastName\": null,\r\n                \"CompanyName\": \"\",\r\n                \"Email\": \"\",\r\n                \"Phone\": null,\r\n                \"Cancelled\": false,\r\n                \"Attended\": true,\r\n                \"PaymentStatus\": \"Paid\",\r\n                \"PricePaid\": 10.00,\r\n                \"TaxPaid\": 0.00,\r\n                \"CancellationDate\": null,\r\n                \"TicketUniqueId\": \"{{ticketId}}\"\r\n                \r\n            }\r\n        ]\r\n    }","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registrations"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"160"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0T8/tYAAAAACDjqjPAJrHR5km71Da6qm8UERYMzFFREdFMDIwOAAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 13 Jul 2021 17:37:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"If PurchaserUniqueID is provided then GuestName, GuestEmail and GuestPhone fields should be null or empty.\"\n    ]\n}"}],"_postman_id":"2b590e4c-6ae4-43ca-94f9-283547a081f3"},{"name":"Update Registration","id":"66af08d5-3220-49d5-ab16-a0a6691197b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"RegistrationUniqueID\": \"8330d65c-456b-4cc2-a850-51d43fc2a5cd\",\r\n    \"RegistrationNumber\": \"1461\",\r\n    \"EventUniqueID\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n    \"EventName\": \"Test API Event\",\r\n    \"PurchaserUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\r\n    \"BillablePartyUniqueID\": null,\r\n    \"GuestName\": null,\r\n    \"GuestEmail\": null,\r\n    \"GuestPhone\": null,\r\n    \"ConfirmationEmail\": \"duke@canada.com\",\r\n    \"QBSalesReceiptID\": \"4892\",\r\n    \"QBInvoiceID\": null,\r\n    \"PaymentStatus\": \"Unpaid\",\r\n    \"RegistrationDate\": \"2021-07-19\",\r\n    \"RegistrationDetailURL\": \"https://en.wikipedia.org/wiki/Portland_International_Airport_carpet\",\r\n    \"Attendees\": [\r\n        {\r\n            \"AttendeeUniqueID\": \"7b3fa57b-12c9-4a73-bc10-77dbc2615519\",\r\n            \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n            \"EventName\": \"Test API Event\",\r\n            \"FullName\": \"Test API Person 1\",\r\n            \"FirstName\": \"Test\",\r\n            \"LastName\": \"API Person 1\",\r\n            \"CompanyName\": \"\",\r\n            \"Email\": \"\",\r\n            \"Phone\": null,\r\n            \"Cancelled\": true,\r\n            \"Attended\": true,\r\n            \"PricePaid\": 10.00,\r\n            \"TaxPaid\": 0.00,\r\n            \"DiscountAmount\": 5.00,\r\n            \"DiscountTax\": 0.00,\r\n            \"CancellationDate\": \"\",\r\n            \"AttendeeCustomerUniqueId\": \"8c25ffa6-30f8-4a2b-9a36-5780e8ec2f14\",\r\n            \"PurchaserUniqueId\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\r\n            \"PurchaserName\": \"Test API Company\",\r\n            \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\r\n            \"TicketName\": \"Simple Ticket Updated\",\r\n            \"AttendeeCustomFields\": [\r\n                {\r\n                    \"CustomFieldUniqueID\": \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\r\n                    \"Name\": \"Number Events\",\r\n                    \"Value\": \"5\"\r\n                },\r\n                {\r\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\r\n                    \"Value\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/registrations/:registrationId","description":"<p>Updates an existing registration and associated attendee records with the newly specified values.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single registration object. (See \"Registrations\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>200 Created</strong><br />If your POST passes all validation you'll receive a 200 response code. </p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","registrations",":registrationId"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Required. UniqueID of registration to update.</p>\n","type":"text/plain"},"type":"any","value":"{{registrationId}}","key":"registrationId"}]}},"response":[{"id":"c28bc7a9-7fb1-4afe-9a5e-e5deec929824","name":"200 OK - Update Registration","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"RegistrationUniqueID\": \"8330d65c-456b-4cc2-a850-51d43fc2a5cd\",\r\n    \"RegistrationNumber\": \"1461\",\r\n    \"EventUniqueID\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n    \"EventName\": \"Test API Event\",\r\n    \"PurchaserUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\r\n    \"BillablePartyUniqueID\": null,\r\n    \"GuestName\": null,\r\n    \"GuestEmail\": null,\r\n    \"GuestPhone\": null,\r\n    \"ConfirmationEmail\": \"duke@canada.com\",\r\n    \"QBSalesReceiptID\": \"4892\",\r\n    \"QBInvoiceID\": null,\r\n    \"PaymentStatus\": \"Unpaid\",\r\n    \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\r\n    \"RegistrationDetailURL\": \"https://en.wikipedia.org/wiki/Portland_International_Airport_carpet\",\r\n    \"Attendees\": [\r\n        {\r\n            \"AttendeeUniqueID\": \"7b3fa57b-12c9-4a73-bc10-77dbc2615519\",\r\n            \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n            \"EventName\": \"Test API Event\",\r\n            \"FullName\": \"Test API Person 1\",\r\n            \"FirstName\": \"Test\",\r\n            \"LastName\": \"API Person 1\",\r\n            \"CompanyName\": \"\",\r\n            \"Email\": \"\",\r\n            \"Phone\": null,\r\n            \"Cancelled\": true,\r\n            \"Attended\": true,\r\n            \"PricePaid\": 10.00,\r\n            \"TaxPaid\": 0.00,\r\n            \"DiscountAmount\": 5.00,\r\n            \"CancellationDate\": \"\",\r\n            \"AttendeeCustomerUniqueId\": \"8c25ffa6-30f8-4a2b-9a36-5780e8ec2f14\",\r\n            \"PurchaserUniqueId\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\r\n            \"PurchaserName\": \"Test API Company\",\r\n            \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\r\n            \"TicketName\": \"Simple Ticket Updated\",\r\n            \"AttendeeCustomFields\": [\r\n                {\r\n                    \"CustomFieldUniqueID\": \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\r\n                    \"Name\": \"Number Events\",\r\n                    \"Value\": \"15\"\r\n                },\r\n                {\r\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\r\n                    \"Value\": \"5/14/2021\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/registrations/:registrationId","host":["{{url}}"],"path":["api","registrations",":registrationId"],"variable":[{"key":"registrationId","value":"8330d65c-456b-4cc2-a850-51d43fc2a5cd","description":"Required. UniqueID of registration to update."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"954"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"04nXwYAAAAADhQEbkEWn3QbmHVq1a3wNEUERYMzFFREdFMDIxMQAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Thu, 15 Jul 2021 17:52:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"RegistrationUniqueID\": \"8330d65c-456b-4cc2-a850-51d43fc2a5cd\",\n    \"RegistrationNumber\": \"1461\",\n    \"EventUniqueID\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n    \"EventName\": \"Test API Event\",\n    \"PurchaserUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n    \"BillablePartyUniqueID\": null,\n    \"GuestName\": null,\n    \"GuestEmail\": null,\n    \"GuestPhone\": null,\n    \"ConfirmationEmail\": \"duke@canada.com\",\n    \"QBSalesReceiptID\": \"4892\",\n    \"QBInvoiceID\": null,\n    \"PaymentStatus\": \"Paid\",\n    \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\n    \"RegistrationDetailURL\": \"https://en.wikipedia.org/wiki/Portland_International_Airport_carpet\",\n    \"Attendees\": [\n        {\n            \"AttendeeUniqueID\": \"7b3fa57b-12c9-4a73-bc10-77dbc2615519\",\n            \"AttendeeRecordUniqueID\": \"a23ed290-88e6-49ba-b215-5eecfb2a6ad6\",\n            \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\n            \"EventName\": \"Test API Event\",\n            \"FullName\": \"Test API Person 1\",\n            \"FirstName\": \"Test\",\n            \"LastName\": \"API Person 1\",\n            \"CompanyName\": \"Test API Company\",\n            \"Email\": \"testapipersonrecord@test.com\",\n            \"Phone\": \"(345)345-3453x453453\",\n            \"JobTitle\": null,\n            \"Credentials\": \"\",\n            \"Cancelled\": false,\n            \"Attended\": true,\n            \"PricePaid\": 10.00,\n            \"TaxPaid\": 0.00,\n            \"DiscountAmount\": 0.00,\n            \"DiscountTax\": 0.00,\n            \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\n            \"CancellationDate\": null,\n            \"AttendeeCustomerUniqueId\": \"8c25ffa6-30f8-4a2b-9a36-5780e8ec2f14\",\n            \"PurchaserUniqueId\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\n            \"PurchaserName\": \"Test API Company\",\n            \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\n            \"TicketName\": \"Simple Ticket Updated\",\n            \"AttendeeCustomFields\": [\n                {\n                    \"CustomFieldUniqueID\": \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\n                    \"Name\": \"Number Events\",\n                    \"Value\": \"15\"\n                },\n                {\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n                    \"Name\": \"Date & Time Events\",\n                    \"Value\": \"5/14/2021\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"ad54321a-1e12-4813-93e0-4d7bdbba804d","name":"400 Bad Request - Invalid Guest Info - Update Registration","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"RegistrationUniqueID\": \"8330d65c-456b-4cc2-a850-51d43fc2a5cd\",\r\n    \"RegistrationNumber\": \"1461\",\r\n    \"EventUniqueID\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n    \"EventName\": \"Test API Event\",\r\n    \"PurchaserUniqueID\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\r\n    \"BillablePartyUniqueID\": null,\r\n    \"GuestName\": null,\r\n    \"GuestEmail\": \"notavalidemail\",\r\n    \"GuestPhone\": \"notavalidphone\",\r\n    \"ConfirmationEmail\": \"duke@canada.com\",\r\n    \"QBSalesReceiptID\": \"4892\",\r\n    \"QBInvoiceID\": null,\r\n    \"PaymentStatus\": \"Unpaid\",\r\n    \"RegistrationDate\": \"2019-09-11T10:55:34.273\",\r\n    \"RegistrationDetailURL\": \"https://en.wikipedia.org/wiki/Portland_International_Airport_carpet\",\r\n    \"Attendees\": [\r\n        {\r\n            \"AttendeeUniqueID\": \"7b3fa57b-12c9-4a73-bc10-77dbc2615519\",\r\n            \"EventUniqueId\": \"ca5e6dce-37a7-48fb-bd01-61ad452f157d\",\r\n            \"EventName\": \"Test API Event\",\r\n            \"FullName\": \"Test API Person 1\",\r\n            \"FirstName\": \"Test\",\r\n            \"LastName\": \"API Person 1\",\r\n            \"CompanyName\": \"\",\r\n            \"Email\": \"\",\r\n            \"Phone\": null,\r\n            \"Cancelled\": true,\r\n            \"Attended\": true,\r\n            \"PricePaid\": 10.00,\r\n            \"TaxPaid\": 0.00,\r\n            \"DiscountAmount\": 5.00,\r\n            \"CancellationDate\": \"\",\r\n            \"AttendeeCustomerUniqueId\": \"8c25ffa6-30f8-4a2b-9a36-5780e8ec2f14\",\r\n            \"PurchaserUniqueId\": \"c041cdf9-e5d3-4926-862f-67fc78b67797\",\r\n            \"PurchaserName\": \"Test API Company\",\r\n            \"TicketUniqueId\": \"1c4fc710-3333-4fd2-a3f3-f85e8699ebad\",\r\n            \"TicketName\": \"Simple Ticket Updated\",\r\n            \"AttendeeCustomFields\": [\r\n                {\r\n                    \"CustomFieldUniqueID\": \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\r\n                    \"Name\": \"Number Events\",\r\n                    \"Value\": \"15\"\r\n                },\r\n                {\r\n                    \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\r\n                    \"Value\": \"5/14/2021\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/registrations/:registrationId","host":["{{url}}"],"path":["api","registrations",":registrationId"],"variable":[{"key":"registrationId","value":"8330d65c-456b-4cc2-a850-51d43fc2a5cd","description":"Required. UniqueID of registration to update."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"157"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0DXbwYAAAAAB3f5IHbJ4AQIqB3YTI0XdAUERYMzFFREdFMDIxMQAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Thu, 15 Jul 2021 17:53:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"The GuestEmail field is not a valid e-mail address.\",\n        \"The GuestPhone field is not a valid phone number.\"\n    ]\n}"}],"_postman_id":"66af08d5-3220-49d5-ab16-a0a6691197b0"}],"id":"4a450786-a14d-4111-a036-12f4d2850324","description":"<p>Tracking who is attending events in Novi starts with a registration. You can think of it like an order object - it's the thing that groups attendees together who are registered at the same time.</p>\n<p>The Novi API allows you to view attendees directly, or via their associated registration. However if you want to create attendees, you'll need to start here with registrations.</p>\n<h3 id=\"registration-fields\">Registration Fields</h3>\n<p><strong>RegistrationUniqueID</strong> - Read only<br />GUID/String<br /><em>Novi generated GUID for the registration.</em></p>\n<p><strong>RegistrationNumber</strong> - Read only<br />String<br /><em>Novi generated number for the registration - can be viewed by admins in UI in registration list.</em></p>\n<p><strong>EventUniqueID</strong> - Required<br />GUID/String<br /><em>The unique ID of the event record this registration is for.</em></p>\n<p><strong>EventName</strong> - Read only<br />String<br /><em>The name of the event record this registration is for.</em></p>\n<p><strong>RegistrationDate</strong><br />DateTime<br /><em>The date on which this registration happened.</em></p>\n<p><strong>PurchaserUniqueId</strong> - Required if no guest specified.<br />GUID/String<br /><em>The unique ID of the member record that is the purchaser of this registration.</em></p>\n<p><strong>BillablePartyUniqueId</strong> - Required<br />GUID/String<br /><em>The unique ID of the member record that is the billable (invoiceable) party of this registration. Often the same as the purchaser.</em></p>\n<p><strong>GuestName</strong> - Required if no PurchaserUniqueId specified<br />String - Max 200 characters<br /><em>Full name of the guest purchaser of this registration.</em></p>\n<p><strong>GuestEmail</strong> <br />String - Max 100 characters<br /><em>Email address for the guest purchaser of this registration. Must be a valid email address.</em></p>\n<p><strong>GuestPhone</strong> <br />String - Max 21 characters<br /><em>Phone number for the guest purchaser of this registration. Must be a valid phone number.</em></p>\n<p><strong>QBSalesReceiptID</strong> <br />Integer<br /><em>Sales Receipt transaction ID from QuickBooks API if you created a transaction for this registration. If the transaction is not yet sync'd to Novi, you'll see a \"PendingSync\" result here and the transaction will be associated on the next QuickBooks sync.</em></p>\n<p><strong>QBInvoiceID</strong> <br />Integer<br /><em>Invoice transaction ID from QuickBooks API if you created a transaction for this registration. If the transaction is not yet sync'd to Novi, you'll see a \"PendingSync\" result here and the transaction will be associated on the next QuickBooks sync.</em></p>\n<p><strong>PaymentStatus</strong> - Read Only<br />String<br /><em>Calculated payment status of the associated QuickBooks transaction. If no QuickBooks transaction IDs are specified, then this will default to \"Paid\".</em></p>\n<p><strong>RegistrationDetailURL</strong><br />String - Max 1000 characters<br /><em>Unique URL to access this registration in a third-party system. A link to this URL will be shown in the Purchaser's &amp; Attendee's Member Compass in Novi.</em></p>\n<p><strong>Attendees</strong> - Required<br />Array of Attendee Objects</p>\n","_postman_id":"4a450786-a14d-4111-a036-12f4d2850324","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Event Categories","item":[{"name":"Event Category List","id":"874acf77-9c2b-44e8-aee1-dd48c05393d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/event-categories","description":"<p>Returns a list of all the admin specified event categories.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","event-categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0d58498e-7d50-4cc0-92a2-41c83167c153","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/event-categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 22:57:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T225746Z-167fd48666d9fjvkqqz6huzapw000000063g000000000xf4"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 43,\n    \"Results\": [\n        {\n            \"ID\": 20,\n            \"Name\": \"Educational Stuff\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"67ef4c23-9c05-4183-8020-e6eb3ca37b2f\",\n                \"Title\": \"Education\",\n                \"FileName\": \"education\",\n                \"FileNameWithPrefix\": \"events/education\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 21,\n            \"Name\": \"With Payment Term & Department\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"d03daa35-21f1-40ba-badf-c46300966538\",\n                \"Title\": \"With Payment Term and Department\",\n                \"FileName\": \"with-payment-term-and-department\",\n                \"FileNameWithPrefix\": \"events/with-payment-term-and-department\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 22,\n            \"Name\": \"Classes\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"38056946-56a2-4f91-a9f8-c973a308bf40\",\n                \"Title\": \"Classes\",\n                \"FileName\": \"classes\",\n                \"FileNameWithPrefix\": \"events/classes\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 24,\n            \"Name\": \"Charitable/Community\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/events/categories/p6050062.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"45525133-3f00-4a11-bcc5-340b3783432a\",\n                \"Title\": \"This is the Page Title for novi QA Category Jan9\",\n                \"FileName\": \"novi-qa-category-jan9\",\n                \"FileNameWithPrefix\": \"events/novi-qa-category-jan9\",\n                \"Description\": \"This is the event category description\"\n            }\n        },\n        {\n            \"ID\": 25,\n            \"Name\": \"Inactive Category\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"7fc9631f-d7d9-4779-bf7a-b437e216b946\",\n                \"Title\": \"Inactive Category\",\n                \"FileName\": \"inactive-category\",\n                \"FileNameWithPrefix\": \"events/inactive-category\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 26,\n            \"Name\": \"Social\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/events/categories/aago-logo---square.png\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"423b2c24-6da5-4137-bdd0-c797ae5150f1\",\n                \"Title\": \"Social\",\n                \"FileName\": \"social\",\n                \"FileNameWithPrefix\": \"events/social\",\n                \"Description\": \"Super cool events\"\n            }\n        },\n        {\n            \"ID\": 1042,\n            \"Name\": \"Historic CEUs\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/events/categories/220680927.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"7acf461e-d631-46f2-919d-6ff33236fe23\",\n                \"Title\": \"Historic CEUs\",\n                \"FileName\": \"historic-ceus\",\n                \"FileNameWithPrefix\": \"events/historic-ceus\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1069,\n            \"Name\": \"Committee Meetings\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"8063ab71-80cf-408f-ad4f-585b496adece\",\n                \"Title\": \"Committee Meetings\",\n                \"FileName\": \"committee-meetings\",\n                \"FileNameWithPrefix\": \"events/committee-meetings\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1070,\n            \"Name\": \"Signature Events\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"78c11328-143c-40c3-9f66-d4ff5f995ea8\",\n                \"Title\": \"Signature Events\",\n                \"FileName\": \"signature-events\",\n                \"FileNameWithPrefix\": \"events/signature-events\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1085,\n            \"Name\": \"IAIABC Events\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"d8810fd6-8611-437d-8f01-3bfdaca063f3\",\n                \"Title\": \"IAIABC Events\",\n                \"FileName\": \"iaiabc-events\",\n                \"FileNameWithPrefix\": \"events/iaiabc-events\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1092,\n            \"Name\": \"Webinars\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"b2790ab5-5765-4972-a08c-7e573485fd8b\",\n                \"Title\": \"Webinars\",\n                \"FileName\": \"webinars\",\n                \"FileNameWithPrefix\": \"events/webinars\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1103,\n            \"Name\": \"Signature Meeting\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"05927ed4-f25c-4663-8867-292b98cc12e0\",\n                \"Title\": \"Signature Meeting\",\n                \"FileName\": \"signature-meeting\",\n                \"FileNameWithPrefix\": \"events/signature-meeting\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1112,\n            \"Name\": \"Test 2\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"c7bd9a55-7847-46c0-b234-5d37cb180c16\",\n                \"Title\": \"Test 2\",\n                \"FileName\": \"test-2\",\n                \"FileNameWithPrefix\": \"events/test-2\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1113,\n            \"Name\": \"Sample Committee Meetings\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"d95337bd-0d0d-49f4-bdda-0550c1105fc2\",\n                \"Title\": \"Sample Committee Meetings\",\n                \"FileName\": \"sample-committee-meetings\",\n                \"FileNameWithPrefix\": \"events/sample-committee-meetings\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1122,\n            \"Name\": \"Events Management\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"257b52e2-a4f0-44f7-a860-f0f0f1c78d53\",\n                \"Title\": \"Events Management\",\n                \"FileName\": \"events-management\",\n                \"FileNameWithPrefix\": \"events/events-management\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1127,\n            \"Name\": \"Child 1\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"4f1d3324-0eab-4070-bc6d-d8f56e0d8c65\",\n                \"Title\": \"Child 1\",\n                \"FileName\": \"child-1\",\n                \"FileNameWithPrefix\": \"events/child-1\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1138,\n            \"Name\": \"Meals\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"ff83ee1d-ebb3-4ff6-82a2-417442bc4a18\",\n                \"Title\": \"Meals\",\n                \"FileName\": \"meals\",\n                \"FileNameWithPrefix\": \"events/meals\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1139,\n            \"Name\": \"Breakfasts\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"5f53d240-d537-4316-83e6-cdd3f4774197\",\n                \"Title\": \"Breakfasts\",\n                \"FileName\": \"breakfasts\",\n                \"FileNameWithPrefix\": \"events/breakfasts\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1141,\n            \"Name\": \"Dinners\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"e2021792-6dbd-45dd-a4ce-3be01f501e49\",\n                \"Title\": \"Dinners\",\n                \"FileName\": \"dinners\",\n                \"FileNameWithPrefix\": \"events/dinners\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1183,\n            \"Name\": \"Osman Invoice Date Category\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"26db7141-6b75-40a1-8170-e1c606ee912a\",\n                \"Title\": \"Osman Invoice Date Category\",\n                \"FileName\": \"osman-invoice-date-category\",\n                \"FileNameWithPrefix\": \"events/osman-invoice-date-category\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1191,\n            \"Name\": \"Parties\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"f2441354-3112-4710-bd28-29dab02d6966\",\n                \"Title\": \"Parties\",\n                \"FileName\": \"parties\",\n                \"FileNameWithPrefix\": \"events/parties\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1272,\n            \"Name\": \"International Conferences\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"87c4636e-7976-4766-a230-79978227cb31\",\n                \"Title\": \"International Conferences\",\n                \"FileName\": \"international-conferences\",\n                \"FileNameWithPrefix\": \"events/international-conferences\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1273,\n            \"Name\": \"Webinar\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"f323836e-1d36-4ff4-a919-f0f174c1392a\",\n                \"Title\": \"Webinar\",\n                \"FileName\": \"webinar\",\n                \"FileNameWithPrefix\": \"events/webinar\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1274,\n            \"Name\": \"Signature Event\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"0f7de4ac-188c-4fd8-a850-cdc5c45fa37d\",\n                \"Title\": \"Signature Event\",\n                \"FileName\": \"signature-event\",\n                \"FileNameWithPrefix\": \"events/signature-event\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1277,\n            \"Name\": \"Sample Committee Meetings\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"87a6edcb-ec8f-40a8-8eb4-9e4e777f130a\",\n                \"Title\": \"Sample Committee Meetings\",\n                \"FileName\": \"sample-committee-meetings\",\n                \"FileNameWithPrefix\": \"events/sample-committee-meetings\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1278,\n            \"Name\": \"Sample Signature Events\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"7c7449b2-2401-4411-8288-1bb40fc0d963\",\n                \"Title\": \"Sample Signature Events\",\n                \"FileName\": \"sample-signature-events\",\n                \"FileNameWithPrefix\": \"events/sample-signature-events\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1279,\n            \"Name\": \"Sample Committee Meetings\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"9b2a26b3-aa68-4e0f-b2d7-c67f9fadfd0e\",\n                \"Title\": \"Sample Committee Meetings\",\n                \"FileName\": \"sample-committee-meetings\",\n                \"FileNameWithPrefix\": \"events/sample-committee-meetings\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1280,\n            \"Name\": \"Sample Signature Events\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"6fc5421b-6d60-4881-95c7-308f68183b03\",\n                \"Title\": \"Sample Signature Events\",\n                \"FileName\": \"sample-signature-events\",\n                \"FileNameWithPrefix\": \"events/sample-signature-events\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1281,\n            \"Name\": \"Sample Committee Meetings\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"65d51a44-f38a-400a-b22a-02509e9dbc5e\",\n                \"Title\": \"Sample Committee Meetings\",\n                \"FileName\": \"sample-committee-meetings\",\n                \"FileNameWithPrefix\": \"events/sample-committee-meetings\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1282,\n            \"Name\": \"Sample Signature Events\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"70a59bc1-1d11-497a-8571-847e82e79b33\",\n                \"Title\": \"Sample Signature Events\",\n                \"FileName\": \"sample-signature-events\",\n                \"FileNameWithPrefix\": \"events/sample-signature-events\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1283,\n            \"Name\": \"Sample Committee Meetings\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"7d079327-16d9-4619-b706-56645e5e607d\",\n                \"Title\": \"Sample Committee Meetings\",\n                \"FileName\": \"sample-committee-meetings\",\n                \"FileNameWithPrefix\": \"events/sample-committee-meetings\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1284,\n            \"Name\": \"Sample Signature Events\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"28e69e9c-3da1-4d85-96e1-8249533f91b7\",\n                \"Title\": \"Sample Signature Events\",\n                \"FileName\": \"sample-signature-events\",\n                \"FileNameWithPrefix\": \"events/sample-signature-events\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1298,\n            \"Name\": \"ATest\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"5ebbde88-0adc-4b50-aa30-58dfec5ba573\",\n                \"Title\": \"ATest\",\n                \"FileName\": \"atest\",\n                \"FileNameWithPrefix\": \"events/atest\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 1306,\n            \"Name\": \"Social Gatherings\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"0304c31a-ac73-4fb1-b608-a372f6fb5647\",\n                \"Title\": \"Social Gatherings\",\n                \"FileName\": \"social-gatherings\",\n                \"FileNameWithPrefix\": \"events/social-gatherings\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2623,\n            \"Name\": \"New Category\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"54ceac62-48b2-42f3-8713-3893a25e2af3\",\n                \"Title\": \"New Category\",\n                \"FileName\": \"new-category\",\n                \"FileNameWithPrefix\": \"events/new-category\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2624,\n            \"Name\": \"zzz\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"e643819d-6e57-43bb-bdd0-14ecc9a22f8e\",\n                \"Title\": \"zzz\",\n                \"FileName\": \"zzz\",\n                \"FileNameWithPrefix\": \"events/zzz\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2626,\n            \"Name\": \"ccc\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"0afdfa5b-caf0-423e-95d9-f0445352812c\",\n                \"Title\": \"ccc\",\n                \"FileName\": \"ccc\",\n                \"FileNameWithPrefix\": \"events/ccc\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2627,\n            \"Name\": \"bbb\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"63b2a1d3-3817-4f66-826a-47f742b9e21c\",\n                \"Title\": \"bbb\",\n                \"FileName\": \"bbb\",\n                \"FileNameWithPrefix\": \"events/bbb\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2632,\n            \"Name\": \"Necat1\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"a0f28434-981a-465e-b08f-4640008d4df4\",\n                \"Title\": \"Necat1\",\n                \"FileName\": \"necat1\",\n                \"FileNameWithPrefix\": \"events/necat1\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2633,\n            \"Name\": \"Formal Events\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"8b17ae1e-ff78-4b9f-ae98-41d60800d6d8\",\n                \"Title\": \"Formal Events\",\n                \"FileName\": \"formal-events\",\n                \"FileNameWithPrefix\": \"events/formal-events\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2645,\n            \"Name\": \"Stolle\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"c7e94807-eac1-41b3-ad12-086450c765ea\",\n                \"Title\": \"Stolle\",\n                \"FileName\": \"stolle\",\n                \"FileNameWithPrefix\": \"events/stolle\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2646,\n            \"Name\": \"Bug Investigation\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"d08c4cf8-5685-41de-b8f0-d02022ece381\",\n                \"Title\": \"Bug Investigation\",\n                \"FileName\": \"bug-investigation\",\n                \"FileNameWithPrefix\": \"events/bug-investigation\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ID\": 2713,\n            \"Name\": \"Import\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/novi-events-1-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"00000000-0000-0000-0000-000000000000\",\n                \"Title\": \"Import\",\n                \"FileName\": \"import\",\n                \"FileNameWithPrefix\": \"events/import\",\n                \"Description\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"874acf77-9c2b-44e8-aee1-dd48c05393d1"}],"id":"fa6c5c6f-046f-4565-aaf9-b90a8b000e6c","_postman_id":"fa6c5c6f-046f-4565-aaf9-b90a8b000e6c","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}}],"id":"4ce5233c-1a3f-460c-b436-c20758de30a3","description":"<p>This section of API endpoints provides access to Novi AMS Event data.</p>\n<p>These endpoints are unavailable if your API key is not configured for \"Event Data Access\".</p>\n","_postman_id":"4ce5233c-1a3f-460c-b436-c20758de30a3","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Ecommerce","item":[{"name":"Products","item":[{"name":"Product Categories","item":[{"name":"Get Product Categories List","id":"62e97fa4-41a1-4623-a5b5-ea9a0f0bf84d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"54827ff4-1449-4367-abfc-e6032040856a","name":"200 ok - (Success)","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/product-categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 23:03:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T230356Z-167fd48666d8vpd473y9q5mecw00000007r000000000k6qf"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 28,\n    \"Results\": [\n        {\n            \"ProductCategoryUniqueId\": \"68a3d2cc-0c90-4a21-b2f8-a43ff9b53f2c\",\n            \"Name\": \"Donations\",\n            \"ParentUniqueID\": \"04501a1f-f09c-4ee2-a110-9a15a6339c43\",\n            \"Description\": \"Over 65% of our expenses are covered by our member donations.\",\n            \"Icon\": \"group\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/ecommerce/categories/15034471548_f9875bde62_o-3-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"6e630026-e379-4377-9005-584bf32e1100\",\n                \"Title\": \"Donations\",\n                \"FileName\": \"donations\",\n                \"FileNameWithPrefix\": \"products/donations\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"e28966f5-426c-4853-9ad8-fcd9960637df\",\n            \"Name\": \"Forms & Documents\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"form\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"4a372b58-39ae-4699-863b-265d26eed4d0\",\n                \"Title\": \"Forms & Documents\",\n                \"FileName\": \"forms-and-documents\",\n                \"FileNameWithPrefix\": \"products/forms-and-documents\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"0a30eefc-19fc-4db4-ac8b-e11cc03fa306\",\n            \"Name\": \"Education\",\n            \"ParentUniqueID\": \"fa1619f6-3ab5-46ee-afb7-416073e8f1f1\",\n            \"Description\": null,\n            \"Icon\": \"gradcap\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"95280414-66d4-4a86-b170-17b7021f6ace\",\n                \"Title\": \"Education\",\n                \"FileName\": \"education\",\n                \"FileNameWithPrefix\": \"products/education\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"b7202dfd-3756-4dfa-9721-94401501e993\",\n            \"Name\": \"Advocacy Support\",\n            \"ParentUniqueID\": \"f6ede857-53ab-4e3e-be2c-57cec1fe6f49\",\n            \"Description\": null,\n            \"Icon\": \"capitol\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"b31c8776-a4ec-4808-b35e-8e82ccc02a9b\",\n                \"Title\": \"Advocacy Support\",\n                \"FileName\": \"advocacy-support\",\n                \"FileNameWithPrefix\": \"products/advocacy-support\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"fa1619f6-3ab5-46ee-afb7-416073e8f1f1\",\n            \"Name\": \"Administrative\",\n            \"ParentUniqueID\": \"eb00b877-f604-44bf-802c-c29fc99718cf\",\n            \"Description\": null,\n            \"Icon\": \"envelope\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/ecommerce/categories/background_image_diary_coffee_blog.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"d3b157ae-c3cf-415f-91ef-ff38c20cf427\",\n                \"Title\": \"Administrative\",\n                \"FileName\": \"administrative\",\n                \"FileNameWithPrefix\": \"products/administrative\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"04501a1f-f09c-4ee2-a110-9a15a6339c43\",\n            \"Name\": \"Advertising\",\n            \"ParentUniqueID\": \"b7202dfd-3756-4dfa-9721-94401501e993\",\n            \"Description\": null,\n            \"Icon\": \"book-open\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/ecommerce/categories/15034471548_f9875bde62_o-3.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"af402089-964d-46f2-985d-e40f40a02017\",\n                \"Title\": \"Advertising\",\n                \"FileName\": \"advertising\",\n                \"FileNameWithPrefix\": \"products/advertising\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"f6ede857-53ab-4e3e-be2c-57cec1fe6f49\",\n            \"Name\": \"Sponsorship Opportunities\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"dollar-sign\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"972d5565-cc39-40de-9103-15b1ffd0575b\",\n                \"Title\": \"Sponsorship Opportunities\",\n                \"FileName\": \"sponsorship-opportunities\",\n                \"FileNameWithPrefix\": \"products/sponsorship-opportunities\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"667927f6-f255-4492-a2b7-8fd53f9f3109\",\n            \"Name\": \"Key Magazine (Print)\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"publication\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"782896a1-bd9f-4ef4-b46f-fd19f7431339\",\n                \"Title\": \"Key Magazine (Print)\",\n                \"FileName\": \"key-magazine-print\",\n                \"FileNameWithPrefix\": \"products/key-magazine-print\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"6413e8bf-7f32-4e17-86a6-84174fbdfa9d\",\n            \"Name\": \"Lease-A-Palooza\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"handshake\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"2b0af249-8b78-4560-8fae-2ca70c137af4\",\n                \"Title\": \"Lease-A-Palooza\",\n                \"FileName\": \"lease-a-palooza\",\n                \"FileNameWithPrefix\": \"products/lease-a-palooza\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"eb00b877-f604-44bf-802c-c29fc99718cf\",\n            \"Name\": \"Trade Show\",\n            \"ParentUniqueID\": null,\n            \"Description\": \"Here is some text.\",\n            \"Icon\": \"tent\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"5fcba0f1-420e-4914-97a2-593b604545e3\",\n                \"Title\": \"Trade Show\",\n                \"FileName\": \"trade-show\",\n                \"FileNameWithPrefix\": \"products/trade-show\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"dd08258c-a4e5-46e6-8612-8cff39ab825d\",\n            \"Name\": \"Room Rentals\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"conference\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"a33d29bc-722b-499c-9c70-29eb9a2b88ee\",\n                \"Title\": \"Room Rentals\",\n                \"FileName\": \"room-rentals\",\n                \"FileNameWithPrefix\": \"products/room-rentals\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"c46da6af-657e-4768-88fb-f8cf6b91dfff\",\n            \"Name\": \"Member T-Shirt\",\n            \"ParentUniqueID\": \"e28966f5-426c-4853-9ad8-fcd9960637df\",\n            \"Description\": null,\n            \"Icon\": \"thumbs-up\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"38aaf9fa-866a-4639-809c-37808462c4a2\",\n                \"Title\": \"Member T-Shirt\",\n                \"FileName\": \"member-t-shirt\",\n                \"FileNameWithPrefix\": \"products/member-t-shirt\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"cc66038f-22bb-4fe2-bf86-e9352cd8fcc0\",\n            \"Name\": \"Limited Edition\",\n            \"ParentUniqueID\": null,\n            \"Description\": \"Products that have a limited availability\",\n            \"Icon\": \"history\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"a204c12e-1528-4785-bd00-514a33c90c78\",\n                \"Title\": \"Limited Edition\",\n                \"FileName\": \"limited-edition\",\n                \"FileNameWithPrefix\": \"products/limited-edition\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"d7113707-4cf3-4712-8526-69f72f9c0cb1\",\n            \"Name\": \"Product Import\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"expand\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"d8895ce9-0205-455c-8a1b-5939e643ce5a\",\n                \"Title\": \"Product Import\",\n                \"FileName\": \"product-import\",\n                \"FileNameWithPrefix\": \"products/product-import\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"e1abf158-2efa-455c-9351-9216b69f0b88\",\n            \"Name\": \"Awards\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"trophy\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"f9ba3735-fbb7-4c3f-9602-7a026ecf88f2\",\n                \"Title\": \"Awards\",\n                \"FileName\": \"awards\",\n                \"FileNameWithPrefix\": \"products/awards\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"1a00be8b-fa90-4949-ac62-69a0b2e07f5b\",\n            \"Name\": \"Super Category\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"publication\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"68a772a8-5830-4dde-938d-67d3f35fa8f3\",\n                \"Title\": \"Super Category\",\n                \"FileName\": \"super-category\",\n                \"FileNameWithPrefix\": \"products/super-category\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"0f0ce021-a6b0-458f-90da-d2c3b030cd70\",\n            \"Name\": \"Folder Cat\",\n            \"ParentUniqueID\": \"1a00be8b-fa90-4949-ac62-69a0b2e07f5b\",\n            \"Description\": \"Is this list loading?\",\n            \"Icon\": \"dinner\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"0d576434-2ed5-4930-b4db-35a2f8964f34\",\n                \"Title\": \"Folder\",\n                \"FileName\": \"folder\",\n                \"FileNameWithPrefix\": \"products/folder\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"00eaea1d-ef15-4ea8-abaf-9e150cdab112\",\n            \"Name\": \"Directory\",\n            \"ParentUniqueID\": \"1a00be8b-fa90-4949-ac62-69a0b2e07f5b\",\n            \"Description\": null,\n            \"Icon\": \"publication\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/ecommerce/categories/dashes-bottom-left-1.png\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"b80e6ed4-4c5e-4795-a605-1f65cc58798d\",\n                \"Title\": \"Directory\",\n                \"FileName\": \"directory\",\n                \"FileNameWithPrefix\": \"products/directory\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"c5e20fcb-73a7-4836-835a-2e7817740b47\",\n            \"Name\": \"Collection\",\n            \"ParentUniqueID\": \"1a00be8b-fa90-4949-ac62-69a0b2e07f5b\",\n            \"Description\": null,\n            \"Icon\": \"publication\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/ecommerce/categories/airservices_australia_logo-1.jpeg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"9660ba28-9497-4dd5-8eb0-e1d5883aa534\",\n                \"Title\": \"Collection\",\n                \"FileName\": \"collection\",\n                \"FileNameWithPrefix\": \"products/collection\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"3e278150-ae88-40a0-80ea-73c4bd42c2c4\",\n            \"Name\": \"Sample Product Category\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"form\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"151f672b-d551-4c51-a76c-053360e1fb0e\",\n                \"Title\": \"Sample Product Category\",\n                \"FileName\": \"sample-product-category\",\n                \"FileNameWithPrefix\": \"products/sample-product-category\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"44c89105-cdc9-4165-b0b3-c642e10ee54f\",\n            \"Name\": \"Sample Product Category\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"form\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"92c05f92-5bfe-42e7-b155-b34eb3642b23\",\n                \"Title\": \"Sample Product Category\",\n                \"FileName\": \"sample-product-category\",\n                \"FileNameWithPrefix\": \"products/sample-product-category\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"a459e53b-a0e6-48d7-8914-a832a692d0db\",\n            \"Name\": \"Sample Product Category\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"form\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"28dae1d2-d5b3-4a49-be32-ee7bab56d7e1\",\n                \"Title\": \"Sample Product Category\",\n                \"FileName\": \"sample-product-category\",\n                \"FileNameWithPrefix\": \"products/sample-product-category\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"a4b5714f-7340-4d08-92ff-fd8905424173\",\n            \"Name\": \"Sample Product Category\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"form\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"b5ea806f-a646-4ffd-86b2-5776e160a519\",\n                \"Title\": \"Sample Product Category\",\n                \"FileName\": \"sample-product-category\",\n                \"FileNameWithPrefix\": \"products/sample-product-category\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"88fdabcb-d030-43d5-bfb1-b7f4c27f8a88\",\n            \"Name\": \"Apparel\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"person\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/ecommerce/categories/small-multicolored-blocks-assembling-in-large-cube-shape-on-blue-background-158318217-5ba2078446e0fb00503233da-4.jpeg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"8577207e-3f7b-47e9-9dd6-8772498f1056\",\n                \"Title\": \"Apparel\",\n                \"FileName\": \"apparel\",\n                \"FileNameWithPrefix\": \"products/apparel\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"8132e4f4-9b7c-4993-84de-eed0e132867b\",\n            \"Name\": \"Merchandise\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"dollar-sign\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"9191911a-9093-44b0-a3af-796377952ad2\",\n                \"Title\": \"Merchandise\",\n                \"FileName\": \"merchandise\",\n                \"FileNameWithPrefix\": \"products/merchandise\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"e1d96040-5ed4-43ee-9c35-581b2e9ae3bb\",\n            \"Name\": \"TestInactive\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"arrow-up-solid\",\n            \"Active\": false,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"dfe2690c-a557-4cd7-9e76-ed2fea2a3acb\",\n                \"Title\": \"TestInactive\",\n                \"FileName\": \"testinactive\",\n                \"FileNameWithPrefix\": \"products/testinactive\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"c7f615e4-4fab-4562-be3e-e28b553e66d8\",\n            \"Name\": \"Industry Reports\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"networking\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"33e41a11-b305-4f17-8e89-1cf0a849d970\",\n                \"Title\": \"Industry Reports\",\n                \"FileName\": \"industry-reports\",\n                \"FileNameWithPrefix\": \"products/industry-reports\",\n                \"Description\": null\n            }\n        },\n        {\n            \"ProductCategoryUniqueId\": \"8d09b203-1fdd-4364-aca3-77df4f412759\",\n            \"Name\": \"Add New cat\",\n            \"ParentUniqueID\": null,\n            \"Description\": null,\n            \"Icon\": \"envelope\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/background-blue-abstract-1.jpg\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"ee0fc10f-954f-4d35-a3ca-f85b7ea2ced0\",\n                \"Title\": \"Add New cat\",\n                \"FileName\": \"add-new-cat\",\n                \"FileNameWithPrefix\": \"products/add-new-cat\",\n                \"Description\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"62e97fa4-41a1-4623-a5b5-ea9a0f0bf84d"}],"id":"5518762f-2883-47af-9d9c-adcc06f2ce9f","_postman_id":"5518762f-2883-47af-9d9c-adcc06f2ce9f","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Product List","id":"e341fc14-722a-4645-bd15-c6e44d0256c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/products?pageSize={{pageSize}}&offset={{offset}}","description":"<p>Returns a list of all products within the system.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","products"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[{"id":"d69c33fe-3abe-498a-976f-361e6c68876c","name":"200 OK - Product List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/products?pageSize=5&offset=5","host":["{{url}}"],"path":["api","products"],"query":[{"key":"pageSize","value":"5","description":"Optional. Default is 100, max is 1,000."},{"key":"offset","value":"5","description":"Optional. Default is 0."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0kEjSYAAAAADyATMyzMovQb7Bts9I2bITTUlBRURHRTIyMTAAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Tue, 22 Jun 2021 20:31:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 124,\n    \"Results\": [\n        {\n            \"ProductUniqueId\": \"eb0fa23e-6369-444f-a0ba-4288eae79d46\",\n            \"QuickBooksID\": \"38\",\n            \"Name\": \"Spring Sponsor\",\n            \"Description\": null,\n            \"Image\": \"\",\n            \"NonMemberPrice\": null,\n            \"MemberPrice\": 485,\n            \"ShowInStore\": true,\n            \"Active\": true,\n            \"Featured\": false,\n            \"Taxable\": false,\n            \"PurchasableByNonMembers\": false,\n            \"PurchasableByCompanies\": true,\n            \"PurchasableByIndividuals\": true,\n            \"RequiresFulfillment\": true,\n            \"ProductType\": \"Paid\",\n            \"Weight\": null,\n            \"SubscriptionType\": \"None\",\n            \"HasLimitedQuantity\": false,\n            \"HasPurchaseWindow\": false,\n            \"IsOnlyVisibleInPurchaseWindow\": false,\n            \"QuantityAvailable\": null,\n            \"PurchaseWindowStart\": null,\n            \"PurchaseWindowEnd\": null,\n            \"DisplayOrder\": 4,\n            \"InvoiceItemDescription\": null,\n            \"ConfirmationEmailInfo\": null,\n            \"DisableInvoicing\": false,\n            \"RestrictAddToCartQuantityToOne\": false,\n            \"ProductCategory\": {\n                \"ProductCategoryUniqueId\": \"e28966f5-426c-4853-9ad8-fcd9960637df\",\n                \"Name\": \"Forms & Documents\",\n                \"Active\": true\n            },\n            \"CustomFields\": null\n        },\n        {\n            \"ProductUniqueId\": \"5bcd629f-0798-4009-a33e-5d42ce10b3c5\",\n            \"QuickBooksID\": \"33\",\n            \"Name\": \"Fall Ticket\",\n            \"Description\": null,\n            \"Image\": \"\",\n            \"NonMemberPrice\": 15,\n            \"MemberPrice\": 10,\n            \"ShowInStore\": true,\n            \"Active\": true,\n            \"Featured\": false,\n            \"Taxable\": false,\n            \"PurchasableByNonMembers\": true,\n            \"PurchasableByCompanies\": false,\n            \"PurchasableByIndividuals\": true,\n            \"RequiresFulfillment\": false,\n            \"ProductType\": \"Paid\",\n            \"Weight\": null,\n            \"SubscriptionType\": \"None\",\n            \"HasLimitedQuantity\": true,\n            \"HasPurchaseWindow\": false,\n            \"IsOnlyVisibleInPurchaseWindow\": false,\n            \"QuantityAvailable\": 2,\n            \"PurchaseWindowStart\": null,\n            \"PurchaseWindowEnd\": null,\n            \"DisplayOrder\": 0,\n            \"InvoiceItemDescription\": null,\n            \"ConfirmationEmailInfo\": null,\n            \"DisableInvoicing\": false,\n            \"RestrictAddToCartQuantityToOne\": false,\n            \"ProductCategory\": {\n                \"ProductCategoryUniqueId\": \"e28966f5-426c-4853-9ad8-fcd9960637df\",\n                \"Name\": \"Forms & Documents\",\n                \"Active\": true\n            },\n            \"CustomFields\": null\n        },\n        {\n            \"ProductUniqueId\": \"73280435-8812-4503-98a4-2a464ad31a0a\",\n            \"QuickBooksID\": \"20\",\n            \"Name\": \"PAC Contribution\",\n            \"Description\": null,\n            \"Image\": \"\",\n            \"NonMemberPrice\": null,\n            \"MemberPrice\": 20,\n            \"ShowInStore\": true,\n            \"Active\": true,\n            \"Featured\": false,\n            \"Taxable\": false,\n            \"PurchasableByNonMembers\": true,\n            \"PurchasableByCompanies\": true,\n            \"PurchasableByIndividuals\": true,\n            \"RequiresFulfillment\": false,\n            \"ProductType\": \"Donation\",\n            \"Weight\": null,\n            \"SubscriptionType\": \"None\",\n            \"HasLimitedQuantity\": false,\n            \"HasPurchaseWindow\": false,\n            \"IsOnlyVisibleInPurchaseWindow\": false,\n            \"QuantityAvailable\": null,\n            \"PurchaseWindowStart\": null,\n            \"PurchaseWindowEnd\": null,\n            \"DisplayOrder\": 0,\n            \"InvoiceItemDescription\": null,\n            \"ConfirmationEmailInfo\": null,\n            \"DisableInvoicing\": false,\n            \"RestrictAddToCartQuantityToOne\": false,\n            \"ProductCategory\": {\n                \"ProductCategoryUniqueId\": \"68a3d2cc-0c90-4a21-b2f8-a43ff9b53f2c\",\n                \"Name\": \"Donations\",\n                \"Active\": true\n            },\n            \"CustomFields\": null\n        },\n        {\n            \"ProductUniqueId\": \"4321fde3-3ea2-4812-94b5-be93dc926669\",\n            \"QuickBooksID\": \"34\",\n            \"Name\": \"Winter Ticket - Assoc\",\n            \"Description\": null,\n            \"Image\": \"\",\n            \"NonMemberPrice\": 84,\n            \"MemberPrice\": 84,\n            \"ShowInStore\": true,\n            \"Active\": true,\n            \"Featured\": false,\n            \"Taxable\": false,\n            \"PurchasableByNonMembers\": true,\n            \"PurchasableByCompanies\": false,\n            \"PurchasableByIndividuals\": true,\n            \"RequiresFulfillment\": true,\n            \"ProductType\": \"Paid\",\n            \"Weight\": null,\n            \"SubscriptionType\": \"None\",\n            \"HasLimitedQuantity\": false,\n            \"HasPurchaseWindow\": false,\n            \"IsOnlyVisibleInPurchaseWindow\": false,\n            \"QuantityAvailable\": null,\n            \"PurchaseWindowStart\": null,\n            \"PurchaseWindowEnd\": null,\n            \"DisplayOrder\": 1,\n            \"InvoiceItemDescription\": null,\n            \"ConfirmationEmailInfo\": null,\n            \"DisableInvoicing\": false,\n            \"RestrictAddToCartQuantityToOne\": false,\n            \"ProductCategory\": {\n                \"ProductCategoryUniqueId\": \"e28966f5-426c-4853-9ad8-fcd9960637df\",\n                \"Name\": \"Forms & Documents\",\n                \"Active\": true\n            },\n            \"CustomFields\": null\n        },\n        {\n            \"ProductUniqueId\": \"edc85d13-8e52-4788-a571-d52f74cf10f6\",\n            \"QuickBooksID\": \"35\",\n            \"Name\": \"Winter Ticket - Memb\",\n            \"Description\": null,\n            \"Image\": \"\",\n            \"NonMemberPrice\": 129,\n            \"MemberPrice\": 79,\n            \"ShowInStore\": true,\n            \"Active\": true,\n            \"Featured\": false,\n            \"Taxable\": false,\n            \"PurchasableByNonMembers\": true,\n            \"PurchasableByCompanies\": false,\n            \"PurchasableByIndividuals\": true,\n            \"RequiresFulfillment\": true,\n            \"ProductType\": \"Paid\",\n            \"Weight\": null,\n            \"SubscriptionType\": \"None\",\n            \"HasLimitedQuantity\": false,\n            \"HasPurchaseWindow\": false,\n            \"IsOnlyVisibleInPurchaseWindow\": false,\n            \"QuantityAvailable\": null,\n            \"PurchaseWindowStart\": null,\n            \"PurchaseWindowEnd\": null,\n            \"DisplayOrder\": 2,\n            \"InvoiceItemDescription\": null,\n            \"ConfirmationEmailInfo\": null,\n            \"DisableInvoicing\": false,\n            \"RestrictAddToCartQuantityToOne\": false,\n            \"ProductCategory\": {\n                \"ProductCategoryUniqueId\": \"e28966f5-426c-4853-9ad8-fcd9960637df\",\n                \"Name\": \"Forms & Documents\",\n                \"Active\": true\n            },\n            \"CustomFields\": null\n        }\n    ]\n}"}],"_postman_id":"e341fc14-722a-4645-bd15-c6e44d0256c1"},{"name":"Product Details","id":"a97f273b-3577-4470-a32e-9be8acfd496e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/products/:productUniqueId","description":"<p>Returns the detail level information for the specific product.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","products",":productUniqueId"],"host":["{{url}}"],"query":[],"variable":[{"id":"7e1d0c3e-113a-48cc-84d0-c649d713a713","type":"any","value":"{{productUniqueId}}","key":"productUniqueId"}]}},"response":[{"id":"fd767282-8ffd-4d31-b92f-5983daf9bf73","name":"200 OK - Product Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/products/:productUniqueId","host":["{{url}}"],"path":["api","products",":productUniqueId"],"variable":[{"key":"productUniqueId","value":"a728a9ef-def9-46b5-be27-e930a07ea740"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"09kjSYAAAAADAR3rIVaiNTLVmcPo2B7DiTUlBRURHRTIyMTcAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Tue, 22 Jun 2021 20:32:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ProductUniqueId\": \"a728a9ef-def9-46b5-be27-e930a07ea740\",\n    \"QuickBooksID\": \"28\",\n    \"Name\": \"MP Product Add On\",\n    \"Description\": null,\n    \"Image\": \"\",\n    \"NonMemberPrice\": null,\n    \"MemberPrice\": null,\n    \"ShowInStore\": true,\n    \"Active\": true,\n    \"Featured\": false,\n    \"Taxable\": true,\n    \"PurchasableByNonMembers\": true,\n    \"PurchasableByCompanies\": true,\n    \"PurchasableByIndividuals\": true,\n    \"RequiresFulfillment\": true,\n    \"ProductType\": \"Offline\",\n    \"Weight\": 0.15,\n    \"SubscriptionType\": \"None\",\n    \"HasLimitedQuantity\": false,\n    \"HasPurchaseWindow\": false,\n    \"IsOnlyVisibleInPurchaseWindow\": false,\n    \"QuantityAvailable\": null,\n    \"PurchaseWindowStart\": null,\n    \"PurchaseWindowEnd\": null,\n    \"DisplayOrder\": 4,\n    \"InvoiceItemDescription\": null,\n    \"ConfirmationEmailInfo\": null,\n    \"DisableInvoicing\": true,\n    \"RestrictAddToCartQuantityToOne\": false,\n    \"ProductCategory\": {\n        \"ProductCategoryUniqueId\": \"68a3d2cc-0c90-4a21-b2f8-a43ff9b53f2c\",\n        \"Name\": \"Donations\",\n        \"Active\": true\n    },\n    \"CustomFields\": null\n}"}],"_postman_id":"a97f273b-3577-4470-a32e-9be8acfd496e"},{"name":"Product Purchases","id":"692c5963-dd59-4bd9-9eff-58054ddc03b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/products/product-purchases?pageSize=25&offset=0&orderStatus=Open&orderDateFrom=2021-4-12&orderDateTo=2026-4-12&productGuid=B7D5BD48-B896-4A00-A7ED-939993C78674&memberGuid=FEA2A6A1-EB70-4BB1-A759-CDB402703877","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","products","product-purchases"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"25"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional. Options are: Open, Fulfilled, Canceled, InProgress, or OnHold</p>\n","type":"text/plain"},"key":"orderStatus","value":"Open"},{"description":{"content":"<p>Optional. Returns products purchased after specified date.</p>\n","type":"text/plain"},"key":"orderDateFrom","value":"2021-4-12"},{"description":{"content":"<p>Optional. Returns products purchased before specified date.</p>\n","type":"text/plain"},"key":"orderDateTo","value":"2026-4-12"},{"description":{"content":"<p>Optional. Returns purchases only made for a speicifc product</p>\n","type":"text/plain"},"key":"productGuid","value":"B7D5BD48-B896-4A00-A7ED-939993C78674"},{"description":{"content":"<p>Optional. Returns purchases only made by a specific member</p>\n","type":"text/plain"},"key":"memberGuid","value":"FEA2A6A1-EB70-4BB1-A759-CDB402703877"}],"variable":[]}},"response":[{"id":"74a112b7-e1bd-44c3-9d6d-07a00226aa21","name":"Product Purchases","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/products/product-purchases?pageSize=25&offset=0&orderStatus=Open&orderDateFrom=2021-4-12&orderDateTo=2026-4-12&productGuid=B7D5BD48-B896-4A00-A7ED-939993C78674&memberGuid=FEA2A6A1-EB70-4BB1-A759-CDB402703877","host":["{{url}}"],"path":["api","products","product-purchases"],"query":[{"key":"pageSize","value":"25","description":"Optional. Default is 100, max is 1,000."},{"key":"offset","value":"0","description":"Optional. Default is 0."},{"key":"orderStatus","value":"Open","description":"Optional. Options are: Open, Fulfilled, Canceled, InProgress, or OnHold"},{"key":"orderDateFrom","value":"2021-4-12","description":"Optional. Returns products purchased after specified date."},{"key":"orderDateTo","value":"2026-4-12","description":"Optional. Returns products purchased before specified date."},{"key":"productGuid","value":"B7D5BD48-B896-4A00-A7ED-939993C78674","description":"Optional. Returns purchases only made for a speicifc product"},{"key":"memberGuid","value":"FEA2A6A1-EB70-4BB1-A759-CDB402703877","description":"Optional. Returns purchases only made by a specific member"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"TotalCount\": 1,\r\n    \"ProductPurchases\": [\r\n        {\r\n            \"OrderItemUniqueID\": \"e17d96cd-7156-4577-9cfa-7aa77d124b9d\",\r\n            \"ProductUniqueID\": \"b6f545c6-b2ed-4c9f-ae4c-41350988a433\",\r\n            \"Name\": \"Taxable Product\",\r\n            \"Quantity\": 1,\r\n            \"Price\": 100.00,\r\n            \"DiscountAmount\": null,\r\n            \"SubscriptionType\": \"None\",\r\n            \"CustomFields\": null,\r\n            \"ProductCategoryID\": \"91743df1-f42f-43a2-babb-35300e02b22f\",\r\n            \"ProductCategory\": \"GH Products\",\r\n            \"OrderID\": 217554,\r\n            \"PurchaseDate\": \"2026-01-19T09:47:06.777\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"692c5963-dd59-4bd9-9eff-58054ddc03b5"}],"id":"741ca93d-b3db-4674-b8f9-f31a76c5b764","description":"<p>Products in Novi are purchasable in our ecommerce shop, as well as via membership &amp; event add-ons. Novi products can only be created or modified via the Novi admin interface.</p>\n","_postman_id":"741ca93d-b3db-4674-b8f9-f31a76c5b764","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Orders","item":[{"name":"Order List","id":"f5811b26-09df-4b05-a8c9-7f38a5c1f3a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/orders?pageSize={{pageSize}}&offset={{offset}}&fromDate=2021-07-19&toDate={{toDate}}&memberUniqueId={{memberUniqueId}}","description":"<p>Returns a list of all the ecommerce orders with the system. Use the parameters to narrow down your results.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","orders"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default 100, max 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Default 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Optional. Returns orders purchased after specified date.</p>\n","type":"text/plain"},"key":"fromDate","value":"2021-07-19"},{"description":{"content":"<p>Optional. Returns orders purchased before specified date.</p>\n","type":"text/plain"},"key":"toDate","value":"{{toDate}}"},{"description":{"content":"<p>Optional. Returns orders for specified member only.</p>\n","type":"text/plain"},"key":"memberUniqueId","value":"{{memberUniqueId}}"}],"variable":[]}},"response":[{"id":"b31a43be-1f80-4bd6-8d53-04da5b60aad6","name":"200 OK - Order List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/orders?pageSize={{pageSize}}&offset={{offset}}&fromDate=2021-06-01&toDate={{toDate}}&memberUniqueId={{memberUniqueId}}","host":["{{url}}"],"path":["api","orders"],"query":[{"key":"pageSize","value":"{{pageSize}}","description":"Optional. Default 100, max 1000."},{"key":"offset","value":"{{offset}}","description":"Optional. Default 0."},{"key":"fromDate","value":"2021-06-01","description":"Optional. Returns orders purchased after specified date."},{"key":"toDate","value":"{{toDate}}","description":"Optional. Returns orders purchased before specified date."},{"key":"memberUniqueId","value":"{{memberUniqueId}}","description":"Optional. Returns orders for specified member only."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0QknSYAAAAAAmQbR6WzvLQpF5S6IbrnqQTUlBRURHRTIyMTcAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Tue, 22 Jun 2021 20:34:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 4,\n    \"Results\": [\n        {\n            \"OrderUniqueID\": \"611693cf-1157-46d6-8851-398cebce6a48\",\n            \"OrderNumber\": \"8832872\",\n            \"OrderStatus\": \"Open\",\n            \"OrderType\": \"Store\",\n            \"TrackingNumber\": null,\n            \"DeliverTo\": \"Spencer Novi\",\n            \"Email\": \"spencer@noviams.com\",\n            \"Phone\": \"(111)111-1111\",\n            \"SubTotal\": 25,\n            \"ShippingTotal\": 0,\n            \"DiscountTotal\": 0,\n            \"InvoiceFee\": 5,\n            \"TaxTotal\": 0,\n            \"Total\": 30,\n            \"PurchasedOn\": \"2021-06-01T13:38:07.42\",\n            \"Purchaser\": {\n                \"MemberUniqueId\": \"d228a496-5cdc-4f74-93d3-afa3776bd681\",\n                \"Name\": \"Spencer Novi\",\n                \"Email\": \"spencer@noviams.com\",\n                \"Phone\": null,\n                \"IsGuest\": false\n            },\n            \"ShippingAddress\": null,\n            \"OrderItems\": [\n                {\n                    \"OrderItemUniqueID\": \"86bc9f85-20d5-474f-ba57-7339312ea9b3\",\n                    \"ProductUniqueID\": \"099ade88-6a24-4b06-a627-9623e3bf02ae\",\n                    \"Name\": \"Member Shirts\",\n                    \"Quantity\": 1,\n                    \"Price\": 25,\n                    \"DiscountAmount\": null,\n                    \"SubscriptionType\": \"None\",\n                    \"CustomFields\": {\n                        \"T-Shirt Color\": {\n                            \"Value\": \"Red\",\n                            \"IsSumOfChildren\": false\n                        },\n                        \"T-Shirt Size\": {\n                            \"Value\": \"Small\",\n                            \"IsSumOfChildren\": false\n                        },\n                        \"Nominee Name\": {\n                            \"Value\": \"\",\n                            \"IsSumOfChildren\": false\n                        },\n                        \"Reason for Nomination\": {\n                            \"Value\": \"\",\n                            \"IsSumOfChildren\": false\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"OrderUniqueID\": \"8979e412-6948-4712-a23f-de07145e07d9\",\n            \"OrderNumber\": \"8832873\",\n            \"OrderStatus\": \"Open\",\n            \"OrderType\": \"Store\",\n            \"TrackingNumber\": null,\n            \"DeliverTo\": \"Meliza Smithe\",\n            \"Email\": \"melizasmithe@noviams2.com\",\n            \"Phone\": \"(221)111-1222x2\",\n            \"SubTotal\": 40,\n            \"ShippingTotal\": 8,\n            \"DiscountTotal\": 0,\n            \"InvoiceFee\": 5,\n            \"TaxTotal\": 0,\n            \"Total\": 53,\n            \"PurchasedOn\": \"2021-06-01T13:53:33.463\",\n            \"Purchaser\": {\n                \"MemberUniqueId\": \"05cad53f-3e50-4cad-913a-6d997bf970e5\",\n                \"Name\": \"Meliza Smithe\",\n                \"Email\": \"melizasmithe@noviams2.com\",\n                \"Phone\": \"(221)111-1222x2\",\n                \"IsGuest\": false\n            },\n            \"ShippingAddress\": {\n                \"Address1\": \"5526 South Congress Avenue\",\n                \"Address2\": null,\n                \"City\": \"Austin\",\n                \"ZipCode\": \"78745\",\n                \"StateProvince\": \"Texas\",\n                \"Country\": \"United States\"\n            },\n            \"OrderItems\": [\n                {\n                    \"OrderItemUniqueID\": \"9f47d965-df0d-497e-adc4-612c83067926\",\n                    \"ProductUniqueID\": \"f842201c-3e78-40ee-802e-5c713c730ec2\",\n                    \"Name\": \"Education Sponsorship - Designation/Certification/Specialty\",\n                    \"Quantity\": 1,\n                    \"Price\": 10,\n                    \"DiscountAmount\": null,\n                    \"SubscriptionType\": \"None\",\n                    \"CustomFields\": null\n                },\n                {\n                    \"OrderItemUniqueID\": \"a310b9cf-f34b-439e-9157-ac7b73c7c37f\",\n                    \"ProductUniqueID\": \"9f0788f4-de5d-4130-a17c-08003dcd2508\",\n                    \"Name\": \"Melisa's Third Product 422\",\n                    \"Quantity\": 1,\n                    \"Price\": 30,\n                    \"DiscountAmount\": null,\n                    \"SubscriptionType\": \"Monthly\",\n                    \"CustomFields\": {\n                        \"Date & Time - Events\": {\n                            \"Value\": \"6/3/2021 12:00 pm\",\n                            \"IsSumOfChildren\": false\n                        },\n                        \"Job Title\": {\n                            \"Value\": \"\",\n                            \"IsSumOfChildren\": false\n                        },\n                        \"Non Sum Field\": {\n                            \"Value\": \"77\",\n                            \"IsSumOfChildren\": false\n                        }\n                    }\n                }\n            ]\n        },\n        {\n            \"OrderUniqueID\": \"a6858827-4f55-4c91-a39b-b06a4edc98a9\",\n            \"OrderNumber\": \"8832874\",\n            \"OrderStatus\": \"Open\",\n            \"OrderType\": \"Store\",\n            \"TrackingNumber\": null,\n            \"DeliverTo\": \"Meliza Smithe\",\n            \"Email\": \"melizasmithe@noviams2.com\",\n            \"Phone\": \"(221)111-1222x2\",\n            \"SubTotal\": 15,\n            \"ShippingTotal\": 0,\n            \"DiscountTotal\": 0,\n            \"InvoiceFee\": 5,\n            \"TaxTotal\": 0,\n            \"Total\": 20,\n            \"PurchasedOn\": \"2021-06-01T11:55:42.17\",\n            \"Purchaser\": {\n                \"MemberUniqueId\": \"05cad53f-3e50-4cad-913a-6d997bf970e5\",\n                \"Name\": \"Meliza Smithe\",\n                \"Email\": \"melizasmithe@noviams2.com\",\n                \"Phone\": \"(221)111-1222x2\",\n                \"IsGuest\": false\n            },\n            \"ShippingAddress\": null,\n            \"OrderItems\": [\n                {\n                    \"OrderItemUniqueID\": \"b03f7d4d-4564-42ee-a9c8-09e5a53a10c3\",\n                    \"ProductUniqueID\": \"c0d3bcda-1fa7-4fbe-95e8-c45d48ff0458\",\n                    \"Name\": \"Shiny New Product\",\n                    \"Quantity\": 1,\n                    \"Price\": 15,\n                    \"DiscountAmount\": null,\n                    \"SubscriptionType\": \"None\",\n                    \"CustomFields\": null\n                }\n            ]\n        },\n        {\n            \"OrderUniqueID\": \"0ce764c7-56c7-428e-8644-79d238ff60c9\",\n            \"OrderNumber\": \"8832876\",\n            \"OrderStatus\": \"Open\",\n            \"OrderType\": \"MembershipAddon\",\n            \"TrackingNumber\": null,\n            \"DeliverTo\": \"Test CO 123\",\n            \"Email\": null,\n            \"Phone\": null,\n            \"SubTotal\": 117,\n            \"ShippingTotal\": 0,\n            \"DiscountTotal\": 0,\n            \"InvoiceFee\": 0,\n            \"TaxTotal\": 0.44,\n            \"Total\": 117.44,\n            \"PurchasedOn\": \"2021-06-10T11:42:28.293\",\n            \"Purchaser\": {\n                \"MemberUniqueId\": \"31331c38-eb6e-49da-a98c-05a1bd2059a6\",\n                \"Name\": \"Test CO 123\",\n                \"Email\": null,\n                \"Phone\": null,\n                \"IsGuest\": false\n            },\n            \"ShippingAddress\": null,\n            \"OrderItems\": [\n                {\n                    \"OrderItemUniqueID\": \"c95fd72c-1d1f-4274-8410-bcf47a16d284\",\n                    \"ProductUniqueID\": \"746ca847-91f2-41e9-bd8a-9bf311a28095\",\n                    \"Name\": \"1/4 Page Directory Ad\",\n                    \"Quantity\": 1,\n                    \"Price\": 5,\n                    \"DiscountAmount\": null,\n                    \"SubscriptionType\": \"None\",\n                    \"CustomFields\": null\n                },\n                {\n                    \"OrderItemUniqueID\": \"34cb55ce-ad94-4bb3-acfc-ff1e578e94ed\",\n                    \"ProductUniqueID\": \"bc9b35c5-e247-4b8f-a896-59c287a58627\",\n                    \"Name\": \"Foundation Donation\",\n                    \"Quantity\": 1,\n                    \"Price\": 100,\n                    \"DiscountAmount\": null,\n                    \"SubscriptionType\": \"None\",\n                    \"CustomFields\": null\n                },\n                {\n                    \"OrderItemUniqueID\": \"56ebcb1f-6c6e-4e15-8ce0-69d6d4a91fa5\",\n                    \"ProductUniqueID\": \"005712aa-155c-40ea-8440-46bd134066b5\",\n                    \"Name\": \"Annual Subscription - June 2020\",\n                    \"Quantity\": 1,\n                    \"Price\": 12,\n                    \"DiscountAmount\": null,\n                    \"SubscriptionType\": \"Annual\",\n                    \"CustomFields\": null\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f5811b26-09df-4b05-a8c9-7f38a5c1f3a3"},{"name":"Order Details","id":"25619673-4f69-4d59-8407-7c14459b132e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/orders/:orderUniqueId","description":"<p>Returns the detail level information for a specific order.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","orders",":orderUniqueId"],"host":["{{url}}"],"query":[],"variable":[{"id":"e3182cd6-04e2-4c43-9902-5844d91c0dc0","type":"any","value":"{{orderUniqueId}}","key":"orderUniqueId"}]}},"response":[{"id":"2912f14d-eab8-4340-a9a9-0174435f7d35","name":"200 OK - Get Order Details","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/orders/9f00df80-51b1-429f-a3e0-5114e7363087"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0ADnRYAAAAACSjP2cDP3+QouDob7u0CYhTUlBRURHRTIyMTIAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Tue, 22 Jun 2021 01:12:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"OrderUniqueID\": \"9f00df80-51b1-429f-a3e0-5114e7363087\",\n    \"OrderNumber\": \"1755758\",\n    \"OrderStatus\": \"Fulfilled\",\n    \"OrderType\": \"AdminPlaced\",\n    \"TrackingNumber\": null,\n    \"DeliverTo\": \"A Test Company\",\n    \"Email\": \"test@email.com\",\n    \"Phone\": \"(888)777-9999\",\n    \"SubTotal\": 10,\n    \"ShippingTotal\": 0,\n    \"DiscountTotal\": 0,\n    \"InvoiceFee\": 0,\n    \"TaxTotal\": 0,\n    \"Total\": 10,\n    \"PurchasedOn\": \"2017-09-14T17:52:46.24\",\n    \"Purchaser\": {\n        \"MemberUniqueId\": \"3609c84d-fb4f-4607-9ba3-08bbd96b9a03\",\n        \"Name\": \"Greystar Mgmt\",\n        \"Email\": \"test@ilsnetwork.com\",\n        \"Phone\": \"(444)444-4444\",\n        \"IsGuest\": false\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"OrderItemUniqueID\": \"a3ea7ffe-5350-4322-a152-4a8df0a4f85c\",\n            \"ProductUniqueID\": null,\n            \"Name\": \"test product\",\n            \"Quantity\": 1,\n            \"Price\": 10,\n            \"DiscountAmount\": null,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": null,\n            \"ProductCategoryID\": null,\n            \"ProductCategory\": null\n        }\n    ]\n}"}],"_postman_id":"25619673-4f69-4d59-8407-7c14459b132e"},{"name":"Add Order","id":"1a5b19ca-ccc3-4978-86d6-e0e0c7a71916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderStatus\": \"Open\",\n    \"TrackingNumber\": null,\n    \"DeliverTo\": \"Test API Delivery\",\n    \"Email\": null,\n    \"Phone\": null,\n    \"SubTotal\": 44,\n    \"ShippingTotal\": 1.00,\n    \"InvoiceFee\": 2.00,\n    \"TaxTotal\": 3.00,\n    \"PurchasedOn\": \"2021-07-21T12:47:18.643\",\n    \"Purchaser\": {\n        \"MemberUniqueId\": \"50c6e592-a232-4fd3-8531-1275aee91162\"\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"ProductUniqueID\": \"cef68c22-c4c2-4151-a01d-09e626141b5d\",\n            \"Quantity\": 1,\n            \"Price\": 15.00,\n            \"DiscountAmount\": 2,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": {\n                \"T-Shirt Size\": {\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"Value\": \"Medium\"\n                }\n            }\n        }\n    ],\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/orders","description":"<p>Adds a new order to Novi. This will be done without any accounting implications - we won't create any invoices or sales receipts. </p>\n<p>If your transaction has accounting implications, be sure to process that in QuickBooks online separately and pass the appropriate IDs to our API.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single order object. (See \"Orders\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>201 Created</strong><br />If your POST passes all validation you'll receive a 201 response code along with a copy of the newly created record and the record's assigned unique ID.  </p>\n<p>Location Header - The response will also contain this header which will give you the PUT location for the new record for any further updates.</p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","orders"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fe83609e-5905-4b1f-ae52-c834554f49c0","name":"201 Created - Add Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderStatus\": \"Open\",\n    \"TrackingNumber\": null,\n    \"DeliverTo\": \"Test API Delivery\",\n    \"Email\": null,\n    \"Phone\": null,\n    \"SubTotal\": 44,\n    \"ShippingTotal\": 1.00,\n    \"InvoiceFee\": 2.00,\n    \"TaxTotal\": 3.00,\n    \"PurchasedOn\": \"2021-07-19T12:47:18.643\",\n    \"Purchaser\": {\n        \"MemberUniqueId\": \"50c6e592-a232-4fd3-8531-1275aee91162\"\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"ProductUniqueID\": \"cef68c22-c4c2-4151-a01d-09e626141b5d\",\n            \"Quantity\": 1,\n            \"Price\": 15.00,\n            \"DiscountAmount\": 2,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": {\n                \"T-Shirt Size\": {\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"Value\": \"Medium\"\n                }\n            }\n        }\n    ],\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"948"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Location","value":"https://app-novi-test-east-001.azurewebsites.net/api/Orders/9620ff4f-f1a6-4bee-99ea-4552644d7d79"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0ij33YAAAAABZEEG8r29PSbBcskAyf9xVUERYMzFFREdFMDIwNwAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 20 Jul 2021 21:18:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"OrderUniqueID\": \"9620ff4f-f1a6-4bee-99ea-4552644d7d79\",\n    \"OrderNumber\": \"8832924\",\n    \"OrderStatus\": \"Open\",\n    \"OrderType\": \"ConnectedApp\",\n    \"TrackingNumber\": null,\n    \"DeliverTo\": \"Test API Delivery\",\n    \"Email\": null,\n    \"Phone\": null,\n    \"SubTotal\": 15,\n    \"ShippingTotal\": 1,\n    \"DiscountTotal\": 2,\n    \"InvoiceFee\": 2,\n    \"TaxTotal\": 3,\n    \"Total\": 19,\n    \"PurchasedOn\": \"2021-07-19T12:47:18.643\",\n    \"Purchaser\": {\n        \"MemberUniqueId\": \"50c6e592-a232-4fd3-8531-1275aee91162\",\n        \"Name\": \"Test Manager\",\n        \"Email\": \"testmanager@test.com\",\n        \"Phone\": \"(111)111-1111\",\n        \"IsGuest\": false\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"OrderItemUniqueID\": \"3004412a-a0e7-466a-b969-725dbebf8f6a\",\n            \"ProductUniqueID\": \"cef68c22-c4c2-4151-a01d-09e626141b5d\",\n            \"Name\": \"Novi T-shirts\",\n            \"Quantity\": 1,\n            \"Price\": 15,\n            \"DiscountAmount\": 2,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": {\n                \"T-Shirt Size\": {\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"Value\": \"Medium\",\n                    \"IsSumOfChildren\": false\n                }\n            }\n        }\n    ],\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": null\n}"},{"id":"d77ad55a-d291-4086-ae64-472895d03421","name":"400 Bad Request - Add Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderStatus\": \"Open\",\n    \"TrackingNumber\": null,\n    \"DeliverTo\": \"Test API Delivery\",\n    \"Email\": null,\n    \"Phone\": null,\n    \"SubTotal\": 44,\n    \"ShippingTotal\": 1.00,\n    \"InvoiceFee\": 2.00,\n    \"TaxTotal\": 3.00,\n    \"PurchasedOn\": \"2021-07-19T12:47:18.643\",\n    \"Purchaser\": {\n        \"MemberUniqueId\": \"50c6e592-a232-4fd3-8531-1275aee91162\"\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"ProductUniqueID\": \"cef68c24-c4c2-4151-a01d-09e626141b5d\",\n            \"Quantity\": 1,\n            \"Price\": 15.00,\n            \"DiscountAmount\": 2,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": {\n                \"T-Shirt Size\": {\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"Value\": \"Medium\"\n                }\n            }\n        }\n    ],\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/orders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"114"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0zD/3YAAAAADW/5c4Z2b0TZtP8+5U4m+nUERYMzFFREdFMDIxOAAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 20 Jul 2021 21:27:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"Invalid ProductUniqueId cef68c24-c4c2-4151-a01d-09e626141b5d\"\n    ]\n}"}],"_postman_id":"1a5b19ca-ccc3-4978-86d6-e0e0c7a71916"},{"name":"Update Order","id":"939e8a49-a4a7-4a46-97cb-b761333f936c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderUniqueID\": \"{{orderUniqueId}}\",\n    \"OrderNumber\": \"8832920\",\n    \"OrderStatus\": \"Open\",\n    \"OrderType\": \"ConnectedApp\",\n    \"TrackingNumber\": \"123456\",\n    \"DeliverTo\": \"Test API Delivery\",\n    \"Email\": null,\n    \"Phone\": null,\n    \"ShippingTotal\": 0.00,\n    \"DiscountTotal\": 0.0,\n    \"InvoiceFee\": 0.00,\n    \"TaxTotal\": 0.0,\n    \"Total\": 15.00,\n    \"PurchasedOn\": \"2021-07-20T12:47:18.643\",\n    \"Purchaser\": {\n        \"Name\": \"Test API Guest\",\n        \"Email\": \"spencer@test.com\",\n        \"Phone\": \"(111)111-1111\",\n        \"IsGuest\": false\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"OrderItemUniqueID\": \"37ff80b5-c495-401f-ba7f-c83196897167\",\n            \"ProductUniqueID\": \"cef68c22-c4c2-4151-a01d-09e626141b5d\",\n            \"Name\": \"Novi T-shirts\",\n            \"Quantity\": 2,\n            \"Price\": 15.00,\n            \"DiscountAmount\": 0.0,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": {\n                \"T-Shirt Size\": {\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"Value\": \"Medium\",\n                    \"IsSumOfChildren\": false\n                },\n                \"Ecommerce only field\": {\n                    \"CustomFieldUniqueID\": \"736450d5-17ee-4cb3-81e8-4165ff6008c0\",\n                    \"Value\": \"Test\"\n                }\n\n            }\n        }\n    ],\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/orders/:orderUniqueId","description":"<p>Updates an existing order with the newly specified values. You can only modify orders via the API that were created via the API.</p>\n<h5 id=\"request-body\">Request Body</h5>\n<p>Your request body should contain a single order object. (See \"Orders\" section above for details on field specifications and requirements.)</p>\n<h5 id=\"responses\">Responses</h5>\n<p><strong>200 Created</strong><br />If your POST passes all validation you'll receive a 200 response code. </p>\n<p><strong>400 Bad Request</strong>\nValidations are in place to ensure the data entering the API meets the same standards as are applied in our user interface. If your request is not formed correctly or fails these validations you'll receive a response with a list of errors describing the issue.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","orders",":orderUniqueId"],"host":["{{url}}"],"query":[],"variable":[{"id":"1fd1def2-a8b6-4077-927f-69ded997a210","type":"any","value":"{{orderUniqueId}}","key":"orderUniqueId"}]}},"response":[{"id":"9b898649-4910-4430-bb44-477c339aa0a6","name":"200 OK - Update Order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderUniqueID\": \"58842182-d258-45fb-a09a-9914d5409c6d\",\n    \"OrderNumber\": \"8832920\",\n    \"OrderStatus\": \"Open\",\n    \"OrderType\": \"ConnectedApp\",\n    \"TrackingNumber\": \"123456\",\n    \"DeliverTo\": \"Test API Delivery\",\n    \"Email\": null,\n    \"Phone\": null,\n    \"SubTotal\": 15.00,\n    \"ShippingTotal\": 0.00,\n    \"DiscountTotal\": 0.0,\n    \"InvoiceFee\": 0.00,\n    \"TaxTotal\": 0.0,\n    \"Total\": 15.00,\n    \"PurchasedOn\": \"2021-07-20T12:47:18.643\",\n    \"Purchaser\": {\n        \"Name\": \"Test API Guest\",\n        \"Email\": \"spencer@test.com\",\n        \"Phone\": \"(111)111-1111\",\n        \"IsGuest\": false\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"OrderItemUniqueID\": \"37ff80b5-c495-401f-ba7f-c83196897167\",\n            \"ProductUniqueID\": \"cef68c22-c4c2-4151-a01d-09e626141b5d\",\n            \"Name\": \"Novi T-shirts\",\n            \"Quantity\": 2,\n            \"Price\": 15.00,\n            \"DiscountAmount\": 0.0,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": {\n                \"T-Shirt Size\": {\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"Value\": \"Medium\",\n                    \"IsSumOfChildren\": false\n                }\n            }\n        }\n    ],\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": 4920\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/orders/:orderUniqueId","host":["{{url}}"],"path":["api","orders",":orderUniqueId"],"variable":[{"key":"orderUniqueId","value":"58842182-d258-45fb-a09a-9914d5409c6d"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"742"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0Wj/3YAAAAACqh9v+Lj6aQIOSok0HQ1MSUERYMzFFREdFMDIwOQAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 20 Jul 2021 21:25:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"OrderUniqueID\": \"58842182-d258-45fb-a09a-9914d5409c6d\",\n    \"OrderNumber\": \"8832920\",\n    \"OrderStatus\": \"Open\",\n    \"OrderType\": \"ConnectedApp\",\n    \"TrackingNumber\": \"123456\",\n    \"DeliverTo\": \"Test API Delivery\",\n    \"Email\": null,\n    \"Phone\": null,\n    \"SubTotal\": 30,\n    \"ShippingTotal\": 0,\n    \"DiscountTotal\": 0,\n    \"InvoiceFee\": 0,\n    \"TaxTotal\": 0,\n    \"Total\": 30,\n    \"PurchasedOn\": \"2021-07-20T12:47:18.643\",\n    \"Purchaser\": {\n        \"MemberUniqueId\": null,\n        \"Name\": \"Test API Guest\",\n        \"Email\": \"testguest@test.com\",\n        \"Phone\": \"(111)111-1111\",\n        \"IsGuest\": true\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"OrderItemUniqueID\": \"37ff80b5-c495-401f-ba7f-c83196897167\",\n            \"ProductUniqueID\": \"cef68c22-c4c2-4151-a01d-09e626141b5d\",\n            \"Name\": \"Novi T-shirts\",\n            \"Quantity\": 2,\n            \"Price\": 15,\n            \"DiscountAmount\": 0,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": {\n                \"T-Shirt Size\": {\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"Value\": \"Medium\",\n                    \"IsSumOfChildren\": false\n                }\n            }\n        }\n    ],\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": \"4920\"\n}"},{"id":"7287f54c-0e46-4a0b-945d-b50b8e0c612b","name":"400 Bad Request - Update Order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"OrderUniqueID\": \"58842182-d258-45fb-a09a-9914d5409c6d\",\n    \"OrderNumber\": \"8832920\",\n    \"OrderStatus\": \"Fulfilled\",\n    \"OrderType\": \"ConnectedApp\",\n    \"TrackingNumber\": \"123456\",\n    \"DeliverTo\": \"Test API Delivery\",\n    \"Email\": null,\n    \"Phone\": null,\n    \"SubTotal\": 15.00,\n    \"ShippingTotal\": 0.00,\n    \"DiscountTotal\": 0.0,\n    \"InvoiceFee\": 0.00,\n    \"TaxTotal\": 0.0,\n    \"Total\": 15.00,\n    \"PurchasedOn\": \"2021-07-20T12:47:18.643\",\n    \"Purchaser\": {\n        \"Name\": \"Test API Guest\",\n        \"Email\": \"spencer@test.com\",\n        \"Phone\": \"(111)111-1111\",\n        \"IsGuest\": false\n    },\n    \"ShippingAddress\": null,\n    \"OrderItems\": [\n        {\n            \"OrderItemUniqueID\": \"37ff80b5-c495-401f-ba7f-c83196897167\",\n            \"ProductUniqueID\": \"cef68c22-c4c2-4151-a01d-09e626141b5d\",\n            \"Name\": \"Novi T-shirts\",\n            \"Quantity\": 2,\n            \"Price\": 15.00,\n            \"DiscountAmount\": 0.0,\n            \"SubscriptionType\": \"None\",\n            \"CustomFields\": {\n                \"T-Shirt Size\": {\n                    \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n                    \"Value\": \"Test\",\n                    \"IsSumOfChildren\": false\n                }\n            }\n        }\n    ],\n    \"QBSalesReceiptID\": null,\n    \"QBInvoiceID\": null\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/orders/:orderUniqueId","host":["{{url}}"],"path":["api","orders",":orderUniqueId"],"variable":[{"key":"orderUniqueId","value":"58842182-d258-45fb-a09a-9914d5409c6d"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"129"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0l0D3YAAAAAAHAcGniDrXRrG+qnCvFIRZUERYMzFFREdFMDIxMQAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 20 Jul 2021 21:31:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid request\",\n    \"links\": {},\n    \"errors\": [\n        \"Custom field value ''Test'' is not valid for custom field ''T-Shirt Size.''\"\n    ]\n}"}],"_postman_id":"939e8a49-a4a7-4a46-97cb-b761333f936c"}],"id":"7f73ce4b-ba71-4628-842b-b025ac479880","description":"<p>An order in Novi represents the purchase of a selection of products, alongside information such as quantities, custom fields, and other details.</p>\n<p>Orders can be created via ecommerce checkout, event registration &amp; membership add-on checkout, as well as via the API.</p>\n<p><strong>Note:</strong> If you are looking to find out which members has purchased a given item, you also might want to consider the Novi group functionality. Novi admins can build groups of members who have purchased products alongside many other business rules and validations such as member status, payment status, and more. Utilizing groups may simplify the business logic you need to deal with in your code.</p>\n<h3 id=\"order-object\">Order Object</h3>\n<p><strong>UniqueID</strong> - Read only<br />Guid/String<br /><em>Novi generated GUID for the order record.</em></p>\n<p><strong>OrderNumber</strong> - Read only<br />String<br /><em>Novi generated user friendly order number for the order record.</em></p>\n<p><strong>OrderStatus</strong><br />String<br /><em>Represents the current fulfillment state of the order. Possible values - \"Open\", \"Fulfilled\", \"Cancelled\".</em></p>\n<p><strong>OrderType</strong> - Read only<br />String<br /><em>Represents how the order was received. Possible values - \"Store\", \"AdminPlaced\", \"MembershipAddon\", \"EventAddon\", \"ConnectedApp\". Any orders created via the API will be assigned the \"ConnectedApp\" order type.</em></p>\n<p><strong>TrackingNumber</strong><br />String<br /><em>The shipping provider (ie, FedEx, UPS, USPS) tracking number for this order when shipped.</em></p>\n<p><strong>DeliverTo</strong> - Required<br />String<br /><em>The name of the person/company to deliver this order to.</em></p>\n<p><strong>Email</strong><br />String<br /><em>The email of the person/company to deliver this order to. Must be a valid email address.</em></p>\n<p><strong>Phone</strong><br />String<br /><em>The phone of the person/company to deliver this order to. Must be a valid phone number.</em></p>\n<p><strong>SubTotal</strong> - Read Only<br />Decimal<br /><em>The calculated subtotal for the order - sum of quantity x price on all order line items.</em></p>\n<p><strong>ShippingTotal</strong><br />Decimal<br /><em>The total shipping cost for the order.</em></p>\n<p><strong>DiscountTotal</strong> - Read Only<br />Decimal<br /><em>The calculated discount total for the order - sum of discount amounts on all order line items.</em></p>\n<p><strong>InvoiceFee</strong><br />Decimal<br /><em>The fee charged for invoicing the order.</em></p>\n<p><strong>TaxTotal</strong><br />Decimal<br /><em>The total tax for the order.</em></p>\n<p><strong>Total</strong> - Read Only<br />Decimal<br /><em>The calculated total for the order taking into account SubTotal, ShippingTotal, DiscountTotal, InvoiceFee, &amp; TaxTotal.</em></p>\n<p><strong>PurchasedOn</strong> - Required<br />Datetime<br /><em>The date/time that the purchase of this order was completed.</em></p>\n<p><strong>Purchaser</strong><br />Purchaser Object<br /><em>Data representing the person/company who purchased this order. See below.</em></p>\n<h4 id=\"purchaser-object\">Purchaser Object</h4>\n<hr />\n<p><strong>MemberUniqueID</strong><br />Guid/String<br /><em>The unique ID of the purchaser record for this order. If blank, order will treated as a \"Guest\" order.</em></p>\n<p><strong>Name</strong><br />String<br /><em>The name of the purchaser record. Read only if MemberUniqueID is specified.</em></p>\n<p><strong>Email</strong><br />String<br /><em>The email of the purchaser record. Read only if MemberUniqueID is specified.</em></p>\n<p><strong>Phone</strong><br />String<br /><em>The name of the purchaser record. Read only if MemberUniqueID is specified.</em></p>\n<p><strong>IsGuest</strong><br />Boolean<br /><em>Indicates whether the purchaser was a guest (not logged in) at the time of purchase.</em></p>\n<h4 id=\"end-purchaser-object\">End Purchaser Object</h4>\n<hr />\n<p><strong>ShippingAddress</strong><br />Address Object<br /><em>The physical address to ship this order to. See below.</em></p>\n<h5 id=\"address-object\">Address Object</h5>\n<hr />\n<p><strong>Address1</strong><br />String - Max 255 characters</p>\n<p><strong>Address2</strong><br />String - Max 255 characters</p>\n<p><strong>City</strong><br />String - Max 255 characters</p>\n<p><strong>Zip Code</strong><br />String - Max 30 characters</p>\n<p><strong>StateProvince</strong><br />String - Max 255 characters<br /><em>Can be abbreviation or full name</em>.</p>\n<p><strong>Country</strong><br />String - Max 255 characters<br /><em>Can be abbreviation or full name.</em></p>\n<h5 id=\"end-address-object\">End Address Object</h5>\n<hr />\n<p><strong>QBSalesReceiptID</strong><br />Integer<br /><em>Sales Receipt transaction ID from QuickBooks API if you created a transaction for this order. If the transaction is not yet sync'd to Novi, you'll see a \"PendingSync\" result here and the transaction will be associated on the next QuickBooks sync.</em></p>\n<p><strong>QBInvoiceID</strong><br />Integer<br /><em>Invoice transaction ID from QuickBooks API if you created a transaction for this order. If the transaction is not yet sync'd to Novi, you'll see a \"PendingSync\" result here and the transaction will be associated on the next QuickBooks sync.</em></p>\n<p><strong>OrderItems</strong><br />Array[Order Item Objects]<br /><em>The line items representing the details of the order. See below.</em></p>\n<h4 id=\"order-item-object\">Order Item Object</h4>\n<hr />\n<p><strong>OrderItemUniqueID</strong> - Read only<br />Guid/String<br /><em>Novi generated GUID for the order item record.</em></p>\n<p><strong>ProductUniqueId</strong> - Required<br />Guid/String<br /><em>The product for this line item.</em></p>\n<p><strong>Name</strong> - Read only<br />String<br /><em>The name of the product for this line item.</em></p>\n<p><strong>Quantity</strong><br />Integer<br /><em>The number of items purchased on this line item.</em></p>\n<p><strong>Price</strong><br />Decimal<br /><em>The price paid per quantity purchased on this line item.</em></p>\n<p><strong>DiscountAmount</strong><br />Decimal<br /><em>The total amount the purchased saved on this purchase. Cannot be greater than the sub total (quantity * price).</em></p>\n<p><strong>CustomFields</strong><br />Object[Custom Field Object] - See Below<br /><em>This will be an JSON object where each sub object will indexed by custom field name and be a custom field object. See endpoint examples for more.</em></p>\n<h5 id=\"custom-field-objects\">Custom Field Objects</h5>\n<hr />\n<p><strong>CustomFieldUniqueID</strong><br />Guid/String<br /><em>Novi generated GUID for the custom field.</em></p>\n<p><strong>Value</strong><br />String/Date/Number/Boolean<br /><em>Type is determined by the type of the custom field itself as configured in the Novi AMS admin. Additional rules such as required fields, max lengths, max fields, or limited options will be enforced based on additional custom field configuration inside the Novi AMS admin. Fields are required based on \"Required on Backend\" setting.</em></p>\n<h5 id=\"end-custom-field-object\">End Custom Field Object</h5>\n<hr />\n","_postman_id":"7f73ce4b-ba71-4628-842b-b025ac479880","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Subscriptions","item":[{"name":"Subscription List","id":"ee8912d2-a185-4e8b-8773-7f4b13633252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/subscriptions?pageSize={{pageSize}}&offset={{offset}}&cancelled=false&productUniqueId={{productUniqueId}}&purchaserUniqueId={{purchaserUniqueId}}&subscriptionNumber={{subscriptionNumber}}","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","subscriptions"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default 100, max 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Default 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Optional. True or false. Limits results to active or cancelled only. Default null.</p>\n","type":"text/plain"},"key":"cancelled","value":"false"},{"description":{"content":"<p>Optional. Returns subscriptions for the specified product only.</p>\n","type":"text/plain"},"key":"productUniqueId","value":"{{productUniqueId}}"},{"description":{"content":"<p>Optional. Returns subscriptions for the specified purchaser only.</p>\n","type":"text/plain"},"key":"purchaserUniqueId","value":"{{purchaserUniqueId}}"},{"description":{"content":"<p>Optional. Returns subscription with the specified subscription number only.</p>\n","type":"text/plain"},"key":"subscriptionNumber","value":"{{subscriptionNumber}}"}],"variable":[]}},"response":[{"id":"92cb0bc0-a9dc-4704-a53e-9586b8aa85d1","name":"200 OK - Subscription List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/subscriptions?pageSize={{pageSize}}&offset={{offset}}&purchaserUniqueId=2bb3a854-1463-4885-bbb7-dde6bce98c2c","host":["{{url}}"],"path":["api","subscriptions"],"query":[{"key":"pageSize","value":"{{pageSize}}","description":"Optional. Default 100, max 1000."},{"key":"offset","value":"{{offset}}","description":"Optional. Default 0."},{"key":"purchaserUniqueId","value":"2bb3a854-1463-4885-bbb7-dde6bce98c2c"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"TotalCount\": 2,\r\n    \"Results\": [\r\n        {\r\n            \"UniqueID\": \"930e6c9a-aa77-4499-bbf5-5c425d006db1\",\r\n            \"SubscriptionNumber\": \"1001\",\r\n            \"Product\": {\r\n                \"ProductUniqueId\": \"974d66f3-b847-47aa-91f7-5e571e37e350\",\r\n                \"Name\": \"Access to Periodicals (Annual)\"\r\n            },\r\n            \"Purchaser\": {\r\n                \"MemberUniqueId\": \"2bb3a854-1463-4885-bbb7-dde6bce98c2c\",\r\n                \"Name\": \"Emmett Brown\",\r\n                \"Email\": \"doc@brown.com\",\r\n                \"Phone\": \"(999)999-9999\",\r\n                \"IsGuest\": false\r\n            },\r\n            \"BillableParty\": {\r\n                \"MemberUniqueId\": \"2bb3a854-1463-4885-bbb7-dde6bce98c2c\",\r\n                \"Name\": \"Emmett Brown\",\r\n                \"Email\": \"doc@brown.com\",\r\n                \"Phone\": \"(999)999-9999\",\r\n                \"IsGuest\": false\r\n            },\r\n            \"SubscriptionType\": \"Annual\",\r\n            \"SubscriptionStart\": \"2023-02-01T00:00:00\",\r\n            \"SubscriptionEnd\": \"2030-02-03T00:00:00\",\r\n            \"LastBilled\": \"2023-02-01T00:00:00\",\r\n            \"AmountPaid\": 150.00,\r\n            \"Cancelled\": false,\r\n            \"SubscriptionAutoRenew\": false,\r\n            \"DoMonthlyBilling\": false,\r\n            \"Amount\": \"$150.00/yr\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"d689238b-6fca-409a-97f4-c78a93be2997\",\r\n            \"SubscriptionNumber\": \"1006\",\r\n            \"Product\": {\r\n                \"ProductUniqueId\": \"ca2749ec-ea84-4e02-b195-2a3a79682605\",\r\n                \"Name\": \"Access to Periodicals (Monthly)\"\r\n            },\r\n            \"Purchaser\": {\r\n                \"MemberUniqueId\": \"2bb3a854-1463-4885-bbb7-dde6bce98c2c\",\r\n                \"Name\": \"Emmett Brown\",\r\n                \"Email\": \"doc@brown.com\",\r\n                \"Phone\": \"(999)999-9999\",\r\n                \"IsGuest\": false\r\n            },\r\n            \"BillableParty\": {\r\n                \"MemberUniqueId\": \"2bb3a854-1463-4885-bbb7-dde6bce98c2c\",\r\n                \"Name\": \"Emmett Brown\",\r\n                \"Email\": \"doc@brown.com\",\r\n                \"Phone\": \"(999)999-9999\",\r\n                \"IsGuest\": false\r\n            },\r\n            \"SubscriptionType\": \"Monthly\",\r\n            \"SubscriptionStart\": \"2023-06-06T00:00:00\",\r\n            \"SubscriptionEnd\": \"2023-07-06T00:00:00\",\r\n            \"LastBilled\": \"2023-06-06T00:00:00\",\r\n            \"AmountPaid\": 10.00,\r\n            \"Cancelled\": true,\r\n            \"SubscriptionAutoRenew\": false,\r\n            \"DoMonthlyBilling\": false,\r\n            \"Amount\": \"$10.00/mo\"\r\n        }\r\n    ]\r\n}"},{"id":"6e09b8fb-78b7-4993-8712-13c0b4a3188a","name":"200 OK - Subscription List (Active)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/subscriptions?cancelled=false","host":["{{url}}"],"path":["api","subscriptions"],"query":[{"key":"cancelled","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"TotalCount\": 6,\r\n    \"Results\": [\r\n        {\r\n            \"UniqueID\": \"930e6c9a-aa77-4499-bbf5-5c425d006db1\",\r\n            \"SubscriptionNumber\": \"1001\",\r\n            \"Product\": {\r\n                \"ProductUniqueId\": \"974d66f3-b847-47aa-91f7-5e571e37e350\",\r\n                \"Name\": \"Access to Periodicals (Annual)\"\r\n            },\r\n            \"Purchaser\": {\r\n                \"MemberUniqueId\": \"2bb3a854-1463-4885-bbb7-dde6bce98c2c\",\r\n                \"Name\": \"Emmett Brown\",\r\n                \"Email\": \"doc@brown.com\",\r\n                \"Phone\": \"(999)999-9999\",\r\n                \"IsGuest\": false\r\n            },\r\n            \"BillableParty\": {\r\n                \"MemberUniqueId\": \"2bb3a854-1463-4885-bbb7-dde6bce98c2c\",\r\n                \"Name\": \"Emmett Brown\",\r\n                \"Email\": \"doc@brown.com\",\r\n                \"Phone\": \"(999)999-9999\",\r\n                \"IsGuest\": false\r\n            },\r\n            \"SubscriptionType\": \"Annual\",\r\n            \"SubscriptionStart\": \"2023-02-01T00:00:00\",\r\n            \"SubscriptionEnd\": \"2030-02-03T00:00:00\",\r\n            \"LastBilled\": \"2023-02-01T00:00:00\",\r\n            \"AmountPaid\": 150.00,\r\n            \"Cancelled\": false,\r\n            \"SubscriptionAutoRenew\": false,\r\n            \"DoMonthlyBilling\": false,\r\n            \"Amount\": \"$150.00/yr\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"35ab4e21-bee9-4836-9c7b-f9f3a486e186\",\r\n            \"SubscriptionNumber\": \"1003\",\r\n            \"Product\": {\r\n                \"ProductUniqueId\": \"35a28106-4c70-49e0-af29-8db685a61f78\",\r\n                \"Name\": \"Guidebook (Updated Annually)\"\r\n            },\r\n            \"Purchaser\": {\r\n                \"MemberUniqueId\": \"183c0b67-5eb6-45e3-8729-c72330f0da87\",\r\n                \"Name\": \"Allison Smith\",\r\n                \"Email\": \"allison@gmail.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"BillableParty\": {\r\n                \"MemberUniqueId\": \"e979a5ec-62a4-4c29-8455-db6cdc6a630d\",\r\n                \"Name\": \"Learning Center\",\r\n                \"Email\": null,\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"SubscriptionType\": \"AnnualBilledMonthly\",\r\n            \"SubscriptionStart\": \"2023-02-01T00:00:00\",\r\n            \"SubscriptionEnd\": \"2024-02-02T00:00:00\",\r\n            \"LastBilled\": \"2023-08-22T00:00:00\",\r\n            \"AmountPaid\": 120.00,\r\n            \"Cancelled\": false,\r\n            \"SubscriptionAutoRenew\": true,\r\n            \"DoMonthlyBilling\": true,\r\n            \"Amount\": \"$120.00/mo for 12 Months\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"30f12345-2f83-4dee-aa83-86caf7f51dfc\",\r\n            \"SubscriptionNumber\": \"1004\",\r\n            \"Product\": {\r\n                \"ProductUniqueId\": \"35a28106-4c70-49e0-af29-8db685a61f78\",\r\n                \"Name\": \"Guidebook (Updated Annually)\"\r\n            },\r\n            \"Purchaser\": {\r\n                \"MemberUniqueId\": \"d75aec42-6dd2-4fcb-946f-c7a366ecea16\",\r\n                \"Name\": \"Ben Smith\",\r\n                \"Email\": \"ben.smith@gmail.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"BillableParty\": {\r\n                \"MemberUniqueId\": \"d75aec42-6dd2-4fcb-946f-c7a366ecea16\",\r\n                \"Name\": \"Ben Smith\",\r\n                \"Email\": \"ben.smith@gmail.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"SubscriptionType\": \"AnnualBilledMonthly\",\r\n            \"SubscriptionStart\": \"2023-02-01T00:00:00\",\r\n            \"SubscriptionEnd\": \"2024-02-01T00:00:00\",\r\n            \"LastBilled\": \"2023-08-22T00:00:00\",\r\n            \"AmountPaid\": 120.00,\r\n            \"Cancelled\": false,\r\n            \"SubscriptionAutoRenew\": false,\r\n            \"DoMonthlyBilling\": true,\r\n            \"Amount\": \"$120.00/mo for 12 Months\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"672d76bd-57b4-417b-b654-99b4c9059702\",\r\n            \"SubscriptionNumber\": \"1005\",\r\n            \"Product\": {\r\n                \"ProductUniqueId\": \"974d66f3-b847-47aa-91f7-5e571e37e350\",\r\n                \"Name\": \"Access to Periodicals (Annual)\"\r\n            },\r\n            \"Purchaser\": {\r\n                \"MemberUniqueId\": \"bfb855ae-c157-4ab1-a38a-309a26d26c40\",\r\n                \"Name\": \"Company LLC\",\r\n                \"Email\": \"info@company.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"BillableParty\": {\r\n                \"MemberUniqueId\": \"bfb855ae-c157-4ab1-a38a-309a26d26c40\",\r\n                \"Name\": \"Company LLC\",\r\n                \"Email\": \"info@company.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"SubscriptionType\": \"Annual\",\r\n            \"SubscriptionStart\": \"2023-02-10T00:00:00\",\r\n            \"SubscriptionEnd\": \"2024-02-10T00:00:00\",\r\n            \"LastBilled\": \"2023-02-10T00:00:00\",\r\n            \"AmountPaid\": 100.00,\r\n            \"Cancelled\": false,\r\n            \"SubscriptionAutoRenew\": true,\r\n            \"DoMonthlyBilling\": false,\r\n            \"Amount\": \"$100.00/yr\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"70a8a82c-1741-42ef-9a68-80db3b54c920\",\r\n            \"SubscriptionNumber\": \"1007\",\r\n            \"Product\": {\r\n                \"ProductUniqueId\": \"35a28106-4c70-49e0-af29-8db685a61f78\",\r\n                \"Name\": \"Guidebook (Updated Annually)\"\r\n            },\r\n            \"Purchaser\": {\r\n                \"MemberUniqueId\": \"131347b1-0ead-4293-966a-8a90639ed3f2\",\r\n                \"Name\": \"George Rose\",\r\n                \"Email\": \"george.rose@gmail.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"BillableParty\": {\r\n                \"MemberUniqueId\": \"131347b1-0ead-4293-966a-8a90639ed3f2\",\r\n                \"Name\": \"George Rose\",\r\n                \"Email\": \"george.rose@gmail.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"SubscriptionType\": \"Monthly\",\r\n            \"SubscriptionStart\": \"2023-07-01T00:00:00\",\r\n            \"SubscriptionEnd\": \"2024-07-01T00:00:00\",\r\n            \"LastBilled\": \"2023-07-01T00:00:00\",\r\n            \"AmountPaid\": 1.00,\r\n            \"Cancelled\": false,\r\n            \"SubscriptionAutoRenew\": true,\r\n            \"DoMonthlyBilling\": false,\r\n            \"Amount\": \"$1.00/mo\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"8864d5a8-a565-453e-aea2-8680fd2a7dd9\",\r\n            \"SubscriptionNumber\": \"1008\",\r\n            \"Product\": {\r\n                \"ProductUniqueId\": \"ca2749ec-ea84-4e02-b195-2a3a79682605\",\r\n                \"Name\": \"Access to Periodicals (Monthly)\"\r\n            },\r\n            \"Purchaser\": {\r\n                \"MemberUniqueId\": \"183c0b67-5eb6-45e3-8729-c72330f0da87\",\r\n                \"Name\": \"Allison Smith\",\r\n                \"Email\": \"allison@gmail.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"BillableParty\": {\r\n                \"MemberUniqueId\": \"183c0b67-5eb6-45e3-8729-c72330f0da87\",\r\n                \"Name\": \"Allison Smith\",\r\n                \"Email\": \"allison@gmail.com\",\r\n                \"Phone\": null,\r\n                \"IsGuest\": false\r\n            },\r\n            \"SubscriptionType\": \"Monthly\",\r\n            \"SubscriptionStart\": \"2023-09-27T00:00:00\",\r\n            \"SubscriptionEnd\": \"2023-10-27T00:00:00\",\r\n            \"LastBilled\": \"2023-09-27T00:00:00\",\r\n            \"AmountPaid\": 10.00,\r\n            \"Cancelled\": false,\r\n            \"SubscriptionAutoRenew\": true,\r\n            \"DoMonthlyBilling\": false,\r\n            \"Amount\": \"$10.00/mo\"\r\n        }\r\n    ]\r\n}"},{"id":"1239e042-4a2f-4fb4-bfd1-892329fc77d2","name":"200 OK - All Query Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/subscriptions?pageSize=100&offset=0&purchaserUniqueId=b5b4bac0-9852-440a-8c38-3b5344f0a6f9&productUniqueId=a6f367d9-0183-4669-94dc-7ac46cc818eb&subscriptionNumber=1003","host":["{{url}}"],"path":["api","subscriptions"],"query":[{"key":"pageSize","value":"100","description":"Optional. Default 100, max 1000."},{"key":"offset","value":"0","description":"Optional. Default 0."},{"key":"purchaserUniqueId","value":"b5b4bac0-9852-440a-8c38-3b5344f0a6f9"},{"key":"productUniqueId","value":"a6f367d9-0183-4669-94dc-7ac46cc818eb","type":"text"},{"key":"subscriptionNumber","value":"1003","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 20:11:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T201107Z-1795856ccd4rlvx4x0ped6ykrn0000000fng00000000wxwh"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"UniqueID\": \"a517ebad-5f00-4778-8b0f-4e5ec9d52f44\",\n            \"SubscriptionNumber\": \"1003\",\n            \"Product\": {\n                \"ProductUniqueId\": \"a6f367d9-0183-4669-94dc-7ac46cc818eb\",\n                \"Name\": \"DivMaster DIV Monthly Training Subscription\"\n            },\n            \"Purchaser\": {\n                \"MemberUniqueId\": \"b5b4bac0-9852-440a-8c38-3b5344f0a6f9\",\n                \"Name\": \"March Smith\",\n                \"Email\": \"marchsmith@test.com\",\n                \"Phone\": null,\n                \"IsGuest\": false\n            },\n            \"BillableParty\": {\n                \"MemberUniqueId\": \"b5b4bac0-9852-440a-8c38-3b5344f0a6f9\",\n                \"Name\": \"March Smith\",\n                \"Email\": \"marchsmith@test.com\",\n                \"Phone\": null,\n                \"IsGuest\": false\n            },\n            \"SubscriptionType\": \"Monthly\",\n            \"SubscriptionStart\": \"2018-01-20T19:39:33.847\",\n            \"SubscriptionEnd\": \"2018-02-20T19:39:33.847\",\n            \"LastBilled\": \"2018-01-20T00:00:00\",\n            \"AmountPaid\": 2000,\n            \"Cancelled\": true,\n            \"SubscriptionAutoRenew\": false,\n            \"DoMonthlyBilling\": false,\n            \"Amount\": \"$2,000.00/mo\"\n        }\n    ]\n}"}],"_postman_id":"ee8912d2-a185-4e8b-8773-7f4b13633252"},{"name":"Subscription Details","id":"1df622d1-a833-4381-91e9-add18efc601f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/subscriptions/:subscription_guid","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","subscriptions",":subscription_guid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique ID of the subscription that you want to retrieve details for</p>\n","type":"text/plain"},"type":"any","value":"672d76bd-57b4-417b-b654-99b4c9059702","key":"subscription_guid"}]}},"response":[{"id":"b8977d18-1b30-4932-83a6-c6e403a5e27e","name":"200 OK - Subscription Details","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/subscriptions/672d76bd-57b4-417b-b654-99b4c9059702"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"UniqueID\": \"672d76bd-57b4-417b-b654-99b4c9059702\",\r\n    \"SubscriptionNumber\": \"1005\",\r\n    \"Product\": {\r\n        \"ProductUniqueId\": \"974d66f3-b847-47aa-91f7-5e571e37e350\",\r\n        \"Name\": \"Access to Periodicals (Annual)\"\r\n    },\r\n    \"Purchaser\": {\r\n        \"MemberUniqueId\": \"bfb855ae-c157-4ab1-a38a-309a26d26c40\",\r\n        \"Name\": \"Company LLC\",\r\n        \"Email\": \"info@company.com\",\r\n        \"Phone\": null,\r\n        \"IsGuest\": false\r\n    },\r\n    \"BillableParty\": {\r\n        \"MemberUniqueId\": \"bfb855ae-c157-4ab1-a38a-309a26d26c40\",\r\n        \"Name\": \"Company LLC\",\r\n        \"Email\": \"info@company.com\",\r\n        \"Phone\": null,\r\n        \"IsGuest\": false\r\n    },\r\n    \"SubscriptionType\": \"Annual\",\r\n    \"SubscriptionStart\": \"2023-02-10T00:00:00\",\r\n    \"SubscriptionEnd\": \"2024-02-10T00:00:00\",\r\n    \"LastBilled\": \"2023-02-10T00:00:00\",\r\n    \"AmountPaid\": 100.00,\r\n    \"Cancelled\": false,\r\n    \"SubscriptionAutoRenew\": true,\r\n    \"DoMonthlyBilling\": false,\r\n    \"Amount\": \"$100.00/yr\"\r\n}"}],"_postman_id":"1df622d1-a833-4381-91e9-add18efc601f"}],"id":"f60593ab-7908-4053-a632-736eec5efd18","description":"<p>A <strong>Subscription</strong> in Novi is a special type of <strong>Order</strong> that has a start and end date with a recurring payment model. Each subscription is sequentially numbered, but they also have a unique identifier. Each is associated with a product, a purchaser, and a billable party that may or may not be the same as the purchaser. If the end date is in the past, the subscription is considered cancelled.</p>\n","_postman_id":"f60593ab-7908-4053-a632-736eec5efd18","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}}],"id":"50a1deb9-ab85-4a89-b283-b01316613a74","description":"<p>This section of API endpoints provides access to Novi AMS Event data.</p>\n<p>These endpoints are unavailable if your API key is not configured for \"Ecommerce Data Access\".</p>\n","_postman_id":"50a1deb9-ab85-4a89-b283-b01316613a74","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"Custom Field List","id":"20db0b9a-3252-4941-8e4f-262b98121b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/custom-fields?customFieldType={{customFieldType}}&isPerson={{isPerson}}&memberTypeUniqueId={{memberTypeUniqueId}}","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","custom-fields"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Required. Possible values - \"events\", \"members\", \"ecommerce\"</p>\n","type":"text/plain"},"key":"customFieldType","value":"{{customFieldType}}"},{"description":{"content":"<p>Optional. Possible values- True or False</p>\n","type":"text/plain"},"key":"isPerson","value":"{{isPerson}}"},{"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"memberTypeUniqueId","value":"{{memberTypeUniqueId}}"}],"variable":[]}},"response":[{"id":"2182ba67-dabe-4968-a8a6-8915e439ccae","name":"200 OK - Custom Field List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/custom-fields?customFieldType={{customFieldType}}","host":["{{url}}"],"path":["api","custom-fields"],"query":[{"key":"customFieldType","value":"{{customFieldType}}","description":"Required. Possible values - \"events\", \"members\", \"ecommerce\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=3815f870faefb5586c964e997f19c9c687f9ec3d8051f30672296989b835faa3;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0KgXuYAAAAABYG23I3FHSRLYKhSwATLwCUERYMzFFREdFMDIxNwAzMDEyMDhkNC01MzFkLTQ4NDctYWJjMy05MDM2NmU4NDZiZGM="},{"key":"Date","value":"Tue, 13 Jul 2021 21:27:06 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CustomFieldUniqueID\": \"3deb007c-2194-4ddd-8c6c-58bd175d29a5\",\n        \"Name\": \"Unit Count - Basic\",\n        \"DisplayName\": \"Unit Count - Display\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"74e83217-9f23-4d24-a81e-a54722267e45\",\n        \"Name\": \"Plain Text Events Single\",\n        \"DisplayName\": \"Plain Text Events Single\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"e6a16047-8ba9-4a35-b8cf-6c6e279f7d72\",\n        \"Name\": \"Time Events\",\n        \"DisplayName\": \"Time Events\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n        \"Name\": \"Date & Time Events\",\n        \"DisplayName\": \"Date & Time - Events\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5aabc262-2319-46a8-b120-242ad35c42a2\",\n        \"Name\": \"Number Individuals\",\n        \"DisplayName\": \"Number Individs\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"91fe93d5-7739-4e95-b3f0-7e38d8ae6847\",\n        \"Name\": \"Checkbox Event Reg\",\n        \"DisplayName\": \"Checkbox Event Reg\",\n        \"Type\": 3,\n        \"TypeName\": \"Checkbox\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"48a53b78-e57f-4145-9703-52fc78d4ba56\",\n        \"Name\": \"Set of Options Individual Multi\",\n        \"DisplayName\": \"Set of Options Individual Multi\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5b343934-42ac-467d-95ce-41f3c8cd3213\",\n        \"Name\": \"Set of Options Events Multi\",\n        \"DisplayName\": \"Set of Options Events Multi\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"d0fbfb84-1cc1-42cf-a03d-1f0714502866\",\n        \"Name\": \"Related Record Events\",\n        \"DisplayName\": \"Related Record Events\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n        \"Name\": \"Checkbox General\",\n        \"DisplayName\": \"Checkbox General\",\n        \"Type\": 3,\n        \"TypeName\": \"Checkbox\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n        \"Name\": \"Set of Options General Multi\",\n        \"DisplayName\": \"Set of Options General Multi\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"a15b2309-e39e-4f1f-9b69-b31f0cd252e5\",\n        \"Name\": \"Number Events\",\n        \"DisplayName\": \"Number Events\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"b9c092e9-de80-4c36-8abe-1da729e42d2c\",\n        \"Name\": \"Date Events\",\n        \"DisplayName\": \"Date Events\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n        \"Name\": \"Number Companies\",\n        \"DisplayName\": \"Number Companies\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"3f6ff24d-2790-48a5-828d-c365e36e5029\",\n        \"Name\": \"Set of Options General\",\n        \"DisplayName\": \"Set of Options General\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"1ca77a19-3fb8-417b-8c88-1d0f9819c722\",\n        \"Name\": \"Set of Options Events\",\n        \"DisplayName\": \"Set of Options Events\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"0a6662d9-d086-42fc-b834-3c2a8990aec7\",\n        \"Name\": \"Set of Options Individual\",\n        \"DisplayName\": \"Set of Options Individual\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"f8788ddc-b489-4a15-ad89-211328a9daef\",\n        \"Name\": \"Date & Time Company\",\n        \"DisplayName\": \"Date & Time Company\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"bbdf5603-cc13-42f1-9ea5-33b10a2bcc77\",\n        \"Name\": \"Charity Test\",\n        \"DisplayName\": \"Charity Test\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"313476b0-02da-4287-9f88-d0dce1ae1f1b\",\n        \"Name\": \"Dues and such\",\n        \"DisplayName\": \"Dues and such\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n        \"Name\": \"Set of Options Test\",\n        \"DisplayName\": \"Set of Options Test\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n        \"Name\": \"Read-only on Frontend After Initial Value\",\n        \"DisplayName\": \"Read-only on Frontend After Initial Value\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n        \"Name\": \"Newnewss\",\n        \"DisplayName\": \"Newnewss\",\n        \"Type\": 3,\n        \"TypeName\": \"Checkbox\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"56c3c73a-ff97-417f-99e9-96eaa94256fc\",\n        \"Name\": \"New\",\n        \"DisplayName\": \"New\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"a62b7db9-e069-4aa6-9736-cd6516c0040a\",\n        \"Name\": \"Set of Options (one option only)\",\n        \"DisplayName\": \"Set of Options (one option only)\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"d735e835-d884-422d-b78e-5119b75853af\",\n        \"Name\": \"Registrant Name\",\n        \"DisplayName\": \"Registrant Name\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n        \"Name\": \"Non Sum Field\",\n        \"DisplayName\": \"Non Sum Field\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n        \"Name\": \"Testing Field Name\",\n        \"DisplayName\": \"Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display NameTesting Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display NameTesting Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"f0b2a714-6144-4081-9387-b62ded603207\",\n        \"Name\": \"CustomFieldSoftDeleteTest\",\n        \"DisplayName\": \"CustomFieldSoftDeleteTest\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"11eec05c-6f60-4116-a170-7815832d4b65\",\n        \"Name\": \"Text for Event\",\n        \"DisplayName\": \"Text for Event\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"9a793a48-c307-4ffd-8ceb-3880bb22eac1\",\n        \"Name\": \"AddressCustom\",\n        \"DisplayName\": \"Address Custom\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"1a0d8248-0d92-4f90-8ddb-52550b5b8e41\",\n        \"Name\": \"Days Attending\",\n        \"DisplayName\": \"Days Attending\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"ed032ac9-26a5-4044-94c1-2e3c311fe49b\",\n        \"Name\": \"This is a new field ads of today\",\n        \"DisplayName\": \"This is a new field ads of today\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    }\n]"},{"id":"8fc54d65-86d0-498c-a664-bb4dc78a6813","name":"200 OK - All Query Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/custom-fields?customFieldType=members&isPerson=false&memberTypeUniqueId=015153f4-02ef-49a8-8b4b-8320b47450b2","host":["{{url}}"],"path":["api","custom-fields"],"query":[{"key":"customFieldType","value":"members","description":"Required. Possible values - \"events\", \"members\", \"ecommerce\""},{"key":"isPerson","value":"false","type":"text"},{"key":"memberTypeUniqueId","value":"015153f4-02ef-49a8-8b4b-8320b47450b2","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 20:29:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T202945Z-1795856ccd467djr0yq02dhebg00000005r000000000ukax"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CustomFieldUniqueID\": \"ca9b6010-9db4-41da-b3d9-4729082886e6\",\n        \"Name\": \"QA: Number General\",\n        \"DisplayName\": \"QA: Number General Display\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"3deb007c-2194-4ddd-8c6c-58bd175d29a5\",\n        \"Name\": \"Unit Count - Basic\",\n        \"DisplayName\": \"Unit Count - Basic - Display Name\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"1f0c902c-7f86-45a2-8099-fc32bd27486b\",\n        \"Name\": \"Related Record Companies - Field\",\n        \"DisplayName\": \"Related Record Companies - Display\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"be0c56c9-007a-4d5f-9c5d-d593218ec65a\",\n        \"Name\": \"Date/Time Events (MND TEST)\",\n        \"DisplayName\": \"Date & Time - Events\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"91fe93d5-7739-4e95-b3f0-7e38d8ae6847\",\n        \"Name\": \"\\\"Checkbox\\\" Event Reg\",\n        \"DisplayName\": \"\\\"Checkbox\\\" Event Reg\",\n        \"Type\": 3,\n        \"TypeName\": \"Checkbox\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"48a53b78-e57f-4145-9703-52fc78d4ba56\",\n        \"Name\": \"Set of Options Individual Multi\",\n        \"DisplayName\": \"Set of Options Individual Multi\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5b343934-42ac-467d-95ce-41f3c8cd3213\",\n        \"Name\": \"Set of Options Events Multi\",\n        \"DisplayName\": \"Set of Options Events Multi\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"90417584-03ef-4be2-b7cd-ce81b48f2032\",\n        \"Name\": \"QA: Checkbox General\",\n        \"DisplayName\": \"QA: Checkbox General Display\",\n        \"Type\": 3,\n        \"TypeName\": \"Checkbox\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"9afb9d3a-1632-4cf6-946b-dd7b7aaad03c\",\n        \"Name\": \"QA: Set of Options Multi-Select\",\n        \"DisplayName\": \"QA: Set of Options Multi-Select\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"a1ee4e24-cf21-48ed-8433-4e1f42da8745\",\n        \"Name\": \"QA: Plain Text Multi-Line\",\n        \"DisplayName\": \"QA: Plain Text Multi-Line Display\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"42599f6e-3c2b-4846-80ef-9b8938bc2396\",\n        \"Name\": \"Set of Options Company &\",\n        \"DisplayName\": \"Set of Options Company &\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"f14ab149-ae84-4d38-adf9-3ac3af2a8e23\",\n        \"Name\": \"Number Companies\",\n        \"DisplayName\": \"Number Companies\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"3f6ff24d-2790-48a5-828d-c365e36e5029\",\n        \"Name\": \"QA: Set of Options Multi-Select Limit 2\",\n        \"DisplayName\": \"QA: Set of Options Multi-Select Limit 2 Display\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"84c7dca0-adc2-4576-b7bc-c210d6e6acc8\",\n        \"Name\": \"Plain Text Companies Single\",\n        \"DisplayName\": \"Plain Text Companies Single\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"f8788ddc-b489-4a15-ad89-211328a9daef\",\n        \"Name\": \"Date & Time Company\",\n        \"DisplayName\": \"Date & Time Company\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"b1641105-fbea-4ec9-9edc-fef3f31add64\",\n        \"Name\": \"Set of Options Company Multi\",\n        \"DisplayName\": \"Set of Options Company Multi\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"edd56100-0619-4ddb-92bb-9e0a00b8a62a\",\n        \"Name\": \"QA: Date & Time General\",\n        \"DisplayName\": \"QA: Date & Time Display\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"bbdf5603-cc13-42f1-9ea5-33b10a2bcc77\",\n        \"Name\": \"Charity Test\",\n        \"DisplayName\": \"Charity Test\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"55e6aad8-e4c7-4784-9891-2cc480337122\",\n        \"Name\": \"Partner Level\",\n        \"DisplayName\": \"Partner Level\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"ced6da6c-312b-4941-a7b9-256874086c89\",\n        \"Name\": \"Set of Options Test\",\n        \"DisplayName\": \"Set of Options Test\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"ead69390-832e-4e00-ab61-64ad49685053\",\n        \"Name\": \"QA: Set of Options Single-Select\",\n        \"DisplayName\": \"QA: Set of Options Single-Select Display\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"73b96642-7006-40a9-9166-b256e697e755\",\n        \"Name\": \"Unit Count (Read Only)\",\n        \"DisplayName\": \"Unit Count (Read Only)\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"691d0761-8867-409c-ae93-b147a18e8d74\",\n        \"Name\": \"QA: Read-only on Frontend After Initial Value\",\n        \"DisplayName\": \"QA: Read-only on Frontend After Initial Value Display\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"66a4a359-1a31-42f4-8e62-7a8d42c6452a\",\n        \"Name\": \"SOO\",\n        \"DisplayName\": \"SOO\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"25adc3ec-abae-454b-a2d9-68bac1216875\",\n        \"Name\": \"Sales Region\",\n        \"DisplayName\": \"Sales Region\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c33a1523-a45c-4f85-bb45-2afb7cdc0b0e\",\n        \"Name\": \"Newnewss\",\n        \"DisplayName\": \"Newnewss\",\n        \"Type\": 3,\n        \"TypeName\": \"Checkbox\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"9656d705-1c27-42ed-b643-21debde36cd8\",\n        \"Name\": \"T-Shirt Size\",\n        \"DisplayName\": \"T-Shirt Size\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"01fbff67-4037-4d56-8ba5-5f6d731511f8\",\n        \"Name\": \"Trailing Field\",\n        \"DisplayName\": \"Trailing Field\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"caffb65f-8a3e-428d-94d9-0f4603c568a1\",\n        \"Name\": \"Referred By\",\n        \"DisplayName\": \"Referred By\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"70b5ccf8-ae51-4c99-9d39-a64a75a3cf4b\",\n        \"Name\": \"QA: Plain Text Single Line\",\n        \"DisplayName\": \"QA: Plain Text Single Line Display\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"bc7a90c7-7617-4084-bea0-131637e40cc6\",\n        \"Name\": \"QA: Sum Field Whole\",\n        \"DisplayName\": \"QA: Sum Field Whole Display\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5b0b7640-3c13-440a-a15e-d87df376264b\",\n        \"Name\": \"Unit Count - Sum\",\n        \"DisplayName\": \"Unit Count (Sum)\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"2f72be3d-0a77-4cff-a529-cc8545b31a01\",\n        \"Name\": \"Sum Field Min 20\",\n        \"DisplayName\": \"Sum Field Min 20\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5e4d702c-3cbd-4bd8-a9c1-16fadbf403b7\",\n        \"Name\": \"Non Sum Field\",\n        \"DisplayName\": \"Non Sum Field\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"4dba38ce-4fc8-4273-b546-c61df2202ea4\",\n        \"Name\": \"Random Sum Field\",\n        \"DisplayName\": \"Random Sum Field\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"b6bd70ab-4ed6-4348-b262-e0305e472709\",\n        \"Name\": \"Geographic Location\",\n        \"DisplayName\": \"Geographic Location\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"1a6a8c12-a859-4a10-b0be-7a00702343b4\",\n        \"Name\": \"Standards Communication\",\n        \"DisplayName\": \"Standards Communication\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"225ba23d-6f48-43e0-bceb-5ea992c41bf8\",\n        \"Name\": \"Special Billing\",\n        \"DisplayName\": \"Special Billing\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"53ba6dd2-fd35-44be-b381-38869d596a07\",\n        \"Name\": \"Supplier Level\",\n        \"DisplayName\": \"Supplier Level\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c224bec8-5477-4d9b-8934-c743a8b030fa\",\n        \"Name\": \"Invoice Comments\",\n        \"DisplayName\": \"Invoice Comments\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c5ccdd08-94e0-467c-bbd9-288b2eda7ea2\",\n        \"Name\": \"Company Name1\",\n        \"DisplayName\": \"Company Name1\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"2b872311-170d-45db-81ef-3c0c994f0611\",\n        \"Name\": \"Optional Donation\",\n        \"DisplayName\": \"Do you want to donate $5 to XYZ?\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"49f1a9bd-048b-4f03-bd4f-b359edbb38f9\",\n        \"Name\": \"Testing Field Name\",\n        \"DisplayName\": \"Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display NameTesting Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display NameTesting Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name - Testing Display Name\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"b1f854ec-d453-4d25-80de-b615cd939b96\",\n        \"Name\": \"New Field with Instructions\",\n        \"DisplayName\": \"New Field with Instructions\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"db22616d-950d-4647-916e-2409e6243600\",\n        \"Name\": \"ACKNOWLEDGE USE OF SEALS & STICKERS\",\n        \"DisplayName\": \"I acknowledge that I can only use ICA accredited member status (AEM) seals / stickers for the period of my accreditation and that they cannot be transferred to other entities.\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"66908d71-c748-4dd6-9603-91ad596f0aa8\",\n        \"Name\": \"COAA Corporate Partner Dues Discount\",\n        \"DisplayName\": \"COAA Corporate Partner Dues Discount\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"079ebe02-f026-49c5-aa6d-b1f86749c6b5\",\n        \"Name\": \"Areas of Expertise - Custom Field\",\n        \"DisplayName\": \"Areas of Expertise\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"9a793a48-c307-4ffd-8ceb-3880bb22eac1\",\n        \"Name\": \"AddressCustom\",\n        \"DisplayName\": \"Address Custom\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"eb527752-9813-47dc-9b7c-38bbcc3fede8\",\n        \"Name\": \"State Options\",\n        \"DisplayName\": \"State Options\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"7b0e2727-5ebd-406a-ad38-90a95decf58b\",\n        \"Name\": \"Number of States\",\n        \"DisplayName\": \"Number of States\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"ef0122cc-d5ff-4e02-b474-ff70d0ba76fd\",\n        \"Name\": \"Agency Staff Count Field Name\",\n        \"DisplayName\": \"Agency Staff Count\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"79625ae0-1940-4398-8776-15606157d084\",\n        \"Name\": \"Areas You Service\",\n        \"DisplayName\": \"Areas You Service\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"00423240-8d32-48bc-ae16-a04632f2b31e\",\n        \"Name\": \"Industry Vertical\",\n        \"DisplayName\": \"Industry Vertical\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"aa693882-d658-47bb-856f-4619e990d72b\",\n        \"Name\": \"Proration Dues (Owner)\",\n        \"DisplayName\": \"Proration Dues\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c020b7b6-b9cb-460d-bb5c-295ae360b98c\",\n        \"Name\": \"Prorated Dues (Supplier)\",\n        \"DisplayName\": \"Prorated Dues\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"2f59d0dd-7173-42a6-9109-b733f5906b1f\",\n        \"Name\": \"2023 Magazine Issues Field Name\",\n        \"DisplayName\": \"2023 Magazine Issues\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5f8f7880-639c-4da0-baa2-eaeb7b759952\",\n        \"Name\": \"Year\",\n        \"DisplayName\": \"Year\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"525580c0-e35a-422b-8d06-82da4c023932\",\n        \"Name\": \"Test add fields\",\n        \"DisplayName\": \"Test add fields\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"a7fe90ca-5d25-4816-9304-f3346af34aac\",\n        \"Name\": \"Attendee Shirt Size\",\n        \"DisplayName\": \"Attendee Shirt Size\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"69fb26f5-ce91-4198-ba76-bd9ce4672e73\",\n        \"Name\": \"Member Number\",\n        \"DisplayName\": \"Member Number\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"8dfb9110-fb76-4168-9ad2-908f3fdc4ff7\",\n        \"Name\": \"Field on Admin Member List\",\n        \"DisplayName\": \"Field on Admin Member List\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"32f7b689-fa11-4237-805f-22adeb85d94f\",\n        \"Name\": \"GRA Test\",\n        \"DisplayName\": \"GRA Test\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"ab4a55f9-787a-4b3b-aea4-4d3e08d9ed46\",\n        \"Name\": \"Proration\",\n        \"DisplayName\": \"Proration\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"9001418f-f97c-4eb5-94c1-0d0e1f2dbaee\",\n        \"Name\": \"Show This on Profile Page\",\n        \"DisplayName\": \"Show This on Profile Page\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"cc035829-460e-42c4-8c33-b3fe837c5110\",\n        \"Name\": \"Communication Opt Out\",\n        \"DisplayName\": \"Communication Opt Out\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"549f4399-1ebe-4313-8576-ade377cd0eb6\",\n        \"Name\": \"Campaign\",\n        \"DisplayName\": \"Campaign\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"51f74a1b-2155-4f10-8854-ffacf54d08b2\",\n        \"Name\": \"Hat size\",\n        \"DisplayName\": \"Hat size\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"66e8c821-adf2-4449-883a-9693f2558b74\",\n        \"Name\": \"Jessica Number Range\",\n        \"DisplayName\": \"Jessica Number Range\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"f7ab508f-f5d3-48e6-a4d6-54c02bcb8b06\",\n        \"Name\": \"Date/Time Ecommerce\",\n        \"DisplayName\": \"Date/Time Ecommerce\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"31fd62d9-e75c-4c25-b1a6-37639a9f0060\",\n        \"Name\": \"QA: Custom Website URL\",\n        \"DisplayName\": \"QA: Custom Website URL Display\",\n        \"Type\": 5,\n        \"TypeName\": \"Website URL\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"2d1fa4d0-cfe0-4661-ac69-9c47a6471b9f\",\n        \"Name\": \"Website URL Test\",\n        \"DisplayName\": \"Website URL Test\",\n        \"Type\": 5,\n        \"TypeName\": \"Website URL\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"17d2ee03-35b3-4b7b-8e7f-83a852ba48da\",\n        \"Name\": \"Jon's Set of Options\",\n        \"DisplayName\": \"Jon's Set of Options\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"f34389f3-1919-44af-9739-9d5264943c48\",\n        \"Name\": \"Jon Date/Time\",\n        \"DisplayName\": \"Jon Date/Time\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"a2887d1f-5a62-4085-a2b7-ec3142dd1713\",\n        \"Name\": \"Jon's Numbers\",\n        \"DisplayName\": \"Jon's Numbers\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"46cdf5c2-5d0c-42b7-883a-651541be2ff3\",\n        \"Name\": \"Test\",\n        \"DisplayName\": \"Test\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5405a277-2eb4-4eee-b67b-61b8fd7961c0\",\n        \"Name\": \"x\",\n        \"DisplayName\": \"x\",\n        \"Type\": 3,\n        \"TypeName\": \"Checkbox\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"d0fc63ef-eb2a-46eb-b865-315f6c18301e\",\n        \"Name\": \"Paid for 2021-2022 CME audit in previous system\",\n        \"DisplayName\": \"Paid for 2021-2022 CME audit in previous system\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"76401132-c2c1-4abd-b0c6-bc931e9418e0\",\n        \"Name\": \"Unit Count Testing\",\n        \"DisplayName\": \"Unit Count Testing\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"6665d6c1-4718-4135-9895-fe1a79be4a08\",\n        \"Name\": \"Donation Amount\",\n        \"DisplayName\": \"Donation Amount\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c53dac11-d85b-4a48-8e66-fae1582e4851\",\n        \"Name\": \"Do you want a bag of Skittles*? - FN\",\n        \"DisplayName\": \"Do you want a bag of Skittles*? - DN\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"e500e166-ed79-44f0-b93f-4910d7bf0e37\",\n        \"Name\": \"Set of Options TEST 1.3.23\",\n        \"DisplayName\": \"Set of Options TEST 1.3.23\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"a64a8abc-a3be-4507-9155-620864e886bf\",\n        \"Name\": \"Aiden's Dog \\\"Treats\\\" Field\",\n        \"DisplayName\": \"Aiden's Dog \\\"Treats\\\" Field\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"ce3d776f-935a-4f03-b4e2-95284b6fa13e\",\n        \"Name\": \"Limit To 1 Selection on Frontend\",\n        \"DisplayName\": \"Limit To 1 Selection on Frontend\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"8c47133e-ec58-4566-86d6-4df12f32a242\",\n        \"Name\": \"John's QA Field\",\n        \"DisplayName\": \"John's QA Field\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"24cffb03-0a54-4f54-b96a-9c143845c7d1\",\n        \"Name\": \"Member Custom Field: Company\",\n        \"DisplayName\": \"Company\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"8e058ae2-f7a6-4119-ad43-b7eb23fcf45d\",\n        \"Name\": \"Member Custom Field: Member Status\",\n        \"DisplayName\": \"Member Status\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"e023d9ba-a599-44e4-a5e7-8431e84ea5a0\",\n        \"Name\": \"Escape\",\n        \"DisplayName\": \"Escape\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"fa55ca98-a95c-4573-b904-881fb6be6e57\",\n        \"Name\": \"summation test osman\",\n        \"DisplayName\": \"summation test osman\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"8c3ece95-0182-4d38-b5e8-87589466777c\",\n        \"Name\": \"RobertDateTest\",\n        \"DisplayName\": \"RobertDateTest\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"7a607628-5521-4c01-be4f-fbd640b2cd82\",\n        \"Name\": \"RobertOptionsTest\",\n        \"DisplayName\": \"RobertOptionsTest\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"fc83c2cc-214b-410d-8de4-34664baea6f0\",\n        \"Name\": \"AMS-14089\",\n        \"DisplayName\": \"AMS-14089\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"6d98b332-0664-4954-86b7-c5ae6974eb81\",\n        \"Name\": \"Summation Field\",\n        \"DisplayName\": \"Summation Field\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"ad160c31-859a-40c2-9aa1-3899ee4cc4ea\",\n        \"Name\": \"Names & Stuff\",\n        \"DisplayName\": \"Names & Stuff\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"9467ea5c-b2ea-47b4-91dd-128eb310d06d\",\n        \"Name\": \"Names & Stuff Blank\",\n        \"DisplayName\": \"Names & Stuff Blank\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"b92db83e-c291-42a1-bb13-31049618ce3b\",\n        \"Name\": \"Tell Me About Your Hobbies/Activities\",\n        \"DisplayName\": \"Tell Me About Your Hobbies/Activities\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"d9aed711-e993-4a27-87a1-899b488c9ecd\",\n        \"Name\": \"Embarrassing Fact\",\n        \"DisplayName\": \"Embarrassing Fact\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"954c775e-bbdc-4f01-bc07-d39d75e27676\",\n        \"Name\": \"July24 Field\",\n        \"DisplayName\": \"July24 Field\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"14f849ae-aca4-4fc8-94ed-a122e5e479a0\",\n        \"Name\": \"Custom Field with Space\",\n        \"DisplayName\": \"Custom Field with Space\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"77a07fde-1382-40a4-94c4-612ddc90cf13\",\n        \"Name\": \"Internal Custom Field\",\n        \"DisplayName\": \"Internal Custom Field\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"7e385020-06a6-4352-8449-b60c4086f335\",\n        \"Name\": \"Non-Internal Custom Field\",\n        \"DisplayName\": \"Non-Internal Custom Field\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"1cef6a61-8bf7-44cc-b3fc-92fe8178bf46\",\n        \"Name\": \"Apostrophe test\",\n        \"DisplayName\": \"Apostrophe test\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"13011325-8b57-49fe-b641-d5d93d04ea4a\",\n        \"Name\": \"Random\",\n        \"DisplayName\": \"Random\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"57c6a95d-7fe4-46dc-afed-a41836da0a35\",\n        \"Name\": \"Square Footage\",\n        \"DisplayName\": \"Square Footage\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"f6ea978d-ba47-46a1-a831-7ad613acbcde\",\n        \"Name\": \"Contact Time of Day Preference\",\n        \"DisplayName\": \"Contact Time of Day Preference\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"67db98ed-32dc-4d0f-af94-06929dc8347d\",\n        \"Name\": \"License #\",\n        \"DisplayName\": \"License #\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"0f6a866b-fb67-4d95-b007-8a2990feb45d\",\n        \"Name\": \"Annual Sales\",\n        \"DisplayName\": \"Annual Sales\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"14566742-c554-4c12-9819-132153c64f15\",\n        \"Name\": \"Favorite TV Character\",\n        \"DisplayName\": \"Favorite TV Character\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c0c4907e-0f3f-4f5b-9f9a-280b6ff94759\",\n        \"Name\": \"Sam's \\\"Special\\\" Options test\",\n        \"DisplayName\": \"Sam's \\\"Special\\\" Options test\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"78b23565-36e7-4ff0-8482-bcc907bf2204\",\n        \"Name\": \"APTA Specialty\",\n        \"DisplayName\": \"APTA Specialty\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"71feb5d7-9ce6-4a69-b1e3-f4683ba568e1\",\n        \"Name\": \"Pregnancy & Postpartum Sub-Category\",\n        \"DisplayName\": \"Pregnancy & Postpartum Sub-Category\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"91e786ab-f3b5-451b-9241-b989a1ff2bd4\",\n        \"Name\": \"testaaa\",\n        \"DisplayName\": \"testaaa\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"98d982f8-d145-4078-9e0e-92642db6c51a\",\n        \"Name\": \"Kate's URL\",\n        \"DisplayName\": \"Kate's URL\",\n        \"Type\": 5,\n        \"TypeName\": \"Website URL\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c526699d-0a6b-4185-bcab-114c6f04aa8b\",\n        \"Name\": \"Number of Employees Ecosystem Partner\",\n        \"DisplayName\": \"Number of Employees\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"76e04703-95ac-4afa-af8e-6af93e468006\",\n        \"Name\": \"LLF Membership Start Date\",\n        \"DisplayName\": \"Good Enterprises Graduate: LLF Membership Start Date\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"5f7cb996-6fed-4967-8915-84f4f171e8ef\",\n        \"Name\": \"Chapter Affiliation\",\n        \"DisplayName\": \"Chapter Affiliation\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"4a5629f2-a262-4e2c-b93c-604f78fc6dcc\",\n        \"Name\": \"Product Number\",\n        \"DisplayName\": \"Product Number\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"0c6c91ad-7207-4544-ba7f-94c27c82871a\",\n        \"Name\": \"Event Plain Text\",\n        \"DisplayName\": \"Event Plain Text\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"c8bea434-8079-420f-8b49-114a03266037\",\n        \"Name\": \"Problematic Characters\",\n        \"DisplayName\": \"Problematic Characters\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"d57cdba6-95fe-445d-87f2-626dd8c34405\",\n        \"Name\": \"Auction Engagement\",\n        \"DisplayName\": \"Auction Engagement\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"3dad10d0-dcdb-475d-995d-ae0c2f200037\",\n        \"Name\": \"New Date Custom Field\",\n        \"DisplayName\": \"New Date Custom Field\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"e6b24fdc-75aa-470b-a42e-381453d5e8b1\",\n        \"Name\": \"New Numeric Custom Field\",\n        \"DisplayName\": \"New Numeric Custom Field\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"bc311768-4d5d-4291-bbe0-5e8414c79ebb\",\n        \"Name\": \"set of options ajdin test\",\n        \"DisplayName\": \"set of options ajdin test\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"b4c20d3e-89e8-4812-8fd6-3c52f2d9a104\",\n        \"Name\": \"Notes Test\",\n        \"DisplayName\": \"Notes Test\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"32caeaf5-678b-4cdb-8e55-1a328af64c24\",\n        \"Name\": \"Just Checking Webhooks\",\n        \"DisplayName\": \"Just Checking Webhooks\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"75262053-6358-411a-a911-d31ff900a44a\",\n        \"Name\": \"Test New Field\",\n        \"DisplayName\": \"Test New Field\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"e6179d1d-8a49-4e3d-8164-524fee88946f\",\n        \"Name\": \"Test New Field 2\",\n        \"DisplayName\": \"Test New Field 2\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"28791cef-7d1f-48ae-85f0-60997eb300f0\",\n        \"Name\": \"Integration Partners\",\n        \"DisplayName\": \"Integration Partners\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"0981350b-5ce9-48b6-bb8f-14feb62a3c47\",\n        \"Name\": \"Internal Field\",\n        \"DisplayName\": \"Internal field\",\n        \"Type\": 0,\n        \"TypeName\": \"Plain Text\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"001a551c-23e5-4dc4-aeb2-86b9d9206aff\",\n        \"Name\": \"Field - Non Directory Pages\",\n        \"DisplayName\": \"Field - Non Directory Pages\",\n        \"Type\": 2,\n        \"TypeName\": \"Number\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"cacaae65-c6fe-45c5-b38e-863e58acf3a7\",\n        \"Name\": \"Birthday\",\n        \"DisplayName\": \"Birthday\",\n        \"Type\": 1,\n        \"TypeName\": \"Date/Time\"\n    },\n    {\n        \"CustomFieldUniqueID\": \"404fc3ec-c310-434e-9812-8928a9ee039c\",\n        \"Name\": \"Local\",\n        \"DisplayName\": \"Local\",\n        \"Type\": 4,\n        \"TypeName\": \"Set of Options\"\n    }\n]"}],"_postman_id":"20db0b9a-3252-4941-8e4f-262b98121b29"}],"id":"c5503348-38c9-450c-ac89-b29dcf0b78ea","_postman_id":"c5503348-38c9-450c-ac89-b29dcf0b78ea","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Customer Custom Fields","item":[{"name":"Customer Custom Fields List","id":"e34ad232-c7d0-4b95-a2c9-8b1ffe5eb505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/customer-custom-fields/:customer_guid/","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","customer-custom-fields",":customer_guid",""],"host":["{{url}}"],"query":[],"variable":[{"id":"aafea621-9039-4f5a-a8d8-c2c0fe72cff7","description":{"content":"<p>Required. The Unique ID of the customer record.</p>\n","type":"text/plain"},"type":"any","value":"{{CustomerUniqueID}}","key":"customer_guid"}]}},"response":[{"id":"6a6ce8a7-b415-45be-b84a-92368aff9053","name":"Customer Custom Fields List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/customer-custom-fields/:customer_guid","host":["{{url}}"],"path":["api","customer-custom-fields",":customer_guid"],"variable":[{"key":"customer_guid","value":"5e91a29b-1293-4575-8663-2e422f6a99b2","description":"Required. The Unique ID of the customer record."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n        \"CustomFieldUniqueID\": \"57c6a95d-7fe4-46dc-afed-a41836da0a35\",\n        \"CustomFieldName\": \"Square Footage\",\n        \"Value\": \"3500\",\n        \"IsSumOfChildren\": false\n    },\n    {\n        \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n        \"CustomFieldUniqueID\": \"67db98ed-32dc-4d0f-af94-06929dc8347d\",\n        \"CustomFieldName\": \"License #\",\n        \"Value\": \"B9804221\",\n        \"IsSumOfChildren\": false\n    },\n    {\n        \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n        \"CustomFieldUniqueID\": \"f6ea978d-ba47-46a1-a831-7ad613acbcde\",\n        \"CustomFieldName\": \"Contact Time of Day Preference\",\n        \"Value\": \"Morning\",\n        \"IsSumOfChildren\": false\n    }\n]"}],"_postman_id":"e34ad232-c7d0-4b95-a2c9-8b1ffe5eb505"},{"name":"Customer Custom Field Details","id":"e80ca16b-60b8-4c0c-a26c-06eed2929c9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/customer-custom-fields/:customer_guid/:custom_field_guid","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","customer-custom-fields",":customer_guid",":custom_field_guid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Required. The Unique ID of the customer record.</p>\n","type":"text/plain"},"type":"any","value":"{{CustomerUniqueID}}","key":"customer_guid"},{"description":{"content":"<p>Required. The Unique ID of the custom field record.</p>\n","type":"text/plain"},"type":"any","value":"{{CustomFieldUniqueID}}","key":"custom_field_guid"}]}},"response":[{"id":"084fd08d-ff5f-4118-8a98-34c9136b5fef","name":"Customer Custom Field Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/customer-custom-fields/:customer_guid/:custom_field_guid","host":["{{url}}"],"path":["api","customer-custom-fields",":customer_guid",":custom_field_guid"],"variable":[{"key":"customer_guid","value":"5e91a29b-1293-4575-8663-2e422f6a99b2","description":"Required. The Unique ID of the customer record."},{"key":"custom_field_guid","value":"57c6a95d-7fe4-46dc-afed-a41836da0a35","description":"Required. The Unique ID of the custom field record."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n    \"CustomFieldUniqueID\": \"57c6a95d-7fe4-46dc-afed-a41836da0a35\",\n    \"CustomFieldName\": \"Square Footage\",\n    \"Value\": \"3500\",\n    \"IsSumOfChildren\": false\n}"}],"_postman_id":"e80ca16b-60b8-4c0c-a26c-06eed2929c9b"},{"name":"Update Customer Custom Field","id":"43cc37d1-6eb5-49d8-8d27-ef658adeedba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CustomerUniqueID\": {{customer_guid}},\r\n    \"CustomFieldUniqueID\": {{custom_field_guid}},\r\n    \"Value\": {{value}},\r\n    \"IsSumOfChildren\": {{true_or_false}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/customer-custom-fields/","description":"<p>Allows adding or updating the value of a customer's custom field.</p>\n<p>Must provide the <strong>CustomerUniqueID</strong>, the <strong>CustomFieldUniqueID</strong> and the new <strong>Value</strong>. Optionally provide <em>true</em> or <em>false</em> for <strong>IsSumOfChildren</strong>, as allowed.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","customer-custom-fields",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cd8428e5-e793-4e40-bfa8-852d77832dbb","name":"Update Customer Custom Field","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\r\n    \"CustomFieldUniqueID\": \"57c6a95d-7fe4-46dc-afed-a41836da0a35\",\r\n    \"Value\": 4090\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/customer-custom-fields/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\n    \"CustomFieldUniqueID\": \"57c6a95d-7fe4-46dc-afed-a41836da0a35\",\n    \"CustomFieldName\": \"Square Footage\",\n    \"Value\": \"4090\",\n    \"IsSumOfChildren\": false\n}"},{"id":"b203803c-43ec-4269-9cd5-e616fa4c9fe6","name":"400 - Update Customer Custom Field Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CustomerUniqueID\": \"5e91a29b-1293-4575-8663-2e422f6a99b2\",\r\n    \"CustomFieldUniqueID\": \"57c6a95d-7fe4-46dc-afed-a41836da0a35\",\r\n    \"Value\": \"purple\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/customer-custom-fields/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Custom field value 'purple' for Square Footage is not a valid number.\",\n    \"links\": {}\n}"}],"_postman_id":"43cc37d1-6eb5-49d8-8d27-ef658adeedba"}],"id":"0b0298ee-3437-4456-8675-f9283fc73c7f","_postman_id":"0b0298ee-3437-4456-8675-f9283fc73c7f","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Credits (CEU)","item":[{"name":"Credit Type List","id":"13492bb7-d9b2-4b6b-99c3-2976523f10db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/credit-types?pageSize={{pageSize}}&offset={{offset}}","description":"<p>Retrieve a paged list of Credit Types and their detail level information.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","credit-types"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[{"id":"79e4c7b5-08ca-43ed-8998-87bcb9904e7f","name":"Credit Type List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/credit-types?pageSize={{pageSize}}&offset={{offset}}","host":["{{url}}"],"path":["api","credit-types"],"query":[{"key":"pageSize","value":"{{pageSize}}","description":"Optional. Default is 100, max is 1000."},{"key":"offset","value":"{{offset}}","description":"Optional. Default is 0."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Nov 2024 16:51:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20241126T165102Z-1695d9b89489mgpshC1ATLdahc00000009500000000015t8"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 13,\n    \"Results\": [\n        {\n            \"UniqueID\": \"0a7fa88f-132f-464f-aa75-ac09b653ffa6\",\n            \"Name\": \"A Regular Name\",\n            \"Active\": true\n        },\n        {\n            \"UniqueID\": \"a3a7ba39-5349-40ba-b6ba-51a91bd1ec80\",\n            \"Name\": \"Active Upon Creation\",\n            \"Active\": false\n        },\n        {\n            \"UniqueID\": \"83d3314f-5ab2-4a72-a272-8f93fb621e70\",\n            \"Name\": \"All/One/Word/And/That/Makes/It/Kind/Of/Long\",\n            \"Active\": true\n        }\n    ]\n}"},{"id":"4bd3bced-aa09-4f4b-82b5-bf79e670cd0c","name":"CEU Type List","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/ceu-types?pageSize={{pageSize}}&offset={{offset}}","host":["{{url}}"],"path":["api","ceu-types"],"query":[{"key":"pageSize","value":"{{pageSize}}","description":"Optional. Default is 100, max is 1000."},{"key":"offset","value":"{{offset}}","description":"Optional. Default is 0."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=b356c41c3cadd6ee59173739494ad411ffc6d72aa055ee7aee55a5402955e538;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b356c41c3cadd6ee59173739494ad411ffc6d72aa055ee7aee55a5402955e538;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0KsS/YAAAAABUbR3WfMc0TKd70zxLca9iTUlBRURHRTIyMTEAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Tue, 08 Jun 2021 19:25:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 6,\n    \"Results\": [\n        {\n            \"UniqueID\": \"05cfb027-b5cf-4ba3-bdf1-17265e119c1d\",\n            \"Name\": \"1234\",\n            \"Active\": false\n        },\n        {\n            \"UniqueID\": \"0a7fa88f-132f-464f-aa75-ac09b653ffa6\",\n            \"Name\": \"A Regular Name\",\n            \"Active\": true\n        },\n        {\n            \"UniqueID\": \"6b3e2cb1-ee6c-4744-8918-cf5c6670ad97\",\n            \"Name\": \"CAM\",\n            \"Active\": true\n        },\n        {\n            \"UniqueID\": \"03b1879e-a3ac-46b8-bf62-d642e6102281\",\n            \"Name\": \"CEC\",\n            \"Active\": true\n        },\n        {\n            \"UniqueID\": \"72af6fe4-0c48-4539-aa60-adf06f180cbd\",\n            \"Name\": \"New CEU Type Imported\",\n            \"Active\": true\n        },\n        {\n            \"UniqueID\": \"0aeda463-ba9a-45a9-b4e1-d3c90ca68ea7\",\n            \"Name\": \"Short\",\n            \"Active\": true\n        }\n    ]\n}"}],"_postman_id":"13492bb7-d9b2-4b6b-99c3-2976523f10db"}],"id":"d1ac9112-ea70-4a27-83d3-1b9312c4041f","_postman_id":"d1ac9112-ea70-4a27-83d3-1b9312c4041f","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Webhook List","id":"a5636f7a-714d-42e8-be7c-baafa9712cf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/webhooks","description":"<p>Returns a list of all webhooks registered with the given API key.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","webhooks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"860a6d4f-4e4b-430b-925d-f23b8e987a65","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"05sDQYAAAAACZzbX3oZJdQL2f2skSL1KXTUlBRURHRTIyMTYAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Mon, 21 Jun 2021 16:40:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"WebhookUniqueId\": \"9162b76f-abbd-45f0-a2d1-5671c6dc4f54\",\n            \"Url\": \"https://www.novitest.com\",\n            \"Actions\": [\n                \"customer.removed\"\n            ],\n            \"Active\": true\n        }\n    ]\n}"}],"_postman_id":"a5636f7a-714d-42e8-be7c-baafa9712cf2"},{"name":"Webhook Details","id":"d4991a93-ee37-4741-b6c0-1b4feedee7a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/webhooks/:uniqueId","description":"<p>Returns the details for a specific webhook.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","webhooks",":uniqueId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"0caf20a5-c302-4fae-b0d4-77ccb2d97f3c","name":"200 OK - Get Webhook Details","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/webhooks/9162b76f-abbd-45f0-a2d1-5671c6dc4f54"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0IcHQYAAAAACaQpDE1s/CR5C7zh0vpAc7TUlBRURHRTIyMTYAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Mon, 21 Jun 2021 16:41:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"WebhookUniqueId\": \"9162b76f-abbd-45f0-a2d1-5671c6dc4f54\",\n    \"Url\": \"https://www.novitest.com\",\n    \"Actions\": [\n        \"customer.removed\"\n    ],\n    \"Active\": true\n}"}],"_postman_id":"d4991a93-ee37-4741-b6c0-1b4feedee7a2"},{"name":"Add Webhook","id":"fd53a1b6-fc72-474c-9de5-7c89778db4e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Url\": \"https://www.novitest.com/notify\",\n    \"Actions\": [\n        \"customer.created\",\n        \"customer.updated\"\n    ],\n    \"Active\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/webhooks","description":"<p>Register a new webhook endpoint with your API Key.</p>\n<h3 id=\"webhook-fields\">Webhook Fields</h3>\n<p><strong>WebhookUniqueId</strong> - Read only<br />String<br /><em>Novi generated GUID for the webhook.</em></p>\n<p><strong>Url</strong> - Required<br />String - Max 200 Characters<br /><em>The url within your system that Novi should send a POST request with webhook events to. Must be unique.</em></p>\n<p><strong>Actions</strong> - Required<br />String<br /><em>The webhook events you want to receive updates for. See above documentation for valid events.</em></p>\n<p><strong>Active</strong> - Read Only.<br />Boolean<br /><em>Defaults to active, will be made inactive in accordance with the retry policy if POST requests repeated fail. Can only be reactivated within the Novi app.</em></p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","webhooks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8935f4f8-a1af-42f5-93c6-862db8dd8bd7","name":"200 OK - Add Webhook","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Url\": \"https://www.novitest.com/notify\",\n    \"Actions\": [\n        \"customer.created\",\n        \"customer.updated\"\n    ],\n    \"Active\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0OjLRYAAAAADuJDZYjLUKTo/AG1FLnf6xTUlBRURHRTIyMDkAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Tue, 22 Jun 2021 00:43:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"WebhookUniqueId\": \"c084722d-ae5f-4c5e-9f89-673cfc64c0b9\",\n    \"Url\": \"https://www.novitest.com/notify\",\n    \"Actions\": [\n        \"customer.created\",\n        \"customer.updated\"\n    ],\n    \"Active\": true\n}"}],"_postman_id":"fd53a1b6-fc72-474c-9de5-7c89778db4e3"},{"name":"Update Webhook","id":"e21cdbce-f5d4-4b30-bd96-cbff03a16154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"WebhookUniqueId\": \"9162b76f-abbd-45f0-a2d1-5671c6dc4f54\",\n    \"Url\": \"https://www.novitest.com/notify-me\",\n    \"Actions\": [\n        \"customer.created\",\n        \"customer.updated\"\n    ],\n    \"Active\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/webhooks/{{webhookUniqueId}}","description":"<p>Update an existing registered webhook with your API key.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","webhooks","{{webhookUniqueId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cc4b1f24-5399-4b16-9997-6b8e8d616547","name":"200 OK","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"WebhookUniqueId\": \"9162b76f-abbd-45f0-a2d1-5671c6dc4f54\",\n    \"Url\": \"https://www.novitest.com/notify-me\",\n    \"Actions\": [\n        \"customer.created\",\n        \"customer.updated\"\n    ],\n    \"Active\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/webhooks/9162b76f-abbd-45f0-a2d1-5671c6dc4f54"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0lsLQYAAAAACuIH0rQsJ0QrQSF8wFoghHTUlBRURHRTIyMTQAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Mon, 21 Jun 2021 16:47:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"WebhookUniqueId\": \"9162b76f-abbd-45f0-a2d1-5671c6dc4f54\",\n    \"Url\": \"https://www.novitest.com/notify-me\",\n    \"Actions\": [\n        \"customer.created\",\n        \"customer.updated\"\n    ],\n    \"Active\": true\n}"},{"id":"0eb62b7e-8c10-4274-998a-b5fbbdabcf0f","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"WebhookUniqueId\": \"9162b76f-abbd-45f0-a2d1-5671c6dc4f54\",\n    \"Url\": \"https://www.novitest.com/notify-me\",\n    \"Actions\": [\n        \"customer.added\",\n        \"customer.updates\"\n    ],\n    \"Active\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/webhooks/9162b76f-abbd-45f0-a2d1-5671c6dc4f54"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"62"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=95f7d98c1805b17e01d140858f3cc89b19a3499c8a716643eb87070ec33dc678;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0usLQYAAAAAAASunUPyGTTb7za+34vBpJTUlBRURHRTIyMTQAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Mon, 21 Jun 2021 16:47:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"1 or more actions sent are not valid.\",\n    \"links\": {}\n}"}],"_postman_id":"e21cdbce-f5d4-4b30-bd96-cbff03a16154"},{"name":"Delete Webhook","id":"887a8cb7-f98c-4086-8d08-0abd43823512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/webhooks/{{webhookUniqueId}}","description":"<p>Remove a registered webhook URL from your API key.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","webhooks","{{webhookUniqueId}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2ddfa7d5-fd65-4ba6-8505-975d1f5581df","name":"200 OK - Delete Webhook","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/api/webhooks/8a803dfb-cabb-49aa-9b88-ec9dacad92ae"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Set-Cookie","value":"ARRAffinity=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=5aa32bf49c083dc54a0254ba16b69eebcaa778a555107f71b689313e5aea13a5;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-test-east-001.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53"},{"key":"Access-Control-Expose-Headers","value":"Request-Context"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0esPQYAAAAAB21nJn3Rt8RqG5fC5Zey0MTUlBRURHRTIyMTEAMzAxMjA4ZDQtNTMxZC00ODQ3LWFiYzMtOTAzNjZlODQ2YmRj"},{"key":"Date","value":"Mon, 21 Jun 2021 16:51:06 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"887a8cb7-f98c-4086-8d08-0abd43823512"}],"id":"010002b3-c496-4000-bc2c-e442bb9f2a4f","description":"<p>All API Keys have an option to register webhook URLs to be called when changes occur on the source association data. This URL is called as a POST request when of the selected events for that webhook occur.</p>\n<p>The post request has a JSON payload in the format below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"event\": \"customer.updated\",\n    \"entityUniqueId\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"Jane Doe\",\n    \"eventDateTime\": \"2019-11-22T10:37:01-05:00\",\n    \"updatedByRole\": \"USER\",\n    \"updatedByUser\": \"USER\",\n    \"mergedCustomerUniqueID\": \"00000000-0000-0000-0000-000000000000\"\n}\n\n</code></pre><h4 id=\"request-model\">Request Model</h4>\n<p>To properly hash the result of the payload, ensure your json result has all the payload properties in Pascal casing.</p>\n<h4 id=\"example-of-content-pre-hash\">Example of content Pre-Hash</h4>\n<blockquote>\n<p>239981283750800937.{\"Event\":\"attendee.updated\",\"EntityUniqueId\":\"bcee9fc9-da1d-42b2-bbc8-adc9dba764a7\",\"name\":\"John Doe\",\"EventDateTime\":\"2025-11-07T15:55:14.9473586+00:00\",\"UpdatedByRole\":\"ASSOCIATION ADMIN\",\"UpdatedByUser\":\"Jane Doe\",MergedCustomerUniqueID:null} </p>\n</blockquote>\n<p>All Names must be Pascal-cased, and all fields listed above must be present in the content when hashing. We highly recommend that you parse your result to a Model and rehash it afterwards to ensure all fields are present for consistent results.</p>\n<ul>\n<li><p>Event:</p>\n<ul>\n<li><p>This represents the type of event being sent.</p>\n</li>\n<li><p>Possible Events</p>\n<ul>\n<li><p>'customer.created' - A new customer is created or added to the security group for your API key</p>\n</li>\n<li><p>'customer.updated'</p>\n</li>\n<li><p>'customer.removed' - A customer is removed from the security group for you API key</p>\n</li>\n<li><p>'attendee.created'</p>\n</li>\n<li><p>'attendee.updated'</p>\n</li>\n<li><p>'event.created'</p>\n</li>\n<li><p>'event.updated'</p>\n</li>\n<li><p>'group.created'</p>\n</li>\n<li><p>'group.updated'</p>\n</li>\n<li><p>'order.created'</p>\n</li>\n<li><p>'registration.created'</p>\n</li>\n<li><p>'registration.updated'</p>\n</li>\n<li><p>'activity.created'</p>\n</li>\n<li><p>'activity.updated'</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>EntityUniqueId:</p>\n<ul>\n<li>This is a GUID (unique identifier) and represents the identity of the updated record.</li>\n</ul>\n</li>\n<li><p>Name:</p>\n<ul>\n<li>This represents the display name of the updated record.</li>\n</ul>\n</li>\n<li><p>EventDateTime</p>\n<ul>\n<li>This is the date-time of the record change.</li>\n</ul>\n</li>\n<li><p>UpdatedByRole</p>\n</li>\n<li><p>UpdatedByUser</p>\n</li>\n<li><p>MergedCustomerUniqueID</p>\n</li>\n</ul>\n<h4 id=\"webhook-signing\">Webhook Signing</h4>\n<p>Each API key has a secret key associated with it that you can retrieve via the admin UI. Using this key, we will hash the payload and add it to the \"Novi-Signature\" header in our POST request to your endpoint. The format will be as follows -</p>\n<p>Header value = \"t={timestamp},v1={hashedSignedPayload}\".<br />The hashedSignedPayload value will be HMACSHA256 hashed version of the following = \"{timestamp}.{jsonPayload}\".</p>\n<p>To verify that a webhook call is valid and coming from Novi, you can use the \"Novi-Signature\" header values to recreate the hash and compare the values. Simply take our \"t={timestamp}\" value, combine it with the full JSON body from the POST, then hash it using the signing secret.</p>\n<h4 id=\"best-practices\">Best Practices</h4>\n<p><strong>Respond Quickly</strong><br />To make sure you can always respond quickly &amp; recover from errors, we don't recommend processing the notification payload or perform complex operations within the webhooks endpoint implementation. It is a good idea to do the processing on a separate thread asynchronously using a queue. We have a 10 second timeout policy on our webhook requests that if exceeded will be determined as a failure to send.</p>\n<p><strong>Retry Policy</strong><br />We have a built-in retry policy on these calls. It’s an exponential back-off retry policy that makes up to 5 additional attempts. The retry times occur at 10 seconds, 20 seconds, 20 minutes, 30 minutes, &amp; 50 minutes.</p>\n<p><strong>Failure Policy</strong><br />If all 5 retry attempts fail - your webhook will be disabled and no further events will be sent until the webhook is re-enabled.</p>\n<p><strong>Getting Latest</strong><br />Once you receive the webhook call, you can use the data provided in the payload to fetch the latest data via the Novi API. The webhook is called on a per record basis. So if one record is updated and that update causes a propagation of changes to 5 other related records, you’ll get a webhook call for all 6 records.</p>\n","event":[{"listen":"prerequest","script":{"id":"990aa9ba-6e97-4222-85d9-a6c9bafa1ee7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be2eb9ae-49a5-4027-9c24-83626b92a67a","type":"text/javascript","exec":[""]}}],"_postman_id":"010002b3-c496-4000-bc2c-e442bb9f2a4f","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Blogs","item":[{"name":"Articles","item":[{"name":"Articles List","id":"046d6616-2eb2-4a0f-ab04-dd397ca5f048","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/articles?pageSize={{pageSize}}&offset={{offset}}&publishSinceDate={{publishSinceDate}}","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","articles"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default 100, max 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Optional. Default 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Optional. Default null. Returns articles published after date.</p>\n","type":"text/plain"},"key":"publishSinceDate","value":"{{publishSinceDate}}"}],"variable":[]}},"response":[{"id":"9e2084e0-58fe-4378-a799-173ecef3b64f","name":"Articles List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":{"raw":"{{url}}/api/articles?pageSize=3&offset=0&publishSinceDate=2024-06-01T00:00:00","host":["{{url}}"],"path":["api","articles"],"query":[{"key":"pageSize","value":"3","description":"Optional. Default 100, max 1000."},{"key":"offset","value":"0","description":"Optional. Default 0."},{"key":"publishSinceDate","value":"2024-06-01T00:00:00","description":"Optional. Default null. Returns articles published after date."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:17:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T221722Z-r1fb6d7bb658qvt4hC1DFW8hk40000000e600000000001gm"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 14,\n    \"Results\": [\n        {\n            \"UniqueID\": \"049d8aed-58ac-49de-bca8-cf8ab1498e95\",\n            \"Title\": \"Article 8 - Public Article\",\n            \"AuthorMemberUniqueID\": \"bb879e5b-bc5a-4716-89a5-b6bd42e7b740\",\n            \"BlogCategoryUniqueIDs\": [],\n            \"PublishOnDate\": \"2024-07-03T00:00:00\",\n            \"UnpublishOnDate\": null,\n            \"OverviewText\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non felis elit. Pellentesque ultricies sem eget sem pretium, in ullamcorper lacus scelerisque. Nulla facilisi. Mauris rhoncus tortor in pretium placerat.\",\n            \"Html\": \"<h1>Heading 1</h1>\\r\\n<p>Paragraph 1: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</p>\\r\\n<h2>Heading 2</h2>\\r\\n<blockquote>\\r\\n<p>Block Quote: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</p>\\r\\n</blockquote>\\r\\n<h3>Heading 3</h3>\\r\\n<div>DIV:&nbsp; Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\\r\\n<h4>Heading 4&nbsp;</h4>\\r\\n<pre>Pre: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</pre>\\r\\n<h5>Heading 5</h5>\\r\\n<div class=\\\"primary-call-out\\\">Primary Call: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\\r\\n<h6>Heading 6</h6>\\r\\n<div class=\\\"secondary-call-out\\\">Secondary Call: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\",\n            \"Url\": \"https://novitesting.com/blogs/article-8---public-article\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-workspace-02-01.png\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"084dc823-0e8f-44ee-8a66-0138e1e9e2c8\",\n                \"Title\": \"Article 8 - Public Article\",\n                \"FileName\": \"article-8---public-article\",\n                \"FileNameWithPrefix\": \"blogs/article-8---public-article\",\n                \"Description\": \"conclusion description\",\n                \"OgTitle\": null,\n                \"OgDescription\": null,\n                \"OgImage\": null,\n                \"TwitterTitle\": null,\n                \"TwitterDescription\": null,\n                \"TwitterImage\": null,\n                \"TwitterCardType\": 0\n            }\n        },\n        {\n            \"UniqueID\": \"0ad40bc3-78c2-465e-94e7-dad508e3bc2f\",\n            \"Title\": \"Article 9 - Private With Preview: Group\",\n            \"AuthorMemberUniqueID\": \"00f12bba-6aa3-470d-9f08-9838b8a3efca\",\n            \"BlogCategoryUniqueIDs\": [\n                \"14fc877c-c87c-43fa-a359-04ea2388ec7a\"\n            ],\n            \"PublishOnDate\": \"2024-08-13T00:00:00\",\n            \"UnpublishOnDate\": null,\n            \"OverviewText\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non felis elit. Pellentesque ultricies sem eget sem pretium, in ullamcorper lacus scelerisque. Nulla facilisi. Mauris rhoncus tortor in pretium placerat.\",\n            \"Html\": \"<h1>Heading 1</h1>\\r\\n<p>Paragraph 1: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</p>\\r\\n<h2>Heading 2</h2>\\r\\n<blockquote>\\r\\n<p>Block Quote: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</p>\\r\\n</blockquote>\\r\\n<h3>Heading 3</h3>\\r\\n<div>DIV:&nbsp; Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\\r\\n<h4>Heading 4&nbsp;</h4>\\r\\n<pre>Pre: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</pre>\\r\\n<h5>Heading 5</h5>\\r\\n<div class=\\\"primary-call-out\\\">Primary Call: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\\r\\n<h6>Heading 6</h6>\\r\\n<div class=\\\"secondary-call-out\\\">Secondary Call: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\",\n            \"Url\": \"https://novitesting.com/blogs/article-9---private-with-preview-group\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/blog/articles/2400x1000_illustation-workspace-03-01-01-01-2-1.png\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"edbd6642-2371-4eb7-978b-03db03b0ddb6\",\n                \"Title\": \"Article 9 - Private With Preview: Group\",\n                \"FileName\": \"article-9---private-with-preview-group\",\n                \"FileNameWithPrefix\": \"blogs/article-9---private-with-preview-group\",\n                \"Description\": null,\n                \"OgTitle\": null,\n                \"OgDescription\": null,\n                \"OgImage\": null,\n                \"TwitterTitle\": null,\n                \"TwitterDescription\": null,\n                \"TwitterImage\": null,\n                \"TwitterCardType\": 0\n            }\n        },\n        {\n            \"UniqueID\": \"67fe5c99-e984-4f84-8e85-04a711d3add3\",\n            \"Title\": \"Article 10 - Public Article\",\n            \"AuthorMemberUniqueID\": \"11f07e7d-35a8-4ce1-9e29-7c6f87b2566f\",\n            \"BlogCategoryUniqueIDs\": [],\n            \"PublishOnDate\": \"2025-01-31T00:00:00\",\n            \"UnpublishOnDate\": null,\n            \"OverviewText\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non felis elit. Pellentesque ultricies sem eget sem pretium, in ullamcorper lacus scelerisque. Nulla facilisi. Mauris rhoncus tortor in pretium placerat.\",\n            \"Html\": \"<h1>Heading 1</h1>\\r\\n<p>Paragraph 1: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</p>\\r\\n<h2>Heading 2</h2>\\r\\n<blockquote>\\r\\n<p>Block Quote: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</p>\\r\\n</blockquote>\\r\\n<h3>Heading 3</h3>\\r\\n<div>DIV:&nbsp; Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\\r\\n<h4>Heading 4&nbsp;</h4>\\r\\n<pre>Pre: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</pre>\\r\\n<h5>Heading 5</h5>\\r\\n<div class=\\\"primary-call-out\\\">Primary Call: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\\r\\n<h6>Heading 6</h6>\\r\\n<div class=\\\"secondary-call-out\\\">Secondary Call: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam faucibus hendrerit dui in malesuada. Curabitur lobortis metus libero, a blandit enim laoreet ut.&nbsp;</div>\",\n            \"Url\": \"https://novitesting.com/blogs/article-10---public-article\",\n            \"Active\": true,\n            \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-workspace-02-01.png\",\n            \"SEOInfo\": {\n                \"UniqueId\": \"0361e939-114c-489c-8587-5b39d5a98c4a\",\n                \"Title\": \"Article 10 - Public Article\",\n                \"FileName\": \"article-10---public-article\",\n                \"FileNameWithPrefix\": \"blogs/article-10---public-article\",\n                \"Description\": null,\n                \"OgTitle\": null,\n                \"OgDescription\": null,\n                \"OgImage\": null,\n                \"TwitterTitle\": null,\n                \"TwitterDescription\": null,\n                \"TwitterImage\": null,\n                \"TwitterCardType\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"046d6616-2eb2-4a0f-ab04-dd397ca5f048"},{"name":"Articles List Details","id":"cd059703-5ec9-4f3d-8413-0892c03a3cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/articles/:uniqueId","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","articles",":uniqueId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"9f682b78-2f6c-4916-a1b0-7e52b00c8545","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/articles/AB46CF8F-B70B-4024-96E2-9A2F0BEA8C23"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:21:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T222155Z-16c84d5d768pr7hwhC1DFW6tdg000000047g000000007vdz"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"ab46cf8f-b70b-4024-96e2-9a2f0bea8c23\",\n    \"Title\": \"New Openings\",\n    \"AuthorMemberUniqueID\": \"67998996-9588-43a6-8611-c4232fe503f1\",\n    \"BlogCategoryUniqueIDs\": [\n        \"2861d7df-174d-4f13-958e-c0f0a5e6a41c\",\n        \"bcb8ccc7-a772-43cd-9bc6-375e59106040\"\n    ],\n    \"PublishOnDate\": \"2023-07-02T00:00:00\",\n    \"UnpublishOnDate\": null,\n    \"OverviewText\": \"We have new job openings! (Holden Test)\",\n    \"Html\": \"<p>This is a test!</p>\\r\\n<p></p>\\r\\n<p>We at Association With No Workarounds are going in-person. For our new&nbsp;headquarters, we will need several, high paying, professional roles. These include...</p>\\r\\n<p></p>\\r\\n<p>Toilet Scrubber (expert)</p>\\r\\n<p>$100,000/ year</p>\\r\\n<p>Please scrub them really well</p>\\r\\n<p></p>\\r\\n<p>Pencil Sharpener</p>\\r\\n<p>$300,000/ year</p>\\r\\n<p>Please sharpen everyone's pencils and also you must wear formal attire</p>\\r\\n<p></p>\\r\\n<p>Nuclear Scientist (business casual)</p>\\r\\n<p>$15,000/ year</p>\\r\\n<p>Please keep the reactor stable and also get me ChicFilA at 3pm on Tuesdays</p>\\r\\n<p></p>\\r\\n<p>Let us know if you find people for these roles.</p>\\r\\n<p></p>\\r\\n<p>This is a test!</p>\",\n    \"Url\": \"https://novitesting.com/blogs/new-openings\",\n    \"Active\": true,\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/blog/articles/amy_adams-461052.jpeg\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"db816919-e37d-441c-b7c8-471e6b755369\",\n        \"Title\": \"New Openings (Holden Test)\",\n        \"FileName\": \"new-openings\",\n        \"FileNameWithPrefix\": \"blogs/new-openings\",\n        \"Description\": \"test\",\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"}],"_postman_id":"cd059703-5ec9-4f3d-8413-0892c03a3cef"},{"name":"Add Article","id":"a0e78f1a-3c74-4467-9589-4a2d5242172f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities\",\r\n    \"Html\": \"<p>As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices....</p>\",\r\n    \"AuthorMemberUniqueID\": null,\r\n    \"BlogCategoryUniqueIDs\": [\"B3F80AB8-DB6B-4427-AD78-4909FF0C154F\"],\r\n    \"PublishOnDate\": \"2024-7-3T00:00:00\",\r\n    \"UnpublishOnDate\": null,\r\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\r\n    \"Active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/articles/","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","articles",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"64c1d52e-8848-4c0f-b9a4-4565b9c49e6c","name":"200 OK - (Success)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities 02\",\r\n    \"Html\": \"<p>The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization. As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices. According to recent studies, mobile transactions are expected to account for over 50% of total eCommerce sales in the next few years...</p>\",\r\n    \"AuthorMemberUniqueID\": null,\r\n    \"BlogCategoryUniqueIDs\": [],\r\n    \"PublishOnDate\": \"2024-4-21T00:00:00\",\r\n    \"UnpublishOnDate\": null,\r\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\r\n    \"Active\": true\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/articles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:27:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T222726Z-r1fb6d7bb658dw9chC1DFW0t500000000aqg000000006pfn"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"9309dca5-6fab-4508-9f8a-bd2164ca6dd9\",\n    \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities 02\",\n    \"AuthorMemberUniqueID\": null,\n    \"BlogCategoryUniqueIDs\": [],\n    \"PublishOnDate\": \"2024-04-21T00:00:00\",\n    \"UnpublishOnDate\": null,\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\n    \"Html\": \"<p>The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization. As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices. According to recent studies, mobile transactions are expected to account for over 50% of total eCommerce sales in the next few years...</p>\",\n    \"Url\": \"https://novitesting.com/blogs/navigating-the-future-of-ecommerce-trends-challenges-and-opportunities-02\",\n    \"Active\": true,\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-workspace-02-01.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"7b200c3b-871e-4c2b-aca7-6960d5f94d38\",\n        \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities 02\",\n        \"FileName\": \"navigating-the-future-of-ecommerce-trends-challenges-and-opportunities-02\",\n        \"FileNameWithPrefix\": \"blogs/navigating-the-future-of-ecommerce-trends-challenges-and-opportunities-02\",\n        \"Description\": null,\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"},{"id":"43ec1ec0-f06c-4aa3-baee-4dd4a87c71a1","name":"200 OK - (Success) w/ SEO Info","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Navigating the Future of eCommerce Part 02: Retrospective\",\r\n    \"Html\": \"<p>The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization. As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices. According to recent studies, mobile transactions are expected to account for over 50% of total eCommerce sales in the next few years...</p>\",\r\n    \"AuthorMemberUniqueID\": null,\r\n    \"BlogCategoryUniqueIDs\": [],\r\n    \"PublishOnDate\": \"2024-4-21T00:00:00\",\r\n    \"UnpublishOnDate\": null,\r\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\r\n    \"Active\": true,\r\n    \"SEOInfo\": {\r\n        \"Title\": \"Navigating the Future of eCommerce Part 02: Retrospective\",\r\n        \"FileName\": \"navigating-the-future-of-ecommerce-part-02-retrospective\",\r\n        \"Description\": \"restrospective description\"\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/articles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:26:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T222637Z-r1fb6d7bb658dw9chC1DFW0t500000000aqg000000006m2y"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"b22b6481-ff0b-4b3b-8a49-6582740e1b64\",\n    \"Title\": \"Navigating the Future of eCommerce Part 02: Retrospective\",\n    \"AuthorMemberUniqueID\": null,\n    \"BlogCategoryUniqueIDs\": [],\n    \"PublishOnDate\": \"2024-04-21T00:00:00\",\n    \"UnpublishOnDate\": null,\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\n    \"Html\": \"<p>The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization. As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices. According to recent studies, mobile transactions are expected to account for over 50% of total eCommerce sales in the next few years...</p>\",\n    \"Url\": \"https://novitesting.com/blogs/navigating-the-future-of-ecommerce-part-02-retrospective\",\n    \"Active\": true,\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-workspace-02-01.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"89aef93d-3c69-48a8-99a7-bbbc87692bee\",\n        \"Title\": \"Navigating the Future of eCommerce Part 02: Retrospective\",\n        \"FileName\": \"navigating-the-future-of-ecommerce-part-02-retrospective\",\n        \"FileNameWithPrefix\": \"blogs/navigating-the-future-of-ecommerce-part-02-retrospective\",\n        \"Description\": \"restrospective description\",\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"}],"_postman_id":"a0e78f1a-3c74-4467-9589-4a2d5242172f"},{"name":"Update Article","id":"627a3562-b7d5-4c2a-bf90-26a2b4914916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities\",\r\n    \"Html\": \"<p>As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices....</p>\",\r\n    \"AuthorMemberUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\r\n    \"BlogCategoryUniqueIDs\": [\"B2505F78-851F-4AC4-AD8A-D3AF752E35B6\"],\r\n    \"PublishOnDate\": \"2024-7-3T00:00:00\",\r\n    \"UnpublishOnDate\": null,\r\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\r\n    \"Active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/articles/:uniqueId","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","articles",":uniqueId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"fbb2471b-9e15-415e-bb77-564e0df7938e","name":"200 OK - (Success)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities 03\",\r\n    \"Html\": \"<p>As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices....</p>\",\r\n    \"AuthorMemberUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\r\n    \"BlogCategoryUniqueIDs\": [\"B2505F78-851F-4AC4-AD8A-D3AF752E35B6\"],\r\n    \"PublishOnDate\": \"2024-7-3T00:00:00\",\r\n    \"UnpublishOnDate\": null,\r\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\r\n    \"Active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/articles/:uniqueId","host":["{{url}}"],"path":["api","articles",":uniqueId"],"variable":[{"key":"uniqueId","value":"9309DCA5-6FAB-4508-9F8A-BD2164CA6DD9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:45:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T224506Z-r1fb6d7bb65pblcmhC1DFWt46s0000000fag000000008yc8"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"9309dca5-6fab-4508-9f8a-bd2164ca6dd9\",\n    \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities 03\",\n    \"AuthorMemberUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n    \"BlogCategoryUniqueIDs\": [\n        \"b2505f78-851f-4ac4-ad8a-d3af752e35b6\"\n    ],\n    \"PublishOnDate\": \"2024-07-03T00:00:00\",\n    \"UnpublishOnDate\": null,\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\n    \"Html\": \"<p>As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices....</p>\",\n    \"Url\": \"https://novitesting.com/blogs/navigating-the-future-of-ecommerce-trends-challenges-and-opportunities-03\",\n    \"Active\": true,\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-workspace-02-01.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"7b200c3b-871e-4c2b-aca7-6960d5f94d38\",\n        \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities 03\",\n        \"FileName\": \"navigating-the-future-of-ecommerce-trends-challenges-and-opportunities-03\",\n        \"FileNameWithPrefix\": \"blogs/navigating-the-future-of-ecommerce-trends-challenges-and-opportunities-03\",\n        \"Description\": null,\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"},{"id":"267efe41-cd44-4d2d-ad6d-7557904ed664","name":"200 OK - (Success) w/ SEO Info","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Navigating the Future of eCommerce Part 03: Conclusion\",\r\n    \"Html\": \"<p>As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices....</p>\",\r\n    \"AuthorMemberUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\r\n    \"BlogCategoryUniqueIDs\": [\"B2505F78-851F-4AC4-AD8A-D3AF752E35B6\"],\r\n    \"PublishOnDate\": \"2024-7-3T00:00:00\",\r\n    \"UnpublishOnDate\": null,\r\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\r\n    \"Active\": true,\r\n    \"SEOInfo\": {\r\n        \"Title\": \"Navigating the Future of eCommerce Part 03: Conclusion\",\r\n        \"FileName\": \"navigating-the-future-of-ecommerce-part-03-conclusion\",\r\n        \"Description\": \"conclusion description\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/articles/049d8aed-58ac-49de-bca8-cf8ab1498e95"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:48:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ASP.NET_SessionId=0rf1ggv0otttghwd4a345f5c; path=/; secure; HttpOnly; SameSite=Lax"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T224852Z-r1fb6d7bb652c6brhC1DFWpdv00000000gvg000000002cnz"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"049d8aed-58ac-49de-bca8-cf8ab1498e95\",\n    \"Title\": \"Navigating the Future of eCommerce Part 03: Conclusion\",\n    \"AuthorMemberUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\n    \"BlogCategoryUniqueIDs\": [\n        \"b2505f78-851f-4ac4-ad8a-d3af752e35b6\"\n    ],\n    \"PublishOnDate\": \"2024-07-03T00:00:00\",\n    \"UnpublishOnDate\": null,\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\n    \"Html\": \"<p>As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices....</p>\",\n    \"Url\": \"https://novitesting.com/blogs/navigating-the-future-of-ecommerce-part-03-conclusion\",\n    \"Active\": true,\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_illustation-workspace-02-01.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"084dc823-0e8f-44ee-8a66-0138e1e9e2c8\",\n        \"Title\": \"Navigating the Future of eCommerce Part 03: Conclusion\",\n        \"FileName\": \"navigating-the-future-of-ecommerce-part-03-conclusion\",\n        \"FileNameWithPrefix\": \"blogs/navigating-the-future-of-ecommerce-part-03-conclusion\",\n        \"Description\": \"conclusion description\",\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"}],"_postman_id":"627a3562-b7d5-4c2a-bf90-26a2b4914916"},{"name":"Delete Article","id":"23e09074-2b1c-426e-bc83-27fee1b40392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities\",\r\n    \"Html\": \"<p>As members of the eCommerce Association, it's crucial to stay ahead of these trends to leverage new opportunities and overcome emerging challenges.</p><p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices....</p>\",\r\n    \"AuthorMemberUniqueID\": \"62c01e14-c9de-4eea-bec5-2e45fc49feab\",\r\n    \"BlogCategoryUniqueIDs\": [\"B2505F78-851F-4AC4-AD8A-D3AF752E35B6\"],\r\n    \"PublishOnDate\": \"2024-7-3T00:00:00\",\r\n    \"UnpublishOnDate\": null,\r\n    \"OverviewText\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\r\n    \"Active\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/articles/:uniqueId","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","articles",":uniqueId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"4aafd718-8616-42fd-9b93-07832bfa3fca","name":"200 OK - (Success)","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/api/articles/eaab03da-751b-43e3-b9ac-90e0a2d923d7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 21:26:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T212656Z-167fd48666dkcqwvq0p9wvz5vw00000006t000000001mu1x"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"\"Article was deleted successfully.\""}],"_postman_id":"23e09074-2b1c-426e-bc83-27fee1b40392"}],"id":"0dbe7fe6-2796-4982-96f8-eaab96389a8f","description":"<h2 id=\"article-object\">ARTICLE OBJECT</h2>\n<p><strong>UniqueID</strong> - Read only<br />String<br /><em>Novi generated GUID for the article record.</em></p>\n<p><strong>Title</strong> - Read only<br />string<br /><em>Title of article record.</em></p>\n<p><strong>AuthorMemberUniqueID</strong> - Read only<br />Guid/String<br /><em>The unique ID of the author member record for this article.</em></p>\n<p><strong>BlogCategoryUniqueIDs</strong> - Read only<br />Array[Guid/String]<br /><em>And array of unique IDs of the blog categories for the article record.</em></p>\n<p><strong>PublishOnDate</strong> - Read only<br />DateTime<br /><em>Publish date of the article record.</em></p>\n<p><strong>OverviewText</strong> - Read only<br />String<br /><em>Overview text of the article record.</em></p>\n<p><strong>Html</strong> - Read only<br />String<br /><em>Raw full content of the article in html</em></p>\n<p><strong>Url</strong> - Read only<br />String<br /><em>Url to the article record.</em></p>\n<p><strong>Active</strong> - Ready only<br />Boolean<br /><em>Is the article record active.</em></p>\n","_postman_id":"0dbe7fe6-2796-4982-96f8-eaab96389a8f","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Blog Categories","item":[{"name":"Blog Categories List","id":"b0d545e2-ce16-4a47-ab88-08538434ef7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/blog-categories","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","blog-categories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f998dc55-e954-41c1-9c29-485e9d7ac108","name":"Blog Categories List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic {{apiKey}}","type":"text"}],"url":"{{url}}/api/blog-categories"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","description":"","type":"text"},{"key":"Content-Encoding","value":"gzip","description":"","type":"text"},{"key":"Expires","value":"-1","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding","description":"","type":"text"},{"key":"Request-Context","value":"appId=cid-v1:40a8809f-a55e-4bd4-bac8-7fc343ce0a53","description":"","type":"text"},{"key":"Access-Control-Expose-Headers","value":"Request-Context","description":"","type":"text"},{"key":"X-Frame-Options","value":"SAMEORIGIN","description":"","type":"text"},{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text"},{"key":"Access-Control-Allow-Methods","value":"*","description":"","type":"text"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Content-Type","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","description":"","type":"text"},{"key":"Strict-Transport-Security","value":"max-age=16070400;","description":"","type":"text"},{"key":"Date","value":"Mon, 20 Sep 2021 15:17:21 GMT","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    {\r\n        \"UniqueID\": \"c5fac1b6-4087-42f1-a7ab-d62cb568a13e\",\r\n        \"Name\": \"Sample Category\",\r\n        \"ParentCategoryUniqueID\": null,\r\n        \"Tagline\": \"Donec at nulla enim. Nunc rhoncus dapibus diam vel porta.\",\r\n        \"Description\": \"Praesent rhoncus velit varius libero feugiat mollis. Proin gravida sit amet orci id dictum. Interdum et malesuada fames ac ante ipsum primis in faucibus. \",\r\n        \"Url\": \"https://www.novitest.com/blogs/sample-category\"\r\n    },\r\n    {\r\n        \"UniqueID\": \"9d83e3e0-bdae-4608-939d-f775b4446d57\",\r\n        \"Name\": \"Another Sample Category\",\r\n        \"ParentCategoryUniqueID\": \"c5fac1b6-4087-42f1-a7ab-d62cb568a13e\",\r\n        \"Tagline\": \"Praesent mollis facilisis mollis. Nullam sollicitudin mi lacus, id egestas elit feugiat a. \",\r\n        \"Description\": \"Donec consectetur elementum lectus ac aliquam. Nam ut auctor lectus. Quisque mattis mauris eu velit placerat, vel semper felis viverra. \",\r\n        \"Url\": \"https://www.novitest.com/blogs/another-sample-category\"\r\n    }\r\n}"}],"_postman_id":"b0d545e2-ce16-4a47-ab88-08538434ef7e"}],"id":"d5978b1c-a020-4fff-a14c-158393549df9","description":"<h2 id=\"blog-category-object\">Blog Category Object</h2>\n<p><strong>UniqueID</strong> - Ready only/\nString/\nNovi generated GUID for the blog category record.</p>\n<p><strong>Name</strong> - Ready only/\nString/\n<em>Name of the blog category record.</em></p>\n<p><strong>ParentCategoryUniqueID</strong> - Read only/\nGuid/String/\n<em>The unique ID of the parent blog category.</em></p>\n<p><strong>Tagline</strong> - Read only/\nString/\n<em>Tageline for the the blog category record.</em></p>\n<p><strong>Description</strong> - Read only/\nString/\n<em>Description for the the blog category record.</em></p>\n<p><strong>Url</strong> - Read only/\nString/\n<em>Direct URL to the blog category.</em></p>\n","_postman_id":"d5978b1c-a020-4fff-a14c-158393549df9","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}}],"id":"5a2541ac-9a22-4416-9cc2-198c4ba13e9d","description":"<p>This section of the API endpoints provides access to Novi AMS Article data.</p>\n<p>These endpoints are unavailable if your API key is not configured for \"Blog Data Access\".</p>\n","_postman_id":"5a2541ac-9a22-4416-9cc2-198c4ba13e9d","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Site Content","item":[{"name":"Folders","item":[{"name":"Get Folders List","id":"a1cdc4a4-ce6a-4a84-9f7b-4b0ad01e4845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/folders?pageSize=100&offset=0&uniqueId=null","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","folders"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"100"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional. Defaults to null. Search on folder unique id.</p>\n","type":"text/plain"},"key":"uniqueId","value":"null"}],"variable":[]}},"response":[{"id":"4f0281ea-05ad-4ed1-9f44-a07460deaa93","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 21:42:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T214229Z-167fd48666dnkm4wdkv0bkn96g00000007k000000000p01n"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 14,\n    \"Results\": [\n        {\n            \"UniqueId\": \"ebb0c26b-aebb-41fb-b320-3e736a1bd4f6\",\n            \"Name\": \"Test Folder\"\n        },\n        {\n            \"UniqueId\": \"62871a08-cbde-4b79-91e9-2aca482dddda\",\n            \"Name\": \"Jan8 Test folder\"\n        },\n        {\n            \"UniqueId\": \"460bfc2d-f3d6-435f-a628-474a65af3ed4\",\n            \"Name\": \"This is the testing site\"\n        },\n        {\n            \"UniqueId\": \"529ca716-d2a4-4d9c-8e1b-55d9fdbc5b63\",\n            \"Name\": \"Directories\"\n        },\n        {\n            \"UniqueId\": \"821b4aa1-43f6-402f-ab37-a7634058ad9f\",\n            \"Name\": \"Members\"\n        },\n        {\n            \"UniqueId\": \"c51d245d-8435-46eb-947d-1c90ba800f44\",\n            \"Name\": \"About\"\n        },\n        {\n            \"UniqueId\": \"c128a08b-31d7-46a0-be3a-a20929ede618\",\n            \"Name\": \"Events\"\n        },\n        {\n            \"UniqueId\": \"c4eba15c-cc81-472b-a627-a81217aeabf7\",\n            \"Name\": \"News\"\n        },\n        {\n            \"UniqueId\": \"2f74970d-8599-4107-95c7-67339b35b9c9\",\n            \"Name\": \"Resources\"\n        },\n        {\n            \"UniqueId\": \"6242b5fb-867c-4be0-b5fc-a28aeb20d48e\",\n            \"Name\": \"new folder 2\"\n        },\n        {\n            \"UniqueId\": \"80ea48c0-fb0a-4b5f-a240-09237900fb13\",\n            \"Name\": \"NEW\"\n        },\n        {\n            \"UniqueId\": \"40ee3cde-9e9a-4148-99b7-995e06bb5773\",\n            \"Name\": \"TEST 3\"\n        },\n        {\n            \"UniqueId\": \"cee0ac86-ac44-4ee5-abcc-2334316c9dc0\",\n            \"Name\": \"TX Pages\"\n        },\n        {\n            \"UniqueId\": \"eb775078-b16c-4d6e-b6e5-56a19ca3cfab\",\n            \"Name\": \"API\"\n        }\n    ]\n}"},{"id":"ce5d9748-fc13-4f6b-ab8b-28566383510d","name":"200 OK - All query parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/folders?pageSize=1&offset=0&uniqueId=ebb0c26b-aebb-41fb-b320-3e736a1bd4f6","host":["{{url}}"],"path":["api","folders"],"query":[{"key":"pageSize","value":"1"},{"key":"offset","value":"0"},{"key":"uniqueId","value":"ebb0c26b-aebb-41fb-b320-3e736a1bd4f6"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Jul 2024 16:11:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"x-azure-ref","value":"20240728T161119Z-18456dc5c9c5mgwxsgb584y1xg0000000860000000003raf"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"UniqueId\": \"ebb0c26b-aebb-41fb-b320-3e736a1bd4f6\",\n            \"Name\": \"Test Folder\"\n        }\n    ]\n}"}],"_postman_id":"a1cdc4a4-ce6a-4a84-9f7b-4b0ad01e4845"}],"id":"76a89c31-ec77-47ab-ab3d-a2bbc446fec3","_postman_id":"76a89c31-ec77-47ab-ab3d-a2bbc446fec3","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Static Pages","item":[{"name":"Get Static Page Templates","id":"fa5ee786-f7b2-4616-bfd4-bdddafd403d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/static-page-templates","description":"<p>Novi AMS supports multiple static page templates for hosted sites, with available templates varying by site configuration. An API example displays all potential templates. Each template includes specific Static Page regions required for all POST and PUT requests.</p>\n<p>Note: The \"Two Column Header\" template includes an additional region, \"HeaderRightColumn.\"</p>\n<p>If your site lacks template configuration, it defaults to using the following templates: Default, Full Width, and Header Photo.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","static-page-templates"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"53e16e2e-746d-45eb-b9fb-324776c99ed3","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[],"url":"{{url}}/api/static-page-templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 22:12:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T221225Z-167fd48666drn8ptcw4139qws400000005t000000001m3x1"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 4,\n    \"Results\": [\n        {\n            \"ID\": 1,\n            \"TemplateName\": \"Default\",\n            \"Regions\": [\n                \"Title\",\n                \"Subtitle\",\n                \"Main Content\",\n                \"Call To Action\"\n            ]\n        },\n        {\n            \"ID\": 2,\n            \"TemplateName\": \"Full Width\",\n            \"Regions\": [\n                \"Title\",\n                \"Subtitle\",\n                \"Main Content\",\n                \"Call To Action\"\n            ]\n        },\n        {\n            \"ID\": 3,\n            \"TemplateName\": \"Header Photo\",\n            \"Regions\": [\n                \"Title\",\n                \"Subtitle\",\n                \"Main Content\",\n                \"Call To Action\"\n            ]\n        },\n        {\n            \"ID\": 4,\n            \"TemplateName\": \"Two Column Header\",\n            \"Regions\": [\n                \"Title\",\n                \"Subtitle\",\n                \"Main Content\",\n                \"Call To Action\",\n                \"HeaderRightColumn\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"fa5ee786-f7b2-4616-bfd4-bdddafd403d4"},{"name":"Get Static Pages","id":"b16dd6c1-d53e-4792-82f0-bde111303ae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/static-pages?pageSize=&offset=&uniqueId=&folderUniqueId=","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","static-pages"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default 100, max 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":""},{"description":{"content":"<p>Optional. Default 0.</p>\n","type":"text/plain"},"key":"offset","value":""},{"description":{"content":"<p>Optional. Defaults to null. Searches the static page list by UniqueId.</p>\n","type":"text/plain"},"key":"uniqueId","value":""},{"description":{"content":"<p>Optional. Defaults to null. Searches static page list by FolderUniqueId.</p>\n","type":"text/plain"},"key":"folderUniqueId","value":""}],"variable":[]}},"response":[{"id":"dafda811-7843-4d71-b153-6a3fadd73156","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/static-pages?pageSize=100&offset=0&uniqueId=49583b08-61e5-4b3b-ac04-fdafbbebf1f8&folderUniqueId=eb775078-b16c-4d6e-b6e5-56a19ca3cfab","host":["{{url}}"],"path":["api","static-pages"],"query":[{"key":"pageSize","value":"100"},{"key":"offset","value":"0"},{"key":"uniqueId","value":"49583b08-61e5-4b3b-ac04-fdafbbebf1f8"},{"key":"folderUniqueId","value":"eb775078-b16c-4d6e-b6e5-56a19ca3cfab"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:23:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T222358Z-1767986b9cc6zt4rhC1DFWb4800000000fng000000001sch"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": [\n        {\n            \"UniqueId\": \"49583b08-61e5-4b3b-ac04-fdafbbebf1f8\",\n            \"PageName\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities\",\n            \"TemplateId\": 2,\n            \"Template\": \"Full Width\",\n            \"FolderUniqueId\": \"eb775078-b16c-4d6e-b6e5-56a19ca3cfab\",\n            \"HideHeader\": false,\n            \"HideFooter\": false,\n            \"Url\": \"https://novitesting.com/navigating-the-future-of-ecommerce\",\n            \"LastUpdated\": \"2024-07-03T17:47:09.9538313-04:00\",\n            \"LastUpdatedBy\": \"John Carbaugh\",\n            \"Regions\": [\n                {\n                    \"UniqueId\": \"3a03eb99-cdfd-4c2c-922a-c3b5ec940916\",\n                    \"RegionName\": \"Main Content\",\n                    \"Html\": \"<p><strong>The Rise of Mobile Commerce</strong></p>\\n<p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices. According to recent studies, mobile transactions are expected to account for over 50% of total eCommerce sales in the next few years.</p>\\n<p><strong>Actionable Insight:</strong> Ensure your website is mobile-friendly. Invest in responsive design, optimize loading speeds, and consider developing a dedicated mobile app to enhance user experience.</p>\\n<p><strong>Personalization and Customer Experience</strong></p>\\n<p>Today's consumers expect personalized shopping experiences. Leveraging data analytics and artificial intelligence (AI) can help tailor product recommendations, marketing messages, and overall shopping experiences to individual preferences.</p>\\n<p><strong>Actionable Insight:</strong> Implement AI-driven personalization tools to analyze customer behavior and preferences. Use this data to offer personalized product suggestions, targeted promotions, and customized content.</p>\",\n                    \"LastModified\": \"2024-07-03T21:45:12.353\"\n                },\n                {\n                    \"UniqueId\": \"f1630cc0-ae95-4cc4-bc9a-8fccf284c214\",\n                    \"RegionName\": \"Title\",\n                    \"Html\": \"Harnessing Innovation and Adaptability to Thrive in the Digital Marketplace\",\n                    \"LastModified\": \"2024-07-03T21:46:32.05\"\n                },\n                {\n                    \"UniqueId\": \"67cbc682-6ebe-4c4c-a98f-8f7eccb72aa6\",\n                    \"RegionName\": \"Subtitle\",\n                    \"Html\": \"<p><strong>\\\"In the ever-changing world of eCommerce, adaptability and a forward-thinking mindset are the keys to success. Embrace innovation, understand your customers, and always be ready to evolve.\\\"</strong></p>\\n<p>&mdash; Alex Thompson, President of the Global eCommerce Association</p>\",\n                    \"LastModified\": \"2024-07-03T21:47:09.937\"\n                },\n                {\n                    \"UniqueId\": \"d333ae5a-04f3-468f-b264-4d2468efc4f6\",\n                    \"RegionName\": \"Call To Action\",\n                    \"Html\": \"<p>The eCommerce industry is brimming with potential, but it requires continuous adaptation and innovation to thrive. By staying informed about the latest trends and implementing strategic changes, members of the eCommerce Association can position themselves for sustained success. Embrace these opportunities, address the challenges head-on, and continue to deliver exceptional value to your customers.</p>\",\n                    \"LastModified\": \"2024-07-03T21:45:21\"\n                },\n                {\n                    \"UniqueId\": \"d7f46966-756a-47c4-aaae-b37f33670443\",\n                    \"RegionName\": \"Breadcrumb\",\n                    \"Html\": \"<p>Navigating the Future of eCommerce: Trends, Challenges, and Opportunities</p>\",\n                    \"LastModified\": \"2024-07-03T21:46:48.31\"\n                }\n            ],\n            \"FeaturedImage\": null,\n            \"SEOInfo\": {\n                \"UniqueId\": \"29ffdfa8-9e12-4284-9e66-051de569cc64\",\n                \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities\",\n                \"FileName\": \"navigating-the-future-of-ecommerce\",\n                \"FileNameWithPrefix\": \"navigating-the-future-of-ecommerce\",\n                \"Description\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\",\n                \"OgTitle\": null,\n                \"OgDescription\": null,\n                \"OgImage\": null,\n                \"TwitterTitle\": null,\n                \"TwitterDescription\": null,\n                \"TwitterImage\": null,\n                \"TwitterCardType\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"b16dd6c1-d53e-4792-82f0-bde111303ae1"},{"name":"Get Static Page Details","id":"c3594a45-0dcb-4c72-ae76-1eb6d50bb624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/static-pages/:uniqueId","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","static-pages",":uniqueId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"054d3159-7af8-436e-a1eb-d22dcf562e68","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/static-pages/49583b08-61e5-4b3b-ac04-fdafbbebf1f8","host":["{{url}}"],"path":["api","static-pages","49583b08-61e5-4b3b-ac04-fdafbbebf1f8"],"query":[{"key":"pageSize","value":"100","disabled":true},{"key":"offset","value":"0","disabled":true},{"key":"uniqueId","value":"49583b08-61e5-4b3b-ac04-fdafbbebf1f8","disabled":true},{"key":"folderUniqueId","value":"eb775078-b16c-4d6e-b6e5-56a19ca3cfab","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 21:51:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T215147Z-167fd48666dgnt7x3hn18f4g1c00000005ug00000001gx2m"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 1,\n    \"Results\": {\n        \"UniqueId\": \"49583b08-61e5-4b3b-ac04-fdafbbebf1f8\",\n        \"PageName\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities\",\n        \"TemplateId\": 2,\n        \"Template\": \"Full Width\",\n        \"FolderUniqueId\": null,\n        \"HideHeader\": false,\n        \"HideFooter\": false,\n        \"Url\": \"https://www.novitesting.com/navigating-the-future-of-ecommerce\",\n        \"LastUpdated\": \"2024-07-03T17:47:09.9538313-04:00\",\n        \"LastUpdatedBy\": \"John Carbaugh\",\n        \"Regions\": [\n            {\n                \"UniqueId\": \"3a03eb99-cdfd-4c2c-922a-c3b5ec940916\",\n                \"RegionName\": \"Main Content\",\n                \"Html\": \"<p><strong>The Rise of Mobile Commerce</strong></p>\\n<p>Mobile commerce, or m-commerce, is no longer a niche market. With the proliferation of smartphones and improved mobile internet connectivity, consumers increasingly prefer shopping on their mobile devices. According to recent studies, mobile transactions are expected to account for over 50% of total eCommerce sales in the next few years.</p>\\n<p><strong>Actionable Insight:</strong> Ensure your website is mobile-friendly. Invest in responsive design, optimize loading speeds, and consider developing a dedicated mobile app to enhance user experience.</p>\\n<p><strong>Personalization and Customer Experience</strong></p>\\n<p>Today's consumers expect personalized shopping experiences. Leveraging data analytics and artificial intelligence (AI) can help tailor product recommendations, marketing messages, and overall shopping experiences to individual preferences.</p>\\n<p><strong>Actionable Insight:</strong> Implement AI-driven personalization tools to analyze customer behavior and preferences. Use this data to offer personalized product suggestions, targeted promotions, and customized content.</p>\",\n                \"LastModified\": \"2024-07-03T21:45:12.353\"\n            },\n            {\n                \"UniqueId\": \"f1630cc0-ae95-4cc4-bc9a-8fccf284c214\",\n                \"RegionName\": \"Title\",\n                \"Html\": \"Harnessing Innovation and Adaptability to Thrive in the Digital Marketplace\",\n                \"LastModified\": \"2024-07-03T21:46:32.05\"\n            },\n            {\n                \"UniqueId\": \"67cbc682-6ebe-4c4c-a98f-8f7eccb72aa6\",\n                \"RegionName\": \"Subtitle\",\n                \"Html\": \"<p><strong>\\\"In the ever-changing world of eCommerce, adaptability and a forward-thinking mindset are the keys to success. Embrace innovation, understand your customers, and always be ready to evolve.\\\"</strong></p>\\n<p>&mdash; Alex Thompson, President of the Global eCommerce Association</p>\",\n                \"LastModified\": \"2024-07-03T21:47:09.937\"\n            },\n            {\n                \"UniqueId\": \"d333ae5a-04f3-468f-b264-4d2468efc4f6\",\n                \"RegionName\": \"Call To Action\",\n                \"Html\": \"<p>The eCommerce industry is brimming with potential, but it requires continuous adaptation and innovation to thrive. By staying informed about the latest trends and implementing strategic changes, members of the eCommerce Association can position themselves for sustained success. Embrace these opportunities, address the challenges head-on, and continue to deliver exceptional value to your customers.</p>\",\n                \"LastModified\": \"2024-07-03T21:45:21\"\n            },\n            {\n                \"UniqueId\": \"d7f46966-756a-47c4-aaae-b37f33670443\",\n                \"RegionName\": \"Breadcrumb\",\n                \"Html\": \"<p>Navigating the Future of eCommerce: Trends, Challenges, and Opportunities</p>\",\n                \"LastModified\": \"2024-07-03T21:46:48.31\"\n            }\n        ],\n        \"FeaturedImage\": null,\n        \"SEOInfo\": {\n            \"UniqueId\": \"29ffdfa8-9e12-4284-9e66-051de569cc64\",\n            \"Title\": \"Navigating the Future of eCommerce: Trends, Challenges, and Opportunities\",\n            \"FileName\": \"navigating-the-future-of-ecommerce\",\n            \"FileNameWithPrefix\": \"navigating-the-future-of-ecommerce\",\n            \"Description\": \"The eCommerce landscape is rapidly evolving, driven by technological advancements, shifting consumer behaviors, and the ever-growing demand for convenience and personalization.\"\n        }\n    }\n}"}],"_postman_id":"c3594a45-0dcb-4c72-ae76-1eb6d50bb624"},{"name":"Add Static Page","id":"61375b16-fcd1-48d0-a420-592f115570c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/api/static-pages/","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","static-pages",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"47a42516-dfbb-4c9c-a6f9-d58db5a6d99d","name":"200 OK - (Success)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PageName\": \"April Highlights and Updates from Maplewood Commerce Association 02\",\r\n    \"TemplateId\": 3, \r\n    \"Regions\": [\r\n        {\r\n            \"RegionName\": \"Title\",\r\n            \"Html\": \"<h1>April Highlights and Updates from Maplewood Commerce Association</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Subtitle\",\r\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Main Content\",\r\n            \"Html\": \"<p>Welcome to the April edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Call To Action\",\r\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\"\r\n        }\r\n        // {\r\n        //     \"RegionName\": \"HeaderRightColumn\",\r\n        //     \"Html\": \"<h1>headerfoot</h1>\"\r\n        // }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/static-pages/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:50:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T225000Z-r1fb6d7bb652c6brhC1DFWpdv00000000gvg000000002gmx"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueId\": \"3877afec-2013-4771-adec-0ffec30146f3\",\n    \"PageName\": \"April Highlights and Updates from Maplewood Commerce Association 02\",\n    \"TemplateId\": 3,\n    \"Template\": \"Header Photo\",\n    \"FolderUniqueId\": null,\n    \"HideHeader\": false,\n    \"HideFooter\": false,\n    \"Url\": \"https://novitesting.com/april-highlights-and-updates-from-maplewood-commerce-association-02\",\n    \"LastUpdated\": \"2025-05-29T22:50:00.7569946+00:00\",\n    \"LastUpdatedBy\": \"API\",\n    \"Regions\": [\n        {\n            \"UniqueId\": \"fda40a58-e648-4d4b-b58f-0211d5d89b44\",\n            \"RegionName\": \"Title\",\n            \"Html\": \"<h1>April Highlights and Updates from Maplewood Commerce Association</h1>\",\n            \"LastModified\": \"2025-05-29T18:50:00.7726193-04:00\"\n        },\n        {\n            \"UniqueId\": \"71292be2-591f-49eb-9b78-41cbabe9762f\",\n            \"RegionName\": \"Subtitle\",\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\",\n            \"LastModified\": \"2025-05-29T18:50:00.7726193-04:00\"\n        },\n        {\n            \"UniqueId\": \"64dc9cab-2e5f-4de2-9917-8a3d9078bc21\",\n            \"RegionName\": \"Main Content\",\n            \"Html\": \"<p>Welcome to the April edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\",\n            \"LastModified\": \"2025-05-29T18:50:00.7726193-04:00\"\n        },\n        {\n            \"UniqueId\": \"49e945ae-23bc-452e-b210-a610871b2b05\",\n            \"RegionName\": \"Call To Action\",\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\",\n            \"LastModified\": \"2025-05-29T18:50:00.7726193-04:00\"\n        }\n    ],\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_static-1-1.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"969be10e-a239-4c14-b3ef-d1e56eefd1aa\",\n        \"Title\": \"April Highlights and Updates from Maplewood Commerce Association 02\",\n        \"FileName\": \"april-highlights-and-updates-from-maplewood-commerce-association-02\",\n        \"FileNameWithPrefix\": \"april-highlights-and-updates-from-maplewood-commerce-association-02\",\n        \"Description\": null,\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"},{"id":"2ec27954-2cb8-4992-82f3-76d49d6242e7","name":"Assign Static Page to specific Folder","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PageName\": \"April Highlights from Maplewood Commerce Association\",\r\n    \"TemplateId\": 3, \r\n    \"Regions\": [\r\n        {\r\n            \"RegionName\": \"Title\",\r\n            \"Html\": \"<h1>April Highlights from Maplewood Commerce Association</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Subtitle\",\r\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Main Content\",\r\n            \"Html\": \"<p>Welcome to the April edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Call To Action\",\r\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\"\r\n        }\r\n        // {\r\n        //     \"RegionName\": \"HeaderRightColumn\",\r\n        //     \"Html\": \"<h1>headerfoot</h1>\"\r\n        // }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/static-pages?folderUniqueId=eb775078-b16c-4d6e-b6e5-56a19ca3cfab","host":["{{url}}"],"path":["api","static-pages"],"query":[{"key":"folderUniqueId","value":"eb775078-b16c-4d6e-b6e5-56a19ca3cfab"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:50:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T225011Z-r1fb6d7bb652c6brhC1DFWpdv00000000gvg000000002h9s"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueId\": \"3bfe34ae-1ed2-42c2-b0d7-3be71616a12e\",\n    \"PageName\": \"April Highlights from Maplewood Commerce Association\",\n    \"TemplateId\": 3,\n    \"Template\": \"Header Photo\",\n    \"FolderUniqueId\": \"eb775078-b16c-4d6e-b6e5-56a19ca3cfab\",\n    \"HideHeader\": false,\n    \"HideFooter\": false,\n    \"Url\": \"https://novitesting.com/april-highlights-from-maplewood-commerce-association\",\n    \"LastUpdated\": \"2025-05-29T22:50:11.3855662+00:00\",\n    \"LastUpdatedBy\": \"API\",\n    \"Regions\": [\n        {\n            \"UniqueId\": \"ce571407-213f-4e35-88be-6255d2c95ba6\",\n            \"RegionName\": \"Title\",\n            \"Html\": \"<h1>April Highlights from Maplewood Commerce Association</h1>\",\n            \"LastModified\": \"2025-05-29T18:50:11.3855662-04:00\"\n        },\n        {\n            \"UniqueId\": \"61a78682-b441-4f9c-bb35-e7bdec339d3b\",\n            \"RegionName\": \"Subtitle\",\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\",\n            \"LastModified\": \"2025-05-29T18:50:11.3855662-04:00\"\n        },\n        {\n            \"UniqueId\": \"2b9b36ee-c2f5-4498-bdb1-0b081337bfe8\",\n            \"RegionName\": \"Main Content\",\n            \"Html\": \"<p>Welcome to the April edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\",\n            \"LastModified\": \"2025-05-29T18:50:11.3855662-04:00\"\n        },\n        {\n            \"UniqueId\": \"7cf1e3ee-ef7c-4234-83d7-a22a039ac5eb\",\n            \"RegionName\": \"Call To Action\",\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\",\n            \"LastModified\": \"2025-05-29T18:50:11.3855662-04:00\"\n        }\n    ],\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_static-1-1.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"b4fb4519-0b83-4b10-98fd-352bc93ed277\",\n        \"Title\": \"April Highlights from Maplewood Commerce Association\",\n        \"FileName\": \"april-highlights-from-maplewood-commerce-association\",\n        \"FileNameWithPrefix\": \"april-highlights-from-maplewood-commerce-association\",\n        \"Description\": null,\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"},{"id":"9eb57331-0a6f-43db-bf81-27999fe17bbc","name":"200 OK - (Success) w/ SEO Info","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PageName\": \"June Highlights and Updates from Maplewood Commerce Association\",\r\n    \"TemplateId\": 3, \r\n    \"Regions\": [\r\n        {\r\n            \"RegionName\": \"Title\",\r\n            \"Html\": \"<h1>June Highlights and Updates from Maplewood Commerce Association</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Subtitle\",\r\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Main Content\",\r\n            \"Html\": \"<p>Welcome to the June edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Call To Action\",\r\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\"\r\n        }\r\n        // {\r\n        //     \"RegionName\": \"HeaderRightColumn\",\r\n        //     \"Html\": \"<h1>headerfoot</h1>\"\r\n        // }\r\n    ],\r\n    \"SEOInfo\": {\r\n        \"Title\": \"June Highlights and Updates from Maplewood Commerce Association\",\r\n        \"FileName\": \"june-highlights\",\r\n        \"Description\": \"June Highlights Description\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/static-pages/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:50:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T225026Z-r1fb6d7bb652c6brhC1DFWpdv00000000gvg000000002k1k"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueId\": \"75b87a54-0f00-466d-b035-ddaf48b18ca2\",\n    \"PageName\": \"June Highlights and Updates from Maplewood Commerce Association\",\n    \"TemplateId\": 3,\n    \"Template\": \"Header Photo\",\n    \"FolderUniqueId\": null,\n    \"HideHeader\": false,\n    \"HideFooter\": false,\n    \"Url\": \"https://novitesting.com/june-highlights\",\n    \"LastUpdated\": \"2025-05-29T22:50:26.3601987+00:00\",\n    \"LastUpdatedBy\": \"API\",\n    \"Regions\": [\n        {\n            \"UniqueId\": \"9626b1ec-dba0-4b46-892a-16d70258dd52\",\n            \"RegionName\": \"Title\",\n            \"Html\": \"<h1>June Highlights and Updates from Maplewood Commerce Association</h1>\",\n            \"LastModified\": \"2025-05-29T18:50:26.3758238-04:00\"\n        },\n        {\n            \"UniqueId\": \"36ee86aa-a10a-4a8c-bb74-4addf57567f4\",\n            \"RegionName\": \"Subtitle\",\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\",\n            \"LastModified\": \"2025-05-29T18:50:26.3758238-04:00\"\n        },\n        {\n            \"UniqueId\": \"542fd1c6-0013-42df-9cc3-cc913319685f\",\n            \"RegionName\": \"Main Content\",\n            \"Html\": \"<p>Welcome to the June edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\",\n            \"LastModified\": \"2025-05-29T18:50:26.3758238-04:00\"\n        },\n        {\n            \"UniqueId\": \"dcc880de-16ac-4722-8159-2e97716648a2\",\n            \"RegionName\": \"Call To Action\",\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\",\n            \"LastModified\": \"2025-05-29T18:50:26.3758238-04:00\"\n        }\n    ],\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_static-1-1.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"29c78ef6-1554-488b-8fab-7d70366e73c9\",\n        \"Title\": \"June Highlights and Updates from Maplewood Commerce Association\",\n        \"FileName\": \"june-highlights\",\n        \"FileNameWithPrefix\": \"june-highlights\",\n        \"Description\": \"June Highlights Description\",\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"}],"_postman_id":"61375b16-fcd1-48d0-a420-592f115570c6"},{"name":"Update Static Page","id":"f71cf95b-5385-4be2-8fea-179426140eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{url}}/api/static-pages/:uniqueId","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","static-pages",":uniqueId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"c822df31-a281-4446-9120-2e9e64445df1","name":"200 ok - (Success)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UniqueId\": \"495dc895-0d8f-49b9-9585-5649c564e721\",\r\n    \"PageName\": \"March Highlights and Updates from Maplewood Commerce Association 02\",\r\n    \"TemplateId\": 3, \r\n    \"Regions\": [\r\n        {\r\n            \"RegionName\": \"Title\",\r\n            \"Html\": \"<h1>March Highlights and Updates from Maplewood Commerce Association</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Subtitle\",\r\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Main Content\",\r\n            \"Html\": \"<p>Welcome to the March edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Call To Action\",\r\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\"\r\n        }\r\n        // {\r\n        //     \"RegionName\": \"HeaderRightColumn\",\r\n        //     \"Html\": \"<h1>headerfoot</h1>\"\r\n        // }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/static-pages/:uniqueId?folderUniqueId=EB775078-B16C-4D6E-B6E5-56A19CA3CFAB&=","host":["{{url}}"],"path":["api","static-pages",":uniqueId"],"query":[{"key":"folderUniqueId","value":"EB775078-B16C-4D6E-B6E5-56A19CA3CFAB"},{"key":null,"value":"","type":"text"}],"variable":[{"key":"uniqueId","value":"3BFE34AE-1ED2-42C2-B0D7-3BE71616A12E"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 22:57:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T225738Z-185d49b48f6rmbwxhC1DFW9v9w0000000atg00000000a7yn"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueId\": \"3bfe34ae-1ed2-42c2-b0d7-3be71616a12e\",\n    \"PageName\": \"March Highlights and Updates from Maplewood Commerce Association 02\",\n    \"TemplateId\": 3,\n    \"Template\": \"Header Photo\",\n    \"FolderUniqueId\": \"eb775078-b16c-4d6e-b6e5-56a19ca3cfab\",\n    \"HideHeader\": false,\n    \"HideFooter\": false,\n    \"Url\": \"https://novitesting.com/april-highlights-from-maplewood-commerce-association\",\n    \"LastUpdated\": \"2025-05-29T22:57:38.7303081+00:00\",\n    \"LastUpdatedBy\": \"API\",\n    \"Regions\": [\n        {\n            \"UniqueId\": \"ce571407-213f-4e35-88be-6255d2c95ba6\",\n            \"RegionName\": \"Title\",\n            \"Html\": \"<h1>March Highlights and Updates from Maplewood Commerce Association</h1>\",\n            \"LastModified\": \"2025-05-29T18:57:38.7303081-04:00\"\n        },\n        {\n            \"UniqueId\": \"61a78682-b441-4f9c-bb35-e7bdec339d3b\",\n            \"RegionName\": \"Subtitle\",\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\",\n            \"LastModified\": \"2025-05-29T18:57:38.7303081-04:00\"\n        },\n        {\n            \"UniqueId\": \"2b9b36ee-c2f5-4498-bdb1-0b081337bfe8\",\n            \"RegionName\": \"Main Content\",\n            \"Html\": \"<p>Welcome to the March edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\",\n            \"LastModified\": \"2025-05-29T18:57:38.7303081-04:00\"\n        },\n        {\n            \"UniqueId\": \"7cf1e3ee-ef7c-4234-83d7-a22a039ac5eb\",\n            \"RegionName\": \"Call To Action\",\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\",\n            \"LastModified\": \"2025-05-29T18:57:38.7303081-04:00\"\n        }\n    ],\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_static-1-1.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"b4fb4519-0b83-4b10-98fd-352bc93ed277\",\n        \"Title\": \"April Highlights from Maplewood Commerce Association\",\n        \"FileName\": \"april-highlights-from-maplewood-commerce-association\",\n        \"FileNameWithPrefix\": \"april-highlights-from-maplewood-commerce-association\",\n        \"Description\": null,\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"},{"id":"35ac4875-e526-4805-b777-6fd602127a67","name":"200 OK - (Success) w/ SEO Info","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"PageName\": \"July Highlights and Updates from Maplewood Commerce Association 02\",\r\n    \"TemplateId\": 3, \r\n    \"Regions\": [\r\n        {\r\n            \"RegionName\": \"Title\",\r\n            \"Html\": \"<h1>March Highlights and Updates from Maplewood Commerce Association</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Subtitle\",\r\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Main Content\",\r\n            \"Html\": \"<p>Welcome to the July edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\"\r\n        },\r\n        {\r\n            \"RegionName\": \"Call To Action\",\r\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\"\r\n        }\r\n        // {\r\n        //     \"RegionName\": \"HeaderRightColumn\",\r\n        //     \"Html\": \"<h1>headerfoot</h1>\"\r\n        // }\r\n    ],\r\n    \"SEOInfo\": {\r\n        \"Title\": \"July Highlights and Updates from Maplewood Commerce Association\",\r\n        \"FileName\": \"july-highlights\",\r\n        \"Description\": \"July Highlights Description\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/static-pages/:uniqueId","host":["{{url}}"],"path":["api","static-pages",":uniqueId"],"variable":[{"key":"uniqueId","value":"3BFE34AE-1ED2-42C2-B0D7-3BE71616A12E"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 23:14:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20250529T231454Z-1767986b9ccbmsdkhC1DFWry6w000000045g000000001zrn"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueId\": \"3bfe34ae-1ed2-42c2-b0d7-3be71616a12e\",\n    \"PageName\": \"July Highlights and Updates from Maplewood Commerce Association 02\",\n    \"TemplateId\": 3,\n    \"Template\": \"Header Photo\",\n    \"FolderUniqueId\": null,\n    \"HideHeader\": false,\n    \"HideFooter\": false,\n    \"Url\": \"https://novitesting.com/july-highlights1\",\n    \"LastUpdated\": \"2025-05-29T23:14:55.0215257+00:00\",\n    \"LastUpdatedBy\": \"API\",\n    \"Regions\": [\n        {\n            \"UniqueId\": \"ce571407-213f-4e35-88be-6255d2c95ba6\",\n            \"RegionName\": \"Title\",\n            \"Html\": \"<h1>March Highlights and Updates from Maplewood Commerce Association</h1>\",\n            \"LastModified\": \"2025-05-29T19:14:55.0215257-04:00\"\n        },\n        {\n            \"UniqueId\": \"61a78682-b441-4f9c-bb35-e7bdec339d3b\",\n            \"RegionName\": \"Subtitle\",\n            \"Html\": \"<h1>Spring into Success: Community Growth and Local Events</h1>\",\n            \"LastModified\": \"2025-05-29T19:14:55.0215257-04:00\"\n        },\n        {\n            \"UniqueId\": \"2b9b36ee-c2f5-4498-bdb1-0b081337bfe8\",\n            \"RegionName\": \"Main Content\",\n            \"Html\": \"<p>Welcome to the July edition of the Maplewood Commerce Association newsletter, where we celebrate our community's achievements and outline exciting events for the coming month.</p><p>This month, we spotlight Elm Street Bakery, a beloved staple in Maplewood for over a decade. The bakery recently expanded its menu to include gluten-free options, catering to the health-conscious trends within our community. Drop in to taste their new delights and support local!</p>\",\n            \"LastModified\": \"2025-05-29T19:14:55.0215257-04:00\"\n        },\n        {\n            \"UniqueId\": \"7cf1e3ee-ef7c-4234-83d7-a22a039ac5eb\",\n            \"RegionName\": \"Call To Action\",\n            \"Html\": \"<p><i>Congratulations to all our members who celebrated business anniversaries this month! We acknowledge your perseverance and commitment to thriving in Maplewood.</i></p>\",\n            \"LastModified\": \"2025-05-29T19:14:55.0215257-04:00\"\n        }\n    ],\n    \"FeaturedImage\": \"https://novitest1.blob.core.windows.net/novi-file-uploads/azure/backgrounds/2400x1000_static-1-1.png\",\n    \"SEOInfo\": {\n        \"UniqueId\": \"b4fb4519-0b83-4b10-98fd-352bc93ed277\",\n        \"Title\": \"July Highlights and Updates from Maplewood Commerce Association\",\n        \"FileName\": \"july-highlights1\",\n        \"FileNameWithPrefix\": \"july-highlights1\",\n        \"Description\": \"July Highlights Description\",\n        \"OgTitle\": null,\n        \"OgDescription\": null,\n        \"OgImage\": null,\n        \"TwitterTitle\": null,\n        \"TwitterDescription\": null,\n        \"TwitterImage\": null,\n        \"TwitterCardType\": 0\n    }\n}"}],"_postman_id":"f71cf95b-5385-4be2-8fea-179426140eb6"},{"name":"Delete Static Page","id":"81b1752f-1bac-471f-9d3f-0f75d3590316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/static-pages/:uniqueId","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","static-pages",":uniqueId"],"host":["{{url}}"],"query":[],"variable":[{"type":"any","value":"","key":"uniqueId"}]}},"response":[{"id":"8c4d24a3-97e8-4b2b-8427-284bb472ee55","name":"200 OK - (Success)","originalRequest":{"method":"DELETE","header":[],"url":"{{url}}/api/static-pages/495dc895-0d8f-49b9-9585-5649c564e721"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 22:07:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-azure-ref","value":"20240703T220710Z-167fd48666d2cg54bh7muubvpc00000006ug00000000z4pg"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"\"Static Page was deleted successfully.\""}],"_postman_id":"81b1752f-1bac-471f-9d3f-0f75d3590316"}],"id":"adff84dd-ae1e-4383-9c80-38b18531e6b4","_postman_id":"adff84dd-ae1e-4383-9c80-38b18531e6b4","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}}],"id":"326f03db-db15-4625-a1bd-48e3ff81c876","_postman_id":"326f03db-db15-4625-a1bd-48e3ff81c876","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Rate Limits","item":[],"id":"590b5b38-a30f-466c-b560-cc58969aaaa8","description":"<p>There are maximum rate limits on calls to the Novi AMS on a per API key basis. </p>\n<p>The limits are -</p>\n<ul>\n<li>20 calls per second</li>\n<li>600 calls per minute</li>\n<li>100,000 calls per day</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f2022099-73c4-4515-8ce9-8742a3850bd4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3d73d50a-f89a-4fdd-9cce-e7c345992223","type":"text/javascript","exec":[""]}}],"_postman_id":"590b5b38-a30f-466c-b560-cc58969aaaa8"},{"name":"Getting Started","item":[],"id":"4a61f6ce-69af-409c-9e1d-d630999417fa","description":"<p>If you are using the <a href=\"http://help.noviams.com/developer-documentation/utilizing-novi-sso-for-authentication-to-non-novi-sites\">Novi SSO system</a> for authentication to your system, you already have access to the unique id for your users that will allow you to retrieve more information about them from our member APIs.</p>\n<p>After authentication, the Novi SSO will send you a JWT token where the first standard claim will be the <code>sub</code> claim. This claim will be a unique id for the customer record of the authenticated user. You can take this value and pass to any Novi API member endpoints that take a member unique id param to retrieve information about the current user you have authenticated.</p>\n<h3 id=\"frontend-replacement-variables\">Frontend Replacement Variables</h3>\n<p>We have a list of frontend replacement variables that when inserted into the editor sections (i.e. on static pages, articles, etc.) will be replaced by the current user information. See below the different available values.</p>\n<ol>\n<li><p><strong>Novi.User.CustomerUniqueId</strong></p>\n<ol>\n<li>Provides the current user's unique ID. This can be used with our API.</li>\n</ol>\n</li>\n<li><p><strong>Novi.User.UniqueId</strong></p>\n<ol>\n<li>This provides the current user's unique ID. This has limited use case and would be more for providing a consistent unique ID that is not related to the customer record.</li>\n</ol>\n</li>\n<li><p><strong>Novi.User.IsLoggedIn</strong></p>\n<ol>\n<li>This provides a true or false result if the current user is logged in.</li>\n</ol>\n</li>\n</ol>\n<p>All variables must be entered in the following format</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>&lt;%=Novi.User.CustomerUniqueId%&gt;\n\n</code></pre>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f805d211-1948-4a91-a730-760955ae27ba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ae0d335-d14a-40f3-87df-cede7053c371","type":"text/javascript","exec":[""]}}],"_postman_id":"4a61f6ce-69af-409c-9e1d-d630999417fa"},{"name":"API Status","item":[],"id":"7c09df02-e697-4b5c-8c49-604ba71bdec6","description":"<p>At Novi AMS we know nothing can be quite as frustrating as a system being down while you are trying to work. We're very proud of our historical uptime and we make every effort to ensure the platform remains available for you and your members. From time to time we may have planned maintenance, unplanned issues, or downtime caused by circumstances beyond our control. When those things happen, you can find the latest on our platform status by visiting <a href=\"https://status.noviams.com\">https://status.noviams.com</a>. </p>\n<p>Feel free to take a look now if you're interested in our historical uptime! You are also welcome to subscribe to updates there so that we can inform you of any planned outages or downtime.</p>\n","_postman_id":"7c09df02-e697-4b5c-8c49-604ba71bdec6","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"NPS Score","item":[{"name":"NPS Score List","id":"8b18c48d-6f20-4003-b5ae-a21500f0ac7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/nps-surveys?pageSize=&offset=&memberUniqueID=&dateFrom=&dateTo=&scoreFrom=&scoreTo=","urlObject":{"path":["api","nps-surveys"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default 100, max 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":""},{"description":{"content":"<p>Optional. Default 0.</p>\n","type":"text/plain"},"key":"offset","value":""},{"description":{"content":"<p>Optional. Defaults to null. Search the NPS score list by UniqueID</p>\n","type":"text/plain"},"key":"memberUniqueID","value":""},{"description":{"content":"<p>Optional. Defaults to null. Filter the NPS score list based on ScoreDate</p>\n","type":"text/plain"},"key":"dateFrom","value":""},{"description":{"content":"<p>Optional. Defaults to null. Filter the NPS score list based on ScoreDate</p>\n","type":"text/plain"},"key":"dateTo","value":""},{"description":{"content":"<p>Optional. Defaults to null. Filter the NPS score list based on Score</p>\n","type":"text/plain"},"key":"scoreFrom","value":""},{"description":{"content":"<p>Optional. Defaults to null. Filter the NPS score list based on Score</p>\n","type":"text/plain"},"key":"scoreTo","value":""}],"variable":[]}},"response":[{"id":"eddcf853-3188-454c-a382-b03d66b65d6b","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/nps-surveys?pageSize=2&offset=1&memberUniqueID=B9C52ACB-164B-40A1-A17B-F24D2CC02EFF&dateFrom=2023-01-01&dateTo=2024-12-31&scoreFrom=4&scoreTo=10","host":["{{url}}"],"path":["api","nps-surveys"],"query":[{"key":"pageSize","value":"2"},{"key":"offset","value":"1"},{"key":"memberUniqueID","value":"B9C52ACB-164B-40A1-A17B-F24D2CC02EFF"},{"key":"dateFrom","value":"2023-01-01"},{"key":"dateTo","value":"2024-12-31"},{"key":"scoreFrom","value":"4"},{"key":"scoreTo","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Aug 2024 14:44:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"x-azure-ref","value":"20240802T144414Z-17f987cfdd7rmr7ga5py43zwf00000000cgg00000001yv01"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 3,\n    \"Results\": [\n        {\n            \"UniqueID\": \"b8c79a8e-764c-494d-8fcc-a0b11d0f6d5d\",\n            \"MemberUniqueId\": \"b9c52acb-164b-40a1-a17b-f24d2cc02eff\",\n            \"SurveySentDate\": \"2024-03-19T11:08:01.8011739-07:00\",\n            \"Status\": \"Answered\",\n            \"ReminderSentDate\": \"2024-03-27T10:15:51.7919088-07:00\",\n            \"Score\": 7,\n            \"ScoreDate\": \"2024-03-27T10:30:02.8240811-07:00\",\n            \"Feedback\": \"Howdy! I wanted to give a 10 but figured a different response would be better for the testing data. :)\",\n            \"Source\": \"Email\",\n            \"IgnoreDate\": null,\n            \"IgnoredByMemberUniqueId\": null,\n            \"ResponseGroup\": 1\n        },\n        {\n            \"UniqueID\": \"1b51159e-8faf-4fa4-95d0-2c7f1a8b8079\",\n            \"MemberUniqueId\": \"b9c52acb-164b-40a1-a17b-f24d2cc02eff\",\n            \"SurveySentDate\": \"2024-03-19T11:08:01.8011739-07:00\",\n            \"Status\": \"Answered\",\n            \"ReminderSentDate\": \"2024-03-27T10:15:51.7919088-07:00\",\n            \"Score\": 9,\n            \"ScoreDate\": \"2024-03-27T10:30:02.8240811-07:00\",\n            \"Feedback\": \"Howdy! I wanted to give a 10 but figured a different response would be better for the testing data. :)\",\n            \"Source\": \"API\",\n            \"IgnoreDate\": null,\n            \"IgnoredByMemberUniqueId\": null,\n            \"ResponseGroup\": 0\n        }\n    ]\n}"}],"_postman_id":"8b18c48d-6f20-4003-b5ae-a21500f0ac7b"},{"name":"NPS Score","id":"adabee76-21e6-44cd-bc5e-a441cc736e01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/api/nps-surveys/:surveyUniqueID","urlObject":{"path":["api","nps-surveys",":surveyUniqueID"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique ID of the NPS survey that you want to retrieve the details for.</p>\n","type":"text/plain"},"type":"any","value":"","key":"surveyUniqueID"}]}},"response":[{"id":"1d090c97-9670-42db-98e7-03d93c86aac6","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/nps-surveys/:surveyUniqueID","host":["{{url}}"],"path":["api","nps-surveys",":surveyUniqueID"],"variable":[{"key":"surveyUniqueID","value":"1B51159E-8FAF-4FA4-95D0-2C7F1A8B8079","description":"Unique ID of the NPS survey that you want to retrieve the details for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Aug 2024 15:04:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"x-azure-ref","value":"20240802T150416Z-175d5d9dcdfn7z5r4dsnx6xzcg0000000b1g00000000nrgv"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"1b51159e-8faf-4fa4-95d0-2c7f1a8b8079\",\n    \"MemberUniqueId\": \"b9c52acb-164b-40a1-a17b-f24d2cc02eff\",\n    \"SurveySentDate\": \"2024-03-19T11:08:01.8011739-07:00\",\n    \"Status\": \"Answered\",\n    \"ReminderSentDate\": \"2024-03-27T10:15:51.7919088-07:00\",\n    \"Score\": 9,\n    \"ScoreDate\": \"2024-03-27T10:30:02.8240811-07:00\",\n    \"Feedback\": \"Howdy! I wanted to give a 10 but figured a different response would be better for the testing data. :)\",\n    \"Source\": \"API\",\n    \"IgnoreDate\": null,\n    \"IgnoredByMemberUniqueId\": null,\n    \"ResponseGroup\": 0\n}"}],"_postman_id":"adabee76-21e6-44cd-bc5e-a441cc736e01"},{"name":"Create NPS Score","id":"51d2f02b-87d0-4d85-801e-96cd435565e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MemberUniqueId\": \"B9C52ACB-164B-40A1-A17B-F24D2CC02EFF\",\r\n    \"SurveySentDate\": \"2024-06-02\",\r\n    \"Status\": \"Answered\",\r\n    \"ReminderSentDate\": \"2024-07-02\",\r\n    \"Score\": 8,\r\n    \"ScoreDate\": \"2024-08-02\",\r\n    \"Feedback\": \"This is a test score\",\r\n    \"Source\": \"API\",\r\n    \"IgnoreDate\": null,\r\n    \"IgnoredByMemberUniqueId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/nps-surveys","urlObject":{"path":["api","nps-surveys"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8695bf93-1cad-4553-861c-96da90a8e236","name":"200 OK - (Success)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MemberUniqueId\": \"B9C52ACB-164B-40A1-A17B-F24D2CC02EFF\",\r\n    \"SurveySentDate\": \"2024-06-02\",\r\n    \"Status\": \"Answered\",\r\n    \"ReminderSentDate\": \"2024-07-02\",\r\n    \"Score\": 8,\r\n    \"ScoreDate\": \"2024-08-02\",\r\n    \"Feedback\": \"This is a test score\",\r\n    \"Source\": \"API\",\r\n    \"IgnoreDate\": null,\r\n    \"IgnoredByMemberUniqueId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/nps-surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Aug 2024 17:04:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"x-azure-ref","value":"20240802T170405Z-179f6cc58c67gkbmm3sn4tn4900000000acg00000000t95u"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"9599e002-d7a9-46ec-8f09-f54f514a48f8\",\n    \"MemberUniqueId\": \"b9c52acb-164b-40a1-a17b-f24d2cc02eff\",\n    \"SurveySentDate\": \"2024-06-02T00:00:00-04:00\",\n    \"Status\": \"Answered\",\n    \"ReminderSentDate\": \"2024-07-02T00:00:00-04:00\",\n    \"Score\": 8,\n    \"ScoreDate\": \"2024-08-02T00:00:00-04:00\",\n    \"Feedback\": \"This is a test score\",\n    \"Source\": \"API\",\n    \"IgnoreDate\": null,\n    \"IgnoredByMemberUniqueId\": null,\n    \"ResponseGroup\": 1\n}"}],"_postman_id":"51d2f02b-87d0-4d85-801e-96cd435565e2"},{"name":"Update NPS Score","id":"ca5f1351-b8fb-404d-86d6-adbeb33ddde5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MemberUniqueId\": \"B9C52ACB-164B-40A1-A17B-F24D2CC02EFF\",\r\n    \"SurveySentDate\": \"2024-06-02\",\r\n    \"Status\": \"Answered\",\r\n    \"ReminderSentDate\": \"2024-07-02\",\r\n    \"Score\": 6,\r\n    \"ScoreDate\": \"2024-08-02\",\r\n    \"Feedback\": \"This is an updated Test Score\",\r\n    \"Source\": \"API\",\r\n    \"IgnoreDate\": null,\r\n    \"IgnoredByMemberUniqueId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/nps-surveys/:id","urlObject":{"path":["api","nps-surveys",":id"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique ID of the NPS survey that you want to update</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"a36b5445-e653-4a08-ab97-c843ba824b97","name":"200 OK - (Success)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MemberUniqueId\": \"B9C52ACB-164B-40A1-A17B-F24D2CC02EFF\",\r\n    \"SurveySentDate\": \"2024-06-02\",\r\n    \"Status\": \"Answered\",\r\n    \"ReminderSentDate\": \"2024-07-02\",\r\n    \"Score\": 6,\r\n    \"ScoreDate\": \"2024-08-02\",\r\n    \"Feedback\": \"This is an updated Test Score\",\r\n    \"Source\": \"API\",\r\n    \"IgnoreDate\": null,\r\n    \"IgnoredByMemberUniqueId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/api/nps-surveys/:id","host":["{{url}}"],"path":["api","nps-surveys",":id"],"variable":[{"key":"id","value":"9599e002-d7a9-46ec-8f09-f54f514a48f8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Aug 2024 17:10:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ARRAffinity=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b6c851b651732a6bb01b891daa63f7dda9b76a25199fe003ba6e945d24fb48fb;Path=/;HttpOnly;SameSite=None;Secure;Domain=app-novi-core-test-001.azurewebsites.net"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=16070400;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"x-azure-ref","value":"20240802T171055Z-17f987cfdd7ccz4lz797rkr7y00000000e3g000000002s1c"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"UniqueID\": \"9599e002-d7a9-46ec-8f09-f54f514a48f8\",\n    \"MemberUniqueId\": \"b9c52acb-164b-40a1-a17b-f24d2cc02eff\",\n    \"SurveySentDate\": \"2024-06-02T00:00:00-04:00\",\n    \"Status\": \"Answered\",\n    \"ReminderSentDate\": \"2024-07-02T00:00:00-04:00\",\n    \"Score\": 6,\n    \"ScoreDate\": \"2024-08-02T00:00:00-04:00\",\n    \"Feedback\": \"This is an updated Test Score\",\n    \"Source\": \"API\",\n    \"IgnoreDate\": null,\n    \"IgnoredByMemberUniqueId\": null,\n    \"ResponseGroup\": 2\n}"}],"_postman_id":"ca5f1351-b8fb-404d-86d6-adbeb33ddde5"}],"id":"d4b3cf68-157e-4d3b-a28b-ec24758e1e48","_postman_id":"d4b3cf68-157e-4d3b-a28b-ec24758e1e48","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Categories","item":[{"name":"Category List","id":"0556d503-3068-4078-ad77-a3f9858e88c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/group-categories?pageSize=10&offset=10&name={{name}}","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","group-categories"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Default is 100, max is 1000.</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p>Optional. Default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"10"},{"description":{"content":"<p>Optional. Default is null. Search on a category name. Exact match, not case sensitive.</p>\n","type":"text/plain"},"key":"name","value":"{{name}}"}],"variable":[]}},"response":[{"id":"1a978f6c-b2e3-4f5d-ac26-f1a562eef82c","name":"200 OK - (Success)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/groups?pageSize=10&offset=10","host":["{{url}}"],"path":["api","groups"],"query":[{"key":"pageSize","value":"10","description":"Optional. Default is 100, max is 1000."},{"key":"offset","value":"10","description":"Optional. Default is 0."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"TotalCount\": 4,\r\n    \"Results\": [\r\n        {\r\n            \"UniqueID\": \"aff1fc7d-b921-4129-87e8-86ef49920846\",\r\n            \"Name\": \"API\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"46eea762-2b73-42f3-9be9-5bd82ceff1cb\",\r\n            \"Name\": \"Committees\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"9cf67d17-7a9b-41ec-893b-0e8f6370377e\",\r\n            \"Name\": \"Directories\"\r\n        },\r\n        {\r\n            \"UniqueID\": \"5cd5c869-498a-4b96-9ba4-77065b4012cd\",\r\n            \"Name\": \"Regions\"\r\n        }\r\n    ]\r\n}"},{"id":"897ac3a9-868b-44f6-8307-660ec6e8311e","name":"200 OK - All Query Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/api/group-categories?pageSize=100&offset=0&name=Debugging","host":["{{url}}"],"path":["api","group-categories"],"query":[{"key":"pageSize","value":"100","description":"Optional. Default is 100, max is 1000."},{"key":"offset","value":"0","description":"Optional. Default is 0."},{"key":"name","value":"Debugging","description":"Optional. Default is null. Search on a category name. Exact match, not case sensitive."}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"TotalCount\": 1,\r\n    \"Results\": [\r\n        {\r\n            \"UniqueID\": \"9d416ff7-3827-4b4c-8018-891f7775f0b7\",\r\n            \"Name\": \"Debugging\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"0556d503-3068-4078-ad77-a3f9858e88c9"}],"id":"d50e37b3-403d-42e6-855b-59fa1f075d15","_postman_id":"d50e37b3-403d-42e6-855b-59fa1f075d15","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Misc","item":[{"name":"Classes","item":[{"name":"Class List","id":"7452bc2b-c668-4501-ab20-ca84963faec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/items?pageSize=100&offset=0&active=true","description":"<p>Returns a list of classes</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","items"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Specifies the number of records to return per page. Default: 100. Maximum: 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"100"},{"description":{"content":"<p>Optional. Specifies the starting position for the result set. Default: 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional. Accepts true or false. Specifies if system should only return active records.</p>\n","type":"text/plain"},"key":"active","value":"true"}],"variable":[]}},"response":[],"_postman_id":"7452bc2b-c668-4501-ab20-ca84963faec0"},{"name":"Class Details","id":"8c98ab2a-3e53-4461-b13b-05aea089f211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/classes/:class_guid","description":"<p>Returns the detail level information for a specific class.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","classes",":class_guid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique ID of the class that you want to retrieve details for.</p>\n","type":"text/plain"},"type":"any","value":"D443684C-06E5-447F-B9D6-FF176D4423A6","key":"class_guid"}]}},"response":[],"_postman_id":"8c98ab2a-3e53-4461-b13b-05aea089f211"}],"id":"b06ac3ba-eaf2-40ad-99f8-ed668dbd2ce4","_postman_id":"b06ac3ba-eaf2-40ad-99f8-ed668dbd2ce4","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}},{"name":"Items","item":[{"name":"Item List","id":"1bb3c3f3-0bee-4f12-b23e-fa68bfd002e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/items?pageSize=100&offset=0&active=true","description":"<p>Returns a list of items</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","items"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Optional. Specifies the number of records to return per page. Default: 100. Maximum: 1,000.</p>\n","type":"text/plain"},"key":"pageSize","value":"100"},{"description":{"content":"<p>Optional. Specifies the starting position for the result set. Default: 0.</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Optional. Accepts true or false. Specifies if system should only return active records.</p>\n","type":"text/plain"},"key":"active","value":"true"}],"variable":[]}},"response":[],"_postman_id":"1bb3c3f3-0bee-4f12-b23e-fa68bfd002e2"},{"name":"Item Details","id":"e4797426-4ecd-4aee-a4b4-8b4aa80bdb36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/items/:item_guid","description":"<p>Returns the detail level information for a specific item.</p>\n","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}},"urlObject":{"path":["api","items",":item_guid"],"host":["{{url}}"],"query":[],"variable":[{"description":{"content":"<p>Unique ID of the class that you want to retrieve details for.</p>\n","type":"text/plain"},"type":"any","value":"F213C335-2BCC-4860-831B-ED7551255229","key":"item_guid"}]}},"response":[],"_postman_id":"e4797426-4ecd-4aee-a4b4-8b4aa80bdb36"}],"id":"988b440f-6c0c-4b90-bccb-bf0d49de7fea","_postman_id":"988b440f-6c0c-4b90-bccb-bf0d49de7fea","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}}],"id":"a9e104f3-9114-41d0-baa6-57b871032b1d","_postman_id":"a9e104f3-9114-41d0-baa6-57b871032b1d","description":"","auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"},"isInherited":true,"source":{"_postman_id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","id":"25ba9e6d-a3ca-44af-ad75-30a3ab498ccf","name":"Novi AMS API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"<value>","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"c0a0413f-093d-4d11-87a4-da55b7c7e540","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"98af9cd4-aa0d-4af8-b057-c6527bf2a603","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"{{url}}"},{"key":"eventId","value":"{{eventId}}"},{"key":"apiKey","value":"{{apiKey}}"}]}