{"info":{"_postman_id":"97f31d4f-0f82-4439-9036-d73034ac8b51","name":"dbaPlatform API 2025","description":"<html><head></head><body><h2 id=\"1introduction-🚀\">1.Introduction 🚀</h2>\n<p>Welcome to <strong>dbaPlatform API Version 2025.1</strong> — your gateway to building powerful, scalable integrations with the tools and data that drive your local business.</p>\n<p>This RESTful API gives developers and integration partners full programmatic access to the core features of dbaPlatform, including managing <strong>agency accounts</strong>, <strong>business locations</strong>, <strong>client groups</strong>, <strong>content</strong> (like posts and photos), and <strong>reviews</strong> — all in one place.</p>\n<p>Whether you're syncing systems, automating workflows, or creating custom dashboards, this API is built to help technical teams move faster, reduce manual work, and unlock serious efficiencies.</p>\n<p>Use this documentation to:</p>\n<ul>\n<li><p>Understand how authentication works</p>\n</li>\n<li><p>Learn what IDs are needed</p>\n</li>\n<li><p>Discover available endpoints</p>\n</li>\n<li><p>Start testing and building right away</p>\n</li>\n</ul>\n<h3 id=\"🆘-need-help\">🆘 <strong>Need Help?</strong></h3>\n<p>Log in to your dbaPlatform account, head over to the <a href=\"https://agency.commandpad.io/v2/#/app/loginV2\">Support Hub</a>, and submit a ticket — our team is ready to help!</p>\n<hr>\n<h2 id=\"2requirements-to-use-the-api-✅\">2.Requirements to Use the API ✅</h2>\n<p>Before you dive into the dbaPlatform API, make sure you've checked off the essentials below.</p>\n<h3 id=\"🔐-21-dbaplatform-account\">🔐 2.1. dbaPlatform Account</h3>\n<p>You’ll need a valid user account to authenticate and grab your access token.</p>\n<h3 id=\"💼-22-paid-subscription-plan\">💼 2.2. Paid Subscription Plan</h3>\n<p>API access is reserved for customers on a <strong>paid subscription plan</strong>. If you're not sure whether your account qualifies, reach out to your customer success manager or submit a ticket via the <strong>Support Hub</strong>.</p>\n<h3 id=\"🔑-23-login-credentials\">🔑 2.3. Login Credentials</h3>\n<p>Your email and password will be used in the login request.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">POST /api/account/login\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userName\": \"your@email.com\",\n  \"password\": \"your_password\"\n}\n\n</code></pre>\n<p>If successful, you'll receive a token like this:</p>\n<p><strong>✅ Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...\"\n}\n\n</code></pre>\n<h3 id=\"24-required-ids-to-access-endpoints-🆔\">2.4. Required IDs to Access Endpoints 🆔</h3>\n<p>Many endpoints rely on specific IDs that link your user to locations, agencies, and clients. Here’s how to get them:</p>\n<h4 id=\"🏢-241-agencyid\">🏢 2.4.1. AgencyId</h4>\n<p>The <code>AgencyId</code> is required for nearly all API requests — it’s one of the key identifiers you’ll use to access and manage data across your account.</p>\n<p>Now that you’ve authenticated and retrieved your access token (see \"2.3 Login Credentials\" above), you can make a request to the following endpoint to retrieve your <code>AgencyId</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">GET /api/location/GetAgencyId\n\n</code></pre>\n<p>Include your Bearer token in the <code>Authorization</code> header.</p>\n<p><strong>✅ Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"AgencyID\": 99999,\n  \"AgencyName\": \"Company name registered with that account\"\n}\n\n</code></pre>\n<p>💡 Once you have your <code>AgencyId</code>, you can use it to query locations, groups, users, and more. For more information and use cases, check the <a href=\"https://documenter.getpostman.com/view/28472993/2sB2cbZe4L#ef9b0737-f785-46a3-81d5-aeb221397592\">Agency </a> folder.</p>\n<h4 id=\"📍-242-locationid--groupid\">📍 2.4.2. LocationId &amp; GroupId</h4>\n<p>Once you have your <code>AgencyId</code>, call this to fetch associated locations:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">GET /api/agency/locations\n\n</code></pre>\n<p>The response will include both your <code>LocationId</code> and <code>GroupId</code>.</p>\n<p><strong>✅ Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"LocationId\": \"12345\",\n  \"GroupId\": \"abcde-67890\"\n}\n\n</code></pre>\n<h4 id=\"👤-243-userid--companyid\">👤 2.4.3. UserId &amp; CompanyId</h4>\n<p>To grab your your <code>UserId</code> and <code>CompanyId</code>, fetch them here:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">GET /api/users/active\n\n</code></pre>\n<p>You'll see something like:</p>\n<p><strong>✅ Example Response</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"userId\": \"user_001\",\n  \"companyId\": \"company_789\"\n}\n\n</code></pre>\n<h3 id=\"🧠-pro-tip\">🧠 Pro Tip</h3>\n<p>Make sure you're authenticated. For all protected endpoints, your request should include the following header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">Authorization: Bearer {{authToken}}\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28472993","collectionId":"97f31d4f-0f82-4439-9036-d73034ac8b51","publishedId":"2sB2cbZe4L","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-15T20:18:07.000Z"},"item":[{"name":"Login","item":[{"name":"Login","id":"e849a51d-2b41-4712-9035-bd2e5894147c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"email@example.com\",\r\n    \"password\": \"your password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2-api.dba.media/api/account/login","description":"<p>Authenticates a user using their email and password. Returns a Bearer token to be used in the <code>Authorization</code> header for all subsequent API requests. For this specific endpoint, use the following base URL: <strong><code>https://v2-api.dba.media/</code></strong></p>\n","urlObject":{"protocol":"https","path":["api","account","login"],"host":["v2-api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"99d3a815-de63-48f7-8fc9-464c51380800","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"userName\": \"your email\",\r\n\t\"password\": \"your password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/account/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...dummySignaturePlaceholder123456789\"\r\n}\r\n"}],"_postman_id":"e849a51d-2b41-4712-9035-bd2e5894147c"}],"id":"76486ec8-993b-4e3b-9da7-aad4e33f6b1e","description":"<p>Authenticate users and retrieve a Bearer token required for accessing all protected API endpoints. This folder contains the login request used to initiate all authenticated sessions.</p>\n","_postman_id":"76486ec8-993b-4e3b-9da7-aad4e33f6b1e"},{"name":"User Management","item":[{"name":"List Active Users","id":"3cf9b057-f090-4775-b68d-2d090cfe637d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/agency/users/{AgencyID}","description":"<p>Retrieves a list of all active users associated with a specific agency. This includes essential user data such as UserId, Email, Role, and other metadata needed to manage access or personalize user-specific experiences.</p>\n","urlObject":{"protocol":"https","path":["api","agency","users","{AgencyID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"ec6e0278-217c-4659-b10f-a2bef27a8c0f","name":"List Active Users","originalRequest":{"method":"GET","header":[],"url":"https://v2-api.dba.media/api/agency/users/{AgencyID}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\r\n    {\r\n        \"UserId\": 10001,\r\n        \"FirstName\": \"User\",\r\n        \"LastName\": \"One\",\r\n        \"Title\": null,\r\n        \"Email\": \"user1@example.com\",\r\n        \"Password\": \"REDACTED_HASH_1\",\r\n        \"Phone\": null,\r\n        \"MobilePhone\": null,\r\n        \"Role\": 0,\r\n        \"CompanyId\": 20001,\r\n        \"CompanyName\": null,\r\n        \"AccountNumber\": null,\r\n        \"Bio\": null,\r\n        \"SalesRep\": false,\r\n        \"InviteToken\": null,\r\n        \"PassResetToken\": null,\r\n        \"Admin\": false,\r\n        \"Billing\": false,\r\n        \"AgencyName\": null,\r\n        \"EstimatedLocations\": 0,\r\n        \"AgencyPhone\": null,\r\n        \"UserTypeId\": 0,\r\n        \"IsAgencyUser\": false,\r\n        \"AccountCreatedDate\": null,\r\n        \"ActivationDate\": null,\r\n        \"TotalLocations\": 0,\r\n        \"ActiveLocations\": 0,\r\n        \"TotalToolsPossible\": 0,\r\n        \"TotalToolsActive\": 0,\r\n        \"ToolPercActive\": 0,\r\n        \"IsArchive\": false,\r\n        \"UpdatedBy\": 99999,\r\n        \"UpdatedDate\": \"2025-04-10T09:56:33.08\",\r\n        \"RoleID\": 30001,\r\n        \"RoleName\": \"Admin\",\r\n        \"UserRoleName\": \"SUPER_ADMIN\",\r\n        \"UserRole\": 4001,\r\n        \"isUserV3\": false,\r\n        \"ProfilePicture\": null,\r\n        \"IsAccessToAllClient\": true,\r\n        \"Position\": \"Listing Manager\",\r\n        \"isManuallyCreated\": 1,\r\n        \"IsAccessToAllAgency\": false,\r\n        \"IsAccessToNewClient\": true,\r\n        \"InviteID\": 50001,\r\n        \"IsInviteSent\": false,\r\n        \"IsPlatformPartnerType\": false,\r\n        \"PlatformAgencyId\": 0,\r\n        \"IsUsingAzureAD\": false,\r\n        \"InvitedDate\": null,\r\n        \"HubSpotContactID\": null,\r\n        \"HubSpotCompanyID\": null,\r\n        \"Show\": false,\r\n        \"HubspotAccountToUpdate\": false,\r\n        \"Website\": null,\r\n        \"IsVerified\": null\r\n    },\r\n    {\r\n        \"UserId\": 10002,\r\n        \"FirstName\": \"User\",\r\n        \"LastName\": \"Two\",\r\n        \"Title\": null,\r\n        \"Email\": \"user2@example.com\",\r\n        \"Password\": \"REDACTED_HASH_2\",\r\n        \"Phone\": null,\r\n        \"MobilePhone\": null,\r\n        \"Role\": 0,\r\n        \"CompanyId\": 20001,\r\n        \"CompanyName\": null,\r\n        \"AccountNumber\": null,\r\n        \"Bio\": null,\r\n        \"SalesRep\": false,\r\n        \"InviteToken\": null,\r\n        \"PassResetToken\": null,\r\n        \"Admin\": false,\r\n        \"Billing\": false,\r\n        \"AgencyName\": null,\r\n        \"EstimatedLocations\": 0,\r\n        \"AgencyPhone\": null,\r\n        \"UserTypeId\": 0,\r\n        \"IsAgencyUser\": false,\r\n        \"AccountCreatedDate\": null,\r\n        \"ActivationDate\": null,\r\n        \"TotalLocations\": 0,\r\n        \"ActiveLocations\": 0,\r\n        \"TotalToolsPossible\": 0,\r\n        \"TotalToolsActive\": 0,\r\n        \"ToolPercActive\": 0,\r\n        \"IsArchive\": false,\r\n        \"UpdatedBy\": 88888,\r\n        \"UpdatedDate\": \"2024-04-10T16:33:11.723\",\r\n        \"RoleID\": 30001,\r\n        \"RoleName\": \"Admin\",\r\n        \"UserRoleName\": \"SUPER_ADMIN\",\r\n        \"UserRole\": 4001,\r\n        \"isUserV3\": false,\r\n        \"ProfilePicture\": null,\r\n        \"IsAccessToAllClient\": true,\r\n        \"Position\": null,\r\n        \"isManuallyCreated\": 1,\r\n        \"IsAccessToAllAgency\": false,\r\n        \"IsAccessToNewClient\": true,\r\n        \"InviteID\": 50002,\r\n        \"IsInviteSent\": false,\r\n        \"IsPlatformPartnerType\": false,\r\n        \"PlatformAgencyId\": 0,\r\n        \"IsUsingAzureAD\": false,\r\n        \"InvitedDate\": null,\r\n        \"HubSpotContactID\": null,\r\n        \"HubSpotCompanyID\": null,\r\n        \"Show\": false,\r\n        \"HubspotAccountToUpdate\": false,\r\n        \"Website\": null,\r\n        \"IsVerified\": null\r\n    }\r\n]\r\n"}],"_postman_id":"3cf9b057-f090-4775-b68d-2d090cfe637d"},{"name":"List Archived Users","id":"702286af-cae3-4a3e-aa12-f6c1c0b9665a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://v2-api.dba.media/api/agency/ArchivedUsers/{AgencyID}","description":"<p>Returns a list of <strong>archived (inactive) users</strong> within a specified agency. Archived users are those who have been deactivated or removed from active use but may still have historical data or permissions tied to their records.</p>\n","urlObject":{"protocol":"https","path":["api","agency","ArchivedUsers","{AgencyID}"],"host":["v2-api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"a5fceac4-54e1-44b4-bc00-c92eb1dc06bc","name":"List Archived Users","originalRequest":{"method":"GET","header":[],"url":"https://v2-api.dba.media/api/agency/ArchivedUsers/{AgencyID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"UserId\": 10001,\r\n        \"FirstName\": \"User\",\r\n        \"LastName\": \"One\",\r\n        \"Title\": null,\r\n        \"Email\": \"user1@example.com\",\r\n        \"Password\": \"REDACTED_HASH_1\",\r\n        \"Phone\": null,\r\n        \"MobilePhone\": null,\r\n        \"Role\": 0,\r\n        \"CompanyId\": 20001,\r\n        \"CompanyName\": null,\r\n        \"AccountNumber\": null,\r\n        \"Bio\": null,\r\n        \"SalesRep\": false,\r\n        \"InviteToken\": null,\r\n        \"PassResetToken\": null,\r\n        \"Admin\": false,\r\n        \"Billing\": false,\r\n        \"AgencyName\": null,\r\n        \"EstimatedLocations\": 0,\r\n        \"AgencyPhone\": null,\r\n        \"UserTypeId\": 0,\r\n        \"IsAgencyUser\": false,\r\n        \"AccountCreatedDate\": null,\r\n        \"ActivationDate\": null,\r\n        \"TotalLocations\": 0,\r\n        \"ActiveLocations\": 0,\r\n        \"TotalToolsPossible\": 0,\r\n        \"TotalToolsActive\": 0,\r\n        \"ToolPercActive\": 0,\r\n        \"IsArchive\": false,\r\n        \"UpdatedBy\": 30001,\r\n        \"UpdatedDate\": \"2025-04-10T09:56:33.08\",\r\n        \"RoleID\": 40001,\r\n        \"RoleName\": \"Admin\",\r\n        \"UserRoleName\": \"SUPER_ADMIN\",\r\n        \"UserRole\": 4001,\r\n        \"isUserV3\": false,\r\n        \"ProfilePicture\": null,\r\n        \"IsAccessToAllClient\": true,\r\n        \"Position\": \"Manager\",\r\n        \"isManuallyCreated\": 1,\r\n        \"IsAccessToAllAgency\": false,\r\n        \"IsAccessToNewClient\": true,\r\n        \"InviteID\": 50001,\r\n        \"IsInviteSent\": false,\r\n        \"IsPlatformPartnerType\": false,\r\n        \"PlatformAgencyId\": 0,\r\n        \"IsUsingAzureAD\": false,\r\n        \"InvitedDate\": null,\r\n        \"HubSpotContactID\": null,\r\n        \"HubSpotCompanyID\": null,\r\n        \"Show\": false,\r\n        \"HubspotAccountToUpdate\": false,\r\n        \"Website\": null,\r\n        \"IsVerified\": null\r\n    },\r\n    {\r\n        \"UserId\": 10002,\r\n        \"FirstName\": \"User\",\r\n        \"LastName\": \"Two\",\r\n        \"Title\": null,\r\n        \"Email\": \"user2@example.com\",\r\n        \"Password\": \"REDACTED_HASH_2\",\r\n        \"Phone\": null,\r\n        \"MobilePhone\": null,\r\n        \"Role\": 0,\r\n        \"CompanyId\": 20001,\r\n        \"CompanyName\": null,\r\n        \"AccountNumber\": null,\r\n        \"Bio\": null,\r\n        \"SalesRep\": false,\r\n        \"InviteToken\": null,\r\n        \"PassResetToken\": null,\r\n        \"Admin\": false,\r\n        \"Billing\": false,\r\n        \"AgencyName\": null,\r\n        \"EstimatedLocations\": 0,\r\n        \"AgencyPhone\": null,\r\n        \"UserTypeId\": 0,\r\n        \"IsAgencyUser\": false,\r\n        \"AccountCreatedDate\": null,\r\n        \"ActivationDate\": null,\r\n        \"TotalLocations\": 0,\r\n        \"ActiveLocations\": 0,\r\n        \"TotalToolsPossible\": 0,\r\n        \"TotalToolsActive\": 0,\r\n        \"ToolPercActive\": 0,\r\n        \"IsArchive\": false,\r\n        \"UpdatedBy\": 30002,\r\n        \"UpdatedDate\": \"2024-04-10T16:33:11.723\",\r\n        \"RoleID\": 40001,\r\n        \"RoleName\": \"Admin\",\r\n        \"UserRoleName\": \"SUPER_ADMIN\",\r\n        \"UserRole\": 4001,\r\n        \"isUserV3\": false,\r\n        \"ProfilePicture\": null,\r\n        \"IsAccessToAllClient\": true,\r\n        \"Position\": null,\r\n        \"isManuallyCreated\": 1,\r\n        \"IsAccessToAllAgency\": false,\r\n        \"IsAccessToNewClient\": true,\r\n        \"InviteID\": 50002,\r\n        \"IsInviteSent\": false,\r\n        \"IsPlatformPartnerType\": false,\r\n        \"PlatformAgencyId\": 0,\r\n        \"IsUsingAzureAD\": false,\r\n        \"InvitedDate\": null,\r\n        \"HubSpotContactID\": null,\r\n        \"HubSpotCompanyID\": null,\r\n        \"Show\": false,\r\n        \"HubspotAccountToUpdate\": false,\r\n        \"Website\": null,\r\n        \"IsVerified\": null\r\n    }\r\n]\r\n"}],"_postman_id":"702286af-cae3-4a3e-aa12-f6c1c0b9665a"},{"name":"Update User","id":"bbc657af-f3c4-45f1-aec4-44756c850d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{   \"UserId\":3826,\r\n    \"FirstName\":\"31231\",\r\n    \"LastName\":\"12312\",\r\n    \"Title\":null,\r\n    \"Email\":\"cust@test22.co\",\r\n    \"Password\":\"3873A02024FE803A616B5C304C06D58F558A6E3B\",\r\n    \"Phone\":\"123312\",\r\n    \"MobilePhone\":null,\r\n    \"Role\":0,\r\n    \"CompanyId\":11644,\r\n    \"AccountNumber\":null,\r\n    \"Bio\":null,\r\n    \"SalesRep\":false,\r\n    \"InviteToken\":null,\r\n    \"PassResetToken\":null,\r\n    \"Admin\":false,\r\n    \"Billing\":false,\r\n    \"AgencyName\":null,\r\n    \"EstimatedLocations\":0,\r\n    \"AgencyPhone\":null,\r\n    \"UserTypeId\":0,\r\n    \"IsAgencyUser\":false,\r\n    \"AccountCreatedDate\":null,\r\n    \"ActivationDate\":null,\r\n    \"TotalLocations\":0,\r\n    \"ActiveLocations\":0,\r\n    \"TotalToolsPossible\":0,\r\n    \"TotalToolsActive\":0,\r\n    \"ToolPercActive\":0,\r\n    \"IsArchive\":false,\r\n    \"UpdatedBy\":3409,\r\n    \"UpdatedDate\":\"2020-09-30T16:15:38.49\",\r\n    \"RoleID\":15258,\r\n    \"RoleName\":\"White Label User\",\r\n    \"UserRoleName\":null,\r\n    \"UserRole\":null,\r\n    \"ProfilePicture\":null,\r\n    \"IsAccessToAllClient\":false,\r\n    \"IsAccessToAllAgency\":false,\r\n    \"IsAccessToNewClient\":false,\r\n    \"InviteID\":null,\r\n    \"IsInviteSent\":true\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/users/update","description":"<p>Updates the profile information, permissions, or settings of an existing user. This endpoint supports a wide range of fields including contact info, role assignments, agency affiliation, and user access configurations.</p>\n","urlObject":{"protocol":"https","path":["api","users","update"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"b713424b-01da-497d-995d-967ee12b5131","name":"Update User","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{   \"UserId\":3826,\r\n    \"FirstName\":\"31231\",\r\n    \"LastName\":\"12312\",\r\n    \"Title\":null,\r\n    \"Email\":\"cust@test22.co\",\r\n    \"Password\":\"3873A02024FE803A616B5C304C06D58F558A6E3B\",\r\n    \"Phone\":\"123312\",\r\n    \"MobilePhone\":null,\r\n    \"Role\":0,\r\n    \"CompanyId\":11644,\r\n    \"AccountNumber\":null,\r\n    \"Bio\":null,\r\n    \"SalesRep\":false,\r\n    \"InviteToken\":null,\r\n    \"PassResetToken\":null,\r\n    \"Admin\":false,\r\n    \"Billing\":false,\r\n    \"AgencyName\":null,\r\n    \"EstimatedLocations\":0,\r\n    \"AgencyPhone\":null,\r\n    \"UserTypeId\":0,\r\n    \"IsAgencyUser\":false,\r\n    \"AccountCreatedDate\":null,\r\n    \"ActivationDate\":null,\r\n    \"TotalLocations\":0,\r\n    \"ActiveLocations\":0,\r\n    \"TotalToolsPossible\":0,\r\n    \"TotalToolsActive\":0,\r\n    \"ToolPercActive\":0,\r\n    \"IsArchive\":false,\r\n    \"UpdatedBy\":3409,\r\n    \"UpdatedDate\":\"2020-09-30T16:15:38.49\",\r\n    \"RoleID\":15258,\r\n    \"RoleName\":\"White Label User\",\r\n    \"UserRoleName\":null,\r\n    \"UserRole\":null,\r\n    \"ProfilePicture\":null,\r\n    \"IsAccessToAllClient\":false,\r\n    \"IsAccessToAllAgency\":false,\r\n    \"IsAccessToNewClient\":false,\r\n    \"InviteID\":null,\r\n    \"IsInviteSent\":true\r\n} ","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/users/update"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bbc657af-f3c4-45f1-aec4-44756c850d1f"}],"id":"78eafb94-16f4-4bca-a4da-c14e64579ac6","description":"<p>Manage users within your agency or organization. This section includes endpoints for retrieving active or archived users, updating user information, and accessing user metadata. Useful for administrative tasks, account provisioning, and syncing user details across systems.</p>\n","_postman_id":"78eafb94-16f4-4bca-a4da-c14e64579ac6"},{"name":"Agency","item":[{"name":"List of locations","id":"e15fe6eb-df4b-4013-a9c3-ca9b4da15379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/agency/locations/{AgencyID}/?archived=false","description":"<p>Returns a full list of locations associated with a specific agency. You can optionally filter out archived locations using a query parameter.</p>\n","urlObject":{"protocol":"https","path":["api","agency","locations","{AgencyID}",""],"host":["api","dba","media"],"query":[{"key":"archived","value":"false"}],"variable":[]}},"response":[{"id":"b483b45e-0454-4cfa-87f4-1bb675f4e047","name":"List of locations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.dba.media/api/agency/locations/{AgencyID}/?archived=false","protocol":"https","host":["api","dba","media"],"path":["api","agency","locations","{AgencyID}",""],"query":[{"key":"archived","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"LocationId\": 1234567,\r\n  \"ClientId\": 10000,\r\n  \"AgencyId\": 20000,\r\n  \"WeeklyUpdate\": null,\r\n  \"WeeklyPhotoCount\": null,\r\n  \"FiveStarLink\": \"https://search.google.com/local/writereview?placeid=PLACE_ID_REDACTED\",\r\n  \"CompanyName\": \"Example Company Inc\",\r\n  \"Address1\": \"123 Example Street\",\r\n  \"Address2\": \"\",\r\n  \"City\": \"Sample City\",\r\n  \"State\": \"Sample State\",\r\n  \"Zipcode\": \"00000\",\r\n  \"Country\": \"US\",\r\n  \"Phone\": \"\",\r\n  \"PhoneExists\": 0,\r\n  \"WebsiteUrlExists\": 0,\r\n  \"PrimaryCategory\": \"gcid:example_category\",\r\n  \"WebsiteUrl\": \"\",\r\n  \"Email\": null,\r\n  \"Description\": null,\r\n  \"AccountNumber\": \"ACCT-0000\",\r\n  \"Notes\": null,\r\n  \"ReviewLink\": \"\",\r\n  \"ActionItemCount\": null,\r\n  \"ActivityCount\": null,\r\n  \"TaskListID\": null,\r\n  \"OptimizationProgress\": null,\r\n  \"Lat\": 0.000000,\r\n  \"Lon\": 0.000000,\r\n  \"Archived\": false,\r\n  \"GMBLocationName\": \"accounts/000000000000000000000/locations/0000000000000000000\",\r\n  \"ClientInitiatives\": null,\r\n  \"CanPurchaseFrom\": false,\r\n  \"total_count\": 0.0,\r\n  \"CanDelete\": true,\r\n  \"CanUpdate\": false,\r\n  \"HasPendingVerification\": false,\r\n  \"IsDisabled\": false,\r\n  \"IsDisconnected\": true,\r\n  \"IsDuplicate\": false,\r\n  \"IsGoogleUpdated\": null,\r\n  \"IsLocalPostApiDisabled\": null,\r\n  \"IsPendingReview\": false,\r\n  \"IsPublished\": true,\r\n  \"IsSuspended\": false,\r\n  \"IsVerified\": false,\r\n  \"NeedsReverification\": false,\r\n  \"LocationOpeningDate\": null,\r\n  \"LocationOpenStatus\": \"OPEN\",\r\n  \"Reporting\": false,\r\n  \"PlaceId\": \"PLACE_ID_REDACTED\",\r\n  \"PlusPageId\": null,\r\n  \"ProfileDescription\": \"\",\r\n  \"TotalReviewCount\": null,\r\n  \"AverageRating\": null,\r\n  \"LastSyncedDate\": null,\r\n  \"CreatedDate\": \"2024-12-06T00:00:00.000\",\r\n  \"LastInsightsSyncDate\": null,\r\n  \"LastPostsSyncDate\": null,\r\n  \"LastReviewsSyncDate\": null,\r\n  \"GMBDataImportError\": \"Error retrieving access token during sync job\",\r\n  \"GmcMonthlyAdBudget\": 0.0,\r\n  \"KeywordsRaw\": null,\r\n  \"ZipcodesRaw\": null,\r\n  \"IsPhoneConnectedToCallTracking\": false,\r\n  \"Keywords\": [],\r\n  \"Zipcodes\": [],\r\n  \"AdditionalCategories\": [],\r\n  \"AdditionalPhones\": [],\r\n  \"Photos\": null,\r\n  \"RegularHours\": [],\r\n  \"SpecialHours\": [],\r\n  \"ServiceAreaBusiness\": null,\r\n  \"ServiceAreaPlaces\": [],\r\n  \"LocationTrackingSources\": [],\r\n  \"LocalListingDetails\": null,\r\n  \"Save\": false,\r\n  \"FaxNumber\": \"\",\r\n  \"ActiveSubscription\": false,\r\n  \"HasSubscription\": false,\r\n  \"Subscription\": null,\r\n  \"Attributes\": [],\r\n  \"IsAutoSyncToGMB\": 0,\r\n  \"ProfileSyncData\": {\r\n    \"ScheduledId\": 0,\r\n    \"EntityId\": 0,\r\n    \"EntityTypeId\": 0,\r\n    \"ScheduledType\": 0,\r\n    \"ProfileScheduledData\": null,\r\n    \"ScheduledSyncToGMB\": null,\r\n    \"UpdatedDate\": null,\r\n    \"IsArchived\": false\r\n  }\r\n}\r\n"}],"_postman_id":"e15fe6eb-df4b-4013-a9c3-ca9b4da15379"},{"name":"List of location with pagination","id":"eedb48d4-c41b-46aa-ae78-c8c4ba9fe2d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"SearchBy\": \"\",\r\n  \"OrderBy\": \"LocationName asc\",\r\n  \"PageNumber\": 1,\r\n  \"PageSize\": 10,\r\n  \"Status\": \"\",\r\n  \"StartDate\": null,\r\n  \"EndDate\": null,\r\n  \"TagID\": 0,\r\n  \"ClientID\": 0,\r\n  \"displayArchive\": false,\r\n  \"ClientNullFilter\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/agency/locations/{AgencyID}","description":"<p>Returns <strong>a paginated list of locations</strong> tied to a specific agency. Ideal for agencies managing a large volume of locations, this endpoint supports filters, sorting, and pagination to improve performance and usability in your applications.</p>\n","urlObject":{"protocol":"https","path":["api","agency","locations","{AgencyID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"af75c12d-2fc3-41aa-b1dd-79ed5d8dd0e3","name":"List of location with pagination","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"SearchBy\": \"\",\r\n  \"OrderBy\": \"LocationName asc\",\r\n  \"PageNumber\": 1,\r\n  \"PageSize\": 10,\r\n  \"Status\": \"\",\r\n  \"StartDate\": null,\r\n  \"EndDate\": null,\r\n  \"TagID\": 0,\r\n  \"ClientID\": 0,\r\n  \"displayArchive\": false,\r\n  \"ClientNullFilter\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/agency/locations/{AgencyID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"LocationId\": 1000001,\r\n    \"ClientId\": 10001,\r\n    \"AgencyId\": 20001,\r\n    \"WeeklyUpdate\": null,\r\n    \"WeeklyPhotoCount\": null,\r\n    \"FiveStarLink\": \"https://search.google.com/local/writereview?placeid=PLACE_ID_REDACTED\",\r\n    \"CompanyName\": \"Example Company A\",\r\n    \"Address1\": \"123 Example Street\",\r\n    \"Address2\": \"\",\r\n    \"City\": \"Sample City\",\r\n    \"State\": \"Sample State\",\r\n    \"Zipcode\": \"00000\",\r\n    \"Country\": \"US\",\r\n    \"Phone\": \"\",\r\n    \"PhoneExists\": 0,\r\n    \"WebsiteUrlExists\": 0,\r\n    \"PrimaryCategory\": \"gcid:example_category\",\r\n    \"WebsiteUrl\": \"\",\r\n    \"Email\": null,\r\n    \"Description\": null,\r\n    \"AccountNumber\": \"ACCT-001\",\r\n    \"Notes\": null,\r\n    \"ReviewLink\": \"\",\r\n    \"ActionItemCount\": null,\r\n    \"ActivityCount\": null,\r\n    \"TaskListID\": null,\r\n    \"OptimizationProgress\": null,\r\n    \"Lat\": 0.0,\r\n    \"Lon\": 0.0,\r\n    \"Archived\": false,\r\n    \"GMBLocationName\": \"accounts/REDACTED/locations/REDACTED\",\r\n    \"ClientInitiatives\": null,\r\n    \"CanPurchaseFrom\": false,\r\n    \"total_count\": 0.0,\r\n    \"CanDelete\": true,\r\n    \"CanUpdate\": false,\r\n    \"HasPendingVerification\": false,\r\n    \"IsDisabled\": false,\r\n    \"IsDisconnected\": true,\r\n    \"IsDuplicate\": false,\r\n    \"IsGoogleUpdated\": null,\r\n    \"IsLocalPostApiDisabled\": null,\r\n    \"IsPendingReview\": false,\r\n    \"IsPublished\": true,\r\n    \"IsSuspended\": false,\r\n    \"IsVerified\": false,\r\n    \"NeedsReverification\": false,\r\n    \"LocationOpeningDate\": null,\r\n    \"LocationOpenStatus\": \"OPEN\",\r\n    \"Reporting\": false,\r\n    \"PlaceId\": \"PLACE_ID_REDACTED\",\r\n    \"PlusPageId\": null,\r\n    \"ProfileDescription\": \"\",\r\n    \"TotalReviewCount\": null,\r\n    \"AverageRating\": null,\r\n    \"LastSyncedDate\": null,\r\n    \"CreatedDate\": \"2024-12-06T00:00:00.000\",\r\n    \"LastInsightsSyncDate\": null,\r\n    \"LastPostsSyncDate\": null,\r\n    \"LastReviewsSyncDate\": null,\r\n    \"GMBDataImportError\": \"Error retrieving access token\",\r\n    \"GmcMonthlyAdBudget\": 0.0,\r\n    \"KeywordsRaw\": null,\r\n    \"ZipcodesRaw\": null,\r\n    \"IsPhoneConnectedToCallTracking\": false,\r\n    \"Keywords\": [],\r\n    \"Zipcodes\": [],\r\n    \"AdditionalCategories\": [],\r\n    \"AdditionalPhones\": [],\r\n    \"Photos\": null,\r\n    \"RegularHours\": [],\r\n    \"SpecialHours\": [],\r\n    \"ServiceAreaBusiness\": null,\r\n    \"ServiceAreaPlaces\": [],\r\n    \"LocationTrackingSources\": [],\r\n    \"LocalListingDetails\": null,\r\n    \"Save\": false,\r\n    \"FaxNumber\": \"\",\r\n    \"ActiveSubscription\": false,\r\n    \"HasSubscription\": false,\r\n    \"Subscription\": null,\r\n    \"Attributes\": [],\r\n    \"IsAutoSyncToGMB\": 0,\r\n    \"ProfileSyncData\": {\r\n      \"ScheduledId\": 0,\r\n      \"EntityId\": 0,\r\n      \"EntityTypeId\": 0,\r\n      \"ScheduledType\": 0,\r\n      \"ProfileScheduledData\": null,\r\n      \"ScheduledSyncToGMB\": null,\r\n      \"UpdatedDate\": null,\r\n      \"IsArchived\": false\r\n    },\r\n    \"LocationMenus\": [],\r\n    \"LocationMenuItems\": [],\r\n    \"IsUntaggedLocation\": false,\r\n    \"LocationAddress\": null,\r\n    \"RefreshToken\": null,\r\n    \"LastPublishedDate\": null,\r\n    \"PostTool\": null,\r\n    \"PhotoTool\": null,\r\n    \"ReviewTool\": null,\r\n    \"SWIS\": null,\r\n    \"QATool\": null,\r\n    \"BeforeSync\": null,\r\n    \"AfterSync\": null,\r\n    \"IsLocalListingActive\": false,\r\n    \"AgencyName\": null,\r\n    \"ClientName\": null,\r\n    \"GMBClientID\": null,\r\n    \"GMBClientSecret\": null,\r\n    \"ModifiySchedule\": false,\r\n    \"ScheduledId\": null,\r\n    \"LastQuestionAndAnswersSyncDate\": null,\r\n    \"GMBLocationStatus\": null,\r\n    \"IsPermanentlyClosed\": false,\r\n    \"GMBActivatedDate\": null,\r\n    \"AccountName\": null,\r\n    \"AccountFriendlyName\": null,\r\n    \"LocalListingEntityId\": null,\r\n    \"IsLocalListingDataModified\": false,\r\n    \"IsLocalPhone\": true,\r\n    \"IsLocalWebsiteUrl\": true,\r\n    \"StateID\": null,\r\n    \"CountryName\": null,\r\n    \"CountryCode\": null,\r\n    \"StateProvinceCode\": null,\r\n    \"CountryID\": null,\r\n    \"IsBaselineTriggered\": false,\r\n    \"IsServiceAreaBusiness\": false,\r\n    \"IsLocalBusinessDescription\": true,\r\n    \"CanHaveFoodMenu\": false,\r\n    \"LocationSectionMenuItems\": null,\r\n    \"isDataAggregatorActivate\": false,\r\n    \"isListingActivate\": false,\r\n    \"LocationServicesDetails\": null,\r\n    \"IsHideAddress\": null,\r\n    \"IsSAB\": null,\r\n    \"Selected\": false\r\n  },\r\n  {\r\n    \"LocationId\": 1000002,\r\n    \"ClientId\": 10002,\r\n    \"AgencyId\": 20001,\r\n    \"WeeklyUpdate\": null,\r\n    \"WeeklyPhotoCount\": null,\r\n    \"FiveStarLink\": null,\r\n    \"CompanyName\": \"Example Company B\",\r\n    \"Address1\": \"456 Placeholder Ave\",\r\n    \"Address2\": \"\",\r\n    \"City\": \"Demo City\",\r\n    \"State\": \"Demo State\",\r\n    \"Zipcode\": \"11111\",\r\n    \"Country\": \"US\",\r\n    \"Phone\": \"\",\r\n    \"PhoneExists\": 0,\r\n    \"WebsiteUrlExists\": 0,\r\n    \"PrimaryCategory\": \"gcid:example_food_category\",\r\n    \"WebsiteUrl\": \"\",\r\n    \"Email\": null,\r\n    \"Description\": null,\r\n    \"AccountNumber\": \"ACCT-002\",\r\n    \"Notes\": null,\r\n    \"ReviewLink\": \"\",\r\n    \"ActionItemCount\": null,\r\n    \"ActivityCount\": null,\r\n    \"TaskListID\": null,\r\n    \"OptimizationProgress\": null,\r\n    \"Lat\": 0.0,\r\n    \"Lon\": 0.0,\r\n    \"Archived\": false,\r\n    \"GMBLocationName\": \"accounts/REDACTED/locations/REDACTED\",\r\n    \"ClientInitiatives\": null,\r\n    \"CanPurchaseFrom\": false,\r\n    \"total_count\": 0.0,\r\n    \"CanDelete\": true,\r\n    \"CanUpdate\": true,\r\n    \"HasPendingVerification\": false,\r\n    \"IsDisabled\": true,\r\n    \"IsDisconnected\": true,\r\n    \"IsDuplicate\": false,\r\n    \"IsGoogleUpdated\": true,\r\n    \"IsLocalPostApiDisabled\": null,\r\n    \"IsPendingReview\": false,\r\n    \"IsPublished\": true,\r\n    \"IsSuspended\": false,\r\n    \"IsVerified\": true,\r\n    \"NeedsReverification\": false,\r\n    \"LocationOpeningDate\": null,\r\n    \"LocationOpenStatus\": \"OPEN\",\r\n    \"Reporting\": false,\r\n    \"PlaceId\": \"PLACE_ID_REDACTED\",\r\n    \"PlusPageId\": null,\r\n    \"ProfileDescription\": \"\",\r\n    \"TotalReviewCount\": null,\r\n    \"AverageRating\": null,\r\n    \"LastSyncedDate\": null,\r\n    \"CreatedDate\": \"2024-12-06T00:00:00.000\",\r\n    \"LastInsightsSyncDate\": null,\r\n    \"LastPostsSyncDate\": null,\r\n    \"LastReviewsSyncDate\": null,\r\n    \"GMBDataImportError\": \"Error retrieving access token\",\r\n    \"GmcMonthlyAdBudget\": 0.0,\r\n    \"KeywordsRaw\": null,\r\n    \"ZipcodesRaw\": null,\r\n    \"IsPhoneConnectedToCallTracking\": false,\r\n    \"Keywords\": [],\r\n    \"Zipcodes\": [],\r\n    \"AdditionalCategories\": [],\r\n    \"AdditionalPhones\": [],\r\n    \"Photos\": null,\r\n    \"RegularHours\": [],\r\n    \"SpecialHours\": [],\r\n    \"ServiceAreaBusiness\": null,\r\n    \"ServiceAreaPlaces\": [],\r\n    \"LocationTrackingSources\": [],\r\n    \"LocalListingDetails\": null,\r\n    \"Save\": false,\r\n    \"FaxNumber\": \"\",\r\n    \"ActiveSubscription\": false,\r\n    \"HasSubscription\": false,\r\n    \"Subscription\": null,\r\n    \"Attributes\": [],\r\n    \"IsAutoSyncToGMB\": 0,\r\n    \"ProfileSyncData\": {\r\n      \"ScheduledId\": 0,\r\n      \"EntityId\": 0,\r\n      \"EntityTypeId\": 0,\r\n      \"ScheduledType\": 0,\r\n      \"ProfileScheduledData\": null,\r\n      \"ScheduledSyncToGMB\": null,\r\n      \"UpdatedDate\": null,\r\n      \"IsArchived\": false\r\n    },\r\n    \"LocationMenus\": [],\r\n    \"LocationMenuItems\": [],\r\n    \"IsUntaggedLocation\": false,\r\n    \"LocationAddress\": null,\r\n    \"RefreshToken\": null,\r\n    \"LastPublishedDate\": null,\r\n    \"PostTool\": null,\r\n    \"PhotoTool\": null,\r\n    \"ReviewTool\": null,\r\n    \"SWIS\": null,\r\n    \"QATool\": null,\r\n    \"BeforeSync\": null,\r\n    \"AfterSync\": null,\r\n    \"IsLocalListingActive\": false,\r\n    \"AgencyName\": null,\r\n    \"ClientName\": null,\r\n    \"GMBClientID\": null,\r\n    \"GMBClientSecret\": null,\r\n    \"ModifiySchedule\": false,\r\n    \"ScheduledId\": null,\r\n    \"LastQuestionAndAnswersSyncDate\": null,\r\n    \"GMBLocationStatus\": null,\r\n    \"IsPermanentlyClosed\": false,\r\n    \"GMBActivatedDate\": null,\r\n    \"AccountName\": null,\r\n    \"AccountFriendlyName\": null,\r\n    \"LocalListingEntityId\": null,\r\n    \"IsLocalListingDataModified\": false,\r\n    \"IsLocalPhone\": true,\r\n    \"IsLocalWebsiteUrl\": true,\r\n    \"StateID\": null,\r\n    \"CountryName\": null,\r\n    \"CountryCode\": null,\r\n    \"StateProvinceCode\": null,\r\n    \"CountryID\": null,\r\n    \"IsBaselineTriggered\": false,\r\n    \"IsServiceAreaBusiness\": false,\r\n    \"IsLocalBusinessDescription\": true,\r\n    \"CanHaveFoodMenu\": true,\r\n    \"LocationSectionMenuItems\": null,\r\n    \"isDataAggregatorActivate\": false,\r\n    \"isListingActivate\": false,\r\n    \"LocationServicesDetails\": null,\r\n    \"IsHideAddress\": null,\r\n    \"IsSAB\": null,\r\n    \"Selected\": false\r\n  }\r\n]"}],"_postman_id":"eedb48d4-c41b-46aa-ae78-c8c4ba9fe2d0"},{"name":"Agency TimeZone","id":"67c91c8a-7404-45ff-9432-37d1de15fd0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/agency/timezone/{AgencyID}","description":"<p>Retrieves the configured time zone for a specific agency. This ensures that all time-based actions (e.g., scheduling posts, viewing reports) are aligned with the correct local time of the agency.</p>\n","urlObject":{"protocol":"https","path":["api","agency","timezone","{AgencyID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"c54c33ac-b261-409d-9db5-8c63cd20d588","name":"Agency TimeZone","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/agency/timezone/{AgencyID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"TimeZoneID\": 21,\r\n    \"Name\": \"Eastern Standard Time\",\r\n    \"CurrentUTCOffset\": \"-04:00\",\r\n    \"DisplayName\": \"(UTC-05:00) Eastern Time (US & Canada)\",\r\n    \"Abbreviation\": \"EST\",\r\n    \"IsAvailable\": false\r\n}"}],"_postman_id":"67c91c8a-7404-45ff-9432-37d1de15fd0c"},{"name":"Timezones List","id":"e9d4ba38-fcb3-4ec3-8337-4c01f2288615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/agency/timezones","description":"<p>Returns a comprehensive list of all supported time zones within the platform. This is useful for setting or selecting time zones for agencies, locations, and scheduled actions.</p>\n","urlObject":{"protocol":"https","path":["api","agency","timezones"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"6a7ed5c6-3894-49b3-bd15-d76252b963aa","name":"Timezones List","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/agency/timezones"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"TimeZoneID\": 1,\r\n        \"Name\": \"Dateline Standard Time\",\r\n        \"CurrentUTCOffset\": \"-12:00\",\r\n        \"DisplayName\": \"(UTC-12:00) International Date Line West\",\r\n        \"Abbreviation\": \"DST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 2,\r\n        \"Name\": \"UTC-11\",\r\n        \"CurrentUTCOffset\": \"-11:00\",\r\n        \"DisplayName\": \"(UTC-11:00) Coordinated Universal Time-11\",\r\n        \"Abbreviation\": \"UTC-11\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 4,\r\n        \"Name\": \"Hawaiian Standard Time\",\r\n        \"CurrentUTCOffset\": \"-10:00\",\r\n        \"DisplayName\": \"(UTC-10:00) Hawaii\",\r\n        \"Abbreviation\": \"HST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 5,\r\n        \"Name\": \"Marquesas Standard Time\",\r\n        \"CurrentUTCOffset\": \"-09:30\",\r\n        \"DisplayName\": \"(UTC-09:30) Marquesas Islands\",\r\n        \"Abbreviation\": \"MART\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 3,\r\n        \"Name\": \"Aleutian Standard Time\",\r\n        \"CurrentUTCOffset\": \"-09:00\",\r\n        \"DisplayName\": \"(UTC-10:00) Aleutian Islands\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 7,\r\n        \"Name\": \"UTC-09\",\r\n        \"CurrentUTCOffset\": \"-09:00\",\r\n        \"DisplayName\": \"(UTC-09:00) Coordinated Universal Time-09\",\r\n        \"Abbreviation\": \"UTC-09\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 6,\r\n        \"Name\": \"Alaskan Standard Time\",\r\n        \"CurrentUTCOffset\": \"-08:00\",\r\n        \"DisplayName\": \"(UTC-09:00) Alaska\",\r\n        \"Abbreviation\": \"AKT\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 9,\r\n        \"Name\": \"UTC-08\",\r\n        \"CurrentUTCOffset\": \"-08:00\",\r\n        \"DisplayName\": \"(UTC-08:00) Coordinated Universal Time-08\",\r\n        \"Abbreviation\": \"UTC-08\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 10,\r\n        \"Name\": \"Pacific Standard Time\",\r\n        \"CurrentUTCOffset\": \"-07:00\",\r\n        \"DisplayName\": \"(UTC-08:00) Pacific Time (US & Canada)\",\r\n        \"Abbreviation\": \"PST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 11,\r\n        \"Name\": \"US Mountain Standard Time\",\r\n        \"CurrentUTCOffset\": \"-07:00\",\r\n        \"DisplayName\": \"(UTC-07:00) Arizona\",\r\n        \"Abbreviation\": \"US MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 12,\r\n        \"Name\": \"Mountain Standard Time (Mexico)\",\r\n        \"CurrentUTCOffset\": \"-07:00\",\r\n        \"DisplayName\": \"(UTC-07:00) Chihuahua, La Paz, Mazatlan\",\r\n        \"Abbreviation\": \"MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 8,\r\n        \"Name\": \"Pacific Standard Time (Mexico)\",\r\n        \"CurrentUTCOffset\": \"-07:00\",\r\n        \"DisplayName\": \"(UTC-08:00) Baja California\",\r\n        \"Abbreviation\": \"PST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 152,\r\n        \"Name\": \"Yukon Standard Time\",\r\n        \"CurrentUTCOffset\": \"-07:00\",\r\n        \"DisplayName\": \"(UTC-07:00) Yukon\",\r\n        \"Abbreviation\": \"YST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 13,\r\n        \"Name\": \"Mountain Standard Time\",\r\n        \"CurrentUTCOffset\": \"-06:00\",\r\n        \"DisplayName\": \"(UTC-07:00) Mountain Time (US & Canada)\",\r\n        \"Abbreviation\": \"MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 14,\r\n        \"Name\": \"Central America Standard Time\",\r\n        \"CurrentUTCOffset\": \"-06:00\",\r\n        \"DisplayName\": \"(UTC-06:00) Central America\",\r\n        \"Abbreviation\": \"CST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 17,\r\n        \"Name\": \"Central Standard Time (Mexico)\",\r\n        \"CurrentUTCOffset\": \"-06:00\",\r\n        \"DisplayName\": \"(UTC-06:00) Guadalajara, Mexico City, Monterrey\",\r\n        \"Abbreviation\": \"CST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 18,\r\n        \"Name\": \"Canada Central Standard Time\",\r\n        \"CurrentUTCOffset\": \"-06:00\",\r\n        \"DisplayName\": \"(UTC-06:00) Saskatchewan\",\r\n        \"Abbreviation\": \"CST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 19,\r\n        \"Name\": \"SA Pacific Standard Time\",\r\n        \"CurrentUTCOffset\": \"-05:00\",\r\n        \"DisplayName\": \"(UTC-05:00) Bogota, Lima, Quito, Rio Branco\",\r\n        \"Abbreviation\": \"SA PST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 20,\r\n        \"Name\": \"Eastern Standard Time (Mexico)\",\r\n        \"CurrentUTCOffset\": \"-05:00\",\r\n        \"DisplayName\": \"(UTC-05:00) Chetumal\",\r\n        \"Abbreviation\": \"EST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 15,\r\n        \"Name\": \"Central Standard Time\",\r\n        \"CurrentUTCOffset\": \"-05:00\",\r\n        \"DisplayName\": \"(UTC-06:00) Central Time (US & Canada)\",\r\n        \"Abbreviation\": \"CST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 16,\r\n        \"Name\": \"Easter Island Standard Time\",\r\n        \"CurrentUTCOffset\": \"-05:00\",\r\n        \"DisplayName\": \"(UTC-06:00) Easter Island\",\r\n        \"Abbreviation\": \"EAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 139,\r\n        \"Name\": \"Turks and Caicos Standard Time\",\r\n        \"CurrentUTCOffset\": \"-05:00\",\r\n        \"DisplayName\": \"(UTC-05:00) Turks and Caicos\",\r\n        \"Abbreviation\": \"TaCST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 21,\r\n        \"Name\": \"Eastern Standard Time\",\r\n        \"CurrentUTCOffset\": \"-04:00\",\r\n        \"DisplayName\": \"(UTC-05:00) Eastern Time (US & Canada)\",\r\n        \"Abbreviation\": \"EST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 22,\r\n        \"Name\": \"Haiti Standard Time\",\r\n        \"CurrentUTCOffset\": \"-04:00\",\r\n        \"DisplayName\": \"(UTC-05:00) Haiti\",\r\n        \"Abbreviation\": \"HST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 23,\r\n        \"Name\": \"Cuba Standard Time\",\r\n        \"CurrentUTCOffset\": \"-04:00\",\r\n        \"DisplayName\": \"(UTC-05:00) Havana\",\r\n        \"Abbreviation\": \"CST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 24,\r\n        \"Name\": \"US Eastern Standard Time\",\r\n        \"CurrentUTCOffset\": \"-04:00\",\r\n        \"DisplayName\": \"(UTC-05:00) Indiana (East)\",\r\n        \"Abbreviation\": \"US EST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 25,\r\n        \"Name\": \"Turks And Caicos Standard Time\",\r\n        \"CurrentUTCOffset\": \"-04:00\",\r\n        \"DisplayName\": \"(UTC-05:00) Turks and Caicos\",\r\n        \"Abbreviation\": \"TACST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 28,\r\n        \"Name\": \"Venezuela Standard Time\",\r\n        \"CurrentUTCOffset\": \"-04:00\",\r\n        \"DisplayName\": \"(UTC-04:00) Caracas\",\r\n        \"Abbreviation\": \"VST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 29,\r\n        \"Name\": \"Central Brazilian Standard Time\",\r\n        \"CurrentUTCOffset\": \"-04:00\",\r\n        \"DisplayName\": \"(UTC-04:00) Cuiaba\",\r\n        \"Abbreviation\": \"CBST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 30,\r\n        \"Name\": \"SA Western Standard Time\",\r\n        \"CurrentUTCOffset\": \"-04:00\",\r\n        \"DisplayName\": \"(UTC-04:00) Georgetown, La Paz, Manaus, San Juan\",\r\n        \"Abbreviation\": \"SAWST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 31,\r\n        \"Name\": \"Pacific SA Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-04:00) Santiago\",\r\n        \"Abbreviation\": \"PSAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 33,\r\n        \"Name\": \"Tocantins Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-03:00) Araguaina\",\r\n        \"Abbreviation\": \"TST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 34,\r\n        \"Name\": \"E. South America Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-03:00) Brasilia\",\r\n        \"Abbreviation\": \"ESAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 35,\r\n        \"Name\": \"SA Eastern Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-03:00) Cayenne, Fortaleza\",\r\n        \"Abbreviation\": \"SAEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 36,\r\n        \"Name\": \"Argentina Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-03:00) City of Buenos Aires\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 37,\r\n        \"Name\": \"Greenland Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-03:00) Greenland\",\r\n        \"Abbreviation\": \"GST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 38,\r\n        \"Name\": \"Montevideo Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-03:00) Montevideo\",\r\n        \"Abbreviation\": \"MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 39,\r\n        \"Name\": \"Magallanes Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-03:00) Punta Arenas\",\r\n        \"Abbreviation\": \"MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 26,\r\n        \"Name\": \"Paraguay Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-04:00) Asuncion\",\r\n        \"Abbreviation\": \"PST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 27,\r\n        \"Name\": \"Atlantic Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-04:00) Atlantic Time (Canada)\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 41,\r\n        \"Name\": \"Bahia Standard Time\",\r\n        \"CurrentUTCOffset\": \"-03:00\",\r\n        \"DisplayName\": \"(UTC-03:00) Salvador\",\r\n        \"Abbreviation\": \"BST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 32,\r\n        \"Name\": \"Newfoundland Standard Time\",\r\n        \"CurrentUTCOffset\": \"-02:30\",\r\n        \"DisplayName\": \"(UTC-03:30) Newfoundland\",\r\n        \"Abbreviation\": \"NST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 40,\r\n        \"Name\": \"Saint Pierre Standard Time\",\r\n        \"CurrentUTCOffset\": \"-02:00\",\r\n        \"DisplayName\": \"(UTC-03:00) Saint Pierre and Miquelon\",\r\n        \"Abbreviation\": \"SPST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 42,\r\n        \"Name\": \"UTC-02\",\r\n        \"CurrentUTCOffset\": \"-02:00\",\r\n        \"DisplayName\": \"(UTC-02:00) Coordinated Universal Time-02\",\r\n        \"Abbreviation\": \"UTC-02\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 43,\r\n        \"Name\": \"Mid-Atlantic Standard Time\",\r\n        \"CurrentUTCOffset\": \"-02:00\",\r\n        \"DisplayName\": \"(UTC-02:00) Mid-Atlantic - Old\",\r\n        \"Abbreviation\": \"MAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 44,\r\n        \"Name\": \"Azores Standard Time\",\r\n        \"CurrentUTCOffset\": \"-01:00\",\r\n        \"DisplayName\": \"(UTC-01:00) Azores\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 45,\r\n        \"Name\": \"Cape Verde Standard Time\",\r\n        \"CurrentUTCOffset\": \"-01:00\",\r\n        \"DisplayName\": \"(UTC-01:00) Cabo Verde Is.\",\r\n        \"Abbreviation\": \"CVST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 137,\r\n        \"Name\": \"Samoa Standard Time\",\r\n        \"CurrentUTCOffset\": \"+14:00\",\r\n        \"DisplayName\": \"(UTC+13:00) Samoa\",\r\n        \"Abbreviation\": \"SST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 138,\r\n        \"Name\": \"Line Islands Standard Time\",\r\n        \"CurrentUTCOffset\": \"+14:00\",\r\n        \"DisplayName\": \"(UTC+14:00) Kiritimati Island\",\r\n        \"Abbreviation\": \"LIST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 134,\r\n        \"Name\": \"Chatham Islands Standard Time\",\r\n        \"CurrentUTCOffset\": \"+13:45\",\r\n        \"DisplayName\": \"(UTC+12:45) Chatham Islands\",\r\n        \"Abbreviation\": \"CIST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 135,\r\n        \"Name\": \"UTC+13\",\r\n        \"CurrentUTCOffset\": \"+13:00\",\r\n        \"DisplayName\": \"(UTC+13:00) Coordinated Universal Time+13\",\r\n        \"Abbreviation\": \"UTC+13\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 136,\r\n        \"Name\": \"Tonga Standard Time\",\r\n        \"CurrentUTCOffset\": \"+13:00\",\r\n        \"DisplayName\": \"(UTC+13:00) Nuku'alofa\",\r\n        \"Abbreviation\": \"TST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 130,\r\n        \"Name\": \"New Zealand Standard Time\",\r\n        \"CurrentUTCOffset\": \"+12:00\",\r\n        \"DisplayName\": \"(UTC+12:00) Auckland, Wellington\",\r\n        \"Abbreviation\": \"NZST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 131,\r\n        \"Name\": \"UTC+12\",\r\n        \"CurrentUTCOffset\": \"+12:00\",\r\n        \"DisplayName\": \"(UTC+12:00) Coordinated Universal Time+12\",\r\n        \"Abbreviation\": \"UTC+12\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 132,\r\n        \"Name\": \"Fiji Standard Time\",\r\n        \"CurrentUTCOffset\": \"+12:00\",\r\n        \"DisplayName\": \"(UTC+12:00) Fiji\",\r\n        \"Abbreviation\": \"FST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 133,\r\n        \"Name\": \"Kamchatka Standard Time\",\r\n        \"CurrentUTCOffset\": \"+12:00\",\r\n        \"DisplayName\": \"(UTC+12:00) Petropavlovsk-Kamchatsky - Old\",\r\n        \"Abbreviation\": \"KST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 122,\r\n        \"Name\": \"Lord Howe Standard Time\",\r\n        \"CurrentUTCOffset\": \"+11:00\",\r\n        \"DisplayName\": \"(UTC+10:30) Lord Howe Island\",\r\n        \"Abbreviation\": \"LHST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 123,\r\n        \"Name\": \"Bougainville Standard Time\",\r\n        \"CurrentUTCOffset\": \"+11:00\",\r\n        \"DisplayName\": \"(UTC+11:00) Bougainville Island\",\r\n        \"Abbreviation\": \"BST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 125,\r\n        \"Name\": \"Magadan Standard Time\",\r\n        \"CurrentUTCOffset\": \"+11:00\",\r\n        \"DisplayName\": \"(UTC+11:00) Magadan\",\r\n        \"Abbreviation\": \"MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 126,\r\n        \"Name\": \"Norfolk Standard Time\",\r\n        \"CurrentUTCOffset\": \"+11:00\",\r\n        \"DisplayName\": \"(UTC+11:00) Norfolk Island\",\r\n        \"Abbreviation\": \"NST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 127,\r\n        \"Name\": \"Sakhalin Standard Time\",\r\n        \"CurrentUTCOffset\": \"+11:00\",\r\n        \"DisplayName\": \"(UTC+11:00) Sakhalin\",\r\n        \"Abbreviation\": \"SST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 128,\r\n        \"Name\": \"Central Pacific Standard Time\",\r\n        \"CurrentUTCOffset\": \"+11:00\",\r\n        \"DisplayName\": \"(UTC+11:00) Solomon Is., New Caledonia\",\r\n        \"Abbreviation\": \"CPST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 118,\r\n        \"Name\": \"AUS Eastern Standard Time\",\r\n        \"CurrentUTCOffset\": \"+11:00\",\r\n        \"DisplayName\": \"(UTC+10:00) Canberra, Melbourne, Sydney\",\r\n        \"Abbreviation\": \"AUSEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 120,\r\n        \"Name\": \"Tasmania Standard Time\",\r\n        \"CurrentUTCOffset\": \"+11:00\",\r\n        \"DisplayName\": \"(UTC+10:00) Hobart\",\r\n        \"Abbreviation\": \"TST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 115,\r\n        \"Name\": \"Cen. Australia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+10:30\",\r\n        \"DisplayName\": \"(UTC+09:30) Adelaide\",\r\n        \"Abbreviation\": \"CAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 117,\r\n        \"Name\": \"E. Australia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+10:00\",\r\n        \"DisplayName\": \"(UTC+10:00) Brisbane\",\r\n        \"Abbreviation\": \"AEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 121,\r\n        \"Name\": \"Vladivostok Standard Time\",\r\n        \"CurrentUTCOffset\": \"+10:00\",\r\n        \"DisplayName\": \"(UTC+10:00) Vladivostok\",\r\n        \"Abbreviation\": \"VST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 119,\r\n        \"Name\": \"West Pacific Standard Time\",\r\n        \"CurrentUTCOffset\": \"+10:00\",\r\n        \"DisplayName\": \"(UTC+10:00) Guam, Port Moresby\",\r\n        \"Abbreviation\": \"WPST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 116,\r\n        \"Name\": \"AUS Central Standard Time\",\r\n        \"CurrentUTCOffset\": \"+09:30\",\r\n        \"DisplayName\": \"(UTC+09:30) Darwin\",\r\n        \"Abbreviation\": \"AUSCST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 110,\r\n        \"Name\": \"Transbaikal Standard Time\",\r\n        \"CurrentUTCOffset\": \"+09:00\",\r\n        \"DisplayName\": \"(UTC+09:00) Chita\",\r\n        \"Abbreviation\": \"TST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 111,\r\n        \"Name\": \"Tokyo Standard Time\",\r\n        \"CurrentUTCOffset\": \"+09:00\",\r\n        \"DisplayName\": \"(UTC+09:00) Osaka, Sapporo, Tokyo\",\r\n        \"Abbreviation\": \"TST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 112,\r\n        \"Name\": \"North Korea Standard Time\",\r\n        \"CurrentUTCOffset\": \"+09:00\",\r\n        \"DisplayName\": \"(UTC+09:00) Pyongyang\",\r\n        \"Abbreviation\": \"NKST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 113,\r\n        \"Name\": \"Korea Standard Time\",\r\n        \"CurrentUTCOffset\": \"+09:00\",\r\n        \"DisplayName\": \"(UTC+09:00) Seoul\",\r\n        \"Abbreviation\": \"KST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 114,\r\n        \"Name\": \"Yakutsk Standard Time\",\r\n        \"CurrentUTCOffset\": \"+09:00\",\r\n        \"DisplayName\": \"(UTC+09:00) Yakutsk\",\r\n        \"Abbreviation\": \"YST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 109,\r\n        \"Name\": \"Aus Central W. Standard Time\",\r\n        \"CurrentUTCOffset\": \"+08:45\",\r\n        \"DisplayName\": \"(UTC+08:45) Eucla\",\r\n        \"Abbreviation\": \"ACWST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 103,\r\n        \"Name\": \"China Standard Time\",\r\n        \"CurrentUTCOffset\": \"+08:00\",\r\n        \"DisplayName\": \"(UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi\",\r\n        \"Abbreviation\": \"CST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 104,\r\n        \"Name\": \"North Asia East Standard Time\",\r\n        \"CurrentUTCOffset\": \"+08:00\",\r\n        \"DisplayName\": \"(UTC+08:00) Irkutsk\",\r\n        \"Abbreviation\": \"NAEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 105,\r\n        \"Name\": \"Singapore Standard Time\",\r\n        \"CurrentUTCOffset\": \"+08:00\",\r\n        \"DisplayName\": \"(UTC+08:00) Kuala Lumpur, Singapore\",\r\n        \"Abbreviation\": \"SST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 106,\r\n        \"Name\": \"W. Australia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+08:00\",\r\n        \"DisplayName\": \"(UTC+08:00) Perth\",\r\n        \"Abbreviation\": \"WAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 107,\r\n        \"Name\": \"Taipei Standard Time\",\r\n        \"CurrentUTCOffset\": \"+08:00\",\r\n        \"DisplayName\": \"(UTC+08:00) Taipei\",\r\n        \"Abbreviation\": \"TST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 108,\r\n        \"Name\": \"Ulaanbaatar Standard Time\",\r\n        \"CurrentUTCOffset\": \"+08:00\",\r\n        \"DisplayName\": \"(UTC+08:00) Ulaanbaatar\",\r\n        \"Abbreviation\": \"UST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 97,\r\n        \"Name\": \"SE Asia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+07:00\",\r\n        \"DisplayName\": \"(UTC+07:00) Bangkok, Hanoi, Jakarta\",\r\n        \"Abbreviation\": \"SEAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 98,\r\n        \"Name\": \"Altai Standard Time\",\r\n        \"CurrentUTCOffset\": \"+07:00\",\r\n        \"DisplayName\": \"(UTC+07:00) Barnaul, Gorno-Altaysk\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 99,\r\n        \"Name\": \"W. Mongolia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+07:00\",\r\n        \"DisplayName\": \"(UTC+07:00) Hovd\",\r\n        \"Abbreviation\": \"WMST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 100,\r\n        \"Name\": \"North Asia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+07:00\",\r\n        \"DisplayName\": \"(UTC+07:00) Krasnoyarsk\",\r\n        \"Abbreviation\": \"NAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 101,\r\n        \"Name\": \"N. Central Asia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+07:00\",\r\n        \"DisplayName\": \"(UTC+07:00) Novosibirsk\",\r\n        \"Abbreviation\": \"NCAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 102,\r\n        \"Name\": \"Tomsk Standard Time\",\r\n        \"CurrentUTCOffset\": \"+07:00\",\r\n        \"DisplayName\": \"(UTC+07:00) Tomsk\",\r\n        \"Abbreviation\": \"TST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 96,\r\n        \"Name\": \"Myanmar Standard Time\",\r\n        \"CurrentUTCOffset\": \"+06:30\",\r\n        \"DisplayName\": \"(UTC+06:30) Yangon (Rangoon)\",\r\n        \"Abbreviation\": \"MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 93,\r\n        \"Name\": \"Central Asia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+06:00\",\r\n        \"DisplayName\": \"(UTC+06:00) Astana\",\r\n        \"Abbreviation\": \"CAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 94,\r\n        \"Name\": \"Bangladesh Standard Time\",\r\n        \"CurrentUTCOffset\": \"+06:00\",\r\n        \"DisplayName\": \"(UTC+06:00) Dhaka\",\r\n        \"Abbreviation\": \"BST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 95,\r\n        \"Name\": \"Omsk Standard Time\",\r\n        \"CurrentUTCOffset\": \"+06:00\",\r\n        \"DisplayName\": \"(UTC+06:00) Omsk\",\r\n        \"Abbreviation\": \"OST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 92,\r\n        \"Name\": \"Nepal Standard Time\",\r\n        \"CurrentUTCOffset\": \"+05:45\",\r\n        \"DisplayName\": \"(UTC+05:45) Kathmandu\",\r\n        \"Abbreviation\": \"NST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 90,\r\n        \"Name\": \"India Standard Time\",\r\n        \"CurrentUTCOffset\": \"+05:30\",\r\n        \"DisplayName\": \"(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi\",\r\n        \"Abbreviation\": \"IST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 91,\r\n        \"Name\": \"Sri Lanka Standard Time\",\r\n        \"CurrentUTCOffset\": \"+05:30\",\r\n        \"DisplayName\": \"(UTC+05:30) Sri Jayawardenepura\",\r\n        \"Abbreviation\": \"SLST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 87,\r\n        \"Name\": \"West Asia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+05:00\",\r\n        \"DisplayName\": \"(UTC+05:00) Ashgabat, Tashkent\",\r\n        \"Abbreviation\": \"WAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 88,\r\n        \"Name\": \"Ekaterinburg Standard Time\",\r\n        \"CurrentUTCOffset\": \"+05:00\",\r\n        \"DisplayName\": \"(UTC+05:00) Ekaterinburg\",\r\n        \"Abbreviation\": \"EST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 89,\r\n        \"Name\": \"Pakistan Standard Time\",\r\n        \"CurrentUTCOffset\": \"+05:00\",\r\n        \"DisplayName\": \"(UTC+05:00) Islamabad, Karachi\",\r\n        \"Abbreviation\": \"PST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 153,\r\n        \"Name\": \"Qyzylorda Standard Time\",\r\n        \"CurrentUTCOffset\": \"+05:00\",\r\n        \"DisplayName\": \"(UTC+05:00) Qyzylorda\",\r\n        \"Abbreviation\": \"QST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 86,\r\n        \"Name\": \"Afghanistan Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:30\",\r\n        \"DisplayName\": \"(UTC+04:30) Kabul\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 77,\r\n        \"Name\": \"Arabian Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:00\",\r\n        \"DisplayName\": \"(UTC+04:00) Abu Dhabi, Muscat\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 78,\r\n        \"Name\": \"Astrakhan Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:00\",\r\n        \"DisplayName\": \"(UTC+04:00) Astrakhan, Ulyanovsk\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 79,\r\n        \"Name\": \"Azerbaijan Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:00\",\r\n        \"DisplayName\": \"(UTC+04:00) Baku\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 81,\r\n        \"Name\": \"Mauritius Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:00\",\r\n        \"DisplayName\": \"(UTC+04:00) Port Louis\",\r\n        \"Abbreviation\": \"MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 82,\r\n        \"Name\": \"Saratov Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:00\",\r\n        \"DisplayName\": \"(UTC+04:00) Saratov\",\r\n        \"Abbreviation\": \"SST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 83,\r\n        \"Name\": \"Georgian Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:00\",\r\n        \"DisplayName\": \"(UTC+04:00) Tbilisi\",\r\n        \"Abbreviation\": \"GST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 84,\r\n        \"Name\": \"Volgograd Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:00\",\r\n        \"DisplayName\": \"(UTC+04:00) Volgograd\",\r\n        \"Abbreviation\": \"VST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 85,\r\n        \"Name\": \"Caucasus Standard Time\",\r\n        \"CurrentUTCOffset\": \"+04:00\",\r\n        \"DisplayName\": \"(UTC+04:00) Yerevan\",\r\n        \"Abbreviation\": \"CST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 76,\r\n        \"Name\": \"Iran Standard Time\",\r\n        \"CurrentUTCOffset\": \"+03:30\",\r\n        \"DisplayName\": \"(UTC+03:30) Tehran\",\r\n        \"Abbreviation\": \"IST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 70,\r\n        \"Name\": \"Arabic Standard Time\",\r\n        \"CurrentUTCOffset\": \"+03:00\",\r\n        \"DisplayName\": \"(UTC+03:00) Baghdad\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 71,\r\n        \"Name\": \"Turkey Standard Time\",\r\n        \"CurrentUTCOffset\": \"+03:00\",\r\n        \"DisplayName\": \"(UTC+03:00) Istanbul\",\r\n        \"Abbreviation\": \"TST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 72,\r\n        \"Name\": \"Arab Standard Time\",\r\n        \"CurrentUTCOffset\": \"+03:00\",\r\n        \"DisplayName\": \"(UTC+03:00) Kuwait, Riyadh\",\r\n        \"Abbreviation\": \"AST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 73,\r\n        \"Name\": \"Belarus Standard Time\",\r\n        \"CurrentUTCOffset\": \"+03:00\",\r\n        \"DisplayName\": \"(UTC+03:00) Minsk\",\r\n        \"Abbreviation\": \"BST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 74,\r\n        \"Name\": \"Russian Standard Time\",\r\n        \"CurrentUTCOffset\": \"+03:00\",\r\n        \"DisplayName\": \"(UTC+03:00) Moscow, St. Petersburg\",\r\n        \"Abbreviation\": \"RST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 75,\r\n        \"Name\": \"E. Africa Standard Time\",\r\n        \"CurrentUTCOffset\": \"+03:00\",\r\n        \"DisplayName\": \"(UTC+03:00) Nairobi\",\r\n        \"Abbreviation\": \"EAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 56,\r\n        \"Name\": \"Jordan Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Amman\",\r\n        \"Abbreviation\": \"JST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 57,\r\n        \"Name\": \"GTB Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Athens, Bucharest\",\r\n        \"Abbreviation\": \"GTBST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 58,\r\n        \"Name\": \"Middle East Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Beirut\",\r\n        \"Abbreviation\": \"MEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 59,\r\n        \"Name\": \"Egypt Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Cairo\",\r\n        \"Abbreviation\": \"EST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 60,\r\n        \"Name\": \"E. Europe Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Chisinau\",\r\n        \"Abbreviation\": \"EEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 61,\r\n        \"Name\": \"Syria Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Damascus\",\r\n        \"Abbreviation\": \"SST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 63,\r\n        \"Name\": \"South Africa Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Harare, Pretoria\",\r\n        \"Abbreviation\": \"SAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 64,\r\n        \"Name\": \"FLE Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius\",\r\n        \"Abbreviation\": \"FLEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 65,\r\n        \"Name\": \"Israel Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Jerusalem\",\r\n        \"Abbreviation\": \"IST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 66,\r\n        \"Name\": \"Kaliningrad Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Kaliningrad\",\r\n        \"Abbreviation\": \"KST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 67,\r\n        \"Name\": \"Sudan Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Khartoum\",\r\n        \"Abbreviation\": \"SST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 68,\r\n        \"Name\": \"Libya Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Tripoli\",\r\n        \"Abbreviation\": \"LST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 69,\r\n        \"Name\": \"Namibia Standard Time\",\r\n        \"CurrentUTCOffset\": \"+02:00\",\r\n        \"DisplayName\": \"(UTC+02:00) Windhoek\",\r\n        \"Abbreviation\": \"NST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 49,\r\n        \"Name\": \"W. Europe Standard Time\",\r\n        \"CurrentUTCOffset\": \"+01:00\",\r\n        \"DisplayName\": \"(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna\",\r\n        \"Abbreviation\": \"WEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 50,\r\n        \"Name\": \"Central Europe Standard Time\",\r\n        \"CurrentUTCOffset\": \"+01:00\",\r\n        \"DisplayName\": \"(UTC+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague\",\r\n        \"Abbreviation\": \"CEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 51,\r\n        \"Name\": \"Romance Standard Time\",\r\n        \"CurrentUTCOffset\": \"+01:00\",\r\n        \"DisplayName\": \"(UTC+01:00) Brussels, Copenhagen, Madrid, Paris\",\r\n        \"Abbreviation\": \"RST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 52,\r\n        \"Name\": \"Morocco Standard Time\",\r\n        \"CurrentUTCOffset\": \"+01:00\",\r\n        \"DisplayName\": \"(UTC+01:00) Casablanca\",\r\n        \"Abbreviation\": \"MST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 53,\r\n        \"Name\": \"Sao Tome Standard Time\",\r\n        \"CurrentUTCOffset\": \"+01:00\",\r\n        \"DisplayName\": \"(UTC+00:00) Sao Tome\",\r\n        \"Abbreviation\": \"STST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 54,\r\n        \"Name\": \"Central European Standard Time\",\r\n        \"CurrentUTCOffset\": \"+01:00\",\r\n        \"DisplayName\": \"(UTC+01:00) Sarajevo, Skopje, Warsaw, Zagreb\",\r\n        \"Abbreviation\": \"CEST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 55,\r\n        \"Name\": \"W. Central Africa Standard Time\",\r\n        \"CurrentUTCOffset\": \"+01:00\",\r\n        \"DisplayName\": \"(UTC+01:00) West Central Africa\",\r\n        \"Abbreviation\": \"WCAST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 46,\r\n        \"Name\": \"UTC\",\r\n        \"CurrentUTCOffset\": \"+00:00\",\r\n        \"DisplayName\": \"UTC\",\r\n        \"Abbreviation\": \"UTC\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 47,\r\n        \"Name\": \"GMT Standard Time\",\r\n        \"CurrentUTCOffset\": \"+00:00\",\r\n        \"DisplayName\": \"(UTC+00:00) Dublin, Edinburgh, Lisbon, London\",\r\n        \"Abbreviation\": \"GMTST\",\r\n        \"IsAvailable\": false\r\n    },\r\n    {\r\n        \"TimeZoneID\": 48,\r\n        \"Name\": \"Greenwich Standard Time\",\r\n        \"CurrentUTCOffset\": \"+00:00\",\r\n        \"DisplayName\": \"(UTC+00:00) Monrovia, Reykjavik\",\r\n        \"Abbreviation\": \"GST\",\r\n        \"IsAvailable\": false\r\n    }\r\n]"}],"_postman_id":"e9d4ba38-fcb3-4ec3-8337-4c01f2288615"},{"name":"Agency List With Access","id":"864b8a6b-534c-4b30-9842-9f2f59dd3bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.dba.media/api/location/agencylist","description":"<p>Returns a list of agencies that the authenticated user has access to. This is particularly useful for multi-agency setups where a user may have access to manage multiple client accounts.</p>\n","urlObject":{"protocol":"https","path":["api","location","agencylist"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"209b826b-d9df-408a-a0a6-625bbeab3775","name":"Agency List With Access","originalRequest":{"method":"POST","header":[],"url":"https://api.dba.media/api/location/agencylist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"AgencyId\": 10001,\r\n    \"AgencyName\": \"Agency Alpha\"\r\n  },\r\n  {\r\n    \"AgencyId\": 10002,\r\n    \"AgencyName\": \"Agency Beta\"\r\n  },\r\n  {\r\n    \"AgencyId\": 10003,\r\n    \"AgencyName\": \"Agency Gamma\"\r\n  }\r\n]\r\n"}],"_postman_id":"864b8a6b-534c-4b30-9842-9f2f59dd3bb4"},{"name":"Agency Locations Paginated","id":"2dd8ea86-7b3c-433c-ae51-776acea9f82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/agency/locations/{AgencyID}/{startpage}/{pagesize}","description":"<p>Returns a paginated list of locations for a specific agency. This is optimized for agencies managing large volumes of locations, allowing data to be loaded in pages.</p>\n","urlObject":{"protocol":"https","path":["api","agency","locations","{AgencyID}","{startpage}","{pagesize}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"fe845c3b-5e3f-427c-a280-baf818671b56","name":"Agency Locations Paginated","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/agency/locations/{AgencyID}/{startpage}/{pagesize}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"LocationId\": 100001,\r\n    \"ClientId\": 20001,\r\n    \"AgencyId\": 30001,\r\n    \"WeeklyUpdate\": null,\r\n    \"WeeklyPhotoCount\": null,\r\n    \"FiveStarLink\": \"https://search.google.com/local/writereview?placeid=PLACE_ID_MASKED\",\r\n    \"CompanyName\": \"Sample Business A\",\r\n    \"Address1\": \"123 Main St\",\r\n    \"Address2\": \"\",\r\n    \"City\": \"Anytown\",\r\n    \"State\": \"StateX\",\r\n    \"Zipcode\": \"00000\",\r\n    \"Country\": \"US\",\r\n    \"Phone\": \"\",\r\n    \"PhoneExists\": 0,\r\n    \"WebsiteUrlExists\": 0,\r\n    \"PrimaryCategory\": \"gcid:sample_category\",\r\n    \"WebsiteUrl\": \"\",\r\n    \"Email\": null,\r\n    \"Description\": null,\r\n    \"AccountNumber\": \"ACC001\",\r\n    \"Notes\": null,\r\n    \"ReviewLink\": null,\r\n    \"ActionItemCount\": null,\r\n    \"ActivityCount\": null,\r\n    \"TaskListID\": null,\r\n    \"OptimizationProgress\": null,\r\n    \"Lat\": 0.0,\r\n    \"Lon\": 0.0,\r\n    \"Archived\": false,\r\n    \"GMBLocationName\": \"accounts/ACCOUNT_ID_MASKED/locations/LOCATION_ID_MASKED\",\r\n    \"ClientInitiatives\": null,\r\n    \"CanPurchaseFrom\": false,\r\n    \"total_count\": 0.0,\r\n    \"CanDelete\": true,\r\n    \"CanUpdate\": false,\r\n    \"HasPendingVerification\": false,\r\n    \"IsDisabled\": false,\r\n    \"IsDisconnected\": true,\r\n    \"IsDuplicate\": false,\r\n    \"IsGoogleUpdated\": null,\r\n    \"IsLocalPostApiDisabled\": null,\r\n    \"IsPendingReview\": false,\r\n    \"IsPublished\": true,\r\n    \"IsSuspended\": false,\r\n    \"IsVerified\": false,\r\n    \"NeedsReverification\": false,\r\n    \"LocationOpeningDate\": null,\r\n    \"LocationOpenStatus\": \"OPEN\",\r\n    \"Reporting\": false,\r\n    \"PlaceId\": \"PLACE_ID_MASKED\",\r\n    \"PlusPageId\": null,\r\n    \"ProfileDescription\": \"\",\r\n    \"TotalReviewCount\": null,\r\n    \"AverageRating\": null,\r\n    \"LastSyncedDate\": null,\r\n    \"CreatedDate\": \"2024-12-06T00:00:00.000\",\r\n    \"LastInsightsSyncDate\": null,\r\n    \"LastPostsSyncDate\": null,\r\n    \"LastReviewsSyncDate\": null,\r\n    \"GMBDataImportError\": \"Error while running sync job - Cannot retrieve access token\",\r\n    \"GmcMonthlyAdBudget\": 0.0,\r\n    \"KeywordsRaw\": null,\r\n    \"ZipcodesRaw\": null,\r\n    \"IsPhoneConnectedToCallTracking\": false,\r\n    \"Keywords\": [],\r\n    \"Zipcodes\": [],\r\n    \"AdditionalCategories\": [],\r\n    \"AdditionalPhones\": [],\r\n    \"Photos\": null,\r\n    \"RegularHours\": [],\r\n    \"SpecialHours\": [],\r\n    \"ServiceAreaBusiness\": null,\r\n    \"ServiceAreaPlaces\": [],\r\n    \"LocationTrackingSources\": [],\r\n    \"LocalListingDetails\": null,\r\n    \"Save\": false,\r\n    \"FaxNumber\": \"\",\r\n    \"ActiveSubscription\": false,\r\n    \"HasSubscription\": false,\r\n    \"Subscription\": null,\r\n    \"Attributes\": [],\r\n    \"IsAutoSyncToGMB\": 0,\r\n    \"ProfileSyncData\": {\r\n      \"ScheduledId\": 0,\r\n      \"EntityId\": 0,\r\n      \"EntityTypeId\": 0,\r\n      \"ScheduledType\": 0,\r\n      \"ProfileScheduledData\": null,\r\n      \"ScheduledSyncToGMB\": null,\r\n      \"UpdatedDate\": null,\r\n      \"IsArchived\": false\r\n    },\r\n    \"LocationMenus\": [],\r\n    \"LocationMenuItems\": [],\r\n    \"IsUntaggedLocation\": false,\r\n    \"LocationAddress\": null,\r\n    \"RefreshToken\": null,\r\n    \"LastPublishedDate\": null,\r\n    \"PostTool\": null,\r\n    \"PhotoTool\": null,\r\n    \"ReviewTool\": null,\r\n    \"SWIS\": null,\r\n    \"QATool\": null,\r\n    \"BeforeSync\": null,\r\n    \"AfterSync\": null,\r\n    \"IsLocalListingActive\": false,\r\n    \"AgencyName\": null,\r\n    \"ClientName\": null,\r\n    \"GMBClientID\": null,\r\n    \"GMBClientSecret\": null,\r\n    \"ModifiySchedule\": false,\r\n    \"ScheduledId\": null,\r\n    \"LastQuestionAndAnswersSyncDate\": null,\r\n    \"GMBLocationStatus\": null,\r\n    \"IsPermanentlyClosed\": false,\r\n    \"GMBActivatedDate\": null,\r\n    \"AccountName\": null,\r\n    \"AccountFriendlyName\": null,\r\n    \"LocalListingEntityId\": null,\r\n    \"IsLocalListingDataModified\": false,\r\n    \"IsLocalPhone\": true,\r\n    \"IsLocalWebsiteUrl\": true,\r\n    \"StateID\": null,\r\n    \"CountryName\": null,\r\n    \"CountryCode\": null,\r\n    \"StateProvinceCode\": null,\r\n    \"CountryID\": null,\r\n    \"IsBaselineTriggered\": false,\r\n    \"IsServiceAreaBusiness\": false,\r\n    \"IsLocalBusinessDescription\": true,\r\n    \"CanHaveFoodMenu\": false,\r\n    \"LocationSectionMenuItems\": null,\r\n    \"isDataAggregatorActivate\": false,\r\n    \"isListingActivate\": false,\r\n    \"LocationServicesDetails\": null,\r\n    \"IsHideAddress\": null,\r\n    \"IsSAB\": null,\r\n    \"Selected\": false\r\n  },\r\n  {\r\n    \"LocationId\": 100002,\r\n    \"ClientId\": 20002,\r\n    \"AgencyId\": 30001,\r\n    \"WeeklyUpdate\": null,\r\n    \"WeeklyPhotoCount\": null,\r\n    \"FiveStarLink\": null,\r\n    \"CompanyName\": \"Sample Business B\",\r\n    \"Address1\": \"456 Market St\",\r\n    \"Address2\": \"\",\r\n    \"City\": \"Othercity\",\r\n    \"State\": \"StateY\",\r\n    \"Zipcode\": \"11111\",\r\n    \"Country\": \"US\",\r\n    \"Phone\": \"\",\r\n    \"PhoneExists\": 0,\r\n    \"WebsiteUrlExists\": 0,\r\n    \"PrimaryCategory\": \"gcid:sample_restaurant\",\r\n    \"WebsiteUrl\": \"\",\r\n    \"Email\": null,\r\n    \"Description\": null,\r\n    \"AccountNumber\": \"ACC002\",\r\n    \"Notes\": null,\r\n    \"ReviewLink\": null,\r\n    \"ActionItemCount\": null,\r\n    \"ActivityCount\": null,\r\n    \"TaskListID\": null,\r\n    \"OptimizationProgress\": null,\r\n    \"Lat\": 0.0,\r\n    \"Lon\": 0.0,\r\n    \"Archived\": false,\r\n    \"GMBLocationName\": \"accounts/ACCOUNT_ID_MASKED/locations/LOCATION_ID_MASKED\",\r\n    \"ClientInitiatives\": null,\r\n    \"CanPurchaseFrom\": false,\r\n    \"total_count\": 0.0,\r\n    \"CanDelete\": true,\r\n    \"CanUpdate\": true,\r\n    \"HasPendingVerification\": false,\r\n    \"IsDisabled\": true,\r\n    \"IsDisconnected\": true,\r\n    \"IsDuplicate\": false,\r\n    \"IsGoogleUpdated\": true,\r\n    \"IsLocalPostApiDisabled\": null,\r\n    \"IsPendingReview\": false,\r\n    \"IsPublished\": true,\r\n    \"IsSuspended\": false,\r\n    \"IsVerified\": true,\r\n    \"NeedsReverification\": false,\r\n    \"LocationOpeningDate\": null,\r\n    \"LocationOpenStatus\": \"OPEN\",\r\n    \"Reporting\": false,\r\n    \"PlaceId\": \"PLACE_ID_MASKED\",\r\n    \"PlusPageId\": null,\r\n    \"ProfileDescription\": \"\",\r\n    \"TotalReviewCount\": null,\r\n    \"AverageRating\": null,\r\n    \"LastSyncedDate\": null,\r\n    \"CreatedDate\": \"2024-12-06T00:00:00.000\",\r\n    \"LastInsightsSyncDate\": null,\r\n    \"LastPostsSyncDate\": null,\r\n    \"LastReviewsSyncDate\": null,\r\n    \"GMBDataImportError\": \"Error while running sync job - Cannot retrieve access token\",\r\n    \"GmcMonthlyAdBudget\": 0.0,\r\n    \"KeywordsRaw\": null,\r\n    \"ZipcodesRaw\": null,\r\n    \"IsPhoneConnectedToCallTracking\": false,\r\n    \"Keywords\": [],\r\n    \"Zipcodes\": [],\r\n    \"AdditionalCategories\": [],\r\n    \"AdditionalPhones\": [],\r\n    \"Photos\": null,\r\n    \"RegularHours\": [],\r\n    \"SpecialHours\": [],\r\n    \"ServiceAreaBusiness\": null,\r\n    \"ServiceAreaPlaces\": [],\r\n    \"LocationTrackingSources\": [],\r\n    \"LocalListingDetails\": null,\r\n    \"Save\": false,\r\n    \"FaxNumber\": \"\",\r\n    \"ActiveSubscription\": false,\r\n    \"HasSubscription\": false,\r\n    \"Subscription\": null,\r\n    \"Attributes\": [],\r\n    \"IsAutoSyncToGMB\": 0,\r\n    \"ProfileSyncData\": {\r\n      \"ScheduledId\": 0,\r\n      \"EntityId\": 0,\r\n      \"EntityTypeId\": 0,\r\n      \"ScheduledType\": 0,\r\n      \"ProfileScheduledData\": null,\r\n      \"ScheduledSyncToGMB\": null,\r\n      \"UpdatedDate\": null,\r\n      \"IsArchived\": false\r\n    },\r\n    \"LocationMenus\": [],\r\n    \"LocationMenuItems\": [],\r\n    \"IsUntaggedLocation\": false,\r\n    \"LocationAddress\": null,\r\n    \"RefreshToken\": null,\r\n    \"LastPublishedDate\": null,\r\n    \"PostTool\": null,\r\n    \"PhotoTool\": null,\r\n    \"ReviewTool\": null,\r\n    \"SWIS\": null,\r\n    \"QATool\": null,\r\n    \"BeforeSync\": null,\r\n    \"AfterSync\": null,\r\n    \"IsLocalListingActive\": false,\r\n    \"AgencyName\": null,\r\n    \"ClientName\": null,\r\n    \"GMBClientID\": null,\r\n    \"GMBClientSecret\": null,\r\n    \"ModifiySchedule\": false,\r\n    \"ScheduledId\": null,\r\n    \"LastQuestionAndAnswersSyncDate\": null,\r\n    \"GMBLocationStatus\": null,\r\n    \"IsPermanentlyClosed\": false,\r\n    \"GMBActivatedDate\": null,\r\n    \"AccountName\": null,\r\n    \"AccountFriendlyName\": null,\r\n    \"LocalListingEntityId\": null,\r\n    \"IsLocalListingDataModified\": false,\r\n    \"IsLocalPhone\": true,\r\n    \"IsLocalWebsiteUrl\": true,\r\n    \"StateID\": null,\r\n    \"CountryName\": null,\r\n    \"CountryCode\": null,\r\n    \"StateProvinceCode\": null,\r\n    \"CountryID\": null,\r\n    \"IsBaselineTriggered\": false,\r\n    \"IsServiceAreaBusiness\": false,\r\n    \"IsLocalBusinessDescription\": true,\r\n    \"CanHaveFoodMenu\": true,\r\n    \"LocationSectionMenuItems\": null,\r\n    \"isDataAggregatorActivate\": false,\r\n    \"isListingActivate\": false,\r\n    \"LocationServicesDetails\": null,\r\n    \"IsHideAddress\": null,\r\n    \"IsSAB\": null,\r\n    \"Selected\": false\r\n  }\r\n]\r\n"}],"_postman_id":"2dd8ea86-7b3c-433c-ae51-776acea9f82e"},{"name":"Get AgencyID","id":"b75f1fcd-c47a-46cd-baa9-7a9672f89ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://v2-api.dba.media/api/location/GetAgencyId","description":"<p><strong>AgencyId</strong> is a required parameter for many API requests, serving as a primary identifier to access and manage data within your account. For this specific endpoint, use the following base URL:<br /><strong><code>https://v2-api.dba.media/</code></strong></p>\n","urlObject":{"protocol":"https","path":["api","location","GetAgencyId"],"host":["v2-api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"c3f3b395-342b-4e67-a144-214436267215","name":"Get AgencyID","originalRequest":{"method":"GET","header":[],"url":"https://v2-api.dba.media/api/location/GetAgencyId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"AgencyID\": 12345,\r\n    \"AgencyName\": \"Dummy AgencyID\"\r\n}"}],"_postman_id":"b75f1fcd-c47a-46cd-baa9-7a9672f89ddd"}],"id":"ef9b0737-f785-46a3-81d5-aeb221397592","description":"<p>Access and manage agency-level resources including location lists, timezone settings, and agency access. These endpoints are essential for retrieving and organizing business location data, configuring account-level settings, and determining agency associations for users.</p>\n","_postman_id":"ef9b0737-f785-46a3-81d5-aeb221397592"},{"name":"Clients (Groups)","item":[{"name":"List Of Groups","id":"f1d94a4e-a5bd-4c74-8d79-35b8bb0bb9e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/agency/clients/{AgencyID}/?includeTags=undefined","description":"<p>Retrieves a list of client groups associated with a specific agency. Client groups are used to organize locations under a single entity or brand.</p>\n","urlObject":{"protocol":"https","path":["api","agency","clients","{AgencyID}",""],"host":["api","dba","media"],"query":[{"key":"includeTags","value":"undefined"}],"variable":[]}},"response":[{"id":"c386296a-b73e-4559-881f-e029d04ce9d7","name":"List Of Groups","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.dba.media/api/agency/clients/{AgencyID}/?includeTags=undefined","protocol":"https","host":["api","dba","media"],"path":["api","agency","clients","{AgencyID}",""],"query":[{"key":"includeTags","value":"undefined"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"CompanyId\": 10001,\r\n    \"ClientName\": \"Client 1\",\r\n    \"ActiveLocations\": 0,\r\n    \"AllLocations\": 0,\r\n    \"CreatedOn\": \"2025-05-24T20:35:55.05\",\r\n    \"ClientTotalCount\": 0,\r\n    \"ClientFilteredCount\": 0,\r\n    \"ActiveLicense\": 0,\r\n    \"ClientTags\": []\r\n  },\r\n  {\r\n    \"CompanyId\": 10002,\r\n    \"ClientName\": \"Client 2\",\r\n    \"ActiveLocations\": 0,\r\n    \"AllLocations\": 0,\r\n    \"CreatedOn\": \"2025-05-24T21:19:52.93\",\r\n    \"ClientTotalCount\": 0,\r\n    \"ClientFilteredCount\": 0,\r\n    \"ActiveLicense\": 0,\r\n    \"ClientTags\": []\r\n  },\r\n  {\r\n    \"CompanyId\": 10003,\r\n    \"ClientName\": \"Client 3\",\r\n    \"ActiveLocations\": 1,\r\n    \"AllLocations\": 1,\r\n    \"CreatedOn\": \"2025-02-18T16:47:21.087\",\r\n    \"ClientTotalCount\": 0,\r\n    \"ClientFilteredCount\": 0,\r\n    \"ActiveLicense\": 0,\r\n    \"ClientTags\": []\r\n  }\r\n]\r\n"}],"_postman_id":"f1d94a4e-a5bd-4c74-8d79-35b8bb0bb9e1"},{"name":"List of groups with pagination","id":"69d2bff0-319e-48ac-99bc-d5bc144adbe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"SearchBy\": \"\",\r\n  \"OrderByCriteria\": \"ClientName asc\",\r\n  \"PageNumber\": 1,\r\n  \"PageSize\": 10,\r\n  \"IsDropDown\": false,\r\n  \"ManageNotification\": false,\r\n  \"NotificationLookupID\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/agency/clients/{AgencyID}/?includeTags=undefined","description":"<p>Retrieves a paginated list of client groups associated with a specific agency. This is useful for agencies with a large number of groups, providing better performance and user experience.</p>\n","urlObject":{"protocol":"https","path":["api","agency","clients","{AgencyID}",""],"host":["api","dba","media"],"query":[{"key":"includeTags","value":"undefined"}],"variable":[]}},"response":[{"id":"eb7438e7-93f9-4065-898d-c37870c81d82","name":"List of groups with pagination","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"SearchBy\": \"\",\r\n  \"OrderByCriteria\": \"ClientName asc\",\r\n  \"PageNumber\": 1,\r\n  \"PageSize\": 10,\r\n  \"IsDropDown\": false,\r\n  \"ManageNotification\": false,\r\n  \"NotificationLookupID\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.dba.media/api/agency/clients/{AgencyID}/?includeTags=undefined","protocol":"https","host":["api","dba","media"],"path":["api","agency","clients","{AgencyID}",""],"query":[{"key":"includeTags","value":"undefined"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"69d2bff0-319e-48ac-99bc-d5bc144adbe2"},{"name":"List Of Groups by userid","id":"83ecbdf4-cf3c-4128-bc19-a93c24b6ea4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/agency/clients/by-user/{UserID}/?includeTags=undefined","description":"<p>Retrieves a list of client groups that are specifically accessible to a user, identified by their UserID. This is useful for dynamically adjusting group visibility based on user permissions.</p>\n","urlObject":{"protocol":"https","path":["api","agency","clients","by-user","{UserID}",""],"host":["api","dba","media"],"query":[{"key":"includeTags","value":"undefined"}],"variable":[]}},"response":[{"id":"4256650b-b67c-44ed-a942-3050c9c66548","name":"List Of Groups by userid","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.dba.media/api/agency/clients/by-user/{UserID}/?includeTags=undefined","protocol":"https","host":["api","dba","media"],"path":["api","agency","clients","by-user","{UserID}",""],"query":[{"key":"includeTags","value":"undefined"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"83ecbdf4-cf3c-4128-bc19-a93c24b6ea4c"},{"name":"List Groups With Details","id":"794d8b52-b636-4cdf-ab34-5e1bd677988c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/agency/clients/details/{AgencyID}/?includeTags=undefined","description":"<p>Retrieves a detailed list of client groups associated with a specific agency. This includes not only the group names and IDs but also additional metadata like tags, total locations, and associated client information.</p>\n","urlObject":{"protocol":"https","path":["api","agency","clients","details","{AgencyID}",""],"host":["api","dba","media"],"query":[{"key":"includeTags","value":"undefined"}],"variable":[]}},"response":[{"id":"bf5f65dd-fef9-4e1a-ae53-37b2b67ed33d","name":"List Groups With Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.dba.media/api/agency/clients/details/{AgencyID}/?includeTags=undefined","protocol":"https","host":["api","dba","media"],"path":["api","agency","clients","details","{AgencyID}",""],"query":[{"key":"includeTags","value":"undefined"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n  {\r\n    \"CompanyId\": 10001,\r\n    \"CompanyCode\": \"COMP-A1\",\r\n    \"ClientName\": \"Anonymized Client A\",\r\n    \"ParentCompanyId\": 20001,\r\n    \"Phone\": \"+1-800-123-4567\",\r\n    \"Fax\": \"+1-800-765-4321\",\r\n    \"Address1\": \"123 Main St\",\r\n    \"Address2\": \"Suite 100\",\r\n    \"Zip\": \"12345\",\r\n    \"City\": \"Sampleville\",\r\n    \"State\": \"CA\",\r\n    \"CountryCode\": \"US\",\r\n    \"Region\": 1,\r\n    \"WebsiteUrl\": \"https://www.clienta-example.com\",\r\n    \"Email\": \"contact@clienta-example.com\",\r\n    \"Note\": \"Test client for anonymized dataset.\",\r\n    \"CompanyTypeId\": 3003,\r\n    \"Logo\": \"https://cdn.example.com/logos/clienta.png\",\r\n    \"Inactive\": false,\r\n    \"CustomUid\": \"UID-A1-XYZ\",\r\n    \"SalesRepId\": 9991,\r\n    \"DriveFolder\": \"https://drive.example.com/folder/client-a\",\r\n    \"StripeCustomerId\": \"cus_TESTA123456789\",\r\n    \"Archived\": false,\r\n    \"EmailRecipients\": [\"ops@clienta-example.com\", \"admin@clienta-example.com\"],\r\n    \"ReportDay\": 2,\r\n    \"DefaultReportName\": \"Weekly Activity Report\",\r\n    \"SlackChannelId\": \"C0123A456B7\",\r\n    \"WeeklyReportDay\": 5,\r\n    \"AvgTicket\": 120.50,\r\n    \"CustomerGoal\": \"Improve monthly lead conversions\",\r\n    \"MonthlyInvestment\": 2500.00,\r\n    \"ActionLeads\": 35,\r\n    \"Currency\": \"USD\",\r\n    \"TimeZoneId\": \"America/Los_Angeles\",\r\n    \"CurrencyId\": 1,\r\n    \"UpdatedDate\": \"2025-05-25T10:30:00Z\"\r\n  },\r\n  {\r\n    \"CompanyId\": 10002,\r\n    \"CompanyCode\": \"COMP-B2\",\r\n    \"ClientName\": \"Anonymized Client B\",\r\n    \"ParentCompanyId\": 20001,\r\n    \"Phone\": \"+1-800-987-6543\",\r\n    \"Fax\": \"+1-800-543-2109\",\r\n    \"Address1\": \"456 Oak Ave\",\r\n    \"Address2\": null,\r\n    \"Zip\": \"67890\",\r\n    \"City\": \"Demo City\",\r\n    \"State\": \"NY\",\r\n    \"CountryCode\": \"US\",\r\n    \"Region\": 2,\r\n    \"WebsiteUrl\": \"https://www.clientb-demo.com\",\r\n    \"Email\": \"info@clientb-demo.com\",\r\n    \"Note\": \"Anonymized entry for internal testing.\",\r\n    \"CompanyTypeId\": 3003,\r\n    \"Logo\": \"https://cdn.example.com/logos/clientb.png\",\r\n    \"Inactive\": false,\r\n    \"CustomUid\": \"UID-B2-XYZ\",\r\n    \"SalesRepId\": 9992,\r\n    \"DriveFolder\": \"https://drive.example.com/folder/client-b\",\r\n    \"StripeCustomerId\": \"cus_TESTB987654321\",\r\n    \"Archived\": false,\r\n    \"EmailRecipients\": [\"support@clientb-demo.com\"],\r\n    \"ReportDay\": 3,\r\n    \"DefaultReportName\": \"Monthly Overview\",\r\n    \"SlackChannelId\": \"C0987B654C3\",\r\n    \"WeeklyReportDay\": 1,\r\n    \"AvgTicket\": 89.99,\r\n    \"CustomerGoal\": \"Expand local search reach\",\r\n    \"MonthlyInvestment\": 1800.00,\r\n    \"ActionLeads\": 20,\r\n    \"Currency\": \"USD\",\r\n    \"TimeZoneId\": \"America/New_York\",\r\n    \"CurrencyId\": 1,\r\n    \"UpdatedDate\": \"2025-05-25T11:45:00Z\"\r\n  }\r\n]\r\n"}],"_postman_id":"794d8b52-b636-4cdf-ab34-5e1bd677988c"},{"name":"List all locations from a group","id":"7ece663c-2205-4497-8589-aa7ca431a840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/client/locationslist/{ClientID}","description":"<p>Retrieves a complete list of all locations associated with a specific client group. This is useful for managing and displaying all locations under a single client brand or group.</p>\n","urlObject":{"protocol":"https","path":["api","client","locationslist","{ClientID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"17ae1938-2367-46ed-bf92-3592e6681647","name":"List all locations from a group","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/client/locationslist/{ClientID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7ece663c-2205-4497-8589-aa7ca431a840"},{"name":"List all location from a group paginated","id":"706e1315-4532-4cef-aeea-b0a4ee9d9b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 0,\r\n  \"notificationLookupID\": 0,\r\n  \"searchBy\": \"\",\r\n  \"orderByCriteria\": \"ClientName asc\",\r\n  \"pageNumber\": 1,\r\n  \"pageSize\": 10,\r\n  \"displayArchive\": false,\r\n  \"isManageGroup\": false,\r\n  \"isTabSwitched\": false,\r\n  \"manageNotification\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/client/locations/{ClientID}","description":"<p>Returns a paginated list of locations associated with a specific client group. This is ideal for groups with a large number of locations, improving performance and user experience.</p>\n","urlObject":{"protocol":"https","path":["api","client","locations","{ClientID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"d1ff81c5-20c2-47cc-a1d1-973402b90dea","name":"List all location from a group paginated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": 0,\r\n  \"notificationLookupID\": 0,\r\n  \"searchBy\": \"\",\r\n  \"orderByCriteria\": \"ClientName asc\",\r\n  \"pageNumber\": 1,\r\n  \"pageSize\": 10,\r\n  \"displayArchive\": false,\r\n  \"isManageGroup\": false,\r\n  \"isTabSwitched\": false,\r\n  \"manageNotification\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/client/locations/{ClientID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"706e1315-4532-4cef-aeea-b0a4ee9d9b72"}],"id":"e5b5e8ae-2788-4a07-9867-72b68ff8e6da","description":"<p>Manage client groupings within your agency. These endpoints allow you to retrieve group lists, access group details, and view all locations associated with specific groups. Ideal for multi-location brands and agencies managing clients across structured business units.</p>\n","_postman_id":"e5b5e8ae-2788-4a07-9867-72b68ff8e6da"},{"name":"Locations","item":[{"name":"View Location Details","id":"eef25d19-2202-4186-b6b1-b175f6faedba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/location/detail/{LocationID}","description":"<p>Retrieves detailed information about a specific location, including its name, status, address, timezone, and other metadata. This is useful for displaying full location profiles in dashboards or for editing.</p>\n","urlObject":{"protocol":"https","path":["api","location","detail","{LocationID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"f8314ed2-ef28-48f6-aba9-2cf207116dd0","name":"View Location Details","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/location/detail/{LocationID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eef25d19-2202-4186-b6b1-b175f6faedba"},{"name":"Archive Location","id":"e9a8cc0e-a15f-4f82-a221-1ac64bdc3bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/location/{locationId}/archive","description":"<p>Marks a specified location as archived, making it inactive without permanently deleting it. Archived locations are no longer visible in active lists but can be retrieved using archive-specific queries.</p>\n","urlObject":{"protocol":"https","path":["api","location","{locationId}","archive"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"2c4f54e6-f752-4479-9d2e-65e9b6739d8f","name":"Archive Location","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/location/{locationId}/archive"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e9a8cc0e-a15f-4f82-a221-1ac64bdc3bfe"},{"name":"List GMB Categories","id":"1e93561d-b8f1-4806-b214-77f48c97ebb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/location/GMBCategories","description":"<p>Retrieves a comprehensive list of Google My Business (GMB) categories available for locations. These categories are used to accurately classify business types when managing listings.</p>\n","urlObject":{"protocol":"https","path":["api","location","GMBCategories"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"e7e795f3-e488-4b80-b989-f58d44bf3fea","name":"List GMB Categories","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/location/GMBCategories"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1e93561d-b8f1-4806-b214-77f48c97ebb6"},{"name":"Mark Location as Open","id":"c1f6b20d-8fa7-4f66-be77-246da645b5f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.dba.media/api/location/mark/{LocationID}/open","description":"<p>Marks a specified location as \"Open\", making it active and visible in location lists. This is used to restore an archived or previously closed location back to an operational state.</p>\n","urlObject":{"protocol":"https","path":["api","location","mark","{LocationID}","open"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"67536190-f3d6-4289-868d-d199a1483bba","name":"Mark Location as Open","originalRequest":{"method":"POST","header":[],"url":"https://api.dba.media/api/location/mark/{LocationID}/open"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c1f6b20d-8fa7-4f66-be77-246da645b5f8"},{"name":"Mark Locations as Closed","id":"d694e26b-e1b2-4a29-a623-c78a13737891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.dba.media/api/location/mark/{locationId}/closedpermanent","description":"<p><strong>Marks a specified location as \"Permanently Closed\", removing it from active listings while retaining its historical data for reporting and compliance purposes.</strong></p>\n","urlObject":{"protocol":"https","path":["api","location","mark","{locationId}","closedpermanent"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"80aaaf16-b9f4-4620-9f97-7ab5edecc1d8","name":"Mark Locations as Closed","originalRequest":{"method":"POST","header":[],"url":"https://api.dba.media/api/location/mark/{locationId}/closedpermanent"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d694e26b-e1b2-4a29-a623-c78a13737891"}],"id":"302a28ff-20ea-4b62-8c1f-f047e1f8107c","description":"<p>Access and manage individual business locations tied to your agency or client groups. This section includes endpoints to retrieve detailed location data, archive locations, manage open/closed status, and fetch Google Business Profile (GBP) category options. Ideal for maintaining accurate and up-to-date business listings at scale.</p>\n","_postman_id":"302a28ff-20ea-4b62-8c1f-f047e1f8107c"},{"name":"Reviews","item":[{"name":"ClientReview","id":"5999dc45-1192-46ca-b96a-d2d696749cd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"PageNumber\": 1,\r\n \"PageSize\": 50,\r\n \"SearchBy\": \"\",\r\n \"OrderByCriteria\": \"ReviewReplyUpdateTime asc\",\r\n \"LocationId\": [2859435],\r\n \"ClientTagID\": 0,\r\n \"ClientTags\": 0,\r\n \"DownloadReviews\": 1,\r\n \"StartDate\": \"2024-01-01 00:00:00\",\r\n \"EndDate\": \"2024-12-23 23:59:59\",\r\n \"isCalenderfilter\": 1,\r\n \"isFilter\": 1,\r\n \"islocation\": 1,\r\n \"Response\":[],\r\n \"Rating\":[],\r\n \"isAllRating\": 0,\r\n \"isAllResponse\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/reviews/clientReviews/{ClientID}","description":"<p>Retrieves a paginated list of reviews for a specific client (group). This endpoint allows for filtering reviews by date, rating, location, and other criteria, making it ideal for review management and reputation tracking.</p>\n","urlObject":{"protocol":"https","path":["api","reviews","clientReviews","{ClientID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"abd8cd40-565f-4084-97f0-4b5e12399e55","name":"ClientReview","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"PageNumber\": 1,\r\n \"PageSize\": 50,\r\n \"SearchBy\": \"\",\r\n \"OrderByCriteria\": \"ReviewReplyUpdateTime asc\",\r\n \"LocationId\": [2859435],\r\n \"ClientTagID\": 0,\r\n \"ClientTags\": 0,\r\n \"DownloadReviews\": 1,\r\n \"StartDate\": \"2024-01-01 00:00:00\",\r\n \"EndDate\": \"2024-12-23 23:59:59\",\r\n \"isCalenderfilter\": 1,\r\n \"isFilter\": 1,\r\n \"islocation\": 1,\r\n \"Response\":[],\r\n \"Rating\":[],\r\n \"isAllRating\": 0,\r\n \"isAllResponse\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/reviews/clientReviews/{ClientID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5999dc45-1192-46ca-b96a-d2d696749cd4"},{"name":"clientReviewsByLocation","id":"fecdd245-adef-485b-b383-0aecb2641ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"PageNumber\": 1,\r\n \"PageSize\": 50,\r\n \"SearchBy\": \"\",\r\n \"OrderByCriteria\": \"ReviewReplyUpdateTime asc\",\r\n \"LocationId\": [2859435],\r\n \"ClientTagID\": 0,\r\n \"ClientTags\": 0,\r\n \"DownloadReviews\": 1,\r\n \"StartDate\": \"2024-01-01 00:00:00\",\r\n \"EndDate\": \"2024-12-23 23:59:59\",\r\n \"isCalenderfilter\": 1,\r\n \"isFilter\": 1,\r\n \"islocation\": 1,\r\n \"Response\":[],\r\n \"Rating\":[],\r\n \"isAllRating\": 0,\r\n \"isAllResponse\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/reviews/clientReviewsByLocation/{LocationID}","description":"<p>Retrieves a paginated list of reviews specifically for a single location. This is useful for location managers or teams focused on maintaining the reputation of individual sites.</p>\n","urlObject":{"protocol":"https","path":["api","reviews","clientReviewsByLocation","{LocationID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"ca4b7bbf-0942-495c-80d7-59a1b0ee20c7","name":"clientReviewsByLocation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"PageNumber\": 1,\r\n \"PageSize\": 50,\r\n \"SearchBy\": \"\",\r\n \"OrderByCriteria\": \"ReviewReplyUpdateTime asc\",\r\n \"LocationId\": [2859435],\r\n \"ClientTagID\": 0,\r\n \"ClientTags\": 0,\r\n \"DownloadReviews\": 1,\r\n \"StartDate\": \"2024-01-01 00:00:00\",\r\n \"EndDate\": \"2024-12-23 23:59:59\",\r\n \"isCalenderfilter\": 1,\r\n \"isFilter\": 1,\r\n \"islocation\": 1,\r\n \"Response\":[],\r\n \"Rating\":[],\r\n \"isAllRating\": 0,\r\n \"isAllResponse\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/reviews/clientReviewsByLocation/{LocationID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fecdd245-adef-485b-b383-0aecb2641ef1"}],"id":"f6b61c77-4ceb-44af-863c-fc4090f2d76f","description":"<p>Retrieve and manage customer reviews across business locations. These endpoints allow you to fetch reviews by location or client, enabling monitoring, reporting, and reputation management at scale. Ideal for agencies and brands looking to centralize feedback and respond efficiently.</p>\n","_postman_id":"f6b61c77-4ceb-44af-863c-fc4090f2d76f"},{"name":"Photos","item":[{"name":"photo listing","id":"6599e646-5f69-4519-8ac7-bb6cf52eb86f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/client/media/{ClientID}","description":"<p>Retrieves a list of photos (media) associated with a specific ClientID. This includes photos uploaded for locations under the client, useful for media management and content auditing.</p>\n","urlObject":{"protocol":"https","path":["api","client","media","{ClientID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"324a1933-e61b-44f4-a391-a1f3572bb967","name":"photo listing","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/client/media/{ClientID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6599e646-5f69-4519-8ac7-bb6cf52eb86f"},{"name":"photo listing w/ pagination","id":"bf5008d0-e28c-48b7-8361-d5e21d41c0f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/client/media/{ClientID}","description":"<p>Retrieves a paginated list of photos (media) associated with a specific ClientID. This is useful for managing large volumes of photos efficiently.</p>\n","urlObject":{"protocol":"https","path":["api","client","media","{ClientID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"cd144b7c-aab7-4f84-9a9b-589623daf6ec","name":"photo listing w/ pagination","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/client/media/{ClientID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"bf5008d0-e28c-48b7-8361-d5e21d41c0f1"},{"name":"photo details","id":"d6162f0e-c8a2-4a0d-9471-ec628b916f22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/client/media/{MediaID}/details","description":"<p>Retrieves detailed metadata for a specific photo (media) by its unique ID. This provides full information, including uploader details, resolution, and category.</p>\n","urlObject":{"protocol":"https","path":["api","client","media","{MediaID}","details"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"b4cb6bc4-87a3-4abc-b815-5ba1b8f6ed1a","name":"photo details","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/client/media/{MediaID}/details"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d6162f0e-c8a2-4a0d-9471-ec628b916f22"},{"name":"upload photo","id":"518a2b4f-3400-4f5e-a580-b3d6fef5082c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"filedata","value":"/path/to/file","type":"text"}]},"url":"https://api.dba.media/api/file/upload","description":"<p>Allows you to upload a new photo (media) for a specific client or location. This is useful for maintaining up-to-date media content, including storefront images, product photos, or promotional visuals.</p>\n","urlObject":{"protocol":"https","path":["api","file","upload"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"b607ae02-1b7a-46a1-9950-0c779606f3fd","name":"upload photo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"filedata","value":"/path/to/file","type":"text"}]},"url":"https://api.dba.media/api/file/upload"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"518a2b4f-3400-4f5e-a580-b3d6fef5082c"},{"name":"schedule photo","id":"05e00aa7-ac2e-4560-9994-0d96568daad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ClientId\": \"23114\",\r\n    \"ClientMediaId\": \"100532\",\r\n    \"ClientTagId\": \"\",\r\n    \"IsUntaggedRowClicked\": \"false\",\r\n    \"LocationIds\": \"[281466]\",\r\n    \"PhotoCategory\": \"ADDITIONAL\",\r\n    \"ScheduledDateStr\": \"2020-12-31\",\r\n    \"ScheduledTimeStr\": \"00:00\",\r\n    \"Timezone\": \"21\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/client/media/scheduleClientMedia","description":"<p>Schedules a media file (photo) to be posted or published at a specified date and time. This allows for automated media publishing across client locations.</p>\n","urlObject":{"protocol":"https","path":["api","client","media","scheduleClientMedia"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"676ee24a-bf07-4486-bf51-4bc0c0d31916","name":"schedule photo","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ClientId\": \"23114\",\r\n    \"ClientMediaId\": \"100532\",\r\n    \"ClientTagId\": \"\",\r\n    \"IsUntaggedRowClicked\": \"false\",\r\n    \"LocationIds\": \"[281466]\",\r\n    \"PhotoCategory\": \"ADDITIONAL\",\r\n    \"ScheduledDateStr\": \"2020-12-31\",\r\n    \"ScheduledTimeStr\": \"00:00\",\r\n    \"Timezone\": \"21\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/client/media/scheduleClientMedia"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"05e00aa7-ac2e-4560-9994-0d96568daad3"},{"name":"delete photo","id":"59965111-eae5-487a-8879-6e171670e1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://api.dba.media/api/client/media/delete/{MediaID}","description":"<p>Deletes a specified photo (media) associated with a client or location. This is useful for removing outdated or incorrect images from the media library.</p>\n","urlObject":{"protocol":"https","path":["api","client","media","delete","{MediaID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"276d50b7-3888-47bd-b818-a4996ffdd19d","name":"delete photo","originalRequest":{"method":"POST","header":[],"url":"https://api.dba.media/api/client/media/delete/{MediaID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"59965111-eae5-487a-8879-6e171670e1ed"},{"name":"create photo","id":"e08e4298-49a4-40dc-8872-9a16e044194a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"FileName\": \"viber_image_2020-09-02_20-58-55.jpg\",\r\n  \"Extension\": \".jpg\",\r\n  \"Blob\": \"27c786b573d04e2fa2f342d85a7cf9c7\",\r\n  \"Category\": \"ADDITIONAL\",\r\n  \"Url\": \"https://dbamediaqa.blob.core.windows.net/files/27c786b573d04e2fa2f342d85a7cf9c7\",\r\n  \"ClientId\": 2626\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/client/media/save","description":"<p>Creates a new photo (media) for a specified client or location. This allows you to add media assets such as images for branding, marketing, or location-specific content.</p>\n","urlObject":{"protocol":"https","path":["api","client","media","save"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"45481765-5cd4-4d41-a574-a9be37b65079","name":"create photo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"FileName\": \"viber_image_2020-09-02_20-58-55.jpg\",\r\n  \"Extension\": \".jpg\",\r\n  \"Blob\": \"27c786b573d04e2fa2f342d85a7cf9c7\",\r\n  \"Category\": \"ADDITIONAL\",\r\n  \"Url\": \"https://dbamediaqa.blob.core.windows.net/files/27c786b573d04e2fa2f342d85a7cf9c7\",\r\n  \"ClientId\": 2626\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/client/media/save"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e08e4298-49a4-40dc-8872-9a16e044194a"},{"name":"PhotosCount","id":"88adb0b6-d406-4bd8-89cd-a48e01c352ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"PageNumber\": 1,\r\n  \"PageSize\": 10,\r\n  \"Search\": \"\",\r\n  \"LocationId\": [ ],\r\n  \"download\": false,\r\n  \"StartDate\": \"\",\r\n  \"EndDate\": \"\",\r\n  \"Custom\": [ ],\r\n  \"isCalenderfilter\": false,\r\n  \"isFilter\": false ,\r\n  \"islocation\": false,\r\n  \"isAllCustom\": true \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9209/api/client/media/count/{ClientID}","description":"<p>Retrieves the total count of photos (media) associated with a specific client. This provides a quick way to gauge the volume of media content for a client’s locations.</p>\n","urlObject":{"protocol":"http","port":"9209","path":["api","client","media","count","{ClientID}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7fcecbbb-8cda-44ad-9093-586fa2e860df","name":"PhotosCount","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"PageNumber\": 1,\r\n  \"PageSize\": 10,\r\n  \"Search\": \"\",\r\n  \"LocationId\": [ ],\r\n  \"download\": false,\r\n  \"StartDate\": \"\",\r\n  \"EndDate\": \"\",\r\n  \"Custom\": [ ],\r\n  \"isCalenderfilter\": false,\r\n  \"isFilter\": false ,\r\n  \"islocation\": false,\r\n  \"isAllCustom\": true \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9209/api/client/media/count/{ClientID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"88adb0b6-d406-4bd8-89cd-a48e01c352ac"},{"name":"PhotoDetailsByID","id":"679086a8-d84f-423e-8971-804f6a6d6325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/client/media/{MediaID}/details","description":"<p>Retrieves detailed metadata for a specific photo (media) associated with a client. This is useful for viewing photo attributes, upload details, and associated location information.</p>\n","urlObject":{"protocol":"https","path":["api","client","media","{MediaID}","details"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"508d6e05-0f33-4996-89d1-e846bba5ae9e","name":"PhotoDetailsByID","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/client/media/{MediaID}/details"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"679086a8-d84f-423e-8971-804f6a6d6325"}],"id":"11fcda65-fec0-4d5d-9cc2-fdb437fa6226","description":"<p>Manage media assets across business locations. This section includes endpoints for uploading, listing, scheduling, deleting, and retrieving photo details. Ideal for keeping visual content fresh and consistent across platforms like Google Business Profiles. Supports pagination and media count for streamlined content operations.</p>\n","_postman_id":"11fcda65-fec0-4d5d-9cc2-fdb437fa6226"},{"name":"Posts","item":[{"name":"Get post","id":"8b3f525f-9a68-4c75-af80-05fa991b86bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.dba.media/api/posts/{PostID}/post","description":"<p>Retrieves detailed information about a specific post created for a client or location. This is useful for viewing the content, status, and performance of the post.</p>\n","urlObject":{"protocol":"https","path":["api","posts","{PostID}","post"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"19c27569-108b-470a-b052-d2db4389596f","name":"Get post","originalRequest":{"method":"GET","header":[],"url":"https://api.dba.media/api/posts/{PostID}/post"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8b3f525f-9a68-4c75-af80-05fa991b86bc"},{"name":"posts listing","id":"de4de3dd-e8b1-4c60-a329-b8984792c1e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"pageNumber\": 1,\r\n  \"pageSize\": 10,\r\n  \"search\": \"\",\r\n  \"locationId\": [],\r\n  \"download\": false,\r\n  \"startDate\": \"\",\r\n  \"endDate\": \"\",\r\n  \"custom\": [],\r\n  \"isCalenderfilter\": false,\r\n  \"isFilter\": false,\r\n  \"islocation\": false,\r\n  \"isAllCustom\": true,\r\n  \"orderByCriteria\": \"CreateTime desc\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/client/{ClientID}","description":"<p>Retrieves a paginated list of posts created for a specific ClientID. This is useful for managing all posts associated with a client’s locations.</p>\n","urlObject":{"protocol":"https","path":["api","posts","client","{ClientID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"22a97934-68bd-4fd8-99df-54e1ae20ebbf","name":"posts listing","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"pageNumber\": 1,\r\n  \"pageSize\": 10,\r\n  \"search\": \"\",\r\n  \"locationId\": [],\r\n  \"download\": false,\r\n  \"startDate\": \"\",\r\n  \"endDate\": \"\",\r\n  \"custom\": [],\r\n  \"isCalenderfilter\": false,\r\n  \"isFilter\": false,\r\n  \"islocation\": false,\r\n  \"isAllCustom\": true,\r\n  \"orderByCriteria\": \"CreateTime desc\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/client/{ClientID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"de4de3dd-e8b1-4c60-a329-b8984792c1e8"},{"name":"Create post","id":"5be997c5-3522-476b-a33a-912239967c24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 11111111,\r\n    \"ClientId\": null,\r\n    \"LanguageCode\": \"en-US\",\r\n    \"Summary\": \"den test1\",\r\n    \"TopicType\": null,\r\n    \"IsPostAnOffer\": false,\r\n    \"IsPostAnEvent\": false,\r\n    \"EventTitle\": \"den test1\",\r\n    \"EventStartDate\": null,\r\n    \"EventEndDate\": null,\r\n    \"CallToActionType\": \"den test1\",\r\n    \"UseIndividualLocationWebsiteUrl\": true,\r\n    \"CallToActionUrl\": null,\r\n    \"OfferCouponCode\": null,\r\n    \"OfferRedeemOnlineUrl\": null,\r\n    \"OfferTermsConditions\": null,\r\n    \"CreateTime\": \"2021-02-05T21:47:35.4303668+08:00\",\r\n    \"UpdateTime\": null,\r\n    \"IsDeleted\": false,\r\n    \"MediaUrl\": null,\r\n    \"Blob\": null,\r\n    \"ClientMediaId\": null,\r\n    \"FileName\": null,\r\n    \"Extension\": null,\r\n    \"IsPostedExternally\": false,\r\n    \"LocationPostMedia\": [],\r\n    \"UploadedBlobs\": [],\r\n    \"EventStartDateTimeHelper\": \"06:00\",\r\n    \"EventEndDateTimeHelper\": \"18:00\",\r\n    \"Copying\": null,\r\n    \"Reposting\": null,\r\n    \"ScheduledLocationsCount\": 0,\r\n    \"IsUTMCodeRequired\": true,\r\n    \"IsLibImageDeselected\": false,\r\n    \"IsTimeStampEnabled\": false,\r\n    \"AnalyticsTypeId\": 2,\r\n    \"CampaignSource\": \"Social\",\r\n    \"CampaignMedium\": \"Google\",\r\n    \"CampaignName\": \"Post\",\r\n    \"CampaignTerm\": \"\",\r\n    \"CampaignContent\": \"[Location store code]\",\r\n    \"StoreCode\": \"[Location store code]\",\r\n    \"ClientName\": null,\r\n    \"TotalViews\": 0,\r\n    \"TotalActions\": 0,\r\n    \"TotalTaggedViews\": 0,\r\n    \"TotalTaggedActions\": 0,\r\n    \"TotalUntaggedViews\": 0,\r\n    \"TotalUntaggedActions\": 0,\r\n    \"TotalClientLocations\": 0,\r\n    \"TotalScheduledLocations\": 0,\r\n    \"TotalPublishedLocations\": 0,\r\n    \"TotalTaggedLocations\": 0,\r\n    \"TotalTaggedScheduledLocations\": 0,\r\n    \"TotalTaggedPublishedLocations\": 0,\r\n    \"TotalUntaggedLocations\": 0,\r\n    \"TotalUntaggedScheduledLocations\": 0,\r\n    \"TotalUntaggedPublishedLocations\": 0,\r\n    \"NextUntaggedActivityDate\": null,\r\n    \"NextUntaggedActivityTimeZone\": null,\r\n    \"NextUntaggedActivityDateConverted\": null,\r\n    \"LastUntaggedPublishedDate\": null,\r\n    \"LastUntaggedPublishedTimeZone\": null,\r\n    \"LastUntaggedPublishedDateConverted\": null,\r\n    \"HasUntaggedError\": false,\r\n    \"NextActivityDate\": null,\r\n    \"NextActivityTimeZone\": null,\r\n    \"NextActivityDateConverted\": null,\r\n    \"LastPublishedDate\": null,\r\n    \"LastPublishedTimeZone\": null,\r\n    \"LastPublishedDateConverted\": null,\r\n    \"HasClientTags\": false,\r\n    \"HasAnyTaggedLocations\": false,\r\n    \"HasError\": false,\r\n    \"ClientTags\": [],\r\n    \"AttachedLocations\": [],\r\n    \"ScheduledLocations\": [],\r\n    \"PublishedLocations\": [],\r\n    \"TaggedLocations\": [],\r\n    \"TaggedScheduledLocations\": [],\r\n    \"TaggedPublishedLocations\": [],\r\n    \"UntaggedLocations\": [],\r\n    \"UntaggedScheduledLocations\": [],\r\n    \"UntaggedPublishedLocations\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/save","description":"<p>Creates a new post for a client or specific locations. This post can include text content, images, links, and scheduling details for publishing across locations.</p>\n","urlObject":{"protocol":"https","path":["api","posts","save"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"f224a479-1289-4b08-b258-6a6208749325","name":"Create post","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 11111111,\r\n    \"ClientId\": null,\r\n    \"LanguageCode\": \"en-US\",\r\n    \"Summary\": \"den test1\",\r\n    \"TopicType\": null,\r\n    \"IsPostAnOffer\": false,\r\n    \"IsPostAnEvent\": false,\r\n    \"EventTitle\": \"den test1\",\r\n    \"EventStartDate\": null,\r\n    \"EventEndDate\": null,\r\n    \"CallToActionType\": \"den test1\",\r\n    \"UseIndividualLocationWebsiteUrl\": true,\r\n    \"CallToActionUrl\": null,\r\n    \"OfferCouponCode\": null,\r\n    \"OfferRedeemOnlineUrl\": null,\r\n    \"OfferTermsConditions\": null,\r\n    \"CreateTime\": \"2021-02-05T21:47:35.4303668+08:00\",\r\n    \"UpdateTime\": null,\r\n    \"IsDeleted\": false,\r\n    \"MediaUrl\": null,\r\n    \"Blob\": null,\r\n    \"ClientMediaId\": null,\r\n    \"FileName\": null,\r\n    \"Extension\": null,\r\n    \"IsPostedExternally\": false,\r\n    \"LocationPostMedia\": [],\r\n    \"UploadedBlobs\": [],\r\n    \"EventStartDateTimeHelper\": \"06:00\",\r\n    \"EventEndDateTimeHelper\": \"18:00\",\r\n    \"Copying\": null,\r\n    \"Reposting\": null,\r\n    \"ScheduledLocationsCount\": 0,\r\n    \"IsUTMCodeRequired\": true,\r\n    \"IsLibImageDeselected\": false,\r\n    \"IsTimeStampEnabled\": false,\r\n    \"AnalyticsTypeId\": 2,\r\n    \"CampaignSource\": \"Social\",\r\n    \"CampaignMedium\": \"Google\",\r\n    \"CampaignName\": \"Post\",\r\n    \"CampaignTerm\": \"\",\r\n    \"CampaignContent\": \"[Location store code]\",\r\n    \"StoreCode\": \"[Location store code]\",\r\n    \"ClientName\": null,\r\n    \"TotalViews\": 0,\r\n    \"TotalActions\": 0,\r\n    \"TotalTaggedViews\": 0,\r\n    \"TotalTaggedActions\": 0,\r\n    \"TotalUntaggedViews\": 0,\r\n    \"TotalUntaggedActions\": 0,\r\n    \"TotalClientLocations\": 0,\r\n    \"TotalScheduledLocations\": 0,\r\n    \"TotalPublishedLocations\": 0,\r\n    \"TotalTaggedLocations\": 0,\r\n    \"TotalTaggedScheduledLocations\": 0,\r\n    \"TotalTaggedPublishedLocations\": 0,\r\n    \"TotalUntaggedLocations\": 0,\r\n    \"TotalUntaggedScheduledLocations\": 0,\r\n    \"TotalUntaggedPublishedLocations\": 0,\r\n    \"NextUntaggedActivityDate\": null,\r\n    \"NextUntaggedActivityTimeZone\": null,\r\n    \"NextUntaggedActivityDateConverted\": null,\r\n    \"LastUntaggedPublishedDate\": null,\r\n    \"LastUntaggedPublishedTimeZone\": null,\r\n    \"LastUntaggedPublishedDateConverted\": null,\r\n    \"HasUntaggedError\": false,\r\n    \"NextActivityDate\": null,\r\n    \"NextActivityTimeZone\": null,\r\n    \"NextActivityDateConverted\": null,\r\n    \"LastPublishedDate\": null,\r\n    \"LastPublishedTimeZone\": null,\r\n    \"LastPublishedDateConverted\": null,\r\n    \"HasClientTags\": false,\r\n    \"HasAnyTaggedLocations\": false,\r\n    \"HasError\": false,\r\n    \"ClientTags\": [],\r\n    \"AttachedLocations\": [],\r\n    \"ScheduledLocations\": [],\r\n    \"PublishedLocations\": [],\r\n    \"TaggedLocations\": [],\r\n    \"TaggedScheduledLocations\": [],\r\n    \"TaggedPublishedLocations\": [],\r\n    \"UntaggedLocations\": [],\r\n    \"UntaggedScheduledLocations\": [],\r\n    \"UntaggedPublishedLocations\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/save"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5be997c5-3522-476b-a33a-912239967c24"},{"name":"update post","id":"7d87aba1-5a1b-4558-99b9-9ba57562a00d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 11111111,\r\n    \"ClientId\": null,\r\n    \"LanguageCode\": \"en-US\",\r\n    \"Summary\": \"den test1\",\r\n    \"TopicType\": null,\r\n    \"IsPostAnOffer\": false,\r\n    \"IsPostAnEvent\": false,\r\n    \"EventTitle\": \"den test1\",\r\n    \"EventStartDate\": null,\r\n    \"EventEndDate\": null,\r\n    \"CallToActionType\": \"den test1\",\r\n    \"UseIndividualLocationWebsiteUrl\": true,\r\n    \"CallToActionUrl\": null,\r\n    \"OfferCouponCode\": null,\r\n    \"OfferRedeemOnlineUrl\": null,\r\n    \"OfferTermsConditions\": null,\r\n    \"CreateTime\": \"2021-02-05T21:47:35.4303668+08:00\",\r\n    \"UpdateTime\": null,\r\n    \"IsDeleted\": false,\r\n    \"MediaUrl\": null,\r\n    \"Blob\": null,\r\n    \"ClientMediaId\": null,\r\n    \"FileName\": null,\r\n    \"Extension\": null,\r\n    \"IsPostedExternally\": false,\r\n    \"LocationPostMedia\": [],\r\n    \"UploadedBlobs\": [],\r\n    \"EventStartDateTimeHelper\": \"06:00\",\r\n    \"EventEndDateTimeHelper\": \"18:00\",\r\n    \"Copying\": null,\r\n    \"Reposting\": null,\r\n    \"ScheduledLocationsCount\": 0,\r\n    \"IsUTMCodeRequired\": true,\r\n    \"IsLibImageDeselected\": false,\r\n    \"IsTimeStampEnabled\": false,\r\n    \"AnalyticsTypeId\": 2,\r\n    \"CampaignSource\": \"Social\",\r\n    \"CampaignMedium\": \"Google\",\r\n    \"CampaignName\": \"Post\",\r\n    \"CampaignTerm\": \"\",\r\n    \"CampaignContent\": \"[Location store code]\",\r\n    \"StoreCode\": \"[Location store code]\",\r\n    \"ClientName\": null,\r\n    \"TotalViews\": 0,\r\n    \"TotalActions\": 0,\r\n    \"TotalTaggedViews\": 0,\r\n    \"TotalTaggedActions\": 0,\r\n    \"TotalUntaggedViews\": 0,\r\n    \"TotalUntaggedActions\": 0,\r\n    \"TotalClientLocations\": 0,\r\n    \"TotalScheduledLocations\": 0,\r\n    \"TotalPublishedLocations\": 0,\r\n    \"TotalTaggedLocations\": 0,\r\n    \"TotalTaggedScheduledLocations\": 0,\r\n    \"TotalTaggedPublishedLocations\": 0,\r\n    \"TotalUntaggedLocations\": 0,\r\n    \"TotalUntaggedScheduledLocations\": 0,\r\n    \"TotalUntaggedPublishedLocations\": 0,\r\n    \"NextUntaggedActivityDate\": null,\r\n    \"NextUntaggedActivityTimeZone\": null,\r\n    \"NextUntaggedActivityDateConverted\": null,\r\n    \"LastUntaggedPublishedDate\": null,\r\n    \"LastUntaggedPublishedTimeZone\": null,\r\n    \"LastUntaggedPublishedDateConverted\": null,\r\n    \"HasUntaggedError\": false,\r\n    \"NextActivityDate\": null,\r\n    \"NextActivityTimeZone\": null,\r\n    \"NextActivityDateConverted\": null,\r\n    \"LastPublishedDate\": null,\r\n    \"LastPublishedTimeZone\": null,\r\n    \"LastPublishedDateConverted\": null,\r\n    \"HasClientTags\": false,\r\n    \"HasAnyTaggedLocations\": false,\r\n    \"HasError\": false,\r\n    \"ClientTags\": [],\r\n    \"AttachedLocations\": [],\r\n    \"ScheduledLocations\": [],\r\n    \"PublishedLocations\": [],\r\n    \"TaggedLocations\": [],\r\n    \"TaggedScheduledLocations\": [],\r\n    \"TaggedPublishedLocations\": [],\r\n    \"UntaggedLocations\": [],\r\n    \"UntaggedScheduledLocations\": [],\r\n    \"UntaggedPublishedLocations\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/save","description":"<p>Updates an existing post with new content, media, or scheduling details. This is useful for correcting errors, changing the post schedule, or refreshing content.</p>\n","urlObject":{"protocol":"https","path":["api","posts","save"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"c310d9ab-77a0-4e32-a753-90476a879582","name":"update post","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 11111111,\r\n    \"ClientId\": null,\r\n    \"LanguageCode\": \"en-US\",\r\n    \"Summary\": \"den test1\",\r\n    \"TopicType\": null,\r\n    \"IsPostAnOffer\": false,\r\n    \"IsPostAnEvent\": false,\r\n    \"EventTitle\": \"den test1\",\r\n    \"EventStartDate\": null,\r\n    \"EventEndDate\": null,\r\n    \"CallToActionType\": \"den test1\",\r\n    \"UseIndividualLocationWebsiteUrl\": true,\r\n    \"CallToActionUrl\": null,\r\n    \"OfferCouponCode\": null,\r\n    \"OfferRedeemOnlineUrl\": null,\r\n    \"OfferTermsConditions\": null,\r\n    \"CreateTime\": \"2021-02-05T21:47:35.4303668+08:00\",\r\n    \"UpdateTime\": null,\r\n    \"IsDeleted\": false,\r\n    \"MediaUrl\": null,\r\n    \"Blob\": null,\r\n    \"ClientMediaId\": null,\r\n    \"FileName\": null,\r\n    \"Extension\": null,\r\n    \"IsPostedExternally\": false,\r\n    \"LocationPostMedia\": [],\r\n    \"UploadedBlobs\": [],\r\n    \"EventStartDateTimeHelper\": \"06:00\",\r\n    \"EventEndDateTimeHelper\": \"18:00\",\r\n    \"Copying\": null,\r\n    \"Reposting\": null,\r\n    \"ScheduledLocationsCount\": 0,\r\n    \"IsUTMCodeRequired\": true,\r\n    \"IsLibImageDeselected\": false,\r\n    \"IsTimeStampEnabled\": false,\r\n    \"AnalyticsTypeId\": 2,\r\n    \"CampaignSource\": \"Social\",\r\n    \"CampaignMedium\": \"Google\",\r\n    \"CampaignName\": \"Post\",\r\n    \"CampaignTerm\": \"\",\r\n    \"CampaignContent\": \"[Location store code]\",\r\n    \"StoreCode\": \"[Location store code]\",\r\n    \"ClientName\": null,\r\n    \"TotalViews\": 0,\r\n    \"TotalActions\": 0,\r\n    \"TotalTaggedViews\": 0,\r\n    \"TotalTaggedActions\": 0,\r\n    \"TotalUntaggedViews\": 0,\r\n    \"TotalUntaggedActions\": 0,\r\n    \"TotalClientLocations\": 0,\r\n    \"TotalScheduledLocations\": 0,\r\n    \"TotalPublishedLocations\": 0,\r\n    \"TotalTaggedLocations\": 0,\r\n    \"TotalTaggedScheduledLocations\": 0,\r\n    \"TotalTaggedPublishedLocations\": 0,\r\n    \"TotalUntaggedLocations\": 0,\r\n    \"TotalUntaggedScheduledLocations\": 0,\r\n    \"TotalUntaggedPublishedLocations\": 0,\r\n    \"NextUntaggedActivityDate\": null,\r\n    \"NextUntaggedActivityTimeZone\": null,\r\n    \"NextUntaggedActivityDateConverted\": null,\r\n    \"LastUntaggedPublishedDate\": null,\r\n    \"LastUntaggedPublishedTimeZone\": null,\r\n    \"LastUntaggedPublishedDateConverted\": null,\r\n    \"HasUntaggedError\": false,\r\n    \"NextActivityDate\": null,\r\n    \"NextActivityTimeZone\": null,\r\n    \"NextActivityDateConverted\": null,\r\n    \"LastPublishedDate\": null,\r\n    \"LastPublishedTimeZone\": null,\r\n    \"LastPublishedDateConverted\": null,\r\n    \"HasClientTags\": false,\r\n    \"HasAnyTaggedLocations\": false,\r\n    \"HasError\": false,\r\n    \"ClientTags\": [],\r\n    \"AttachedLocations\": [],\r\n    \"ScheduledLocations\": [],\r\n    \"PublishedLocations\": [],\r\n    \"TaggedLocations\": [],\r\n    \"TaggedScheduledLocations\": [],\r\n    \"TaggedPublishedLocations\": [],\r\n    \"UntaggedLocations\": [],\r\n    \"UntaggedScheduledLocations\": [],\r\n    \"UntaggedPublishedLocations\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/save"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7d87aba1-5a1b-4558-99b9-9ba57562a00d"},{"name":"Schedule Post","id":"333a8673-5cc1-45ae-ac08-0f630c456e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ClientId\": 23114,\r\n    \"ClientPostId\": 3260221,\r\n    \"LocationIds\": [281466],\r\n    \"ScheduledDateStr\": \"2020-12-31\",\r\n    \"ScheduledTimeStr\": \"00:00:00\",\r\n    \"Timezone\" : \"21\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/schedule","description":"<p>Schedules an existing post to be published at a specified date and time across one or more locations. This allows for automated content publishing without manual intervention.</p>\n","urlObject":{"protocol":"https","path":["api","posts","schedule"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"4ff3e7e7-cfb4-48bd-a70d-780f50eb933f","name":"Schedule Post","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ClientId\": 23114,\r\n    \"ClientPostId\": 3260221,\r\n    \"LocationIds\": [281466],\r\n    \"ScheduledDateStr\": \"2020-12-31\",\r\n    \"ScheduledTimeStr\": \"00:00:00\",\r\n    \"Timezone\" : \"21\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/schedule"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"333a8673-5cc1-45ae-ac08-0f630c456e14"},{"name":"PostByClientid","id":"4d0cf745-c1aa-4385-a7fa-8523ce82094c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"pageNumber\": 1,\r\n  \"pageSize\": 10,\r\n  \"search\": \"\",\r\n  \"locationId\": [],\r\n  \"download\": false,\r\n  \"startDate\": \"\",\r\n  \"endDate\": \"\",\r\n  \"custom\": [],\r\n  \"isCalenderfilter\": false,\r\n  \"isFilter\": false,\r\n  \"islocation\": false,\r\n  \"isAllCustom\": true,\r\n  \"orderByCriteria\": \"CreateTime desc\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/client/{ClientID}","description":"<p>Retrieves a list of posts for a specific client, including filters for date range, status, and other criteria. This is useful for content management and analytics.</p>\n","urlObject":{"protocol":"https","path":["api","posts","client","{ClientID}"],"host":["api","dba","media"],"query":[],"variable":[]}},"response":[{"id":"467a7698-39ba-4098-a1b7-e67316cb14b9","name":"PostByClientid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"pageNumber\": 1,\r\n  \"pageSize\": 10,\r\n  \"search\": \"\",\r\n  \"locationId\": [],\r\n  \"download\": false,\r\n  \"startDate\": \"\",\r\n  \"endDate\": \"\",\r\n  \"custom\": [],\r\n  \"isCalenderfilter\": false,\r\n  \"isFilter\": false,\r\n  \"islocation\": false,\r\n  \"isAllCustom\": true,\r\n  \"orderByCriteria\": \"CreateTime desc\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.dba.media/api/posts/client/{ClientID}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d0cf745-c1aa-4385-a7fa-8523ce82094c"}],"id":"04ad73e2-40d8-4be8-8b96-c5d931c44e7c","description":"<p>Create, schedule, and manage business posts across locations. These endpoints support posting content such as updates, promotions, and events—helping businesses stay relevant and engaging in local search. Includes functionality for listing, retrieving, and scheduling posts, with support for filtering by client or location.</p>\n","_postman_id":"04ad73e2-40d8-4be8-8b96-c5d931c44e7c"}]}