{"info":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"29687718","collectionId":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","publishedId":"2s9YJdWNK2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"003da5"},"publishDate":"2023-10-05T13:50:26.000Z"},"item":[{"name":"Reporting - GCI, Transactions and Volume","item":[{"name":"Monthly reporting for all offices","id":"cc00d190-7e83-4fab-acd5-282d4f4c175a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/reporting/:regionID/:reportingPeriod/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Returns list of reporting data per office, person for a selected reporting period</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"uniqueRegionID\": \"string\",\n    \"reportingPeriod\": \"string\",\n    \"uniqueOfficeID\": \"string\",\n    \"personList\": [\n      {\n        \"uniquePersonID\": \"string\",\n        \"residentialRentalsGCI\": 0,\n        \"residentialSalesGCI\": 0,\n        \"commercialRentalsGCI\": 0,\n        \"commercialSalesGCI\": 0,\n        \"residentialRentalsVolumeSelling\": 0,\n        \"residentialSalesVolumeSelling\": 0,\n        \"commercialRentalsVolumeSelling\": 0,\n        \"commercialSalesVolumeSelling\": 0,\n        \"residentialRentalsVolumeListing\": 0,\n        \"residentialSalesVolumeListing\": 0,\n        \"commercialRentalsVolumeListing\": 0,\n        \"commercialSalesVolumeListing\": 0,\n        \"residentialRentalsTransactionsSelling\": 0,\n        \"residentialSalesTransactionsSelling\": 0,\n        \"commercialRentalsTransactionsSelling\": 0,\n        \"commercialSalesTransactionsSelling\": 0,\n        \"residentialRentalsTransactionsListing\": 0,\n        \"residentialSalesTransactionsListing\": 0,\n        \"commercialRentalsTransactionsListing\": 0,\n        \"commercialSalesTransactionsListing\": 0\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","reporting",":regionID",":reportingPeriod",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>Bearer token</p>\n","type":"text/plain"},"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Region Unique ID (Example AT1)</p>\n","type":"text/plain"},"type":"any","value":"","key":"regionID"},{"description":{"content":"<p>Format: MMYYYY</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportingPeriod"}]}},"response":[],"_postman_id":"cc00d190-7e83-4fab-acd5-282d4f4c175a"},{"name":"Monthly reporting for a given office","id":"b9b8074a-e084-4d2a-a18f-c77d64cff5cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/reporting/:regionID/:reportingPeriod/:officeID/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Returns list of reporting data person for a selected reporting period and office</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"uniqueRegionID\": \"string\",\n    \"reportingPeriod\": \"string\",\n    \"uniqueOfficeID\": \"string\",\n    \"personList\": [\n      {\n        \"uniquePersonID\": \"string\",\n        \"residentialRentalsGCI\": 0,\n        \"residentialSalesGCI\": 0,\n        \"commercialRentalsGCI\": 0,\n        \"commercialSalesGCI\": 0,\n        \"residentialRentalsVolumeSelling\": 0,\n        \"residentialSalesVolumeSelling\": 0,\n        \"commercialRentalsVolumeSelling\": 0,\n        \"commercialSalesVolumeSelling\": 0,\n        \"residentialRentalsVolumeListing\": 0,\n        \"residentialSalesVolumeListing\": 0,\n        \"commercialRentalsVolumeListing\": 0,\n        \"commercialSalesVolumeListing\": 0,\n        \"residentialRentalsTransactionsSelling\": 0,\n        \"residentialSalesTransactionsSelling\": 0,\n        \"commercialRentalsTransactionsSelling\": 0,\n        \"commercialSalesTransactionsSelling\": 0,\n        \"residentialRentalsTransactionsListing\": 0,\n        \"residentialSalesTransactionsListing\": 0,\n        \"commercialRentalsTransactionsListing\": 0,\n        \"commercialSalesTransactionsListing\": 0\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","reporting",":regionID",":reportingPeriod",":officeID",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>Bearer token</p>\n","type":"text/plain"},"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Region Unique ID (Example AT1)</p>\n","type":"text/plain"},"type":"any","value":"","key":"regionID"},{"description":{"content":"<p>Format: MMYYYY</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportingPeriod"},{"description":{"content":"<p>Office Unique ID (Example AT1-FXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"officeID"}]}},"response":[],"_postman_id":"b9b8074a-e084-4d2a-a18f-c77d64cff5cb"},{"name":"Upload monthly reporting","event":[{"listen":"prerequest","script":{"id":"1e251fe6-bc89-4398-9541-f269411fbc1f","exec":[""],"type":"text/javascript"}}],"id":"ab1c914c-c7ad-414f-9e04-5e9fe0d9d447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n  \"uniqueOfficeID\": \"AT1-F100003\",  // String\r\n  \"personList\": [    // Array of persons in the office\r\n    {                           \r\n      \"uniquePersonID\": \"AT1-P100021\",         // String, optional \r\n      \"residentialRentalsGCI\": 0,              // Number, optional \r\n      \"residentialSalesGCI\": 0,                // Number, optional \r\n      \"commercialRentalsGCI\": 0,               // Number, optional \r\n      \"commercialSalesGCI\": 0,                 // Number, optional \r\n      \"residentialRentalsVolumeSelling\": 0,    // Number, optional \r\n      \"residentialSalesVolumeSelling\": 0,      // Number, optional \r\n      \"commercialRentalsVolumeSelling\": 0,     // Number, optional \r\n      \"commercialSalesVolumeSelling\": 0,       // Number, optional \r\n      \"residentialRentalsVolumeListing\": 0,    // Number, optional \r\n      \"residentialSalesVolumeListing\": 0,      // Number, optional \r\n      \"commercialRentalsVolumeListing\": 0,     // Number, optional \r\n      \"commercialSalesVolumeListing\": 0,       // Number, optional \r\n      \"residentialRentalsTransactionsSelling\": 0, // Number, optional \r\n      \"residentialSalesTransactionsSelling\": 0,   // Number, optional \r\n      \"commercialRentalsTransactionsSelling\": 0,  // Number, optional \r\n      \"commercialSalesTransactionsSelling\": 0,    // Number, optional \r\n      \"residentialRentalsTransactionsListing\": 0, // Number, optional \r\n      \"residentialSalesTransactionsListing\": 0,   // Number, optional \r\n      \"commercialRentalsTransactionsListing\": 0,  // Number, optional \r\n      \"commercialSalesTransactionsListing\": 0   // Number, optional \r\n    },\r\n    {\r\n      \"uniquePersonID\": \"AT1-P100022\",\r\n      \"residentialRentalsGCI\": 0,\r\n      \"residentialSalesGCI\": 0,\r\n      \"commercialRentalsGCI\": 0,\r\n      \"commercialSalesGCI\": 0,\r\n      \"residentialRentalsVolumeSelling\": 0,\r\n      \"residentialSalesVolumeSelling\": 0,\r\n      \"commercialRentalsVolumeSelling\": 0,\r\n      \"commercialSalesVolumeSelling\": 0,\r\n      \"residentialRentalsVolumeListing\": 0,\r\n      \"residentialSalesVolumeListing\": 0,\r\n      \"commercialRentalsVolumeListing\": 0,\r\n      \"commercialSalesVolumeListing\": 0,\r\n      \"residentialRentalsTransactionsSelling\": 0,\r\n      \"residentialSalesTransactionsSelling\": 0,\r\n      \"commercialRentalsTransactionsSelling\": 0,\r\n      \"commercialSalesTransactionsSelling\": 0,\r\n      \"residentialRentalsTransactionsListing\": 0,\r\n      \"residentialSalesTransactionsListing\": 0,\r\n      \"commercialRentalsTransactionsListing\": 0,\r\n      \"commercialSalesTransactionsListing\": 0\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/reporting/:regionID/:reportingPeriod/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Uploads reporting data for persons per office for the selected reporting period</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","reporting",":regionID",":reportingPeriod",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>Bearer token</p>\n","type":"text/plain"},"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Contains Country ISO-Code + Subcountry ID. (Example: AT1 for RE/MAX Austria)</p>\n","type":"text/plain"},"type":"any","value":"","key":"regionID"},{"description":{"content":"<p>Format: MMYYYY</p>\n","type":"text/plain"},"type":"any","value":"","key":"reportingPeriod"}]}},"response":[],"_postman_id":"ab1c914c-c7ad-414f-9e04-5e9fe0d9d447"}],"id":"4cf3cb98-ef22-4bc8-a03a-b3fb9fe7da9a","_postman_id":"4cf3cb98-ef22-4bc8-a03a-b3fb9fe7da9a","description":"","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}}},{"name":"Office","item":[{"name":"List of all offices","id":"2268710e-459e-4f08-85e4-91deae1efef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/offices/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Returns list of Offices</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": [\n    {\n      \"uniqueOfficeID\": \"string\",\n      \"name\": \"string\",\n      \"corporateName\": \"string\",\n      \"legacyOfficeID\": \"string\",\n      \"constituentOfficeID\": \"string\",\n      \"externalOfficeID\": \"string\",\n      \"street\": \"string\",\n      \"houseNumber\": \"string\",\n      \"additionalAddressInfo\": \"string\",\n      \"zipcode\": \"string\",\n      \"city\": \"string\",\n      \"countryISO\": \"string\",\n      \"uniqueRegionID\": \"string\",\n      \"regionName\": \"string\",\n      \"subregionTag\": \"string\",\n      \"legacyRegionID\": \"string\",\n      \"latitude\": 0,\n      \"longitude\": 0,\n      \"countAgents\": 0,\n      \"groupName\": \"string\",\n      \"status\": 0,\n      \"licenseDate\": \"string\",\n      \"renewalDate\": \"string\",\n      \"isFirstAgreement\": 0,\n      \"actualOpeningDate\": \"string\",\n      \"closingDate\": \"string\"\n    }\n  ],\n  \"info\": {\n    \"numRows\": 0\n  },\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","offices",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"2268710e-459e-4f08-85e4-91deae1efef4"},{"name":"Info for a given office","id":"f63c3302-4352-4584-b1c7-5c5478f28657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/office/:officeID?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Returns detailed Data of a certain Office.</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"uniqueOfficeID\": \"string\",\n    \"name\": \"string\",\n    \"corporateName\": \"string\",\n    \"legacyOfficeID\": \"string\",\n    \"constituentOfficeID\": \"string\",\n    \"externalOfficeID\": \"string\",\n    \"specializationIDs\": \"string\",\n    \"officeConversionID\": 0,\n    \"actualOpeningDate\": \"string\",\n    \"uniqueRegionID\": \"string\",\n    \"regionName\": \"string\",\n    \"subregionTag\": \"string\",\n    \"street\": \"string\",\n    \"latitude\": 0,\n    \"longitude\": 0,\n    \"isManualCoordinate\": 0,\n    \"latLongProcessed\": 0,\n    \"businessDeveloperPersonID\": 0,\n    \"businessDeveloperPersonName\": \"string\",\n    \"officeRankingLabelID\": 0,\n    \"officeRankingLabelName\": \"string\",\n    \"officeConversionName\": \"string\",\n    \"accountManagerName\": \"string\",\n    \"accountManagerUniquePersonID\": \"string\",\n    \"stateID\": 0,\n    \"stateName\": \"string\",\n    \"county\": \"string\",\n    \"awardsRankingsExcluded\": 0,\n    \"houseNumber\": \"string\",\n    \"additionalAddressInfo\": \"string\",\n    \"zipcode\": \"string\",\n    \"city\": \"string\",\n    \"countryISO\": \"string\",\n    \"countryName\": \"string\",\n    \"mainPhoneNumber\": \"string\",\n    \"mainEmailAddress\": \"string\",\n    \"phoneContactInformationEntries\": [\n      {\n        \"phonecode\": \"string\",\n        \"phonePrefix\": 0,\n        \"value\": \"string\",\n        \"categoryID\": 0,\n        \"categoryLabel\": \"string\",\n        \"isMainContact\": 0\n      }\n    ],\n    \"emailContactInformationEntries\": [\n      {\n        \"value\": \"string\",\n        \"categoryID\": 0,\n        \"categoryLabel\": \"string\",\n        \"isMainContact\": 0\n      }\n    ],\n    \"otherContactInformationEntries\": [\n      {\n        \"typeID\": 0,\n        \"label\": \"string\",\n        \"typeDescription\": \"string\",\n        \"value\": \"string\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","office",":officeID"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Office Unique ID (Example AT1-FXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"officeID"}]}},"response":[],"_postman_id":"f63c3302-4352-4584-b1c7-5c5478f28657"},{"name":"Franchise contract data for a given office","id":"3862bd1c-85d0-48dd-83d5-52ec1a55a2d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/office/:officeID/franchiseAgreement/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Returns current Office Franchise Contract of a certain Office.</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"ID\": 0,\n    \"licenseDate\": \"string\",\n    \"renewalDate\": \"string\",\n    \"term\": 0,\n    \"firstAgreementFee\": 0,\n    \"renewalFee\": 0,\n    \"currentAgreementFee\": 0,\n    \"franchiseAgreementSize\": \"string\",\n    \"firstOpeningDate\": \"string\",\n    \"actualOpeningDate\": \"string\",\n    \"signedDate\": \"string\",\n    \"accountManagerName\": \"string\",\n    \"accountManagerUniquePersonID\": \"string\",\n    \"officeCloseDate\": \"string\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","office",":officeID","franchiseAgreement",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Office Unique ID (Example AT1-FXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"officeID"}]}},"response":[],"_postman_id":"3862bd1c-85d0-48dd-83d5-52ec1a55a2d6"},{"name":"Update basic office data","id":"41119d97-2103-4bfc-a84f-38302ea7bc8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"externalOfficeID\": \"string\",\r\n  \"phoneContactInformationEntries\": [\r\n    {\r\n      \"phonecode\": \"string\", // Please give the Country ISO-Code. For example enter \"AT\" for phonecode \"+43\" \r\n      \"phonePrefix\": 0, // Prefix of the phone number. Must be a number value\r\n      \"value\": \"string\",  // This is the main part of the phone number. Everything after phone-code and phone-prefix\r\n      \"categoryID\": 0, // Describes which Category the Entry is in. See in section Miscellaneous for detailed information on valid values. E.g. 1 - 'Business', 2 - 'Company' etc. ,\r\n      \"isMainContact\": 0 // At least one entry of phoneContactInformationEntries array needs to be marked as main contact.\r\n     }\r\n  ],\r\n  \"emailContactInformationEntries\": [\r\n    {\r\n      \"value\": \"string\", // This is the actual e-mail address. ,\r\n      \"categoryID\": 0, // Describes which Category the Entry is in. See in section Miscellaneous for detailed information on valid values. E.g. 1 - 'Business', 2 - 'Company' etc. \r\n      \"isMainContact\": 0 // At least one entry of emailContactInformationEntries array needs to be marked as main contact.\r\n    }\r\n  ],\r\n  \"otherContactInformationEntries\": [\r\n    {\r\n      \"typeID\": 0, // See in section Miscellaneous for detailed information on valid values. \r\n      \"typeDescription\": \"string\",  // Describes Other Information (for Social Media). ,\r\n      \"value\": \"string\" // This is the actual link to the website or social media platform.\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/office/:officeID?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Update Office. Updates a certain Office with its basic Data. Additionally address, phonenumbers, email-addresses and websites can be saved with this Call.</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","office",":officeID"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Office Unique ID (Example AT1-FXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"officeID"}]}},"response":[],"_postman_id":"41119d97-2103-4bfc-a84f-38302ea7bc8e"}],"id":"2b0466a3-8a48-4104-a77d-4aaf9efd762e","_postman_id":"2b0466a3-8a48-4104-a77d-4aaf9efd762e","description":"","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}}},{"name":"Person","item":[{"name":"List of all persons","id":"03a0b096-7986-4959-90b9-dd0a313d0e32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/persons/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Returns list of Persons</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": [\n    {\n      \"uniquePersonID\": \"string\",\n      \"lastName\": \"string\",\n      \"firstName\": \"string\",\n      \"birthDate\": \"string\",\n      \"academicTitle\": \"string\",\n      \"legacyPersonID\": \"string\",\n      \"constituentPersonID\": 0,\n      \"externalPersonID\": \"string\",\n      \"primaryTitle\": \"string\",\n      \"primaryRemaxEntityCategoryID\": 0,\n      \"primaryUniqueOfficeID\": \"string\",\n      \"primaryOfficeName\": \"string\",\n      \"primaryOfficeUniqueRegionID\": \"string\",\n      \"unqiueRegionID\": \"string\",\n      \"regionName\": \"string\",\n      \"displayTitle\": \"string\",\n      \"personIsActive\": 0,\n      \"remaxCommenceDate\": \"string\",\n      \"socialSecurityNumber\": \"string\",\n      \"formerNames\": [],\n      \"personTerminationReason\": \"string\",\n      \"duplicateUniquePersonID\": \"string\",\n      \"duplicatePersonFullname\": \"string\"\n    }\n  ],\n  \"info\": {\n    \"numRows\": 0\n  },\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","persons",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"03a0b096-7986-4959-90b9-dd0a313d0e32"},{"name":"Insert a new person","id":"41f5605f-a9de-4440-9e8a-cc9a63cb1cd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"gender\": 0,  // 0 = male, 1 = female, 2 = diverse ,\r\n  \"lastName\": \"string\",\r\n  \"firstName\": \"string\",\r\n  \"fullLocalName\": \"string\",  // Optional\r\n  \"academicTitle\": \"string\",  // Optional\r\n  \"birthDate\": \"string\",      // Expected Format: 'YYYY-MM-DD'\r\n  \"externalPersonID\": \"string\",  // Optional\r\n  \"displayTitle\": \"string\",      // Optional\r\n  \"displayName\": \"string\",       // Optional\r\n  \"specializationID\": 0,   // See in section Miscellaneous for detailed information on valid values\r\n  \"socialSecurityNumber\": \"string\", // Optional\r\n  \"designations\": \"string\",  // Comma-separated string. See in section Miscellaneous for detailed information on valid values.\r\n  \"languages\": \"string\" // Comma-separated string with ISO Codes of languages. Example: 'de,en'.\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/persons/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Insert Person. Creates a Person with basic information. Addresses and Contact Information like phonenumbers, e-mail addresses and websites can be saved later with the Update (PUT) Call.</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","persons",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"41f5605f-a9de-4440-9e8a-cc9a63cb1cd5"},{"name":"Detailed information for a given person","id":"8956a536-e4c3-4fa2-b150-52f4bcdacd34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/person/:personID?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Returns detailed information for a certain Person.</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"gender\": 0,\n    \"lastName\": \"string\",\n    \"firstName\": \"string\",\n    \"fullLocalName\": \"string\",\n    \"academicTitle\": \"string\",\n    \"createdAt\": \"string\",\n    \"modifiedAt\": \"string\",\n    \"birthDate\": \"string\",\n    \"legacyPersonID\": \"string\",\n    \"constituentPersonID\": 0,\n    \"externalPersonID\": \"string\",\n    \"uniquePersonID\": \"string\",\n    \"primaryTitle\": \"string\",\n    \"primaryRemaxEntityCategoryID\": 0,\n    \"primaryUniqueOfficeID\": \"string\",\n    \"uniqueRegionID\": \"string\",\n    \"regionName\": \"string\",\n    \"displayTitle\": \"string\",\n    \"personIsActive\": 0,\n    \"displayName\": \"string\",\n    \"remaxCommenceDate\": \"string\",\n    \"specializationID\": 0,\n    \"socialSecurityNumber\": \"string\",\n    \"designations\": \"string\",\n    \"languages\": \"string\",\n    \"tenureDays\": \"string\",\n    \"mainPhoneNumber\": \"string\",\n    \"mainEmailAddress\": \"string\",\n    \"annualDuesAnniversary\": \"string\",\n    \"personTerminationReason\": \"string\",\n    \"duplicateUniquePersonID\": \"string\",\n    \"duplicatePersonFullname\": \"string\",\n    \"formerNames\": \"string\",\n    \"street\": \"string\",\n    \"houseNumber\": \"string\",\n    \"additionalAddressInfo\": \"string\",\n    \"city\": \"string\",\n    \"zipcode\": \"string\",\n    \"province\": \"string\",\n    \"countryISO\": \"string\",\n    \"countryName\": \"string\",\n    \"stateID\": 0,\n    \"stateName\": \"string\",\n    \"phoneContactInformationEntries\": [\n      {\n        \"phonecode\": \"string\",\n        \"phonePrefix\": 0,\n        \"value\": \"string\",\n        \"categoryID\": 0,\n        \"categoryLabel\": \"string\",\n        \"isMainContact\": 0\n      }\n    ],\n    \"emailContactInformationEntries\": [\n      {\n        \"value\": \"string\",\n        \"categoryID\": 0,\n        \"categoryLabel\": \"string\",\n        \"isMainContact\": 0\n      }\n    ],\n    \"otherContactInformationEntries\": [\n      {\n        \"typeID\": 0,\n        \"label\": \"string\",\n        \"typeDescription\": \"string\",\n        \"value\": \"string\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person",":personID"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Person Unique ID (Example AT1-PXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"personID"}]}},"response":[],"_postman_id":"8956a536-e4c3-4fa2-b150-52f4bcdacd34"},{"name":"Update address, contact details and other basic information","id":"9a79fc25-3c34-44c5-9639-0ad0711dd972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"gender\": 0, // 0 = male, 1 = female, 2 = diverse \r\n  \"lastName\": \"string\",\r\n  \"firstName\": \"string\",\r\n  \"fullLocalName\": \"string\",  //Optional\r\n  \"academicTitle\": \"string\",  //Optional\r\n  \"birthDate\": \"string\",  // Expected Format: 'YYYY-MM-DD'\r\n  \"externalPersonID\": \"string\",  //Optional\r\n  \"displayTitle\": \"string\",  //Optional\r\n  \"displayName\": \"string\",  //Optional\r\n  \"specializationID\": 0,  // See in section Miscellaneous for detailed information on valid values\r\n  \"socialSecurityNumber\": \"string\",  //Optional\r\n  \"designations\": \"string\",  // Comma-separated string. See in section Miscellaneous for detailed information on valid values\r\n  \"languages\": \"string\",  // Comma-separated string with ISO Codes of languages. Example: 'de,en'. \r\n  \"street\": \"string\",  //Optional\r\n  \"houseNumber\": \"string\",  //Optional\r\n  \"additionalAddressInfo\": \"string\",  //Optional\r\n  \"city\": \"string\",  //Optional\r\n  \"zipcode\": \"string\",  //Optional\r\n  \"province\": \"string\",  //Optional\r\n  \"countryISO\": \"string\",  //Optional\r\n  \"phoneContactInformationEntries\": [\r\n    {\r\n      \"phonecode\": \"string\",  //  Please give the Country ISO-Code. For example enter \"AT\" for phonecode \"+43\"\r\n      \"phonePrefix\": 0,  // Prefix of the phone number. Must be a number value. \r\n      \"value\": \"string\", // This is the main part of the phone number. Everything after phone-code and phone-prefix\r\n      \"categoryID\": 0,  // Describes which Category the Entry is in. See in section Miscellaneous for detailed information on valid values. E.g. 1 - 'Business', 2 - 'Company' etc. \r\n      \"isMainContact\": 0 //  At least one entry of phoneContactInformationEntries array needs to be marked as main contact\r\n    }\r\n  ],\r\n  \"emailContactInformationEntries\": [\r\n    {\r\n      \"value\": \"string\",  // This is the actual e-mail address\r\n      \"categoryID\": 0,  // Describes which Category the Entry is in. See in section Miscellaneous for detailed information on valid values. E.g. 1 - 'Business', 2 - 'Company' etc. \r\n      \"isMainContact\": 0  // At least one entry of emailContactInformationEntries array needs to be marked as main contact\r\n    }\r\n  ],\r\n  \"otherContactInformationEntries\": [\r\n    {\r\n      \"typeID\": 0,  // See in section Miscellaneous for detailed information on valid values\r\n      \"typeDescription\": \"string\",  // Describes Other Information (for Social Media). \r\n      \"value\": \"string\". // This is the actual link to the website or social media platform\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/person/:personID?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Update Person. Updates a certain Person. Additionally to the POST Call, Address and Contact Information (phonenumbers and e-mail addresses and websites) can be saved here.</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person",":personID"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Person Unique ID (Example AT1-PXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"personID"}]}},"response":[],"_postman_id":"9a79fc25-3c34-44c5-9639-0ad0711dd972"},{"name":"Search person via social security number","id":"a59b07be-248d-44fd-9b0d-8320161a2012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/personBySSN/:SSNnumber?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Returns list of Reporting Data per Office, Person and Reporting Period</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": [\n    {\n      \"gender\": 0,\n      \"lastName\": \"string\",\n      \"firstName\": \"string\",\n      \"fullLocalName\": \"string\",\n      \"academicTitle\": \"string\",\n      \"createdAt\": \"string\",\n      \"modifiedAt\": \"string\",\n      \"birthDate\": \"string\",\n      \"legacyPersonID\": \"string\",\n      \"constituentPersonID\": 0,\n      \"externalPersonID\": \"string\",\n      \"uniquePersonID\": \"string\",\n      \"primaryTitle\": \"string\",\n      \"primaryRemaxEntityCategoryID\": 0,\n      \"primaryUniqueOfficeID\": \"string\",\n      \"uniqueRegionID\": \"string\",\n      \"regionName\": \"string\",\n      \"displayTitle\": \"string\",\n      \"personIsActive\": 0,\n      \"displayName\": \"string\",\n      \"remaxCommenceDate\": \"string\",\n      \"specializationID\": 0,\n      \"socialSecurityNumber\": \"string\",\n      \"designations\": \"string\",\n      \"languages\": \"string\",\n      \"tenureDays\": \"string\",\n      \"mainPhoneNumber\": \"string\",\n      \"mainEmailAddress\": \"string\",\n      \"annualDuesAnniversary\": \"string\",\n      \"personTerminationReason\": \"string\",\n      \"duplicateUniquePersonID\": \"string\",\n      \"duplicatePersonFullname\": \"string\",\n      \"formerNames\": \"string\",\n      \"street\": \"string\",\n      \"houseNumber\": \"string\",\n      \"additionalAddressInfo\": \"string\",\n      \"city\": \"string\",\n      \"zipcode\": \"string\",\n      \"province\": \"string\",\n      \"countryISO\": \"string\",\n      \"countryName\": \"string\",\n      \"stateID\": 0,\n      \"stateName\": \"string\",\n      \"phoneContactInformationEntries\": [\n        {\n          \"phonecode\": \"string\",\n          \"phonePrefix\": 0,\n          \"value\": \"string\",\n          \"categoryID\": 0,\n          \"categoryLabel\": \"string\",\n          \"isMainContact\": 0\n        }\n      ],\n      \"emailContactInformationEntries\": [\n        {\n          \"value\": \"string\",\n          \"categoryID\": 0,\n          \"categoryLabel\": \"string\",\n          \"isMainContact\": 0\n        }\n      ],\n      \"otherContactInformationEntries\": [\n        {\n          \"typeID\": 0,\n          \"label\": \"string\",\n          \"typeDescription\": \"string\",\n          \"value\": \"string\"\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","personBySSN",":SSNnumber"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Person Social Security Number</p>\n","type":"text/plain"},"type":"any","value":"","key":"SSNnumber"}]}},"response":[],"_postman_id":"a59b07be-248d-44fd-9b0d-8320161a2012"},{"name":"Termination - end all active titles for a given person","id":"0f0f2d8a-f471-43e5-a5a5-80c31193b90e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"terminationDate\": \"string\",  // Expected Format: 'YYYY-MM-DD'\r\n  \"newTeamLeaderUniqueID\": \"string\",  //Optional\r\n  \"terminationReasonID\": 0 // Check termination reasons call in the misc. section for different IDs\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/person/:personID/terminate/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Terminate Person. Terminates a certain Person - ends all active Titles of this Person. Following this Person will be inactive. The inactive status will be visible after around 1 minute.</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person",":personID","terminate",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Person Unique ID (Example AT1-PXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"personID"}]}},"response":[],"_postman_id":"0f0f2d8a-f471-43e5-a5a5-80c31193b90e"},{"name":"List person's team memberships","id":"6f3e5ff5-a130-4fb2-9021-d48e450ebb2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/person/FI1-P102962/memberships","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person","FI1-P102962","memberships"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f3e5ff5-a130-4fb2-9021-d48e450ebb2e"}],"id":"c245999f-8a17-41f5-bc34-1837ab5998b0","_postman_id":"c245999f-8a17-41f5-bc34-1837ab5998b0","description":"","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}}},{"name":"RE/MAX Title","item":[{"name":"All previous and current titles for a given person","id":"3769c333-f2a4-4bae-9878-4950e2a5f025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/person/:personID/history/?access_token={{accessToken}}&onlyActive={{onlyActive}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Select RE/MAX Titles List for a certain Person</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": [\n    {\n      \"titleID\": 0,\n      \"validFrom\": \"string\",\n      \"validTo\": \"string\",\n      \"entityName\": \"string\",\n      \"regionName\": \"string\",\n      \"entityType\": \"string\",\n      \"titleTypeID\": 0,\n      \"titleTypeName\": \"string\",\n      \"isPrimaryTitle\": 0,\n      \"uniqueOfficeID\": \"string\",\n      \"uniqueRegionID\": \"string\",\n      \"subregionTagName\": \"string\",\n      \"uniquePersonID\": \"string\",\n      \"firstName\": \"string\",\n      \"lastName\": \"string\",\n      \"sharePercentage\": 0,\n      \"uniqueCompanyID\": \"string\"\n    }\n  ],\n  \"info\": {\n    \"numRows\": 0\n  },\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person",":personID","history",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"},{"description":{"content":"<p>If set to 1, only active Titles are listed.</p>\n","type":"text/plain"},"key":"onlyActive","value":"{{onlyActive}}"}],"variable":[{"description":{"content":"<p>Person Unique ID (Example AT1-PXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"personID"}]}},"response":[],"_postman_id":"3769c333-f2a4-4bae-9878-4950e2a5f025"},{"name":"Add a new title","id":"e9bfacb2-a182-432e-8684-47f326629ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uniqueOfficeID\": \"string\",\r\n  \"titleTypeID\": 0,  // See in section Miscellaneous for detailed information on valid values\r\n  \"validFrom\": \"string\",  // Expected Format: 'YYYY-MM-DD'\r\n  \"validTo\": \"string\",  // Expected Format: 'YYYY-MM-DD'\r\n  \"isPrimaryTitle\": 0,  // Optional\r\n  \"primaryTitleChangeDate\": \"string\",  // Optional and Expected Format: 'YYYY-MM-DD'\r\n  \"specializationID\": 0 // Updates the Specialization ID of the Person to whom this Title is added. See in Section Miscellaneous for detailed information on valid values.\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/person/:personID/title/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Insert RE/MAX Title</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person",":personID","title",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Person Unique ID (Example AT1-PXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"personID"}]}},"response":[],"_postman_id":"e9bfacb2-a182-432e-8684-47f326629ecc"},{"name":"Change current primary title","id":"e09635de-5b25-42c6-abc2-762cf3049a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"primaryTitleChangeDate\": \"string\", // Expected Format: 'YYYY-MM-DD'\r\n  \"newTitleID\": 0 // Title ID of Title that will get new Primary Title\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/person/:personID/changeCurrentPrimaryTitle/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Uploads Person's Reporting Data for Office and Reporting Period</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person",":personID","changeCurrentPrimaryTitle",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Person Unique ID (Example AT1-PXXXXXX)</p>\n","type":"text/plain"},"type":"any","value":"","key":"personID"}]}},"response":[],"_postman_id":"e09635de-5b25-42c6-abc2-762cf3049a6c"},{"name":"Details of a given title","id":"5128a4d1-939e-48a1-b55b-4c3c2ca9be77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/title/:titleID/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get RE/MAX Title</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"titleID\": 0,\n    \"validFrom\": \"string\",\n    \"validTo\": \"string\",\n    \"entityName\": \"string\",\n    \"regionName\": \"string\",\n    \"entityType\": \"string\",\n    \"titleTypeID\": 0,\n    \"titleTypeName\": \"string\",\n    \"isPrimaryTitle\": 0,\n    \"uniqueOfficeID\": \"string\",\n    \"uniqueRegionID\": \"string\",\n    \"subregionTagName\": \"string\",\n    \"uniquePersonID\": \"string\",\n    \"firstName\": \"string\",\n    \"lastName\": \"string\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","title",":titleID",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>ID of the title   </p>\n","type":"text/plain"},"type":"any","value":"","key":"titleID"}]}},"response":[],"_postman_id":"5128a4d1-939e-48a1-b55b-4c3c2ca9be77"},{"name":"Transfer a title","id":"6aef81fc-796a-4569-abc7-1889998d0447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"uniqueOfficeID\": \"string\",\r\n  \"validFrom\": \"string\" //  Expected Format: 'YYYY-MM-DD'\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/title/:titleID/transfer/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Uploads Person's Reporting Data for Office and Reporting Period</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","title",":titleID","transfer",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>ID of the title</p>\n","type":"text/plain"},"type":"any","value":"","key":"titleID"}]}},"response":[],"_postman_id":"6aef81fc-796a-4569-abc7-1889998d0447"},{"name":"Exchange title within a office","id":"b88207cb-1ef4-40bc-8d2f-e5bf657a732d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"titleTypeID\": 0,  // Only Agent and Office Staff allowed\r\n  \"validFrom\": \"string\" // Expected Format: 'YYYY-MM-DD'\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/title/:titleID/exchange/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Transfer RE/MAX Title.</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","title",":titleID","exchange",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>ID of the title</p>\n","type":"text/plain"},"type":"any","value":"","key":"titleID"}]}},"response":[],"_postman_id":"b88207cb-1ef4-40bc-8d2f-e5bf657a732d"},{"name":"End RE/MAX Title","id":"537b1b92-64f7-4673-8cf6-9de85129afa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"validUntil\": \"string\", // Expected Format: 'YYYY-MM-DD' ,\r\n  \"newPrimaryTitleID\": 0  // Optional and Title ID of new Primary Title\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/title/:titleID/end/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>End RE/MAX Title. Only possible, if the Person has other active Titles. Otherwise please use the Termination Call for this Person.</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","title",":titleID","end",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>ID of the title</p>\n","type":"text/plain"},"type":"any","value":"","key":"titleID"}]}},"response":[],"_postman_id":"537b1b92-64f7-4673-8cf6-9de85129afa8"},{"name":"Select RE/MAX Titles (active and inactive) List for all active Persons of a Region","id":"4d72f639-d60d-4b35-b405-909a20231ee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/region/:regionID/titles/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Select RE/MAX Titles (active and inactive) List for all active Persons of a Region</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"result\": {\n    \"regionUniqueID\": \"string\",\n    \"personList\": [\n      {\n        \"uniquePersonID\": \"string\",\n        \"titleList\": [\n          {\n            \"titleID\": 0,\n            \"validFrom\": \"string\",\n            \"validTo\": \"string\",\n            \"entityName\": \"string\",\n            \"regionName\": \"string\",\n            \"entityType\": \"string\",\n            \"titleTypeID\": 0,\n            \"titleTypeName\": \"string\",\n            \"isPrimaryTitle\": 0,\n            \"uniqueOfficeID\": \"string\",\n            \"uniqueRegionID\": \"string\",\n            \"subregionTagName\": \"string\",\n            \"uniquePersonID\": \"string\",\n            \"firstName\": \"string\",\n            \"lastName\": \"string\",\n            \"sharePercentage\": 0,\n            \"uniqueCompanyID\": \"string\"\n          }\n        ]\n      }\n    ]\n  },\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ]\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","region",":regionID","titles",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Region Unique ID (Example AT1)</p>\n","type":"text/plain"},"type":"any","value":"","key":"regionID"}]}},"response":[],"_postman_id":"4d72f639-d60d-4b35-b405-909a20231ee7"}],"id":"cb5011b1-c5cf-4ff9-80be-319a8b4a2a45","_postman_id":"cb5011b1-c5cf-4ff9-80be-319a8b4a2a45","description":"","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}}},{"name":"Region","item":[{"name":"Get Office and Agent Count per Region","id":"db1b9efc-ea45-4302-87a2-71db752200c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/region/officeAndAgentCount/:date?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Office and Agent Count per Region</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"regionName\": \"string\",\n    \"agentCount\": 0,\n    \"officeStaffCount\": 0,\n    \"officeCount\": 0,\n    \"gciYear\": 0,\n    \"gciTotal\": 0\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","region","officeAndAgentCount",":date"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Format: YYYYMMDD</p>\n","type":"text/plain"},"type":"any","value":"","key":"date"}]}},"response":[],"_postman_id":"db1b9efc-ea45-4302-87a2-71db752200c6"}],"id":"add9fe60-00b9-4e3f-895e-593c9a9fa9d8","_postman_id":"add9fe60-00b9-4e3f-895e-593c9a9fa9d8","description":"","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}}},{"name":"User","item":[{"name":"Get User Information","id":"6bc81fcd-7457-4fa8-9ee3-887c4c9302f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/userInfo?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get User Information</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"firstName\": \"string\",\n    \"lastName\": \"string\",\n    \"userName\": \"string\",\n    \"role\": \"string\",\n    \"regionName\": \"string\",\n    \"regionID\": 0,\n    \"uniqueRegionID\": \"string\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","userInfo"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"6bc81fcd-7457-4fa8-9ee3-887c4c9302f5"},{"name":"Get User Role (RE/MAX Title) IDs and Names","id":"c5444feb-c1ed-4cad-9d3c-768dca10f018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/userInfo/roles?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get User Role (RE/MAX Title) IDs and Names</p>\n<h4 id=\"example-of-a-response\">Example of a response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": [\n    {\n      \"code\": 0,\n      \"message\": \"string\",\n      \"metaData\": {}\n    }\n  ],\n  \"result\": {\n    \"entryKey\": 0,\n    \"entryValue\": \"string\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","userInfo","roles"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"c5444feb-c1ed-4cad-9d3c-768dca10f018"}],"id":"853abef3-c5fd-49d9-9d14-ae5ca811759f","_postman_id":"853abef3-c5fd-49d9-9d14-ae5ca811759f","description":"","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}}},{"name":"Miscellaneous","item":[{"name":"Get Office related Specialization IDs and Names","id":"3784a13c-0998-451b-9bf8-ca9c2c6a02cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/office/specializations/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Office related Specialization IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","office","specializations",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"3784a13c-0998-451b-9bf8-ca9c2c6a02cb"},{"name":"Get Person related Specialization IDs and Names","id":"8251e926-b1a3-480b-9f1f-1e31eb377020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/office/specializations/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Person related Specialization IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","office","specializations",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"8251e926-b1a3-480b-9f1f-1e31eb377020"},{"name":"Get Office Conversion IDs and Names","id":"6b03ac57-2791-4680-b661-29f6748dff9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/office/conversions/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Office Conversion IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","office","conversions",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"6b03ac57-2791-4680-b661-29f6748dff9a"},{"name":"Get Country States IDs and Names","id":"380f300a-023f-4e14-b2cf-3c7afa10d924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/country/states/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Country States IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","country","states",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"380f300a-023f-4e14-b2cf-3c7afa10d924"},{"name":"Get Contact Information Entry Type IDs and Names","id":"646e47bf-4ede-4f3e-bb2a-621d2d41b3b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/contactInformationEntry/types/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Country States IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","contactInformationEntry","types",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"646e47bf-4ede-4f3e-bb2a-621d2d41b3b0"},{"name":"Get Contact Information Entry Category IDs and Names for Phones","id":"d216c649-101b-46b6-87c9-554e610425fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/contactInformationEntry/phone/categories/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Contact Information Entry Type IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","contactInformationEntry","phone","categories",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"d216c649-101b-46b6-87c9-554e610425fd"},{"name":"Get Contact Information Entry Category IDs and Names for E-Mails","id":"d4eb24c0-6c02-4fa2-b10b-2ead56323c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/contactInformationEntry/email/categories/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Contact Information Entry Category IDs and Names for Phones</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","contactInformationEntry","email","categories",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"d4eb24c0-6c02-4fa2-b10b-2ead56323c1a"},{"name":"Get Title Type IDs and Names","id":"950f7afc-0fe8-4600-afa1-cf8b2ccacff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/title/types/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Title Type IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","title","types",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"950f7afc-0fe8-4600-afa1-cf8b2ccacff3"},{"name":"Get Office Status IDs and Names","id":"8435a472-22af-45a6-b2dc-49ff3356c0f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/office/status/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Office Status IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","office","status",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"8435a472-22af-45a6-b2dc-49ff3356c0f5"},{"name":"Get Person Designation IDs and Names","id":"f1177186-8aca-455d-97b5-d24d3802ea6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/person/designations/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Person Designation IDs and Names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person","designations",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"f1177186-8aca-455d-97b5-d24d3802ea6e"},{"name":"Get Person Languages","id":"0ce12989-2c7a-445d-9164-517b2d6a416c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/person/languages/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Person Languages</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person","languages",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"0ce12989-2c7a-445d-9164-517b2d6a416c"},{"name":"Get Gender List","id":"57753b9f-eaa7-448c-84bd-38b54287a9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/person/genders/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Gender List</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person","genders",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"57753b9f-eaa7-448c-84bd-38b54287a9df"},{"name":"Get Termination Reason List","id":"17536664-94e5-4ad6-889e-f46f1fda1dc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/person/terminationReasons/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Termination Reason List</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","person","terminationReasons",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"17536664-94e5-4ad6-889e-f46f1fda1dc5"},{"name":"Get ISO codes and country names","id":"e843e168-d0ac-493b-8762-f11f1f86ea85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/country/isocodes/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get ISO codes and country names</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","country","isocodes",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"e843e168-d0ac-493b-8762-f11f1f86ea85"},{"name":"Get Country ISO Codes and their Phonecodes","id":"f1e1924a-8b5a-447d-b407-615483e16eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/country/phonecodes/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get Country ISO Codes and their Phonecodes</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","country","phonecodes",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"f1e1924a-8b5a-447d-b407-615483e16eef"},{"name":"Get all Subregions for a specified Region.","id":"fb71ceba-2269-47ac-a70d-57bce10676cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/region/:regionID/subregions/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Get all Subregions for a specified Region</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","region",":regionID","subregions",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[{"description":{"content":"<p>Region Unique ID (Example AT1)</p>\n","type":"text/plain"},"type":"any","value":"","key":"regionID"}]}},"response":[],"_postman_id":"fb71ceba-2269-47ac-a70d-57bce10676cd"},{"name":"Select a List of all Regions","id":"5bb5ec1a-595c-43fe-91f1-cceb435c337d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/regions/?access_token={{accessToken}}","description":"<h4 id=\"implementation-notes\">Implementation Notes</h4>\n<p>Select a List of all Regions</p>\n","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","regions",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"5bb5ec1a-595c-43fe-91f1-cceb435c337d"}],"id":"4ad7852b-757d-4f8b-9f54-5c12bce28fe1","_postman_id":"4ad7852b-757d-4f8b-9f54-5c12bce28fe1","description":"","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}}},{"name":"Teams","item":[{"name":"Get one team","id":"04ff4ad6-459a-4c15-9657-b7fe1dd499a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"gender\": 0,  // 0 = male, 1 = female, 2 = diverse ,\r\n  \"lastName\": \"string\",\r\n  \"firstName\": \"string\",\r\n  \"fullLocalName\": \"string\",  // Optional\r\n  \"academicTitle\": \"string\",  // Optional\r\n  \"birthDate\": \"string\",      // Expected Format: 'YYYY-MM-DD'\r\n  \"externalPersonID\": \"string\",  // Optional\r\n  \"displayTitle\": \"string\",      // Optional\r\n  \"displayName\": \"string\",       // Optional\r\n  \"specializationID\": 0,   // See in section Miscellaneous for detailed information on valid values\r\n  \"socialSecurityNumber\": \"string\", // Optional\r\n  \"designations\": \"string\",  // Comma-separated string. See in section Miscellaneous for detailed information on valid values.\r\n  \"languages\": \"string\" // Comma-separated string with ISO Codes of languages. Example: 'de,en'.\r\n}"},"url":"{{url}}/external/teams/FI1-T100001?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams","FI1-T100001"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"04ff4ad6-459a-4c15-9657-b7fe1dd499a3"},{"name":"List all teams","id":"be08c317-af8a-464a-acb3-aec24106803b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/teams/?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"be08c317-af8a-464a-acb3-aec24106803b"},{"name":"View team memberships","id":"00dc744f-186f-439f-a57a-f79e751eec36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/teams/FI1-T100001/members?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams","FI1-T100001","members"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"00dc744f-186f-439f-a57a-f79e751eec36"},{"name":"Change leader","id":"e14e455a-300f-4c7f-ab47-4f83916a3c20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"newTeamLeaderUniqueID\": \"FI1-P102988\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/teams/FI1-T100001/change-leader?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams","FI1-T100001","change-leader"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"e14e455a-300f-4c7f-ab47-4f83916a3c20"},{"name":"Create team","id":"87d6afaf-ac82-4865-a785-a17d7e8df925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"API Testers Being Led\",\r\n    \"uniqueOfficeIDFull\": \"ES1-F107049\",\r\n    \"teamLeaderUniqueID\": \"TR1-P192353\",\r\n    \"validFrom\": \"2026-01-01\"\r\n}"},"url":"{{url}}/external/teams?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"87d6afaf-ac82-4865-a785-a17d7e8df925"},{"name":"Update team name","id":"ae8eab09-f146-4ad5-a009-cf8f4d83567b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"API Testers Without a Leader\"\r\n}"},"url":"{{url}}/external/teams/FI1-T100001?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams","FI1-T100001"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"ae8eab09-f146-4ad5-a009-cf8f4d83567b"},{"name":"Add member","id":"3e1ec958-bcdb-486c-9288-835dc9c07fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"uniquePersonID\": \"TR1-P192353\",\r\n    \"validFrom\": \"2026-03-10\",\r\n    \"validTo\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/external/teams/FI1-T100001/members?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams","FI1-T100001","members"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"3e1ec958-bcdb-486c-9288-835dc9c07fd9"},{"name":"Dissolve team","id":"7d0d482f-c486-4ee4-8c3d-d8188e3b99bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dissolveDate\": \"2026-12-10\"\r\n}"},"url":"{{url}}/external/teams/GR1-T102170/dissolve?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams","GR1-T102170","dissolve"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"7d0d482f-c486-4ee4-8c3d-d8188e3b99bf"},{"name":"Retire member","id":"16ad1258-492c-4487-b3f5-6ec0aa00c1d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"validTo\": \"2024-01-01\"\r\n}"},"url":"{{url}}/external/teams/FI1-T100001/members/6090?access_token={{accessToken}}","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams","FI1-T100001","members","6090"],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"}],"variable":[]}},"response":[],"_postman_id":"16ad1258-492c-4487-b3f5-6ec0aa00c1d2"},{"name":"List active teams","id":"d4a01110-ecd2-4113-9b7e-2102511aa35b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/teams/?access_token={{accessToken}}&is_active=1","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"},{"key":"is_active","value":"1"}],"variable":[]}},"response":[],"_postman_id":"d4a01110-ecd2-4113-9b7e-2102511aa35b"},{"name":"List teams by office","id":"d1d46d48-80e0-48b8-ade4-4c19e7fb91dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/external/teams/?access_token={{accessToken}}&unique_office_id=","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}},"urlObject":{"path":["external","teams",""],"host":["{{url}}"],"query":[{"key":"access_token","value":"{{accessToken}}"},{"key":"unique_office_id","value":""}],"variable":[]}},"response":[],"_postman_id":"d1d46d48-80e0-48b8-ade4-4c19e7fb91dc"}],"id":"6d9995a6-5b0b-4ace-b2e4-206574faa4a7","_postman_id":"6d9995a6-5b0b-4ace-b2e4-206574faa4a7","description":"","auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"},"isInherited":true,"source":{"_postman_id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","id":"74ac74ec-cfe6-4d7d-8ee1-f0a5a8a9a811","name":"API docs","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"state":"{{State}}","clientSecret":"{{clientSecret}}","clientId":"{{clientID}}","scope":"<scope>","accessTokenUrl":"{{Auth Token URL}}","authUrl":"{{Auth URL}}","useBrowser":"<use-browser>"}},"event":[{"listen":"prerequest","script":{"id":"648b87fb-d585-4988-97d3-6cff681554f5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad709b02-a92c-4119-9d9c-d6e4b86ed564","type":"text/javascript","exec":[""]}}]}